From webmaster at vtigerfacile.com Fri Sep 1 05:04:28 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Fri, 01 Sep 2006 14:04:28 +0200 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44EC052E.1000801@haverblad.se> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <10d394423a4.-4887155498548908934.6088648220612835058@@vtiger.com> <44EC052E.1000801@haverblad.se> Message-ID: <44F821CC.1010102@vtigerfacile.com> About this security advise, have look to the origin :http://www.hardened-php.net/advisory_232005.105.html Disclosure Timeline: 16. September 2005 - Vendor informed. 10. October 2005 - Follow-up to vendor. 24. November 2005 - public disclosure Recommendation: Since there is currently no fixed version available, you should protect your vTiger installation with the following measures: 1. Restrict access to vtigercrm*.log via .htaccess 2. Switch register_globals to Off. 3. Turn magic_quotes_gpc off. 4. Install the Hardening-Patch for PHP to disable %00 URL characters. 1. not resolved Really easy to add a .htaccess "deny from all" on logs folder Best regards, A?ssa Kim Haverblad a ?crit : > Sounds great that it's taken care of since vulnerability release date > was 2005-11-24. So applause to Mike O'Loan for doing some checking. > > Bugtraq list also gave som hits on vtiger; seems to be the same > vulnerability, but there are some comments as well regarding the log > handling. > > http://search.securityfocus.com/swsearch?sbm=%2F&metaname=alldoc&query=vtiger&x=0&y=0 > > Regards, > Kim Haverblad > > Gopal wrote: > >> Dear Mike O'Loan, >> >> Thanks for notifying issues in some of the modules. We will ensure that >> these issues are fixed immediately. If required we will release a patch >> for v4.2.3 immediately. >> >> Regards, >> Gopal >> --- >> S.S.G.Gopal >> skype: sripadag >> ph: +1 877 788 4437 >> blog: http://gopal.vtiger.com >> >> >> >> >> ---- On Tue, 22 Aug 2006 *Mike O'Loan * wrote >> ---- >> >> The following files still have the same SQL injection vulnerability, >> carried over from vTiger 4.2.3. Although these aren't a problem with >> magic_quotes_gpc turned ON, it still needs to be fixed. It has been >> fixed in other modules by putting the PearDatabase::quote() function >> around any variable that needs to be placed in an SQL statement. >> >> Affected files: >> modules\Faq\ListView.php >> modules\HelpDesk\ListView.php >> modules\Invoice\Popup.php >> modules\Leads\ListView.php >> modules\Leads\Popup.php >> modules\Products\Popup.php >> >> Implementing this would reduce the SQL injection vulnerability for >> vTiger 4.2.x >> >> -- >> Mike O'Loan >> Chief Technical Officer >> Sauce Software Pty Ltd >> >> >> http://saucesoft.com >> Phone: +61 1300 559 165 >> Fax: +61 7 3009 0442 >> Email: mike.oloan at saucesoft.com >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From dgrant at accuratetechnologies.com Fri Sep 1 06:53:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 09:53:35 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> As part of my project to port the features from our fork of V4.2 to V5.0, I find I need to add some new fields to various modules. What I did in my fork (brace yourselves, this is horribly ugly) was to create the new fields as a custom field, and then hardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it is utterly unacceptable for anything I want to have incorporated into the main vTiger trunk - not to mention that it's just ugly hackery. So then, assume I want to add a new field to a Quote; a checkbox Boolean value. I know the field must be added to the database schema; I know how to do that. But where is the proper place to add this field so that it shows up in the "Quote Information" block on DetailView and EditView? I'd really appreciate a little help here. DG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/6fd28770/attachment.html From smith.timsmith at gmail.com Fri Sep 1 09:23:27 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 1 Sep 2006 11:23:27 -0500 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44F821CC.1010102@vtigerfacile.com> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/12d94fdf/attachment.htm From dgrant at accuratetechnologies.com Fri Sep 1 10:24:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:24:48 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDF file export Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D13@exch.accuratetechnologies.com> Here is a patch against vanilla 5.0_RC This adds all (except one) of our extensions to the PDF version of the Quote, while still retaining the new look and feel. Changes: 1) Shows new fields Date Issued, Prepared For, Prepared By 2) Logo graphic is scaled (allows use of higher resolution logos for better print quality) 3) Layout of Company Name, Billing Address, and Shipping Address reformatted for cleaner look 4) Column headers print bold 5) Smaller font size for less cluttered look 6) Columns now Qty, Part No, Product Name, List Price, Unit Price, Tax, Total (makes more sense laid out this way) 7) Page number includes total number of pages (page 1/3 etc) 8) If present in database, global terms and conditions are printed out as an annex to the quote (ours span 2 pages...) 9) Comments on parts now print above the line item in the Product Name column, formatted bold & underline. This allows the sales people to create subgroups within the quote, using the comment as a subgroup header - great for doing packages, etc. (this, in concert with preserving the print order was the most requested feature I had) Try it out - you'll like it! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/2f51e79f/DG_Patch_3-0001.txt From dgrant at accuratetechnologies.com Fri Sep 1 10:54:18 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:54:18 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDFfile export CORRECTED VERSION Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D14@exch.accuratetechnologies.com> Whoops! Disregard that last patch and use this one instead - the last one has a couple of bugs in it related to multiple-page Quotes. This one is good to go. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/0c778a58/DG_Patch_3.txt From webmaster at vtigerfacile.com Sat Sep 2 06:35:35 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Sat, 02 Sep 2006 15:35:35 +0200 Subject: [Vtigercrm-developers] Multiple selectbox Message-ID: <44F988A7.7020909@vtigerfacile.com> Hi team, i have just discover that : http://c82.net/samples/checklist-samples.html It's seem to be very interresting. Best regards, A?ssa From webmaster at vtigerfacile.com Sat Sep 2 15:48:03 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sun, 03 Sep 2006 00:48:03 +0200 Subject: [Vtigercrm-developers] vtiger5: Outlook, Office, and Thunderbird Plugins for TESTING In-Reply-To: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> References: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> Message-ID: <44FA0A23.6080905@vtigerfacile.com> Dear Gopal, i have asked for "private" testers on french community (only 1 answer !) I use snapshot from svn & office 2007, my french tester use the vtiger CRM package you provide on the mail & office 2000 This is a small feedback for outlook : It's seem there is a problem with dates & time sometimes ex : my task start at 30/12/1899 due date 30/12/1899 For the calendar, it's correct for me, but my tester have the date & time problem here and not on tasks. The problem is may be time format, here we don't use AM/PM. ex : Meeting Outlook from 10h00 to 19h00 give in Vtiger 10:00 AM ? 11:50 PM Meeting Outlook from 19h00 to 20h30 give in Vtiger 7:00 PM ? 11:50 PM On homepage, Upcoming activity are not on chronologic list. We have alway problem with accents. My "synctask" have worked first time, but now thebutton is disabled. More feedback later. Regards, A?ssa Gopal a ?crit : > Dear Team, > > Finally the long wait is over. I have some good news regarding vtiger > 5 plugins. > > For the last one week, Jerry (Thanks to Suman Raj for helping him out) > was working very hard to bring back the Outlook, Office, and > Thunderbird plugins to mainstream. > > He has ported all the existing features from 4.2.x to 5.0 and enabled > security functionality for plugins. > > Kindly install the latest vtiger CRM build to work with Plugins. > > 1. vtiger CRM: http://vtiger.com/products/crm/aug30/vtigercrm-5.0.0.exe > > 2. Outlook Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-outlook-plugin-5.0.0.exe > > 3. Office Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-office-plugin-5.0.0.exe > > 4. Thunderbird Extension: > http://vtiger.com/products/crm/aug30/vtigercrm-thunderbird-ext-5.0.0.zip > > PS: Change the file format from ZIP to XPI. > > While reporting an issue, please let me know, your Windows OS, MS > Outlook, and MS Word versions, which will easy for us debugging the > issues. > > Once you have completed the testing, please let me know your observations. > > Please have a look at the attached User Manuals while working with > Plugins. If you found any errors drop me a mail at gopals at vtiger > dot com. > > PS: We have enabled English, French, Dutch, German, and Portuguese > languages in Office plugin. Looking forward for community help in > adding new languages. > > Happy testing, > > Gopal > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://gopal.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From minnie at vtiger.com Sun Sep 3 23:38:49 2006 From: minnie at vtiger.com (Mangai) Date: Sun, 03 Sep 2006 23:38:49 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> Message-ID: <10d778cf4d7.-7429440611753458504.4143310975612447221@@vtiger.com> Dear DG, Thank you for giving an opportunity to service you. In vtigerCRM5RC, For 'QuoteInformation' blockid is 51 and tabid is 20. you have to write aninsert query for each field in 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: take some field say XYZ, the query is given below $this->db->query("insertinto vtiger_field values(20,".$this->db->getUniqueID("vtiger_field").",'xyz','vtiger_quotes', 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); In that query, you have take care of each field value. This entry is applicable for both editview and detailview. I hope this helps you. kindly contact me for further clarifictaions. Thanks & Regards, Minnie. ---- On Fri, 01 Sep 2006 Dennis Grant wrote ---- As part of my project to port the featuresfrom our fork of V4.2 to V5.0, I find I need to add some new fields to variousmodules. What I did in my fork (brace yourselves,this is horribly ugly) was to create the new fields as a custom field, and thenhardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it isutterly unacceptable for anything I want to have incorporated into the main vTigertrunk ? not to mention that it?s just ugly hackery. So then, assume I want to add a new fieldto a Quote; a checkbox Boolean value. I know the field must be added to thedatabase schema; I know how to do that. But where is the proper place to add thisfield so that it shows up in the ?Quote Information? block on DetailView andEditView? I?d really appreciate a little help here. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060903/1ccd72de/attachment.html From ahmed at vtiger.com Mon Sep 4 03:25:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Mon, 04 Sep 2006 03:25:52 -0700 Subject: [Vtigercrm-developers] Misspelled field name in vtiger 4 and 5 In-Reply-To: References: Message-ID: <10d785cd6d2.4660954672230400407.-247269953199448983@@vtiger.com> Dear Tim, The spelling of organization name has been rectified and checked in. Please checkout the latest version from SVN from the following link: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk/ Regards, Ahmed ---- On Wed, 30 Aug 2006 Tim Smith wrote ---- organization.organizationame is mispelled. Should be organizationame.organizationname (e.g. "organization name" instead of "organization ame") Regards, Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/f62e834a/attachment.htm From richie at vtiger.com Mon Sep 4 03:39:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 03:39:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? Message-ID: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Hi! I was wondering if this is a right time to start thinking of the post 5.0.0 releases. Should the next release be 5.0.1 or 5.1? On what criteria should these be done? I am opening this up so that we have a more community-wide view on this. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/8f470d14/attachment.html From eng.luis at gmail.com Mon Sep 4 03:46:22 2006 From: eng.luis at gmail.com (Luis Santos) Date: Mon, 04 Sep 2006 11:46:22 +0100 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <1157366782.5730.19.camel@localhost> Hi! My hunble opinion is that 5.1 has to have at least a major change from 5.0.0. 5.0.1 would be security fixes, patches, minor features.. 6.0.0 would be a major change to all of vtiger or its essence... /Luis Santos On Mon, 2006-09-04 at 03:39 -0700, Richie wrote: > Hi! > > I was wondering if this is a right time to start thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Mon Sep 4 04:00:00 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:00:00 -0700 Subject: [Vtigercrm-developers] features and feature owners for 5.x Message-ID: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Hello! Should there be an owner for the feature-list for each 5.x releases? How do these things operate in other big projects? For eg, how/who decides what all should be there in the 5.0.1/5.1 release etc? As mentioned earlier, the intent is to make vtiger a more community-oriented product. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/feef55b3/attachment.htm From fboudra at free.fr Mon Sep 4 04:05:39 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:05:39 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <200609041305.40465.fboudra@free.fr> hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi From richie at vtiger.com Mon Sep 4 04:20:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:20:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041305.40465.fboudra@free.fr> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> Message-ID: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Hi Fathi! I was referring to what release should we have post 5.0.0 ie whether the next release should be 5.0.1 or 5.1? I was not referring to the naming convention. Thanks anyway, Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/93ab834d/attachment.html From kim at haverblad.se Mon Sep 4 04:28:57 2006 From: kim at haverblad.se (Kim Haverblad) Date: Mon, 04 Sep 2006 13:28:57 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <44FC0DF9.10809@haverblad.se> New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. From fboudra at free.fr Mon Sep 4 04:36:48 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:36:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <200609041336.48969.fboudra@free.fr> > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. From fboudra at free.fr Mon Sep 4 04:45:10 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:45:10 +0200 Subject: [Vtigercrm-developers] features and feature owners for 5.x In-Reply-To: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> References: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Message-ID: <200609041345.10215.fboudra@free.fr> > Should there be an owner for the feature-list for each 5.x releases? > How do these things operate in other big projects? > For eg, how/who decides what all should be there in the 5.0.1/5.1 release > etc? > As mentioned earlier, the intent is to make vtiger a more > community-oriented product. a simple reminder: http://www.vtiger.com/wiki/index.php/User:FathiBoudra Authors, official developers decides for a roadmap, update it, put names of people (official mentor?) who work on the feature, and follow it. Other contributors can help according to the roadmap or submit new features with patch. "big projects" are meritocracy: http://en.wikipedia.org/wiki/Meritocracy Just search the mailing list archive for many of my suggestions, especially regarding licensing issue, it could be nice to provide vtiger crm only sources (without external dependencies) for becoming a "community-oriented" product. It's not really a reply to all your questions but more a general point of view. cheers, Fathi From werk at r2g.nl Mon Sep 4 07:41:48 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 4 Sep 2006 16:41:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041336.48969.fboudra@free.fr> Message-ID: Indeed my point of vieuw aswell, So Richie what did you mean with your question then? Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: maandag 4 september 2006 13:37 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] next release - 5.0.1 or 5.1? > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From richie at vtiger.com Mon Sep 4 07:56:43 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 07:56:43 -0700 Subject: [Vtigercrm-developers] blogs changed Message-ID: <10d7954cf5f.7177449017857625563.-3694316649866535852@@vtiger.com> Dear Team, blogs.vtiger.com has a new face. We have moved to WordPress blogs. There will be a few issues as we are still in Beta with the blog movement. Please bear with us in the meantime. Feel free to report all the issues in the forum. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/4dd299a3/attachment.htm From developer at infointegrated.com Mon Sep 4 08:07:07 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Mon, 4 Sep 2006 10:07:07 -0500 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <3FA67E7F-346F-44DB-8847-6E3206CD682E@infointegrated.com> The way I envision it, once 5.0.0 is released, you create a 5.0 branch. Any bug fixes are applied to the branch and the trunk. New features are only applied to the trunk. Most likely, I would expect 5.0.1 to come first, as a released product is going to receive more testing and feedback than a pre-release. This release would likely come out between 1 and 3 months after product release. This would be dependent on the quantity and severity of the fixes that are found in 5.0.0. Regardless, v5.0.0 should be maintained for a set period of time (perhaps 18 months) minimum. This ensures that companies do not need to accept new features to stay current with security and bug fixes. A 5.1 release should be a minimum of 6 months out. Too many releases create a nightmare for support, and make the product appear to be less stable to the companies. On Sep 4, 2006, at 6:20 AM, Richie wrote: > Hi Fathi! > > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. > > Thanks anyway, > Richie > > > > > ---- Fathi Boudra wrote ---- > > hi ritchie, > > Le lundi 4 septembre 2006 12:39, Richie a ?crit : > > I was wondering if this is a right time to start thinking of the > post 5.0.0 > > releases. Should the next release be 5.0.1 or 5.1? > > > > On what criteria should these be done? > > > > I am opening this up so that we have a more community-wide view > on this. > > it's already stated on the naming conventions subject and in the wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http:// > zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/5b077844/attachment.html From sergiokessler at gmail.com Mon Sep 4 10:59:19 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Mon, 4 Sep 2006 14:59:19 -0300 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <1987093657170059147@unknownmsgid> References: <1987093657170059147@unknownmsgid> Message-ID: <49216030609041059j7c5ccc2av8f0f373ffbd26e42@mail.gmail.com> the next release should be 5.0.1 and should contain nothing more than fixes and more fixes, ie. nothing new (and God forbid database changes)... /sak On 9/4/06, Richie wrote: > > Hi! > > I was wondering if this is a right time to start > thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more > community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From gopals at vtiger.com Mon Sep 4 21:38:14 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 04 Sep 2006 21:38:14 -0700 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: <10d7c44ec7c.-411779779187577052.-5097062524184520435@@vtiger.com> Dear Team, Ivan Markovic of www.security-net.biz has identified "moderate risk" security issues in 4.2.x version. For more details please refer to: http://www.frsirt.com/english/advisories/2006/3444 Philip has started analyzing the issues and will keep you update the status. In the meantime if you have any solutions please let us share. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Fri, 01 Sep 2006 Tim Smith wrote ---- There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/970d946b/attachment.htm From gopals at vtiger.com Tue Sep 5 00:58:39 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 00:58:39 -0700 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <10d7cfc6aba.-6541985869223802041.8466374674918951292@@vtiger.com> Dear Kim Haverblad, My sincere apologies for posting reply to another thread. It is a mistake on my part. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 04 Sep 2006 Kim Haverblad wrote ---- New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/7869fafd/attachment.html From dgrant at accuratetechnologies.com Tue Sep 5 10:08:59 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Tue, 5 Sep 2006 13:08:59 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and? tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG From gopals at vtiger.com Tue Sep 5 19:55:22 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 19:55:22 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> Message-ID: <10d810d1c56.5168669373337133763.6577050973320880196@@vtiger.com> Hi, It is a wonderful idea. Please have a look at the "Developer Guide" in vtiger Wiki: http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide So far I have added articles on creating dashboards, related lists, language packs. Thanks to Michel Jacquemes and Richie for their valuable contributions. By the way, I have also contributed one of the articles :-) Currently I am working with Minnie on "how to create a module in vtiger CRM 5?" article, which will open doors for new developers. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Tue, 05 Sep 2006 Dennis Grant wrote ---- > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/16600072/attachment.htm From allan.bush+vtiger_dev at gmail.com Tue Sep 5 23:10:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:10:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9127 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php In-Reply-To: References: <20060824124620.9305A75E7E7@vtiger.fosslabs.com> <3bec26390608240842w5233ce5fpbd51e9be62f3dc20@mail.gmail.com> <3bec26390608280758m727b9558m7f8efc0566f81b08@mail.gmail.com> <3bec26390608282125q110cf54o41deb145aecac3b3@mail.gmail.com> Message-ID: <3bec26390609052310x2eb132b8n4dedc34236551238@mail.gmail.com> I rolled this change back by simply merging the change in reverse. This may not be the ideal solution however we don't have a untouched 4.2.4 branch to work against and I would have had to pull one from an old revision. In the end the HEAD of the tag is the same and that's likely all anyone will care about. On 8/28/06, Jeff Kowalczyk wrote: > Allan Bush wrote: > > That looks good except we want to exclude r9127 from the tag as it > > wasn't part of the 4.2.4 release. > > I see. Trim the merge range: > > # svn switch (url)/branches/4.2.4 > # svn merge -r 6810:6930 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r6930 comes in) > > And after tagging tags/vtigercrm-4.2.4, merge in the straggler r9127 to a > branches/4.2 and/or branches/4.2.5, as appropriate > > # svn switch (url)/branches/4.2 > # svn merge -r 6930:9127 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r9127 comes in) > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Tue Sep 5 23:49:44 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:49:44 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> Message-ID: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > From richie at vtiger.com Wed Sep 6 00:26:37 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:26:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d8205736e.-2386127368813020782.8080687821603972621@@vtiger.com> Allan, Be warned that you are using abusive language and causing disrespect to a member of the community. We always try and make an effort to understand what is going on regardless of English being our first or last language. Whatever be the issue, I think, we can deal it like mature and mannered people. You have done a good job on vtiger-4.2.x but that does not give you the liberty to treat people like dirt. I expect everyone on the list to be couth enough to treat others with respect. Do you not think it would have been better to for saraj's email address so that you could resolve the problem personally instead of what you have done now? You are good technically, but you need to be a good human being too, which incidentally is most important in life. Please apologise to saraj on this mailing list and let us get on with it. If you want to talk to me in person, call me at 18777884437 or Give me your number. I will call you now. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/a0c46610/attachment-0001.htm From richie at vtiger.com Wed Sep 6 00:27:54 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:27:54 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d82069f66.5974971160233137988.-5465377170316991356@@vtiger.com> Mike, Please put Allan's request on hold. Kindly maintain status quo till further notice please. I expect this fire to die down fast. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/066e5e13/attachment.htm From allan.bush+vtiger_dev at gmail.com Wed Sep 6 00:34:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 00:34:59 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <6850184341801969779@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> Message-ID: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 6 01:03:26 2006 From: philip at vtiger.com (Philip) Date: Wed, 06 Sep 2006 01:03:26 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Message-ID: <10d822725ef.-2963427893705069027.-4819865131191860493@@vtiger.com> I apologize, for not checking in the file in the right branch. Henceforth i'll make sure that the 4.2.4 fixes are checked into the 4.2.4.1 branch, if the fix has not been done. So, shall i revert the changes that has been done in the r9306 version? Philip ---- On Wed, 06 Sep 2006 Allan Bush wrote ---- Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/272fbccf/attachment.htm From dgrant at accuratetechnologies.com Wed Sep 6 06:37:08 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 09:37:08 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D17@exch.accuratetechnologies.com> > Please have a look at the "Developer Guide" in vtiger Wiki: > http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide OK, I've started to rough in this discussion on the wiki. You/Minnie/anybody else are welcome to fill in the missing info. > Currently I am working with Minnie on "how to create a module in vtiger > CRM 5?" article, which will open doors for new developers. That'll be good, 'cause I'll need that too. DG From allan.bush+vtiger_dev at gmail.com Wed Sep 6 08:28:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 08:28:09 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <-3290663298364172079@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> Message-ID: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Wed Sep 6 12:04:42 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 15:04:42 -0400 Subject: [Vtigercrm-developers] [PATCH] Attachments on Contacts Show on Accounts As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D18@exch.accuratetechnologies.com> Another in my series of fork-reduction patches. This one lists Attachments made to Contacts under the associated Account as well. This has proven very useful, as one can track Account-related activity without needing to know the name of the Contact at that Account who was the recipient. Share and Enjoy! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_4.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/1e5fa3f7/DG_Patch_4.txt From richie at vtiger.com Thu Sep 7 04:12:42 2006 From: richie at vtiger.com (Richie) Date: Thu, 07 Sep 2006 04:12:42 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Message-ID: <10d87facb78.4297665939683443926.2198855573448620880@@vtiger.com> Hi Allan! Are there any plans to have a 4.2.5 out soon? I think it is time we had another release on the 4.2.x series. What do you feel? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip <philip at vtiger.com> wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > <allan.bush+vtiger_dev at gmail.com> wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie <richie at vtiger.com> wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > <vtigercrm-commits at vtiger.fosslabs.com> wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/27c3f689/attachment.htm From lists.vtigercrm.com at callum-macdonald.com Thu Sep 7 04:22:56 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Thu, 07 Sep 2006 18:22:56 +0700 Subject: [Vtigercrm-developers] Problems installing from trunk Message-ID: <45000110.9030306@callum-macdonald.com> Hey Guys, New to svn and vtiger development, so forgive me if I'm missing something obvious, but my install failed after downloading from trunk. The process was as follows: 1] svn checkout http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk 2] http://mysite.com/vtiger/, run through install process 3] Final step died with the error: Can't create table './vtiger5t/#sql-78f_13.frm' (errno: 121)Error: Tables partially created. Table creation failed. Now when I try to access the site I can see the login page but after I login I get the error: *Fatal error*: Call to a member function Move() on a non-object in */home/sites/vtiger5t.harttdev.com/html/include/database/PearDatabase.php* on line *441* Can anyone suggest what my problem might be? Is there an alternative method to install from trunk? Thanks in advance, Callum. From philip at vtiger.com Thu Sep 7 06:53:47 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 06:53:47 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Hi, We have started our validation for 5GA and this will be completed by tomorrow. The issues we come across will be updated in trac, we'll be fixing most of the issues before releasing GA. Matt, could you please add a option 5.0.-val in the version field of our trac. Thanks, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/3de0bec5/attachment.html From dgrant at accuratetechnologies.com Thu Sep 7 07:55:01 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 10:55:01 -0400 Subject: [Vtigercrm-developers] [FEATURE REQUEST] - Populating Contact on New/Edit Quote should Populate Account and Address Info As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1A@exch.accuratetechnologies.com> This is probably simple for someone. On a new/edit Quote, selecting a Contact should populate the Account field with the Account associated with that Contact, and when it does so, should populate the Address info with the address info for that CONTACT. DG From fboudra at free.fr Thu Sep 7 08:13:00 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 17:13:00 +0200 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Message-ID: <200609071713.01613.fboudra@free.fr> hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi From dgrant at accuratetechnologies.com Thu Sep 7 08:17:03 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:17:03 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Can I get confirmation on which of my patches made it in to 5 GA? DG From jtk at yahoo.com Thu Sep 7 08:32:16 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:32:16 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. From gopals at vtiger.com Thu Sep 7 08:43:11 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 07 Sep 2006 08:43:11 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing Message-ID: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Dear Team, I am happy to inform you that our GA validation build is ready for testing. Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. Kindly participate in this final testing and report any bugs in Trac: http://vtiger.fosslabs.com You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: http://vtiger.com/archives/vtigercrm-5.0.0.exe http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz http://vtiger.com/archives/vtigercrm-5.0.0.bin I have also attached the scripts for migrating data from v5 RC to v5 GA - Val build - By tomorrow morning (India time), we are expecting plugins to be ready for the testing purpose. In the meantime, kindly post any issues in Trac under "Version: 5.0-VAL" Data Migration Procedure: V5 RC to v5 GA VAL ****WARNING: Before starting migration, take a backup of theexisting database**** Step 1: First take a database dump from the version 5 RC setup. Step 2: Install v5 GA - VAL Build in a new folder in your Web server. Step 3: Save the rc_to_ga_migration.php file inside the /modules/Migration folder. Step 4: Log in to your vtiger CRM system after extracting GA - VAL build Step 5: In the Browser invoke the following URL: http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration Note: Assuming that you have installed vtiger CRM inhttp://localhost/vtigercrm/ directory. If you have a different directory structurespecify your own URL. or, Click on the Settings -> Migration Wizard and change theURL: from, http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings to, http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings It will take few seconds to migrate database from v5 RC tov5 GA- VAL. After successful migration, following message will be displayed: "Needed database changes from 5 RC to 5 GA have beendone." Happy testing, Best Regards, Gopal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: rc_to_ga_migration.php Type: application/octet-stream Size: 7246 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/rc_to_ga_migration.obj From dgrant at accuratetechnologies.com Thu Sep 7 08:54:11 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:54:11 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Where does the trac live? DG -----Original Message----- From: Jeff Kowalczyk [mailto:jtk at yahoo.com] Sent: Thursday, September 07, 2006 11:32 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [SPAM-Bayesian] - Re: [Vtigercrm-developers] 5 GA validation and changes in trac. - Bayesian Filter detected spam Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From allan.bush+vtiger_dev at gmail.com Thu Sep 7 08:57:47 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 08:57:47 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <-6532429895316336822@unknownmsgid> References: <-6532429895316336822@unknownmsgid> Message-ID: <3bec26390609070857wa73c69v5ff62fcaacd7ae14@mail.gmail.com> It's great that we have this release, but why can't we use the same naming convention as every other software project? What is a "val" release? Why not just call it 5.0.0-RC2? On 9/7/06, Gopal wrote: > > Dear Team, > > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of > validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the > following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 GA - > Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready for > the testing purpose. In the meantime, kindly post any issues in Trac under > "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different directory > structure specify your own URL. > > > > or, > > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > From jtk at yahoo.com Thu Sep 7 08:58:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:58:23 -0400 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. From fboudra at free.fr Thu Sep 7 09:01:26 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 18:01:26 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: <200609071801.26810.fboudra@free.fr> Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi From allan.bush+vtiger_dev at gmail.com Thu Sep 7 09:04:12 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 09:04:12 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <8896254713592840310@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> <8896254713592840310@unknownmsgid> Message-ID: <3bec26390609070904w44df29aav7f314d2c7170acc8@mail.gmail.com> The list of everything currently planned for 4.2.5 is here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5 There's not that much left, but I currently nearly no one is working on it so I can't give any estimate on when it will be complete. On 9/7/06, Richie wrote: > > Hi Allan! > > Are there any plans to have a 4.2.5 out soon? > I think it is time we had another release on the 4.2.x series. > What do you feel? > > > Richie > > > > > ---- Allan Bush wrote ---- > > Thanks for your attention philip, > > If we are going to create a 4.2.5 release quickly that just has a > couple bug fixes and some security fixes then please make the changes > to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel > free to make the changes to the 4.2 branch. Actually any changes to > 4.2.4.1 should be made to 4.2 as well anyways. > > The real lesson here is you should never ever make any changes to > anything in the "tags" folder. I've already rolled back the changes > you did make. > > I apologies if you found the language I used too harsh, but my polite > requests seem to be ignored. > > On 9/6/06, Philip wrote: > > > > I apologize, for not checking in the file in the > > right branch. Henceforth i'll make sure > > that the 4.2.4 fixes are > > checked into the 4.2.4.1 branch, if the fix has not been > > done. > > > > So, shall i revert the changes that has been done > > in the r9306 version? > > > > Philip > > > > > > ---- On Wed, 06 Sep 2006 Allan Bush > > wrote ---- > > > > > > Sorry I may have been a little out of line, I just > > get frustrated > > sometimes having to redo work because of people not > > paying attentions > > to my requests for changes. > > > > Regardless of the tone of my request, there is no > > reason to every make > > changes (other then adding new tags) to anything in the > > tags folder > > and as such making it readonly is probably a good idea. > > > > On 9/6/06, Richie wrote: > > > > > > Mike, > > > Please put Allan's request on hold. Kindly > > maintain status quo till further > > > notice please. > > > > > > I expect this fire to die down fast. > > > > > > Richie > > > > > > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > > > > Umm yeah, > > > > > > so exactly 35 minutes after I fixed your last fuck up > > you do the same > > > damn thing again. > > > > > > I understand that english isn't your first > > language, but please try > > > and make an effort to understand what's going on. > > > > > > Does anyone have saraj's personally email address? > > so I can try and > > > resolve this problem directly. > > > > > > Mike, can we just revoke commit privileges to > > everyone in the tags > > > directory? I'm not sure how we'd create tags then > > though... > > > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > > wrote: > > > > Author: saraj > > > > Date: Wed Sep 6 00:41:42 2006 > > > > New Revision: 9306 > > > > > > > > Log: > > > > T added > > > > > > > > Modified: > > > > > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > > > ============================================================================== > > > > --- > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > (original) > > > > +++ > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > Wed Sep 6 00:41:42 2006 > > > > @@ -946,6 +946,7 @@ > > > > , 'Q' > > > > , 'R' > > > > , 'S' > > > > + , 'T' > > > > , 'U' > > > > , 'V' > > > > , 'W' > > > > > > > > > > > > _______________________________________________ > > > > vtigercrm-commits mailing list > > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Thu Sep 7 09:09:59 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 09:09:59 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: <10d890af48e.-1076554671253392790.-325996934154176655@@vtiger.com> Hi Dennis, We have added two of your patches in vtigerCRM 5 GA 1) Product Code's display text to "Part Number" 2) Preserve add order of products in Quotes, Invoice and Salesorder. Philp ---- On Thu, 07 Sep 2006 Dennis Grant wrote ---- Can I get confirmation on which of my patches made it in to 5 GA? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/315550b6/attachment.htm From jtk at yahoo.com Thu Sep 7 09:31:00 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 12:31:00 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi/timeline?daysback=1 This is the fast-loading view of recent activity that I bookmark. From werk at r2g.nl Thu Sep 7 13:31:26 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 7 Sep 2006 22:31:26 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609071713.01613.fboudra@free.fr> Message-ID: Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jtk at yahoo.com Thu Sep 7 15:01:47 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 18:01:47 -0400 Subject: [Vtigercrm-developers] What does windows installer do? Message-ID: I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. From kenlyle at yahoo.com Thu Sep 7 15:06:57 2006 From: kenlyle at yahoo.com (Ken Lyle) Date: Thu, 7 Sep 2006 15:06:57 -0700 (PDT) Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: Message-ID: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Another Secunia advisory has popped up: http://secunia.com/advisories/21728/ Who is managing and addressing these? Ken 484-948-5706 866-OUT OF BOX (866-688-6326) -- "He who reads nothing is more educated than he who reads nothing but newspapers." - Thomas Jefferson From joe at tsolucio.com Thu Sep 7 18:09:38 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 03:09:38 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <1157677778.10479.7.camel@joeshome.int> Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). From kim at haverblad.se Thu Sep 7 20:13:11 2006 From: kim at haverblad.se (Kim Haverblad) Date: Fri, 08 Sep 2006 05:13:11 +0200 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Message-ID: <4500DFC7.2030703@haverblad.se> Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > From gopals at vtiger.com Fri Sep 8 00:17:00 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 08 Sep 2006 00:17:00 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Hello, My only intention was to get more feedback from our developer community, so that we can have a better control over GA release. So far we have gathered about 100 issues from our community, which may not be possible with our core team in India. I apologize for breaking the release management process this time. Thanks for your understanding, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Thu, 07 Sep 2006 Dhr. R.R. Gerbrands wrote ---- Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/1e5a705e/attachment.html From fboudra at free.fr Fri Sep 8 00:34:02 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 09:34:02 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Message-ID: <200609080934.02955.fboudra@free.fr> hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... From ahmed at vtiger.com Fri Sep 8 00:34:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 00:34:52 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached Message-ID: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Dear Dino, Thanks for notifying the issue. The error occurs due to the extra blank line after the php close tag in the file "user_privileges/enable_backup.php". And it is noticed only in the Linux OS. I have attached the file with the blank space removed. Please replace it and let us know your feedbacks. Thanks and Regards, Ahmed Team Member - vtiger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: enable_backup.php Type: application/octet-stream Size: 572 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/enable_backup.obj From philip at vtiger.com Fri Sep 8 00:41:09 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 00:41:09 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: <10d8c5f796d.1787771530455067840.-2415800108430080376@@vtiger.com> Hi Jeff, Here after the source build will have the following naming convention vtigercrm-x.y.z.tar.gz Philip ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/a8945eab/attachment.htm From webmaster at vtigerfacile.com Fri Sep 8 01:06:59 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 10:06:59 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Message-ID: <450124A3.4000105@vtigerfacile.com> Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ahmed at vtiger.com Fri Sep 8 02:06:25 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 02:06:25 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <450124A3.4000105@vtigerfacile.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> Message-ID: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Dear A?ssa, I stand corrected. Apologize for jumping the gun. Didn't test in the xampp windows version. Hope the fix works across different OS. Thanks, Ahmed Team - vtiger ---- On Fri, 08 Sep 2006 A?ssa wrote ---- Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/992ea82f/attachment.html From webmaster at vtigerfacile.com Fri Sep 8 02:33:33 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 11:33:33 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Message-ID: <450138ED.7090203@vtigerfacile.com> Dear Ahmed, just remove the empty line after php tag, that work perfectly. Best regards, A?ssa Ahmed Hussian a ?crit : > > > Dear A?ssa, > > I stand corrected. > > Apologize for jumping the gun. Didn't test in the xampp windows version. > > Hope the fix works across different OS. > > Thanks, > Ahmed > Team - vtiger > > > ---- On Fri, 08 Sep 2006 *A?ssa * wrote ---- > > Dear Ahmed, > "And it is noticed only in the Linux OS." > You can add windows, i have tested on xampp windows version. > Best regards, > A?ssa > Ahmed Hussian a ?crit : > > > > Dear Dino, > > > > Thanks for notifying the issue. > > > > The error occurs due to the extra blank line after the php close > tag > > in the file "user_privileges/enable_backup.php". > > > > And it is noticed only in the Linux OS. > > > > I have attached the file with the blank space removed. Please > replace > > it and let us know your feedbacks. > > > > > > Thanks and Regards, > > Ahmed > > Team Member - vtiger > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ngombert at ng-consultant.com Fri Sep 8 03:00:44 2006 From: ngombert at ng-consultant.com (Nicolas GOMBERT) Date: Fri, 08 Sep 2006 12:00:44 +0200 Subject: [Vtigercrm-developers] Warning with BAS blocks In-Reply-To: <200609071713.01613.fboudra@free.fr> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> <200609071713.01613.fboudra@free.fr> Message-ID: <1157709644.8836.7.camel@localhost> Hi guys, I'm working on a new module for vtiger and I got a warning in my EditView page cause I only have BAS field in it. It comes from l.1015 in CommonUtils.php : foreach($getBlockInfo as $label=>$contents) $getBlockInfo is not define if there is no ADV field. it can be solved by adding "if ($getBlockInfo)" just before that line. Perhaps I miss something (I'm pretty new in vtiger dev) that why I don't directly post on trac. From don at vtiger.com Fri Sep 8 03:02:22 2006 From: don at vtiger.com (don) Date: Fri, 08 Sep 2006 03:02:22 -0700 Subject: [Vtigercrm-developers] What does windows installer do? In-Reply-To: References: Message-ID: <10d8ce0c0b2.8855639365923098319.-2481585964593962777@@vtiger.com> Hi, The windows .exe installer similar to the Linux .bin installer will install the required Apache, PHP,MySQL and gd libraries required to run vtigerCRM. Option is also provided to use the already installed Apache and MySQL. Option to start the Apache as a service is also provided in the windows installer. Hope this helps you. Thanks, Don ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/18fa7590/attachment.htm From richie at vtiger.com Fri Sep 8 03:13:04 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:13:04 -0700 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Dear Team, Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I propose that we merge these into 1 wiki only. We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users in wiki.vtiger.com as well. wiki.vtiger.com is based on media-wiki and is said to be more configurable. We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com site. This way, we will have data consolidation as well. Apropos the L&F, we will ensure that these too are taken care of. Please let us know what you feel. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/06438616/attachment.html From minnie at vtiger.com Fri Sep 8 03:17:37 2006 From: minnie at vtiger.com (Mangai) Date: Fri, 08 Sep 2006 03:17:37 -0700 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <1157677778.10479.7.camel@joeshome.int> References: <1157677778.10479.7.camel@joeshome.int> Message-ID: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Dear joebordes, I apologize for delay in reply. Here is the information you requested: Following changes should be done in modules/Users/DefaultDataPopulator.php files. 1) To insert into vtiger_tab table use value greater than 29 for tabid. values from 1 to 29 already occupied for modules in vtigerCRM. Syntax:$this->db->query("INSERT INTO vtiger_tab VALUES (,'',,,'',,,)"); Example: $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); [example given with respect to Leads module.] 2) To insert into vtiger_blocks table use value greater than 83 for blockid. values from 1 to 83 are already occupied. Syntax: $this->db->query("insert into vtiger_blocks values (,,'',,,,,,)"); Example: $this->db->query("insert into vtiger_blocks values (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); 3) To insert into vtiger_field table value for fieldid will be generated dynamically using getUniqueID method of PearDataBase class. Syntax: $this->db->query("insert into vtiger_field values (,,,,,,,, ,,,,,,,, ,,)"); Example: $this->db->query("insert into vtiger_field values (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); This is a small part in module creation. As you asked about block,tab andfield id, I've given that. kindly wait for some time to get fulldocumentation for module creation. We will provide it soon. If you have any query or any difficulty in the above statements, kindly feel free to mail me(email address: minnie at vtiger.com) Thanks & Regards, Minnie. ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/fc26bfc2/attachment.htm From webmaster at vtigerfacile.com Fri Sep 8 03:26:49 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 12:26:49 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <45014569.5090201@vtigerfacile.com> Too much tools kill the tools. I agree with you, with too much tools, it's difficult for users to follow. 1 wiki for all the doc, 1 bug traker, ... Richie a ?crit : > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Fri Sep 8 03:58:36 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:58:36 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609080934.02955.fboudra@free.fr> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> <200609080934.02955.fboudra@free.fr> Message-ID: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/c65b68b5/attachment.html From richie at vtiger.com Fri Sep 8 04:01:27 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 04:01:27 -0700 Subject: [Vtigercrm-developers] Fwd: Re: naming conventions Message-ID: <10d8d16d9a2.8041820541097757908.-3347095238241642222@@vtiger.com> I thought I had copied to the mailing list, yet to get it , so resending it. Richie ============ Forwarded Mail ============ >From : Richie To : fboudra at free.fr,vtigercrm-developers at lists.vtigercrm.com Cc : vtigercrm-developers at lists.vtigercrm.com,gopals at vtiger.com Date :Fri, 8 Sep 2006 03:58:36 -0700 Subject : Re: [Vtigercrm-developers] naming conventions ============ Forwarded Mail ============ Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/8576252f/attachment.htm From dgrant at accuratetechnologies.com Fri Sep 8 05:28:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 08:28:48 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Joe, Do us all a favour and, as you get the information, add it to the developer wiki - the same way I've been doing with the "how to add a field to an existing module" documentation. We need to start capturing and documenting this, and the ideal people to do so are the people who are implementing the things the questions are about. DG From werk at r2g.nl Fri Sep 8 05:31:39 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 14:31:39 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Message-ID: Richie and team, It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting. I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Richie Verzonden: vrijdag 8 september 2006 12:59 Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.com CC: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/04cb2540/attachment.html From richie at vtiger.com Fri Sep 8 05:56:35 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 05:56:35 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Fathi, Would you like to discuss your idea here please? Richie ---- Dhr. R.R. Gerbrands<werk at r2g.nl> wrote ---- ? Richie and team,   It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting.   I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this.   Best regards,   Remco        -----Oorspronkelijk bericht-----Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens RichieVerzonden: vrijdag 8 september 2006 12:59Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.comCC: vtigercrm-developers at lists.vtigercrm.comOnderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal,> My only intention was to get more feedback from our developer community, so> that we can have a better control over GA release.Could you explain me, how not respecting naming conventions help you to have a better control over GA release ?> So far we have gathered about 100 issues from our community, which may not> be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence.> I apologize for breaking the release management process this time.> Thanks for your understanding,Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible.My apologies to be again the bad guy who talk about the reality.cheers,FathiPS: and i don't talk about your licensing issue this time ..._______________________________________________Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/b6de862c/attachment.htm From philip at vtiger.com Fri Sep 8 06:10:38 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:10:38 -0700 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <4500DFC7.2030703@haverblad.se> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> <4500DFC7.2030703@haverblad.se> Message-ID: <10d8d8d201e.-7252714424372858302.8220088687626437314@@vtiger.com> Hi Kim, I have posted this as a ticket in trac, kindly refer the url for status http://secunia.com/advisories/21728/ , i'll be fixing this on vtigerCRM 5 GA only. Can anybody volunter for vtigerCRM 4.2.x ? if it has not been fixed on that. Philip ---- On Thu, 07 Sep 2006 Kim Haverblad wrote ---- Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/64f26a76/attachment.html From philip at vtiger.com Fri Sep 8 06:31:32 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:31:32 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609071801.26810.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> Message-ID: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Hi Fathi, Do we have any wiki type document in trac to track such patches, if so kindly let me know so that i can update that in future, i coud'nt find such doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. Thanks, Philip ---- Fathi Boudra<fboudra at free.fr> wrote ---- Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/4ed0436b/attachment.htm From fboudra at free.fr Fri Sep 8 07:00:35 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:00:35 +0200 Subject: [Vtigercrm-developers] =?iso-8859-15?q?=5BSPAM-Bayesian=5D_-_Re?= =?iso-8859-15?q?=3A_5_GA_validation=09and_changes_in_trac=2E_-_Bayesian_F?= =?iso-8859-15?q?ilter_detected_spam?= In-Reply-To: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Message-ID: <200609081600.35984.fboudra@free.fr> hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi From fboudra at free.fr Fri Sep 8 07:27:53 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:27:53 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> References: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Message-ID: <200609081627.54008.fboudra@free.fr> hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. From philip at vtiger.com Fri Sep 8 07:39:17 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 07:39:17 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609081600.35984.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> <200609081600.35984.fboudra@free.fr> Message-ID: <10d8dde4974.-4721662930359186979.-7383047317377409472@@vtiger.com> Having a new ticket type say 'Patch' in trac sounds good, we can ask our developers to submit their patches here. Can you create that option trac please? or anyone who has permission. Giving access to anonymous may create trouble. Philip ---- On Fri, 08 Sep 2006 Fathi Boudra wrote ---- hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/17afc3e6/attachment.html From joe at tsolucio.com Fri Sep 8 07:49:57 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 16:49:57 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Message-ID: <1157726997.29190.13.camel@joesunix.int> Ok, sure. I have already added things to your page and I had thought of adding this as well. I's better to have it there than hanging around in my computer :-) Regards, Joe. El vie, 08-09-2006 a las 08:28 -0400, Dennis Grant escribi?: > Joe, > > Do us all a favour and, as you get the information, add it to the > developer wiki - the same way I've been doing with the "how to add a > field to an existing module" documentation. > > We need to start capturing and documenting this, and the ideal people to > do so are the people who are implementing the things the questions are > about. > > DG > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From dgrant at accuratetechnologies.com Fri Sep 8 07:54:44 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 10:54:44 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D22@exch.accuratetechnologies.com> > Ok, sure. I have already added things to your page and I had thought of > adding this as well. I's better to have it there than hanging around in > my computer :-) Not "my" page; *OUR* page. I moved it to its own page and did a little tweaking. I also put in a placemarker for the "Create a Module" page. Good work. Keep it up. DG From allan.bush+vtiger_dev at gmail.com Fri Sep 8 08:03:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 08:03:59 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <-3104740452756007648@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <200609081600.35984.fboudra@free.fr> <-3104740452756007648@unknownmsgid> Message-ID: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> I've added the patch ticket type. Anonymous access to ticket creation was revoked due to concerns about spam. Trac 0.10 is said to have the ability to control spam better, maybe when that is released we can upgrade and re-enable anonymous content creation. On 9/8/06, Philip wrote: > > Having a new ticket type say 'Patch' in trac sounds > good, we can ask our developers to submit > their patches here. > Can you create that option trac please? or anyone > who has permission. > > Giving access to anonymous may create trouble. > > Philip > > > ---- On Fri, 08 Sep 2006 Fathi Boudra > wrote ---- > > > hi, > > > Do we have any wiki type document in trac to > track such patches, if so > > kindly let me know so that i can update that in future, > i coud'nt find such > > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. > > no, we don't have such wiki document. A solution, is > to add a wiki page, that > we must update manually. A better solution is to > keep track like said jeff in > the trac bug tracker and add a new ticket type (atm we have > defect/enhance/task) to easily follow patch > submission. Unfortuntely, there's > just one problem: there isn't anonymous access. We > can allow new ticket to > anonymous to resolve ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From fboudra at free.fr Fri Sep 8 08:20:38 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:20:38 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <-3104740452756007648@unknownmsgid> <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> Message-ID: <200609081720.39160.fboudra@free.fr> Le vendredi 8 septembre 2006 17:03, Allan Bush a ?crit : > I've added the patch ticket type. thanks :) more faster than me ;) From joe at tsolucio.com Fri Sep 8 08:41:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 17:41:18 +0200 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php Message-ID: <1157730078.11831.3.camel@joesunix.int> Hi all, I tried (very little) to add this bug to trac but couldn't see how. I'll try with more time and patience later. On line 62 of the log4php/LoggerBasicConfiguration.php script there is a syntax error with two parenthesis: $root->addAppender($appender)); should be: $root->addAppender($appender); If anybody with svn write access can fix. Regards, Joe. From fboudra at free.fr Fri Sep 8 08:48:23 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:48:23 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <45014569.5090201@vtigerfacile.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <45014569.5090201@vtigerfacile.com> Message-ID: <200609081748.24140.fboudra@free.fr> Le vendredi 8 septembre 2006 12:26, A?ssa a ?crit : > Too much tools kill the tools. > I agree with you, with too much tools, it's difficult for users to follow. > 1 wiki for all the doc, > 1 bug traker i tend to agree but personally i prefer to have 2 wiki. A long time ago, (27/2/2006 exactly), i proposed a developer documentation project: > We lack of a good developer documentation. > i started a developer documentation on vtiger.fosslabs.com wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki > it's a bit empty for the moment but your help is needed :) > Please, comments, add clues, notes, what can be used to do a developer > documentation. i see wiki.vtiger.com more a users wiki with installation tips, etc, for users by users, not too much technical. And vtiger.fosslabs.com (v.f.c) wiki, like a more developer oriented tool, much more technical, talking about vtiger internals. Without forget extra feature of the wiki, like special tags with links to bug tracker, etc... Concerning the bug tracker, it's difficult to have 2 bug trackers. We must allow users to do bug reports and v.f.c don't allow that atm. i prefer again v.f.c bug tracker (i like mail interface), and if possible migrate sf bugs to trac bug tracker. just my point of view, i'm completely open to other suggestions, especially if you want to merge the wikis (a TOC with 2 sections users/developers on mediawiki if possible too). cheers, Fathi From allan.bush+vtiger_dev at gmail.com Fri Sep 8 09:10:46 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 09:10:46 -0700 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php In-Reply-To: <1157730078.11831.3.camel@joesunix.int> References: <1157730078.11831.3.camel@joesunix.int> Message-ID: <3bec26390609080910q13344f9es62f5bb87f7d10a1f@mail.gmail.com> Ticket #1418 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1418) took care of this on the 4.2 branch. The trunk is locked down right now so someone else will have to change it there. You need to have a login to create tickets in trac, see the front page of the trac wiki for details in how to get one. On 9/8/06, Joe Bordes wrote: > Hi all, > > I tried (very little) to add this bug to trac but couldn't see how. I'll > try with more time and patience later. > > On line 62 of the log4php/LoggerBasicConfiguration.php script there is a > syntax error with two parenthesis: > > $root->addAppender($appender)); > > should be: > > $root->addAppender($appender); > > If anybody with svn write access can fix. > > Regards, Joe. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From jtk at yahoo.com Fri Sep 8 09:16:41 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 08 Sep 2006 12:16:41 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <16604.5306985781$1157710413@news.gmane.org> Message-ID: Richie wrote: > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I > propose that we merge these into 1 wiki only. -1 on merging wikis. Actually, that's a -1 for not using trac for development documentation. The trac instance should be the single-stop-shop information source for the development process and codebase, written to an intended audience of developers, system integrators and testing users. The vtiger.com wiki can have free reign over the usability and end-user documentation side of vtigercrm as far as I'm concerned. That said, if we someday have integrated documentation throughout the codebase (e.g. copious online help and code comments), then there's a lot that various trac plugins could do to auto-wikify that codebase documentation. http://www.trac-hacks.org/ With trac's strong codebase integration, I don't think it is the case that mediawiki could be useful to the vtiger developer community. Mediawiki may be more appropriate for the end-user documentation. From dgrant at accuratetechnologies.com Fri Sep 8 09:24:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 12:24:35 -0400 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG From eng.luis at gmail.com Fri Sep 8 09:47:53 2006 From: eng.luis at gmail.com (Luis Santos) Date: Fri, 08 Sep 2006 17:47:53 +0100 Subject: [Vtigercrm-developers] Problems importing big database in 5.0 GA validation Message-ID: <1157734073.12172.34.camel@localhost> Hi! My current vtigerCRM 4.2.3 Database is about 1.7GB... is this a problem to migrate to 5.0 GA validation? I've managed to finish the migration process but i had to change the code to do not verify is the db dump is a file and has a size bigger than 10000... However now i'm unable to login... Any idea? /Luis Santos From werk at r2g.nl Fri Sep 8 12:08:40 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 21:08:40 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609081627.54008.fboudra@free.fr> Message-ID: That's a very mature idea. :-) Let's use it! Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: vrijdag 8 september 2006 16:28 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From mmbrich at fosslabs.com Fri Sep 8 16:17:05 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 08 Sep 2006 17:17:05 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <1157757425.14022.1.camel@localhost.localdomain> You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > From webmaster at vtigerfacile.com Sat Sep 9 01:42:22 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 10:42:22 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Message-ID: <45027E6E.6020407@vtigerfacile.com> Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From jeri at vtiger.com Sat Sep 9 03:32:59 2006 From: jeri at vtiger.com (Jeri John) Date: Sat, 09 Sep 2006 03:32:59 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <45027E6E.6020407@vtigerfacile.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> Message-ID: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Dear Aissa, We have planned to go with utf-8 as the default charset What you think? Thanks & Regards, Jerry. ------------------------------------------ D.Jeri John Skype: jerijohn_vtiger Blog : http://jerry.vtiger.com/ Toll Free: +1 877 788 4437 ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - <file attached> > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the <vtiger > Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060909/e2a8328d/attachment.htm From webmaster at vtigerfacile.com Sat Sep 9 04:15:41 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 13:15:41 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Message-ID: <4502A25D.60306@vtigerfacile.com> I'm ok, but note : - Default charset before vtiger CRM 5 isn't utf-8, so all the datas on db have to be converted during migration, - Advertise for translators, we have to convert lang pack (by say only now, do not count to have lang pack the same week with $naming_convention[GA]) - Becarefull with plug-ins (not sure outlook & word know utf-8) ! We have already problem with caracters in plug-ins. - That not resolve the problem with picklist edition but only with announcements, try to add "?" on any picklist, To be compliant with europe, try your product with accents (?, ?, ?, ?, ?,?, ?....) & quotes (",') and you will see a lot of problem we have here with vtiger CRM. I may be forgot something. Regards, A?ssa Jeri John a ?crit : > Dear Aissa, > We have planned to go with utf-8 as the default charset > What you think? > > Thanks & Regards, > Jerry. > > > ------------------------------------------ > D.Jeri John > Skype: jerijohn_vtiger > Blog : http://jerry.vtiger.com/ > Toll Free: +1 877 788 4437 > > > > > ---- A?ssa wrote ---- > > Hi team, > The caracter problem with announcements is not closed, i have sent a > temporary solution on trac. > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 > Regards, > A?ssa > > Gopal a ?crit : > > Dear Team, > > > > I am happy to inform you that our GA validation build is ready for > > testing. > > > > Before announcing our public release we would like to have a final > > round of validation, so that we can avoid any last minute glitches. > > > > Kindly participate in this final testing and report any bugs in > Trac: > > > > http://vtiger.fosslabs.com > > > > You can download the version 5 GA validation build *(SVN Tag: 9353) > > *from the following URLs: > > > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > > > I have also attached the scripts for migrating data from v5 RC > to v5 > > GA - Val build - > > > > By tomorrow morning (India time), we are expecting plugins to be > ready > > for the testing purpose. In the meantime, kindly post any issues in > > Trac under "Version: 5.0-VAL" > > > > Data Migration Procedure: V5 RC to v5 GA VAL > > > > ****WARNING: Before starting migration, take a backup of the > existing > > database**** > > > > Step 1: First take a database dump from the version 5 RC setup. > > > > Step 2: Install v5 GA - VAL Build in a new folder in your Web > server. > > > > Step 3: Save the rc_to_ga_migration.php file inside the > Home>/modules/Migration folder. > > > > Step 4: Log in to your vtiger CRM system after extracting GA - > VAL build > > > > Step 5: In the Browser invoke the following URL: > > > > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > > > > Note: Assuming that you have installed vtiger CRM in > > http://localhost/vtigercrm/ directory. If you have a different > > directory structure specify your own URL. > > > > or, > > > > Click on the Settings -> Migration Wizard and change the URL: > > > > from, > > > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > > > > to, > > > > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > > > > > > It will take few seconds to migrate database from v5 RC to v5 > GA- VAL. > > > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > > > Happy testing, > > > > Best Regards, > > Gopal > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sat Sep 9 12:37:49 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sat, 09 Sep 2006 13:37:49 -0600 Subject: [Vtigercrm-developers] UI help In-Reply-To: <44B4921F.8020402@vtiger.com> References: <1152565743.32174.120.camel@localhost.localdomain> <1152590570.16985.4.camel@localhost.localdomain> <1152678056.16985.149.camel@localhost.localdomain> <44B4921F.8020402@vtiger.com> Message-ID: <1157830669.5620.1.camel@localhost.localdomain> Any word on getting a UI built for sales force automation in the campaigns module? I am building this as a plug-in system so that other SFA actions can be hooked into campaigns without much sweat. I can keep working with the current UI but you may have other ideas for making this work. Matt On Wed, 2006-07-12 at 11:39 +0530, Saint wrote: > Matt.. > > I am aware that, the campaigns module is fairly attended in the UI > front.I am in the middle of other works. So give me a few more days.. > I will hop in and check it out :-) > > -Saint > > > > > Matthew Brichacek wrote: > > I'm going to keep posting these hoping that someone will finally get fed > > up with the ugly and help out ;). > > > > Matt > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > ____________________________________________________________________ > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From fboudra at free.fr Sun Sep 10 10:43:58 2006 From: fboudra at free.fr (Fathi Boudra) Date: Sun, 10 Sep 2006 19:43:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable Message-ID: <200609101943.59164.fboudra@free.fr> hi, i tried to install current svn version and it isn't installable. it failed at step "confirm settings" only me ? cheers, Fathi From gopals at vtiger.com Mon Sep 11 00:36:48 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 00:36:48 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. Message-ID: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/f9c39228/attachment.html From gopals at vtiger.com Mon Sep 11 04:02:23 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 04:02:23 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <10d9c8ac74f.4087497381546003718.321325161514699284@@vtiger.com> Dear Team, vtiger CRM Windows Build label is vtigercrm-5.0.0.exe instead of vtigerCRM-5.0.0.exe. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 11 Sep 2006 Gopal wrote ---- Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/94bc4f44/attachment.htm From richie at vtiger.com Mon Sep 11 04:18:39 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 04:18:39 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <1157757425.14022.1.camel@localhost.localdomain> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> Message-ID: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Thanks for responding. Man, you are getting difficult to reach by telephone nowadays. Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/a8d968d7/attachment.html From mmbrich at fosslabs.com Mon Sep 11 04:26:35 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 11 Sep 2006 05:26:35 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Message-ID: <1157973995.5466.3.camel@localhost.localdomain> Yes.. I am not staying up as late any more and my mornings are fairly busy :). You can always call and leave a msg but I think the time difference will present a problem. Matt On Mon, 2006-09-11 at 04:18 -0700, Richie wrote: > Thanks for responding. Man, you are getting difficult to reach by > telephone nowadays. > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > You could keep them separated too, use mediawiki for the user > wiki and > trac for the developer wiki. I like using trac for the devel > wiki > because it's more integrated with the rest of the developer > environment. > Honestly though, I've barely read either one of them so it > really > doesn't make any diff to me. > > Matt > > On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > > Dear Team, > > > > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and > wiki.vtiger.com . > > > > I propose that we merge these into 1 wiki only. > > We can take the contents in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to > wiki.vtiger.com. > > We will provide all the privileges given as of now in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > > in wiki.vtiger.com as well. > > > > wiki.vtiger.com is based on media-wiki and is said to be > more configurable. > > We could let the wiki link remain in the vtiger.fosslabs.com > page and have it redirected to the wiki.vtiger.com > > site. > > This way, we will have data consolidation as well. > > > > Apropos the L&F, we will ensure that these too are taken > care of. > > > > Please let us know what you feel. > > > > Richie > > From richie at vtiger.com Mon Sep 11 05:06:15 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 05:06:15 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> Message-ID: <10d9cc541a4.2512570924560104299.5282016981339119205@@vtiger.com> Guys, how do we come to a conclusion on this? Gopal thinks that it is better to merge the two as the wiki at wiki.vtiger.com is already divided into 2 zones - User Zone and Developer Zone. So, the respective areas will have the related docs. I am not clear about how the development is related to the wiki as mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and wiki are tightly integrated. I think this will be an important point to base the decision to merge or not. Kindly explain. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/3e1fe997/attachment.htm From fboudra at free.fr Mon Sep 11 07:49:18 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 11 Sep 2006 16:49:18 +0200 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <200609111649.19217.fboudra@free.fr> hi gopal, Le lundi 11 septembre 2006 09:36, Gopal a ?crit : > I have come up with the following file names for v5 GA release: file names is ok, just the "v5 GA" is wrong. GA term isn't well known in the software applications. We must avoid this term, especially, when i saw r9413 commit comment: "RC changed to 5.0.0 GA" cheers, Fathi From jtk at yahoo.com Mon Sep 11 11:24:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 11 Sep 2006 14:24:24 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> <14119.6420453072$1157976398@news.gmane.org> Message-ID: Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. From werk at r2g.nl Mon Sep 11 11:40:56 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 11 Sep 2006 20:40:56 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: Message-ID: The way I seet things are : trac is allready very usefull for development, why use wiki ? Use wiki for enduser informations only. Regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Jeff Kowalczyk Verzonden: maandag 11 september 2006 20:24 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] merging the wikis Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jens at Strawberry.COM Mon Sep 11 13:55:25 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Mon, 11 Sep 2006 22:55:25 +0200 Subject: [Vtigercrm-developers] vtiger 5: Installation Manual for PostgreSQL DB In-Reply-To: <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com>; from Gopal on Mon, Sep 11, 2006 at 12:25:02AM -0700 References: <10d87e89883.5865705763054288946.-3390436903255532194@@vtiger.com> <20060910144143.A3768@Strawberry.COM> <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com> Message-ID: <20060911225525.C3768@Strawberry.COM> Hi Gopal, hi Don, > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. I hadn't had the time to look at this. I'll come back to you. Regarding the current integration of the postgres fixes into the SVN I had a closer look at SVN revision 9402. My fixes were almost present, however I figured out the following: include/database/PearDatabase.php install/5createTables.inc.php - The fix regarding the SEQUENCE mapping is missing include/database/Postgres8.php - I've reworked my fix in a way that removes the column names from this source file. The rework has not been implemented. install/4createConfigFile.php - The check against $_REQUEST['db_type'] must be done before handling the database type. Otherwise $dbType will be undefined. modules/Potentials/Opportunity.php modules/SalesOrder/SalesOrder.php modules/Leads/Lead.php modules/Invoice/Invoice.php modules/PurchaseOrder/PurchaseOrder.php modules/Quotes/Quote.php - PostgreSQL does not support the && operator. AND must be used instead. modules/Campaigns/ListView.php - The OFFSET/LIMIT fix was applied. However the old code was not deleted. modules/Products/ListView.php modules/Activities/ListView.php modules/Quotes/ListView.php modules/HelpDesk/Save.php - You forgot these files entirely modules/Calendar/Appointment.php - New problem figured out today. The fixPostgresQuery function needs to be added. modules/Calendar/calendarLayout.php - One fixPostgresQuery was missing modules/Home/index.php - New problem figured out today. Another 'AS' was missing. modules/Users/User.php - A misleading comment was removed install/5createTables.inc.php modules/Users/DefaultDataPopulator.php - New problem figured out today. The user2group entries introduced in DefaultDataPopulator.php were tried to be inserted into the database before the user records were created. This violates the layout constraint: Key (userid)=(2) is not present in table "vtiger_users" I've split off this code into two parts, one in 5createTables.inc.php and the other one in DefaultDataPopulator.php. modules/Faq/ListView.php - Duplicate comment themes/blue/style.css There's a patch containing all changes mentioned above attached to this mail. I'll also document this in TRAC#2033. Kind regards -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 01:11:59 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:11:59 +0100 Subject: [Vtigercrm-developers] Support Tickets Message-ID: Is there a possibility of having a Time Taken field and a Progress bar in vtiger Support Tickets, rather than having to make custom fields for those. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/4cec603a/attachment.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 01:53:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:53:35 +0100 Subject: [Vtigercrm-developers] Export to PDF Message-ID: I'm testing out v5 RC1, and trying to save an invoice as pdf but Adobe tells me the file is corrupt. Is this feature working? And can I have an export to xls aswell as pdf. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/a99f9e21/attachment.htm From jens at Strawberry.COM Tue Sep 12 02:26:39 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 12 Sep 2006 11:26:39 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609101943.59164.fboudra@free.fr>; from Fathi Boudra on Sun, Sep 10, 2006 at 07:43:58PM +0200 References: <200609101943.59164.fboudra@free.fr> Message-ID: <20060912112639.C7979@Strawberry.COM> Hi, there's a syntax error in modules/Users/User.php in all revisions up to 9426 ('-' in the first column of line 925). It is fixes with the postgres patches I've posted yesterday. cu, Jens On Sun, Sep 10, 2006 at 07:43:58PM +0200, Fathi Boudra wrote: > hi, > > i tried to install current svn version and it isn't installable. > it failed at step "confirm settings" only me ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From joe at tsolucio.com Tue Sep 12 02:48:28 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 11:48:28 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: Message-ID: <1158054508.11125.11.camel@joesunix.int> Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From developer at infointegrated.com Tue Sep 12 05:40:30 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Tue, 12 Sep 2006 07:40:30 -0500 Subject: [Vtigercrm-developers] SVN - Watch File Names Message-ID: <813F2D4F-E70B-4F8C-8850-D6625CEE6130@infointegrated.com> Please make sure you watch your file names. Unix and Mac are case sensitive. Check in 9414 added: themes/alphagrey/images/aboutUs.jpg The other file remains: themes/alphagrey/images/aboutUS.jpg When this happens I can no longer do checkouts on the Mac. Thanks. From smith.timsmith at gmail.com Tue Sep 12 07:17:59 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Tue, 12 Sep 2006 09:17:59 -0500 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: <1158054508.11125.11.camel@joesunix.int> References: <1158054508.11125.11.camel@joesunix.int> Message-ID: Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: > > Hi Joseph, > > I am responsable of the TTTimecards project which associates timecards > to the support tickets. I find this idea very interesting and will > implement the "total time taken" with no problem. As for the progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > > > Is there a possibility of having a Time Taken field and a Progress bar > > in vtiger Support Tickets, rather than having to make custom fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for the use of > > the individual or entity to which it is addressed, and may contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly prohibited and may > > be unlawful. If you received this in error, please contact the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of transmitting > > software viruses, however, you need to carry out your own virus checks > > on any attachments as we can take no responsibility for any computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions available on > > request. > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/0b042b1f/attachment.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 07:41:19 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 15:41:19 +0100 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: Message-ID: Maybe if people have different ways of doing things, then maybe a Time data type could be required in the custom fields, and maybe rather than custom fields to always be called custom fields from the area in a form maybe a "category name" could be assigned to the fields so that they are grouped together by whatever category name they were given.. "Tim Smith" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 12/09/2006 15:21 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] Support Tickets Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/b390ada6/attachment.htm From joe at tsolucio.com Tue Sep 12 07:47:00 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 16:47:00 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: <1158054508.11125.11.camel@joesunix.int> Message-ID: <1158072421.7280.5.camel@joesunix.int> Thank you for all the detail!! I will read this email carefully and try to incorporate it into the project. Joe. El mar, 12-09-2006 a las 09:17 -0500, Tim Smith escribi?: > Hi Joe, > > There are several measures of time that should be considered. Though > not all these may be supported, they will eventually so they need to > be thought about. > > "Elapsed Time" is the normal measure of how much time elapsed from > open to close status. > > "Effort Time" is a measure of effort and is probably most relevant to > the TTTimecards project. A support task may stay open for a week but > the support rep might spend an hour here and 15 minutes there until > the project is closed. > > "Response Time" is how long we took to respond and is generally > evaluated against a guarantee. For example, if someone has a "gold" > contract then you might guarantee a response within 30 minutes of > opening. A "platinum" contract might guarantee a 15 minute response. > > "Contract Time" is like Elapsed Time in that the time is measured from > open to close status. The difference is time is measured differently > depending on (hopefully) configuration and/or a contract associated > with the incident. A silver contract may guarantee closure in 5 work > days. A gold contract may guarantee closure within 24 working hours. > A platinum contract may guarantee closure within 24 hours. So the > silver and gold contract measure time in work days but platinum > guarantees someone will work all night long to get something done. > The definition of a work day will vary. For example, 6am to 6pm GMT, > Monday through Friday and 8am to 3pm Saturday. You also have to deal > with holidays. > > A simple way to handle all these time measures is to allow only one > definition of time. "We work 9 to 5, Monday to Friday except > holidays" and one definition for a contract. That way you don't have > to support a contract system. > > ------------ > Ideally, I think what Joeseph requested would be related to "Response > Time" or "Contract Time" because it is what you are guaranteeing. > > In MarketForce, we showed a graph that was Green -> Yellow -> Red. > You defined an amount of time for each color depending on the > contract. For example, a platinum contract had 3 minutes for Green, 8 > minutes for Yellow and 4 minutes for Red. A bar would cross the > colors to indicate how much time had progressed. > > For a first version, I would prefer a simple Green/Yellow/Red graphic > as described except there would be only one configuration for time > (not based on contracts). I would like to see those graphs for > Response Time and Elapsed Time since those are most useful. > > Kind regards, > Tim > > OnwealdTim > > > On 9/12/06, Joe Bordes wrote: > Hi Joseph, > > I am responsable of the TTTimecards project which associates > timecards > to the support tickets. I find this idea very interesting and > will > implement the "total time taken" with no problem. As for the > progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech > escribi?: > > > > Is there a possibility of having a Time Taken field and a > Progress bar > > in vtiger Support Tickets, rather than having to make custom > fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for > the use of > > the individual or entity to which it is addressed, and may > contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended > recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly > prohibited and may > > be unlawful. If you received this in error, please contact > the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of > transmitting > > software viruses, however, you need to carry out your own > virus checks > > on any attachments as we can take no responsibility for any > computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author > and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions > available on > > request. > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 08:07:18 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 16:07:18 +0100 Subject: [Vtigercrm-developers] Leasing Products Message-ID: Would it be possible to have a field for Account Names that products are leased to and with locations. Then maybe some kind of pivot table reports that shows the different type of Products against the Customers that have them. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/d0c39252/attachment.html From fboudra at gmail.com Tue Sep 12 09:14:27 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 12 Sep 2006 18:14:27 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060912112639.C7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> Message-ID: <200609121814.27941.fboudra@gmail.com> Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > there's a syntax error in modules/Users/User.php in all revisions > up to 9426 ('-' in the first column of line 925). It is fixes with > the postgres patches I've posted yesterday. tested, not better. I have: * apache v2.0.55 * mysql 5.0.24a * php v5.1.6 tested with 2 browsers: * firefox * konqueror under Debian Sid. i use "Populate database with demo data" option. Someone can confirm, this is a local issue ? cheers, Fathi From jens at Strawberry.COM Tue Sep 12 23:41:50 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:41:50 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913084150.F7979@Strawberry.COM> Hi Fathi, I'm running the current SVN in the following environment: Apache 2.2.2 PHP 5.1.4 Postgres 8.1.2 There are some minor issues with this version, but in general it is working fine for me. I do not populate demo data ... maybe that's the reason? Did you try to change the rootlogger level from FATAL to INFO in log4php.properties and watch the log file vtigercrm.log during installation? This might point you to the latest installation step performed successfully ... Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixed with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Tue Sep 12 23:51:58 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:51:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913085158.G7979@Strawberry.COM> Fathi, there's another issue, I've fixed with my postgres patches: In DefaultDataPopulator.php there were some user2group records introduced. This is a problem, because there's a layout con- straint in the database which requires a user record to be existing before a groups records relates to it. However users are populated into the database *AFTER* Default- DataPopulater has completed. I don't know if this would also be an issue for mysql. Using PostgreSQL results in the installation failing at this step. I've attached my patches to this mail again. Please have a look at the diffs for DefaultDataPopulator.php and 5createtables.inc.php. Those contain the according patches. Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixes with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 00:18:10 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:18:10 +0100 Subject: [Vtigercrm-developers] activity reports Message-ID: Is it possible to have an activity report that groups the activities by Account Name or related to, and with subtotal for each. The same for tickets... Would be useful for monthly reports, billing. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/9a5e34ba/attachment.htm From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 00:35:47 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:35:47 +0100 Subject: [Vtigercrm-developers] Exporting Invoices to pdf Message-ID: Somehow I get a corrupt pdf file when exporting a demo invoice to pdf. this is the error i get It exports perfectly on the demo site, but on my local pc it gives me a corrupt pdf file error. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigerpdf.jpg Type: image/jpeg Size: 9571 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/vtigerpdf.jpg From jens at Strawberry.COM Wed Sep 13 04:24:11 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 13:24:11 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com>; from don on Wed, Sep 13, 2006 at 03:45:10AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> Message-ID: <20060913132411.D8836@Strawberry.COM> Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From fboudra at gmail.com Wed Sep 13 07:55:03 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 13 Sep 2006 16:55:03 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060913084150.F7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> Message-ID: <200609131655.04334.fboudra@gmail.com> Le mercredi 13 septembre 2006 08:41, Jens Hamisch a ?crit : > I do not populate demo data ... maybe that's the reason? Same result without populating demo data. > Did you try to change the rootlogger level from FATAL to INFO in > log4php.properties and watch the log file vtigercrm.log during > installation? Yes, unfortunately, logging start at step 5 and i fail step 3/4. i tested with svn r9508. i'll try to do the installation with other Apache/Mysql/PHP. cheers, Fathi From don at vtiger.com Wed Sep 13 11:42:23 2006 From: don at vtiger.com (don) Date: Wed, 13 Sep 2006 11:42:23 -0700 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <20060913132411.D8836@Strawberry.COM> References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> Message-ID: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Hi Jens, This issue is fixed as in your patch and the files are checked into the SVN. Thanks, Don ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/1853df13/attachment.html From jens at Strawberry.COM Thu Sep 14 00:25:30 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:25:30 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609131655.04334.fboudra@gmail.com>; from Fathi Boudra on Wed, Sep 13, 2006 at 04:55:03PM +0200 References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> <200609131655.04334.fboudra@gmail.com> Message-ID: <20060914092530.P7979@Strawberry.COM> Hi Fathi, > Yes, unfortunately, logging start at step 5 and i fail step 3/4. ooups! Means that you have either probs with your database or your global mysql/php/apache settings. I'll forward a beta versin of the current installation guide to you in a seperate mail. Please check the settings shown in there. You may also watch your mySQL log if there''s any connection recorded and if it runs into errors. > i tested with svn r9508. i'll try to do the installation with other The fixes are at least in r9512. However they address problems encountered in step 5 ... cu -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Thu Sep 14 00:26:10 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:26:10 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com>; from don on Wed, Sep 13, 2006 at 11:42:23AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Message-ID: <20060914092610.Q7979@Strawberry.COM> Hi, have seen them. Thx, Jens On Wed, Sep 13, 2006 at 11:42:23AM -0700, don wrote: > Hi Jens, > > This issue is fixed as in your patch and the files are checked into the SVN. > > Thanks, > Don > > > > > ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- > > > Don, > > > however please have a look at my fixes to > DefaultDataPopulator.php and 5createTables.inc.php. > > The current implementation violates the database > layout constraints. The installation of vtiger will > definitely fail unless the database engine ignores > those violations (it should not, otherwise the > constraint does not make any sense). > > Also there's a typo in one of the source files > (User.php: '-' at the beginning of the line). > > At least one community member already is facing > installation probles with one of the latest SVN > revisions ... > > Regardless the remaining postgres fixes I'd tag > those 'critical' with the potential of blocking > GA. > > > > Jens > > > > On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > > Hi Jens, > > > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > > We are expecting the v5 release to be happening in another 24 hours. > > > > > > We will definitely integrate these patches post 5.0 GA > > > > Thanks for your understanding, > > Don > > > > > > > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > > > Sorry, typo! > > > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > > > > > ========================= Forwarded Mail ========================= > > > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > > PostgreSQL DB > > From: Jens Hamisch > > Date: Mon, 11 Sep 2006 22:55:25 +0200 > > To: gopals at vtiger.com, don at vctiger.com > > CC: vtigercrm-developers at lists.vtigercrm.com > > > > ------------------------- Contents ------------------------- > > > > Hi Gopal, > > hi Don, > > > > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > > > > I hadn't had the time to look at this. I'll come back to you. > > > > Regarding the current integration of the postgres fixes into the SVN > > I had a closer look at SVN revision 9402. My fixes were almost present, > > however I figured out the following: > > > > > > > > include/database/PearDatabase.php > > install/5createTables.inc.php > > - The fix regarding the SEQUENCE mapping is missing > > > > include/database/Postgres8.php > > - I've reworked my fix in a way that removes the column names > > from this source file. The rework has not been implemented. > > > > install/4createConfigFile.php > > - The check against $_REQUEST['db_type'] must be done before > > handling the database type. Otherwise $dbType will be undefined. > > > > modules/Potentials/Opportunity.php > > modules/SalesOrder/SalesOrder.php > > modules/Leads/Lead.php > > modules/Invoice/Invoice.php > > modules/PurchaseOrder/PurchaseOrder.php > > modules/Quotes/Quote.php > > - PostgreSQL does not support the && operator. AND must be used > > instead. > > > > modules/Campaigns/ListView.php > > - The OFFSET/LIMIT fix was applied. However the old code was not > > deleted. > > > > modules/Products/ListView.php > > modules/Activities/ListView.php > > modules/Quotes/ListView.php > > modules/HelpDesk/Save.php > > - You forgot these files entirely > > > > modules/Calendar/Appointment.php > > - New problem figured out today. The fixPostgresQuery function > > needs to be added. > > > > modules/Calendar/calendarLayout.php > > - One fixPostgresQuery was missing > > > > modules/Home/index.php > > - New problem figured out today. Another 'AS' was missing. > > > > modules/Users/User.php > > - A misleading comment was removed > > > > install/5createTables.inc.php > > modules/Users/DefaultDataPopulator.php > > - New problem figured out today. The user2group entries introduced > > in DefaultDataPopulator.php were tried to be inserted into the > > database before the user records were created. This violates > > the layout constraint: > > Key (userid)=(2) is not present in table "vtiger_users" > > > > I've split off this code into two parts, one in 5createTables.inc.php > > and the other one in DefaultDataPopulator.php. > > > > modules/Faq/ListView.php > > - Duplicate comment > > > > themes/blue/style.css > > > > > > > > There's a patch containing all changes mentioned above attached to this mail. > > I'll also document this in TRAC#2033. > > > > > > Kind regards > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > ====================== End of Forwarded Mail ====================== > > > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jlee at zertis.net Thu Sep 14 01:27:17 2006 From: jlee at zertis.net (Josh Lee) Date: Thu, 14 Sep 2006 03:27:17 -0500 Subject: [Vtigercrm-developers] Online Petition Message-ID: <45091265.9020503@zertis.net> I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: text/x-vcard Size: 219 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/bc022d49/jlee-0001.vcf From joe at tsolucio.com Thu Sep 14 02:00:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 11:00:13 +0200 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <1158224413.586.2.camel@joesunix.int> If you have never sent spam before, don't start now :-) Let's please keep this list clean and talk about our personal convictions elsewhere. Joe. El jue, 14-09-2006 a las 03:27 -0500, Josh Lee escribi?: > I've never sent spam before. After reading this, I don't think it is > spam and being that I served in Iraq myself, I am forwarding it to > everyone in my address book. I've seen a Gunnery Sergent, who saved my > life, go to the brig for shit like this. So I feel strongly about it. > > **The U.S. Marine in Iraq who shot and killed an enemy combatant who was > pretending to be dead but in reality was alive. If you have any feelings > for this Marine who was doing his job then please read and help take > action for this American Hero. I am asking all who receive this message > to add your name in support of the young Marine accused of murdering a > combatant in Iraq . ** > > **He called out to his buddies that the person was faking, the person > apparently made a suspect move and the Marine shot him dead. There was > another combatant in the room who identified himself as being > wounded...The Marines did not shoot him. The ACLU are claiming the > Marine is guilty of a war crime. This is ridiculous! ** > > **Bill O'Reilly of the Fox News Channel feels there is overwhelming > support for this young Marine - ** > > **Let's prove him right- we can make a difference! ** > > **The servicemen fighting for our freedom and safety deserve our > support. Support is indicated by adding your name to the list that > follows. Best to copy and paste, then add your name to the list or, > press "forward" and send to everyone in your address book you think > should read this. You can only add your name after you have pressed > "forward" or "copy and paste" don't delete any names - just go to the > next number and type your name. ** > > **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** > > **1. Joe Mallison , Michigan *** > **2. William Ast, Florida ** > **3. John Stockberger, Tennessee ** > **4. Charles Horst, Tennessee ** > **5. Clarence Elmore, Tennessee ** > **6. Arthur Claessens, California ** > **7. Guy Veasey , California ** > **8. John Granville, Texas ** > **9. Laura Granville, Texas ** > **10. Ernie Granville, California ** > **11. Chris Carnohan, Texas ** > **12. Pat Carnohan , Texas ** > **13. Myron Rodee, Iowa ** > **14. Art Bloomer, Kansas ** > **15. Jack Turner, Virgi! nia ** > **16. Victor DuBois ** > **17. Marguerite DuBois ** > **18. Theresa Champagne ** > **19. Robert Champagne ** > **20. Carol Worthley ** > **21. R. Randy Worthley ** > **22. Arthur J. Roy, Lewiston , Me. ** > **23. Paul J. Chevalier, New Hampshire ** > **24. Cathie Chevalier , New Hampshire ** > **25. Joe Petrone, New Hampshire ** > **26. Augusta Petrone, New Hampshire ** > **27. Sam Thiessen, Colorado ** > **28. Ken Melcher , Colorado ** > **29. Louise Walko, Colorado ** > **30. Walter A. Walko, Colorado ** > **31. Billy J. Barr,llinois ** > **32. Marilyn S. Barr, Illinois ** > **33. Cliff Sonberg, Colorado ** > **34. Eileen Sonberg, Colorado ** > **35. Dale J. Kreller, La ** > **36. Stan Zaborowski, Washington ** > **37. Fain Pool, WA ** > **38. Wm. Harris , TX ** > **39. Sally Harri s, TX ** > **40. Tim Ireland, SC ** > **41. Fran Ireland , SC ** > **42. Tommy Thorne, SC ** > **43 . June Thorne, SC ** > **44. Kitty Jackson , SC ** > **45. Blanche Bell, SC ** > **46. George Warchol ** > **47. Mary Warchol ** > **48. Megan Warchol ** > **49. Ray Croft, Washington ** > **50. Rosan! ne Croft, Washington ** > **51. Doug Talley, Washington ** > **52. Pat Talley , Washington ** > **53. Roland Chastain, Indianapolis , IN ** > **54. Pat Chastain, Indianapolis , IN ** > **55. Harry Sanders, Columbus, In ** > **56. Sue Sanders, Columbus , IN ** > **57. Christy Sanders, Columbus , IN ** > **58. Will Pumphrey, Greensburg , IN ** > **59. Joe Prosser, Cape Coral , FL ** > **60. Rodney Post, Westminster , CA ** > **61. Gerda Post, Westminster , CA ** > **62. Roberta Anderson ** > **63. Donald Anderson ** > **64. Bonnie J.Mauch ** > **65. Brad Vaughn ** > **66. Shelly Vaughn ** > **67. Savannah Vaughn ** > **68. Scarlett Vaughn ** > **69. James Ayers ** > **70. Dawn Ayers ** > **71. Elizabeth Meyer ** > **72. Rick Gallier ** > **73. Charlie Johnson, Houston , TX ** > **74. SSgt. Johnson, USMC ** > **75. Mike Dabbs ** > **76. Sharon Dabbs ** > **77. Carl Weaver ** > **78. Lois Weaver ** > **79. Kevin MacLaren ** > **80. John Wolfe ** > **81. Michelle Wolfe ** > **82. ROBERT PETERS ** > **83. Syvian Gieiring , PA ** > **84. Joel Reed, PA ** > **85. Richard Emlin Reed , FL ** > **86. Betty C. Reed, FL ** > **87. Connie Williams, PA ** > **89. Steve Phillips, Birmingham AL . ** > **90. Michele McDowall ** > **100. John McDowall101. ** > **101. James Selkirk Jr. TN ** > **102. David Selkirk, NC ** > **103. Jack Mansfield , TN ** > **104. Robert Romines, TN ** > **105. Bonnie Romines, TN ** > **107. Gary W. Osborne ** > **108. Ken Burns, FL ** > **109. Brian E. Langford, FL ** > **110. Kevin B. Krueger, FL ** > **111. Tad J. Humphreys, Tampa FL ** > **112. Ted Van Duin, Seattle , WA ** > **113. David DelValle, Fl. ** > **114. Paul Deterding, Fl. ** > **115. Tony Austin, Tampa . ** > **116. Joel Herrington , TX ** > **117. Curtis Smith, Tx ** > **118. Mary Longnecker, Texas ** > **119. Paula Stoerner, Texas ** > **12 0. Ernie Stoerner, Texas ** > **121. jessica sjolander, Tx ** > **122. M.D. Weatherford , TX ** > **123. B.J. Weatherfo rd, TX ** > **124. Dixie Roffe , Texas ** > **125. Denny DeSautell , Oklahoma ** > **126. Paul DeBow, Minnesota ** > **127 Nina Darrington, South Dakota ** > **128. Chuck Darrington , South Dakota ** > **129. Trudy DeBow ** > **130. David DeBow ** > **1! 31. Fay Mott ** > **132. Russ Sanders, Ariz. ** > **133. Ann sanders, Ariz ** > **134. Lew Sanders, Phoenix Az. ** > **135. J. L. (Jim) Tenney ** > **136. Marion Tenney ** > **137. Elizabeth Arnold, Alaska ** > **138. John O. Landreth, Las Vegas , NV ** > **139. Earl Evenson, Las Vegas , NV ** > **140. Betty Evenson, Las Vegas , NV ** > **141. Kristine Schuster, San Clemente , CA . ** > **142. Deb O'Connell, San Juan Capistrano , CA ** > **143. Darrell Joseph, San Juan Capistrano , Ca ** > **144. Robert Voorhies, Twentynine Palms, CA ** > **145. Tony McDowell, 29 Palms Ca. ** > **146. Tricia McDowell, 29 Palms Ca. ** > **147. Shea McDowell, Chico Ca. ** > **148 Diana McDowell, Chico Ca. ** > **149. Morgan McDowell, Chico Ca. ** > **150. Art Belenzo, Chula Vista , CA ** > **151. Lydia Belenzo, Chula Vista , CA ** > **152. Arlene Belenzo, Chula Vista , CA ** > **153. Arthur Belenzo, Chula Vista , CA ** > **154. Leslie Belenzo, Chula Vista , CA ** > **155. Cris Belenzo, San Diego , CA ** > **157. Dennis Schrock, Atoka , OK ** > **158.William E Smith, Atoka , OK ** > **159. Penalt! on N . Lloyd, Montgomery , AL ** > **160. Benjamin Perez, Apple Valley, CA - He should have shot the > reporter first. ** > **161. Bill Yackle , SC ** > **162. Chris Huddleston, Orange , CA ** > **163. Don Huddleston, Orange , CA ** > **164. David Allin, Spring Valley , CA . ** > **165. Jan Allin, Spring Valley , CA . ** > **166. Lola Melton, San Marcos , CA ** > **167. Ed Melton San Marcos , CA ** > **168. Rhonda Brant, Murrieta , CA ** > **169. Rick Brant, Murrieta , CA ** > **170. Andrew Bulfer, San Diego , CA ** > **171. Dan Bulfer, Ramona , CA ** > **172. Tonia Ovalle, Chula Vista CA ** > **173. Albert Ovalle, Chula Vista , CA ** > **174. Ciarra Ovalle, Chula Vista , CA ** > **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** > **176. Gonzalo Martinez, San Diego , CA ** > **177. Terri Hernandez, Chula Vista CA ** > **178. Diane Nye, Stayton , OR ** > **179. Michael Woodward, Salem , OR ** > **180. Sandy Woodward, Salem , OR ** > **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin > Perez (whom I've never met). ** > **182. Frank J. Maxon ** > **183. Chuck Dye (Don't always agree with Bill O, but if they don't > fight fair, what should they expect? How about imbedding some ACLU > members with the Marines to check over the supposed dead bodies first.) ** > **184. Kristal Dye ** > **185. Samantha Dye ** > **186. Reece Dye ** > **187. Jason Nieman ** > **188. Stacy Nieman ** > **189. Emily Nieman ** > **190. GERRY RUSSEL ** > **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** > **192. Linda Morley, Yuba City , California ** > **193. Jim Chatell, Colusa , California ** > **194. Joanne Abbaticchio, Polk City , FL ** > **195. Isadora Ciagala,USMC-1962-1966 ** > **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** > **197. Pat Buote, Holiday , Fl ** > **198. Linda Ford V! FWA PDP AR ** > **199. James Ford VFW P.Dist. Commander AR ** > **200. Donna Walker, VFW Auxiliary , Springdale , AR ** > **201. Vic Walker, VFW, Springdale , AR. ** > **202. Bennie Parks , DAV, Fayetteville , AR. ** > **203. Jane Parks, Fayetteville , AR ** > **204. Bob Loyd, Siloam Springs , AR ** > **205. Ellen Gibbs, Gentry, AR ** > **206. Sharron Hay, AR ** > **207. Joy Moore , AR ** > **208. Debby Reed Torreon Mexico ** > **209. Garry Reed Torreon Mexico ** > **210. Bill Tompkins El Cajon California ** > **211. Craig Wheeler El Cajon CA ** > **212. Katrina Wheeler El Cajon CA ** > **213. Logan Wheeler El Cajon CA ** > **214. ;Lukasz Mikula Boston MA ** > **215. Melissa McKenna, Gunnison, CO Sgt USMC ** > **216. Pablo Briones Donna , TX Cpl USMC ** > **217. Sgt. James Leedale, CA USMC ** > **218. Mayra Leedale ** > **219. Sgt Brian Clarke, MO USMC ** > **220. Mason D. Kelley TX ** > **221. Michael Kiley NJ USMC ** > **222. Michael F. Gross CA LCpl USMC ** > **223. Lyndon C. Lyon ** > **224. Marlene Y. Lyon ** > **225. James M. Cole ** > **226. James W McMaster ** > **22! 7. Corry Steiner, Brookings , OR ** > **228. Jack Steiner, Brookings , OR ** > **229. Gladys Harper, San Diego , CA ** > **230. Kent Harper, San Diego , CA ** > **231. Pat R. Dobbs, San Marcos , CA ** > **232. Char Empet, Plano , Texas ** > **233. Ken Empet, Plano , Texas ** > **234. Mary Ann Aceves (I agree with Chuck, 183) ** > **235. Robert Aceves ** > **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. > Play by the ACLU's rules? I don't think so!) ** > **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR > " What if the Marine had been killed by this enemy combatant? Then they > would be saying things like..."the troops are under prepared, untrtained > and... " wait, they already have been saying that. This guy is a hero > and there should be no mistaking it! ** > **(Accusing him otherwise should be considered an act of treason!) ** > **238. Bill Weaver, USMC Retired, Richland , WA ** > **239. Nora Weaver, Richland , WA ** > **240! . BILL POWELL USMC RET CABOT , AR ** > **241. VIRGINIA A POWELL, CABOT , AR ** > **242. Dick Upshaw, Captain, USMC (inactive) ** > **243. Ed DeSaussure, Captain, USMC (inactive) ** > **244. Paul Underwood, Captain, USMC (Ret.) ** > **245 John Scott, Captain, USAF (Ret.) ** > **246. Ray Wright, Tsgt, USAF (Ret) ** > **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** > **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., > WWII ** > **249. Judy Kalebjian, Lockeford , CA ** > **250. Myrna Pitchford, Lodi , CA ** > **251. G. D. Pitchford, Lodi , CA ** > **252. E.R. Alexander, Galva, Ks. ** > **253. A.J. Alexander, Galva, Ks. ** > **254. M.L. Brown, Wichita, KS - Many of the comments made by people on > this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support > his every move... ** > **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it > should be the ACLU (lawyers for communism, inc.)Let's hustle and get > this list to ** > **1000 and forward to O'Reilly. We need to stop this travesty and > protect out troops!!! ** > **256. Shirley Harding, Winfield, Ks. ** > **257. Marion C Kelly ** > **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** > **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** > **260. R. B. Mellen Sr, Lowell MA ** > **261. Lindy Merolle, Lowell MA ** > **262. Patricia Centola, Lynn , MA ** > **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to > 1000 or more!! Combat is dangerous enough without having to what if the > lawyers and the media to back you up when confronted with the enemy. Mr. > Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF > (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** > **(978) 857-5263 ** > **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** > **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** > **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** > **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** > **268. Andrea Reppond ** > **269. Wayne Scott, MS ** > **270. Gina Teel, MS ** > **271. Genelle Teel , MS ** > **272. Warren Teel, MS ** > **273. Wayne Teel, MS ** > **274. Dianna Teel, MS ** > **275. Paula Poff, MS Army National Guard Wife ** > **276. Scott Poff, MS SSG Army National Guard ** > **277. Candy Taylor, Ms ** > **278. Gloria Fortner, MS ** > **279. Cathy Moffitt, MS ** > **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** > **281. LESLIE JORDAN, MS ** > **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** > > **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** > **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** > **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in > Iraq ** > **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in > Iraq ** > **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in > Iraq ** > **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard > -Serving in Iraq ** > **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in > Iraq ** > **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING > IN IRAQ ** > **292. Mik e Stacey, Al ** > **293. Danny Jaye father to a US Marine ** > **294. A.J.Cleland, Florida ** > **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** > **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** > **297. S. F. "Smokey" Stover, USMC(Ret.) ** > **298. Chuck Yates , COL USMC RET ** > **299. Becky Yates, Retired Marine Wife of 50 Years ** > **300. Marv Mann , COL USMC (Ret) ** > **301. Arleta Mann ** > **302. Ned L. Cagle, Col. USAF (Ret) ** > **303. Dorothy A. Cagle ** > **304. Karen Cagle ** > **305. Si Rees ** > **306. Faith Rees ** > **307. Jack Bishop ** > **308. Terry Huggins, Paradise , CA ** > **309. Bill Light, Northern California ** > **310. Patti DeRitis, Sunnyvale , Ca ** > **311. Jeffrey (Tom) Black, Fremont , CA ** > **312. Donna Black, Fremont , CA ** > **313. John R. Black, Fremont , CA ** > **314. Jeremiah Black, Fremont , CA ** > **315. James Black, Fremont , CA ** > **316. Terry Weddle, Fremont CA ** > **317. Tim Mellor, Wallace , ID ** > **318. Leona DiVecchia, Walla ce, ID ** > **319. Donna Niles, Wallace,! ID ** > **320. Bob Niles, Wallace< ID ** > **321. Vikki Patton , WA ** > **322. Bill Patton , WA ** > **323. Jwerrilyn Stinsom ** > **324. Kathryn Eaton ** > **325. Tom Eaton, Woodland , CA ** > **326. Gary Anderson, CA ** > **327. Scott German, CPA Antelope, CA ** > **328. Sonne Fleming, Roseville , CA ** > **329. Trillis Fleming , UT ** > **330. Larry Fleming, Morgan , UT ** > **331. Alta Julene Dixon Arizona City , Arizona ** > **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** > **333. Georgena Whiting Salome , Arizona ** > **334. Marvin Whiting Salome , Arizona ** > **335. Jack D, Grover ** > **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** > **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** > **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** > **339. PATRICK GOLDSMITH ROCKVALE, TN ** > **340. George H Moore Pleasant Hill , TN ** > **341. TALMADGE C. LEWIS ** > **342. PATRICIA A. LEWIS ** > **343. Marcia Nelson, Minnesota ** > **344 . Lavern Soukup&nbs! p; Minnesota ** > **345. Janet Miller Minnesota ** > **346. Gary Starman Minnesota ** > **347. J! oan Pfeifer , Minnesota ** > **348. Tin Hansen, 52 Waseca, Minnesota ** > **349. Dennis Halverson, Lino Lakes , Mn. ** > **350. Jim Wigley, USAR, Ret., Minnesota ** > **351. Clark P. Wigley, Colonel, USAF (Ret) ** > **352. Carl G. Jensen, LtCol (USAF (Ret) ** > **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with > my Marine! through thick and thin... because I am there, and will > continue my duty! just as he did his.... ** > **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** > **355. Greg Flinders, Alabama ** > **356. Susan ! E. Flinders , Alabama ** > **357. Michelle L. Patterson, Texas ** > **356. Isabella M. Milks, Germany , SrA, USAF I ** > **357. Glendora Jaco, California happen to agree with all of the > comments that everyone else has made, as far as I'm concerned all of > these people that think killing combatant that is playing dead need to > go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** > **358. Ralph C Spaight, California, TSgt, USAF Since this started there > have been people crying about this and that, and how could you kill > them! Well if there are shooting at me, then you better believe that I > am going to shoot back. Maybe if these bleeding heart people stopped > talking long enough to really see what's going on or better yet send > them over to defend this country they would get it, but then again > seeing how they work they would just get someone else to do it for them > and complain that the work is too hard, in the words of my father who > was a U.S. Marine for 23 years, "If you don't do the job others are > willing to do for this country, then SHUT THE HELL UP AND MOVE TO A > DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** > **3 59. Deneane Bell, Tampa Fl ** > **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very > easy to comment from the corner of " Bleeding Heart Street ". Come on > over to Iraq and take a ride off the FOB and let's see if they change > tunes once the vehicle begins receiving small arms fire from a local > neighborhood not to mention the man made bombs buried on the side of the > roads designed to take out military vehicles and personnel This is a > combat zone people and these extremists are playing for keeps. why can't > we? Align your front sight in the center of your rear sight. once you > have proper sight alignment squeeze one off! ** > **361. Gregory Cook "DoD Serving in Iraq " ** > **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I > would have taken the gun, turned it sideways and shoved it straight up > that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope > that the troops will leave. And then I'll grab my rocket launcher! He > should have surrendered! Better yet, he should have left the damn city > when they were told to. ** > **363. Carl Finto II, American Contractor in Iraq ** > **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** > **365. Jacob Chytka, American Firefighter Contractor in Iraq ** > **366. Joseph L Brooks U.S Army, Vietnam Vet ** > **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** > **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** > **369. Amy DuPree, Ft. Walton Bch, Florida ** > **370. Mike Chauvin, Ft Walton Beach , FL ** > **371. Shelby Chauvin, Ft Walton Beach , FL ** > **372. Michelle Piaquadio, Ft Walton Beach , FL ** > **373. Christopher Piaquadio, FT Walton Beach , FL ** > **374. Dick Keaton Galeton , Pa. ** > **375. Janice Keaton Galeton , Pa. ** > **376. Scott Keaton Galeton , Pa ** > **377. Dickie Keaton ; Galeton , Pa ** > **378. Chris Rucker, Newport , RI ** > **3! 79. Belinda Cole new mexico ** > **380. Barbara Hensley new mexico ** > **381. Michelle Salas new mexico ** > **382. Jennifer McCutchen, Albuquerque , New Mexico ** > **383. Becky Rodgers Levelland, Texas ** > **384. Mev Upton, Midland , TX ** > **385. Glynece Upton, Midland , TX ** > **395. C.S Ainsworth , NM ** > **396. Margret Schlageter, NM ** > **397. Jacquelyn A. Schlageter NM Former USN ** > **398. George J. Schlageter NM Former USCG ** > **399. Fred J. Schlageter NM ** > **400. Phyllis Hancock IL ** > **401. Darrell E. James - Tamms, Illinois ** > **402. Dariel Emery-IL ** > **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot > of lip...but wouldn't dare to set their feet in real harms way, as > Service Men & Women do everyday!! ** > **404. Jean Whipple - IL ** > **405. Vi Adams - IL ** > **406. John Adams - IL ** > **407. Colleen VanZandt-IL. ** > **408. James Langley ** > **409. Karen Langley ** > **410. Cody Thibodeaux ** > **411. Susanne Kerr, Ohio ** > **412. Delbert Goss ,, Tx , Former USA ** > **413. Sheila miller,, Indiana , USA ** > **414. William Miller, Indiana , USA ** > **415. Georgeann Prestin, South Bend Ind ** > **416. Deb Connett, South Bend Ind ** > **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This > young man will never forget what he has done to another human being, > while defending freedom. ACLU needs to leave this country since they > don't like the way we do things in America ... it's majority rules, not > minority! ** > **418. Vince Rumfelt, Elkhart , IN ** > **419. Max Rink, Florida ** > **420. Nancy Rink, Florida ** > **421. Barbara Materiale, Florida ** > **422. Suzanne Hicks, Kansas City , KS ** > **423. Susan Boyd, Springfield , Missouri ** > **434. Cheryl Crow, Springfield , MO ** > **435. Marge Conyers, Springfield , MO. ** > **436. Becky Woods, Republic, MO ** > **437. Theresa Fly, Clever, MO. ** > **438. Deena Cope, Jay, Ok. ** > **439. Kenneth Cope, Jay, Ok. ** > **440. Mary Hodges Gro! ve, Ok ** > **441. Gearld Hodges Grove, Ok ** > **442. Lela Davis Grove, Ok ** > **443. Nikki Lewis Grove, Ok ** > **444. Karin Redd Springfield , MO. ** > **445. Pam & Scott Keane Springfield MO, daughter currently serving in > Iraq in the Army ** > **446. Carolyn Gourley, St. Louis , MO ** > **447. Cathey Martin - why do we allow a communist organization to take > over our country and our laws? ** > **448. Cathy Champion - Fenton , MO ** > **449. Paul Dunn, Stanton , MO ** > **500. Ruth Dunn, Stanton , MO ** > **501. Carol Cherry, Sullivan , Mo. ** > **502. Richard Cherry, Sullivan , Mo. ** > **503. James M. Scott, Sullivan , Mo. ** > **504. Ruth Scott, Sullivan , Mo. ** > **505. G. Monda, Mo ** > **506. B. Monda , Mo ** > **507. Dannie Adk sion Mo ** > **508. Susie Adkison Mo ** > **509. Velma Martin This Marine probably saved a lot of his buddies by > being very alert! Thank God for this young man! ** > **510. Stanley Martin ** > **511. Phyllis Conaway ** > **512. Carolyn Gargus, Saint James , MO ** > **513. Mary Moran Hyannis , neb. ** > **514. Kim Foreman, Hyannis , NE ** > **515. Glenda Phipps, Whitman , NE ** > **516. Gary Phipps, Whitman , NE ** > **517. Norma Sigler, CA ** > **5! 18. Shirley Moffett , CO ** > **519. Bill Moffett, CO - thank God for our young men, we are at war > folks! ** > **520. Bill Anderson , AR ** > **521. Bette Anderson, AR Pray for this young man and his family. ** > **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you > haven't been there, do not judge the actions of those that are there. I > think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** > **523. John Hale, RMCS, USN, RET. ** > **524. Ray Benacci Claremont Ca. ** > **525. Richard & Loretta Chesnutt, Yerington , NV ** > **526. Jim Witowski, CA ** > **527. Coni Witowski , CA ** > **528. Debbie Rojek, AZ ** > **529. Vernon Rojek, USMC, RET. ** > **530. Pat Imbastaro ** > **531. Joan Mitchell,AZ ** > **532. B Dittenhauser ** > **533. Diane Dittenhauser, Murfreesboro , TN ** > **534. Scott Dittenhauser, Murfreesboro , TN ** > **535. Sue Nesbitt , Ohio ** > **536. Valerie Parker ** > **537. Danny Parker ** > **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a > new job... I think Micky Dee 's was still hiring! ** > **539. Wes Ford, Rochester , MN ** > **540. Cindy Page, WV ** > **541. Ken Page, WV ** > **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** > **543. Mary Harris wife of a deployed US ARMY soldier ** > **544. Rose Breeding (Grandmother of a soldier) 1 year there and now > must return again for another year! ** > **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our > troops. ** > **546. Delores Conklin Ridgefield, Wash. ** > **547. Leonard Conklin Ridgefield, Wash. ** > **548. R. Robert Burns. USMC in the 60's WA ** > **549. Kent Burns ** > **550. Fred Pickering ** > **551. Bob Croskey ww2 and Korea ** > **552. Sally Luse WA ** > **553. Sandi Allen, Lacey, WA ** > **554. Tammy Yeakey, WA ** > **555. Linda Shaw, WA ** > **556. Mary Franks, Washington ** > **557. Paula James , Washington ** > **558 Jennifer Wilston ** > **559. Pam Wilwton, HI ** > **560. Dan Wilston, HI ** > **561. Rhonda Hay, Kihei , HI ** > **562. Morgan Rigel, Kihei HI ** > **563. Helen Jackson Wa ** > **564. Linda Simmons ** > **565. Dave Simmons ** > **566. Evelyn L. Benson, IL ** > **567. O.L. Potts , Illinois ** > **568. Wayne Arnold, Illinois ** > **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** > **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** > **571. Tom McCurley, Middletown , Ohio ** > **572. Scott Weaver , Middletown , Ohio ** > **573. Deborah Mink, Bradenton , Florida ** > **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a > lost second can cost you your life this Marine did his duty. When the > enemy uses those tactics as part of their way of fighting they must then > handle the actions taken to stop it. ** > **575. Cindy Balach - Wife - Ret. USMC ** > **576. Lisa See - Grove City , OH ** > **577. Nancy Clay - Columbus , Ohio ** > **578. Carmen Stemen, Westerville , Ohio ** > **579. Carolyn Hannick, Westerville , Ohio ** > **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** > **581. Susan O'Cull Goshen, Ohio (USAR wife) ** > **582. Phill O'Cull Goshen , Ohio (USAR) ** > **583. Stacie Humpert Goshen , Ohio ** > **584. Rick Williams Hillsboro, Ohio (USAR) ** > **585.Becky Williams Hillsboro, Ohio (USAR wife ** > **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** > **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** > **588. Jennifer T. Randolph - Hillsboro , Ohio ** > **589. Cathy Dachenbach, Columbus , OH ** > **590. James Melville Duner, Colorado Springs, CO ** > **591. C. Dino Pappas, Skokie , IL . ** > **592. Jim Vlazny, Glenview , IL ** > **593. Jean Dorgan, Chicago , IL . ** > **594. Juliann Rottier, Onalaska , Wi . ** > **595. Catherine Mitchell, New Lenox , IL ** > **596. Cindy Young, New Lenox , IL ** > **597. Kim Smyth New Lenox, Il ** > **598. Cindy Stukel, Plainfield , IL . ** > **599. Kristine Himmelman, Joliet , IL ** > **600. Heather Hanbaum, Joliet IL ** > **601. Christine Wilhelmi, Wiesbaden , Germany ** > **602. Dan Feeney, Manhattan Il ** > **603. Russ Gwynne, Henderson , NV . ** > **604. Robert Spana, Tampa , FL ** > **605. Mona Strayer, Maytown , PA ** > **606. Sharon Early, Lancaster , PA ** > **607. Linda Whalen, Lewistown , MT ** > **608. Kimberly Rice- former UARA always in support of our people in all > Service ** > **609. Karen M. Harris ** > **610 Melinda Butts, Have! lock NC ** > **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we > are at war. These guys are doing what they need to to survive. Should we > have ast back and let these cowards continue to attack our country? > Unfortunately War = death. These soldiers know this and don't want to > die. That means they have to kill the enemy that is trying to kill them! > I will always support our troops, They don't get to decide when war > breaks out! ** > **612 Kim Rice ** > **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** > **614 Stephanie Riggi ** > **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** > **616 Courtney Riggi (US Army Wife) ** > **617 PFC Dougl as Riggi (US ARMY) in Korea ** > **618: Spc Allison kohler, camp Humphreys Korea ** > **619. PFC Steven Moats( US ARMY) Camp Humphreys ** > **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** > > **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** > **622. Will Thompson, Paso Robles CA ** > **623. DJ Peck, Paso Robles, CA ** > **624. Bethany Saylor, san Luis Obispo, CA ** > **625. Brian Joanou, SLO , CA ** > **626. Janie Arnold, Lompoc , CA .. ** > **627. Neo Anderson, Vancouver ,B.C., Canada ** > **628. April Phillips, Spartanburg , SC ** > **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) > Okinawa , Japan ** > **631. PFC Hanes (USMC) Okinawa , Japan ** > **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** > **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** > **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , > Japan . ** > **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** > **636. Rachel Buskey , Okinawa , Ja. ** > **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** > **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** > **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** > **670. Erica Jacobo, Spokane , WA ** > **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** > **672. Deborah Romberger, Spokane WA ** > **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** > **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & > OKinawa, Japan ** > **675. Natalie Grubb Anaheim , CA ** > **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper > Fi! ** > **677. Angela England Fort Drum NY ** > **678. lcpl Webb Alexandria ! va ** > **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** > > **680. Kathryn Amirpashaie , VA *** > **681. Carolyn Amirpashaie, VA ** > **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we > are here doing what we can to protect you all back home... many of us > here have been in his shoes too many times, and in that split second you > are thinking about your safety and your buddies to your left and right's > safety, I know in my heart he made the right decision... those hippies > are a bunch of herbs ** > **683. Allison Kaler, VA ** > **684. Bryan Evans, VA I'm glad someone's doing something for this guy > cuz that's complete b/s i don't believe in this war but i love our > military and its hard enough to fight some random towel heads without > uniforms but for a guy to get court marshaled and be on trial for murder > for protecting himself and his fellow soldiers is ludicrous everyone > else thank you for your support. ** > **685. Tony Martinez , VA why is this even a big deal? he was doing what > he had to do in order to protect himself and his fellow soldiers. > what,.... was he supposed to wait for the man to fire two rounds & > nbsp;into his chest before he shot back? ** > **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** > **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did > to protect himself and others around him. This Marine should be praised > not punished. How many Marines would be dead now if the person he shot > would've pulled out a gun or a pin on a Grenade? ** > **688. Amanda Willis , Va.- Anybody would protect their own life! It is > natural! ** > **689. Kristin Stell , VA ** > **690. Chris Smith, VA- The man was protecting his life as well as his > fellow Marines! . He should he praised for that, instead of being > charged. What would you have done? That combatant could've done anything > to kill all of those Marines. ** > **691. Amber Hale , Va ** > **692. Julie Miller,Va ** > **693. Brittany hedgepeth ,va ** > **694. Julia Keene, NC ** > **6 95. Evelyn White, WV...when did doing one's job become a > crime?...soldiers kill the enemy...its in their job description..and to > those of you now serving and who have served before...THANK YOU FOR MY > LIFE!!! ** > **696. Tim Collins , VA ** > **697 Karen Vannoy, NC ** > **698. Mary McBride USMC Wife ** > **699. Jennifer K. Rau, NC ** > **700. Leanne Sudbrink, NC ** > **701. Benson Huff. grandson currently in Iraq again. *** > > **702. Mildred Huff grandson currently in Iraq again. *** > **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** > **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** > **705. Dawn Schirtzinger , OH ** > **706. Shelba Webb, FL ** > **707 Nicole Ehlermann, Fl Are these the same people bitching about the > lives lost in Iraq this young m! an did his job, did it WELL and saved > lives. he has all my respect ** > **708. C.J. Grisham - You can lead a fool to wisd om but you can't make > him think. We can't prevent the birds of sorrow from flying over our > heads, but we can refuse to let them build nests in our hair. ** > **709. Sherrie Rafferty , Alaska - daughter and wife of retired > military. Thank you to all who serve! ** > **710. Gregg Baumeier , Virginia - son of and retired military. ** > **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** > **712. AZ1(AW/SW) J. Lynch, USNR - VA ** > **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** > **714. R.M.Van Kirk, (USN Retired) MA. ** > **715. J. Rumsis, Massachusetts ** > **716. Adelaide LaBauve (LA) ** > **717. Randy LaBauve Sr. (LA) ** > **718. Barbara Robinson (AR) ** > **719. Al Robinson (AR) ** > **720. A.M.Armstrong (AR) ** > **721. K.F.Smorol (AR ** > **722. Rita Warner, AR. ** > **723. Jane Stone , AR. ** > **724. Angela Strawn (OK) ** > **725. Gabby Baker - Riverside , CA . ** > **726. Wayne Edwards, CA ** > **727. Arlene E dwards, Mission Viejo, California ** > **728. Don Edwards, Mission Viejo , CA ** > **729. Sheila Gershwin, Huntington Beach , CA ** > **730. Hershel Gershwin, Huntington Beach , CA ** > **731. Mary Hanson, Fountain Valley , CA ** > **732. Janet Winstead, Burlington , N.C. ** > **733 Bill Winstead, Burlington , N.C. ** > **734. Scotty Key, Burlington , N. C. ** > **735. Donald A. Smith, Roanoke , VA. ** > **736. Sandra R. Smith, Roanoke , VA. ** > **737. Norm Noble, Sun Lakes , AZ ** > **738. DenisAnn Noble, Sun Lakes , AZJim ** > **739. Jim Sinclair, Burbank , WA ** > **740. Virginia Sinclair, Burban! k, WA ** > **741. Archie Hook Wallowa, Or ** > **742. Vicqui Hook Wallowa, Or ** > **743. Becky Story, Cove, OR ** > **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back > them up in their actions in the line of their Duty. ** > **745. Patsy Hutchinson, La Grande, OR All who serve their country, > should be praised for their great contribution. ** > **746 WARD THOMAS, TUALATIN , OREGON ** > **747. Keith Book, Boise , ID ** > **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force > and is heading to Iraq for the 3rd time! I support our troops 100%! ** > **749. Beatrice Lasater , ID God bless and protect our troops! Thank you > for your sacrifices. ** > **750. Carmen Hunt , ID ** > **751. Linda Newell, Boise , ID ** > **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom > so the war is not being fought on American soil. ** > **753. Shirley Carnahan, Boise ID ** > **754. David Dill. Boise ID ** > **755. Shannon Fick, Boise , ID ** > **756. Kenneth Dill, Boise ID ** > **757. Mandy Barth, Boise ID ** > **758. Carol Anderson, Boise ID ** > **759. Jennifer Bonilla, Boise ID ** > **760. Jesama Rosensweig, Boise ID ** > **761. PO3 ROSENSWEIG, GUAM ** > **762 June Johnson (TX) ** > **763 Nancy Parlberg (TX) ** > **76 4 Kathryan Barber (Tx) ** > **765 Stacy Sooter (Tx) ** > **766 Alan B. Sooter (Tx) ** > **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** > **768 Sandra Sooter (TX) ** > **769 David Sooter ** > **770 Phil Sooter ** > **771 Marietta Sooter ** > **772 Shawn Sooter ** > **773 Kent Knight Midland, TX ** > **774 John Reed (WWII vet) Midland, TX ** > **775 Max Wright, Midland, TX ** > **776 Paul B. Homer, China Lake, CA ** > **777 Claire Goodell, Ridgecrest, CA ** > **778. Jeff Sinclair, USMC, Ret ** > **779. George Nehr, Ridgecrest , CA *** > > **780 Jake and Sheryl, Oxnard CA *** > **781 Arlene Raisner, Camarillo, CA ** > **782 Norman Wilcox Oxnard, CA. ** > **783. Shawn Clay California ** > **784. Duane DeSalvo, Fillmore , CA ** > **785. Robert T. Morock, Oxnard , CA ** > **786. Keith High, Camarillo, Ca. -- Former military brat and son of > USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, > they have "license to kill" in time of WAR! ** > **787. Liz Higgins, Rosamond CA ** > **788. Annette Pitre, Rosamond, can't even write what I think. Son did > two tours. Semper Fidelis ** > **789. Margie Vincent, Weatherford , OK ** > **790. Kathy Bell, Norman , OK ** > **791. Austilene Borum , OK ** > **792. Ron Borum, OK ** > **793. Marshall Whittaker, TN ** > **794. Doc Gillespie , TN Semper Fi! ** > **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with > pen removed) ** > **796 June Landrum,Tn, ** > **797 Earl McCosh, Col, USAF (Ret) ** > **798 Jane McCosh, wife of Col McCosh ** > **799 Rodney McCosh, Sgt E-6, Disabled Vet ** > **800 Pam McCosh, Wife of Sgt McCosh ** > **801 Robert Ahrens, NC ** > **802.Mary H. Ahrens, NC ** > **803 Myron Speer ** > **804 Ross W Connors ** > **805 Elva M Connors ** > **806 Harriet Anthony ** > **807 Joan Kniager ** > **808. Pam Shaffer ** > **809. Don Shaffer ** > **810 Shane Shaffer ** > **811. Jennifer Shaffer Morales ** > **812. Geri McClung, Wellington ,Ks ** > **813. Huey Hubbard, Wellington ,Ks ** > **814. Audrea Frazer, Wellington , Ks ** > **815. Eldridge Anthony LA. ** > **816. Amy Heisey, Waldorf MD ** > **817. Debra Baca, Statesboro , Georgia ** > **818. Don Holland, Orlando, Florida ** > **819 HERB NORCH, EL PASO, TEXAS ** > **820 Roy McLendon, Tallahassee, Foriida> ** > **821. Charles McLendon/ Florahome, fl. ** > **822. Luther McDonald, >>Semper Fi<< ** > **823 Gerry Redmon, Panama City, FL ** > **824 Frank Redmon, Panama City, FL ** > **825 Charles Newman, Florence, AL ** > **826 Willene Newman, Florence, AL ** > **827 Rebecca Schwartz Gadsden AL ** > **828 Ronald Schwartz Gadsden AL ** > **829 W.C. Murphy, Gadsden, Al. ** > **830 Marlene Murphy, Gadsden, Al. ** > **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak > for us any more than Jane Fonda during the Vietnam War?! They are a > cowardly group trying to force their opinions on the rest of us. ** > **832 James Asbury, McDonough , GA ** > **833 Mary Stanfield, Beaumont , Tx . *** > **834 Terry Sykes,Attalla,Al,** > **835 Jerry Parker, Orange Beach , AL** > **836 Jean Parker, Orange Beach , AL** > **837**** Terry Gilmore, Glencoe , AL** > **838 Linda Gilmore, Glencoe , AL** > **839 James Little, Gadsden , AL** > **840 Betty Little, Gadsden , AL ** > **841 Omar Hancock, Henagar , AL** > **842 Joyce Hancock, Henagar , AL** > **843 James Johnson, Fort Payne AL ** > **844 Brenda Johnson, Fort Payne AL** > **845. Bud Hilyer, Fort Payne , AL** > **846. Joan Pace Gilmore** > **847. Pat Gillespie , TN** > **848: Joyce S. Gilliland Ohio** > **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** > **850: Herman Keisler. Msgt. USAF retired. SC** > **851: Patricia Keisler. SC** > **852:Glenn Lancaster S.C.** > 853:Cindy Lancaster, S.C. > **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** > **855. Darlene Cook, Barnwell , SC*** > **856. Walter Breland SFC RET, Lodge, S.C.*** > **857. W. Collier, South Carolina*** > **858. B. Frye , South Carolina***** ** > 859. Alice Brooks , South Carolina > 860. Phillip Baker , USA , SFC Ret., Columbia , SC > 861. Lisa Crimm, Attalla , */AL/**//* > > > > > > > > */[862. GINA HANNAH , GADSDEN , AL/* > */863. MIRREN HANNAH, GADSDEN , AL/* > */864. ALYSSA HANNAH, GADSDEN AL/* > */865. JOSH HANNAH, GADSDEN , AL/* > */866. LOLA M. CLOYD GADSDEN , AL/* > */867. MARTHA RHODEN, GADSDEN , AL > 868. JOY HUDSON, RAINBOW CITY, AL > 869. ALYSSA HUDSON, RAINBOW CITY, AL > 870. Josh Lee Rainbow City, Al > /* > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Thu Sep 14 02:12:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Thu, 14 Sep 2006 10:12:35 +0100 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> Message-ID: Someone who blindly forwards to a mailing list, should be taken off. Josh Lee Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 14/09/2006 09:32 Please respond to vtigercrm-developers at lists.vtigercrm.com To jlee at cellbg.com cc Subject [Vtigercrm-developers] Online Petition I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: application/octet-stream Size: 231 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/jlee-0001.obj From richie at vtiger.com Thu Sep 14 02:53:33 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 02:53:33 -0700 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <10dabbed644.7656873636832605813.-607893398635991359@@vtiger.com> JLee, I understand that this pains you but please note that the fora for these sort of feelings is not this. I am sure we will not get to see any more of these sort of posts from anyone in the community in the future. Richie ---- Josh Lee<jlee at zertis.net> wrote ---- I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//*     */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/4de8d475/attachment.html From richie at vtiger.com Thu Sep 14 06:20:35 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 06:20:35 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/6df45c3b/attachment.htm From liuzs at bit2x.com Thu Sep 14 06:51:51 2006 From: liuzs at bit2x.com (Zesheng Liu) Date: Thu, 14 Sep 2006 21:51:51 +0800 Subject: [Vtigercrm-developers] vtigercrm5 released References: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Message-ID: <006701c6d804$fe223000$de0ac50a@liuzs> Hi, Congration! Thanks to Richie and your team. Noah Liu ----- Original Message ----- From: Richie To: vtigercrm-developers at lists.vtigercrm.com Sent: Thursday, September 14, 2006 9:20 PM Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie ------------------------------------------------------------------------------ _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/602d219d/attachment.html From dgrant at accuratetechnologies.com Thu Sep 14 07:21:58 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 14 Sep 2006 10:21:58 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Congrats! And great timing too! Now, could someone with more Subversion experience than I explain how to pull this release out of svn and sync my changes against my local copy of RC1 against the new version? Tanks, DG _____ From: Richie [mailto:richie at vtiger.com] Sent: Thursday, September 14, 2006 9:21 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id =203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/0df7c974/attachment.htm From leandro at oriontek.org Thu Sep 14 13:25:37 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Thu, 14 Sep 2006 15:25:37 -0500 Subject: [Vtigercrm-developers] New Features Message-ID: <200609141525.37760.leandro@oriontek.org> Hello Vtiger developer team, Im testing the V5 today, and V5Beta before, and I like the import utility for the notes, emails, quotes and tickets, because from sugar for my case is easy export this datas from the web form. The import utility for contacts and accounts is good for me, but i need import the notes and tickets and if is possible the quotes. Somebody has working in Spanish Translation for V5? (for aplication, manuals and plugins?) if none is available or you need for help, i would help to it. Congratulations For this hard JOB!! -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From joe at tsolucio.com Thu Sep 14 13:58:43 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 22:58:43 +0200 Subject: [Vtigercrm-developers] New Features In-Reply-To: <200609141525.37760.leandro@oriontek.org> References: <200609141525.37760.leandro@oriontek.org> Message-ID: <1158267523.8029.4.camel@joeshome.int> Hello Leandro, Can't help with imports but you should checkout this thread in the language forum: http://forums.vtiger.com/viewtopic.php?t=9668&postdays=0&postorder=asc&start=0 You should get a pretty good start into a spanish translation. I am Joe Bordes and I will start a new spanish translation project, as the thread says (the existing one seems to be dead), and coordinate all the efforts that are being done to this respect. Just give me a couple of days :-) Regards, Joe El jue, 14-09-2006 a las 15:25 -0500, Leandro Rache Sanchez escribi?: > Hello Vtiger developer team, > Im testing the V5 today, and V5Beta before, and I like the import utility for > the notes, emails, quotes and tickets, because from sugar for my case is easy > export this datas from the web form. The import utility for contacts and > accounts is good for me, but i need import the notes and tickets and if is > possible the quotes. > Somebody has working in Spanish Translation for V5? (for aplication, manuals > and plugins?) if none is available or you need for help, i would help to it. > > Congratulations For this hard JOB!! From libregeek at gmail.com Fri Sep 15 06:58:32 2006 From: libregeek at gmail.com (Manilal K M) Date: Fri, 15 Sep 2006 19:28:32 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 Message-ID: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Hi developers, I have just now downloaded and installed the amazing vtiger-5.0 and really impressed with the appearance and usability. But I came across a number of problems while installing. I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched logs/migration.log, but there was no log of any kind. I was actually trying to load the data through the second method (database dump of 4.2.3). This is still not solved. The second issue is with the IMAP connection. I tried to configure the mail account through the interface provided by vtiger and it was a great failure. In the end I found that the Connection String through which vtiger is connection is making the problem. The Connection String with which vtiger is connecting is: "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" Then I hardcoded my server's Connection String in modules/Webmail/MailBox.php like this: $this->mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, $this->secretkey); and it worked. I think that something happened with the Connection string, because it is different from the one that I used. Reference : http://in.php.net/manual/en/function.imap-open.php regards Manilal From allan.bush+vtiger_dev at gmail.com Fri Sep 15 07:51:04 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 07:51:04 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Message-ID: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Congratulations on the release. I'm sure everyone deserves a couple days off now. I hate to nag but a release should never occur when there are outstanding bugs will a target milestone of the release version. All these bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 should have been cleared off (either closed or had their milestone bumped) before the 5.0 release. It looks a little unprofessional to create a release with so many known outstanding issues. Also all open bugs with a version of 5.0-RC (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) should be reviewed against the 5.0 release now and either marked as fixed or have their version bumped to 5.0. Moving forward their should probably be 2 new targeted releases; 5.0.1 and 5.1.0. A 5.0 branch should be created and all bug fixes should be applied to it for a 5.0.1 release. Meanwhile all new features should be added to the trunk code which will become the 5.1 release in time. Bug fixes applied to the 5.0 branch should also be applied to the trunk code when appropriate. This is of course all my opinion and open to discussion. On 9/14/06, Dennis Grant wrote: > > > > > Congrats! > > > > And great timing too! > > > > Now, could someone with more Subversion experience than I explain how to > pull this release out of svn and sync my changes against my local copy of > RC1 against the new version? > > > > Tanks, > > > > DG > > > > ________________________________ > > > From: Richie [mailto:richie at vtiger.com] > Sent: Thursday, September 14, 2006 9:21 AM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > Hi! > > vtigercrm5 has been released! > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > I take this opportunity to thank each one of you for > the help, encouragement and support that > you have > provided to enable us to release it today. > > This has been 'the' toughest release in vtiger's > short history and also the most useful and > knowledgeable one. > The core-team learnt a lot about > community-building, making mistakes, using > trac and svn, handling volatile > emotions,etc. It has been a sort of > self-discovery actually. > > At this point of time, I cannot help but be > philosophical about the output. > We have given our best we could in the given > circumstances. > The result is for all of you to decide upon. > Yes, we could have done more but then I am not sure > if that would have made the release any > better. > > There comes a time when we have to let go and take > a step back and observe. > I think this is the time. > > Thank You for taking out some time to read this mail. > I want all of you to know that we need you and we > respect you. > We will make mistakes in the future too but we are > willing to learn and adapt also. > So, please bear with us. > > Do let us know how you feel about the release. > > Thanks once again, > Richie > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 08:05:15 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 10:05:15 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: It is better to be able to get a list of known bugs in an app. Reassigning or closing the bugs would prevent a user from finding out that their specific version has a known bug. Before I deploy an application, I should be able to tell what is wrong with it to see if there are any show stoppers. For example, if there is a fatal flaw in the ability to send emails and I require emails then I want to know before deployment. Ideally, the bug tracker has the ability to note that a bug exists in multiple versions and when it was fixed. In lieu of that, leave the bugs open and create a new bug for the next milestone that references the previous version. When the bug is fixed, note that in the previous bug so they know to move up to 5.1.0 or if it is a patch then mark it as fixed in 5.0.1. In summary, if 5.0.0 has a bug then it always will have a bug. Anyone running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. Regards, Tim OnwealdTim On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > I'm sure everyone deserves a couple days off now. > > I hate to nag but a release should never occur when there are > outstanding bugs will a target milestone of the release version. All > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > should have been cleared off (either closed or had their milestone > bumped) before the 5.0 release. It looks a little unprofessional to > create a release with so many known outstanding issues. > > Also all open bugs with a version of 5.0-RC > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority > ) > should be reviewed against the 5.0 release now and either marked as > fixed or have their version bumped to 5.0. > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > applied to it for a 5.0.1 release. Meanwhile all new features should > be added to the trunk code which will become the 5.1 release in time. > Bug fixes applied to the 5.0 branch should also be applied to the > trunk code when appropriate. > > This is of course all my opinion and open to discussion. > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > Congrats! > > > > > > > > And great timing too! > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > pull this release out of svn and sync my changes against my local copy > of > > RC1 against the new version? > > > > > > > > Tanks, > > > > > > > > DG > > > > > > > > ________________________________ > > > > > > From: Richie [mailto:richie at vtiger.com] > > Sent: Thursday, September 14, 2006 9:21 AM > > > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > Hi! > > > > vtigercrm5 has been released! > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > I take this opportunity to thank each one of you for > > the help, encouragement and support that > > you have > > provided to enable us to release it today. > > > > This has been 'the' toughest release in vtiger's > > short history and also the most useful and > > knowledgeable one. > > The core-team learnt a lot about > > community-building, making mistakes, using > > trac and svn, handling volatile > > emotions,etc. It has been a sort of > > self-discovery actually. > > > > At this point of time, I cannot help but be > > philosophical about the output. > > We have given our best we could in the given > > circumstances. > > The result is for all of you to decide upon. > > Yes, we could have done more but then I am not sure > > if that would have made the release any > > better. > > > > There comes a time when we have to let go and take > > a step back and observe. > > I think this is the time. > > > > Thank You for taking out some time to read this mail. > > I want all of you to know that we need you and we > > respect you. > > We will make mistakes in the future too but we are > > willing to learn and adapt also. > > So, please bear with us. > > > > Do let us know how you feel about the release. > > > > Thanks once again, > > Richie > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/c0aa6513/attachment.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 08:17:29 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 08:17:29 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. On 9/15/06, Tim Smith wrote: > It is better to be able to get a list of known bugs in an app. Reassigning > or closing the bugs would prevent a user from finding out that their > specific version has a known bug. > > Before I deploy an application, I should be able to tell what is wrong with > it to see if there are any show stoppers. For example, if there is a fatal > flaw in the ability to send emails and I require emails then I want to know > before deployment. > > Ideally, the bug tracker has the ability to note that a bug exists in > multiple versions and when it was fixed. In lieu of that, leave the bugs > open and create a new bug for the next milestone that references the > previous version. When the bug is fixed, note that in the previous bug so > they know to move up to 5.1.0 or if it is a patch then mark it as fixed in > 5.0.1. > > In summary, if 5.0.0 has a bug then it always will have a bug. Anyone > running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. > > Regards, > Tim > > OnwealdTim > > > On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > > > I'm sure everyone deserves a couple days off now. > > > > I hate to nag but a release should never occur when there are > > outstanding bugs will a target milestone of the release version. All > > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > > should have been cleared off (either closed or had their milestone > > bumped) before the 5.0 release. It looks a little unprofessional to > > create a release with so many known outstanding issues. > > > > Also all open bugs with a version of 5.0-RC > > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) > > should be reviewed against the 5.0 release now and either marked as > > fixed or have their version bumped to 5.0. > > > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > > applied to it for a 5.0.1 release. Meanwhile all new features should > > be added to the trunk code which will become the 5.1 release in time. > > Bug fixes applied to the 5.0 branch should also be applied to the > > trunk code when appropriate. > > > > This is of course all my opinion and open to discussion. > > > > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > > > > > > Congrats! > > > > > > > > > > > > And great timing too! > > > > > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > > pull this release out of svn and sync my changes against my local copy > of > > > RC1 against the new version? > > > > > > > > > > > > Tanks, > > > > > > > > > > > > DG > > > > > > > > > > > > ________________________________ > > > > > > > > > From: Richie [mailto: richie at vtiger.com] > > > Sent: Thursday, September 14, 2006 9:21 AM > > > > > > To: vtigercrm-developers at lists.vtigercrm.com > > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > > > > > > > > > Hi! > > > > > > vtigercrm5 has been released! > > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > > > I take this opportunity to thank each one of you for > > > the help, encouragement and support that > > > you have > > > provided to enable us to release it today. > > > > > > This has been 'the' toughest release in vtiger's > > > short history and also the most useful and > > > knowledgeable one. > > > The core-team learnt a lot about > > > community-building, making mistakes, using > > > trac and svn, handling volatile > > > emotions,etc. It has been a sort of > > > self-discovery actually. > > > > > > At this point of time, I cannot help but be > > > philosophical about the output. > > > We have given our best we could in the given > > > circumstances. > > > The result is for all of you to decide upon. > > > Yes, we could have done more but then I am not sure > > > if that would have made the release any > > > better. > > > > > > There comes a time when we have to let go and take > > > a step back and observe. > > > I think this is the time. > > > > > > Thank You for taking out some time to read this mail. > > > I want all of you to know that we need you and we > > > respect you. > > > We will make mistakes in the future too but we are > > > willing to learn and adapt also. > > > So, please bear with us. > > > > > > Do let us know how you feel about the release. > > > > > > Thanks once again, > > > Richie > > > > > > _______________________________________________ > > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 11:33:07 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 13:33:07 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/254f07e8/attachment.htm From dgrant at accuratetechnologies.com Fri Sep 15 11:55:39 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 14:55:39 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> So can anybody give me any pointers about how to grab the new release from SVN and synch up my repository with my patches? DG _____ From: Tim Smith [mailto:smith.timsmith at gmail.com] Sent: Friday, September 15, 2006 2:33 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Agreed. On 9/15/06, Allan Bush wrote: I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/81e804f9/attachment.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 12:17:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 12:17:09 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> Message-ID: <3bec26390609151217p25886abcvfafa30ccbe96e673@mail.gmail.com> Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Fri Sep 15 12:31:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 15:31:16 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091C@exch.accuratetechnologies.com> I thought there was a way to checkout a new working copy of 5.0GA, then do a merge of my trunk against it. They way I have been working so far, I actually imported my install of a working 5.0RC1 into SVN, then checked it out in place (meaning that SVN saw my hacking on a live install of RC1 as a working copy.) I never committed any of my changes, so a straight svn diff would dump a patch that was all my changes compared against vanilla RC1 - that was easy to submit to the mailing list to get my patches accepted. But given the amount of work that I'm doing - and am going to have to do, given the backup of feature requests I've got on the go right now - it'd be better for everyone if I adopted the same SVN practices as the rest of the vtiger core team. But I'm super new to svn, and could use a little handholding. Is there no way to get svn to download the new version and do the merge? DG -----Original Message----- From: Allan Bush [mailto:allan.bush+vtiger_dev at gmail.com] Sent: Friday, September 15, 2006 3:17 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From joe at tsolucio.com Sun Sep 17 16:09:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 18 Sep 2006 01:09:13 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> References: <1157677778.10479.7.camel@joeshome.int> <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Message-ID: <1158534554.11480.4.camel@joeshome.int> Hi, I finally got a moment to read and understand this email. I also updated some wiki pages with it. >From what I understand there is no official way of obtaining a tabid/blockid with which I can work without worrying of clashing with somebody elses. So why isn't there a tab_seq and block_seq table so we could use the getUniqueID when inserting records in these tables as we do with vtiger_fields? Thanks for your answer. Regards, Joe El vie, 08-09-2006 a las 03:17 -0700, Mangai escribi?: > Dear joebordes, > > I apologize for delay in reply. > > Here is the information you requested: > > Following changes should be done in > modules/Users/DefaultDataPopulator.php files. > > 1) To insert into vtiger_tab table > use value greater than 29 for tabid. values from 1 to 29 already > occupied for modules in vtigerCRM. > Syntax: $this->db->query("INSERT INTO vtiger_tab VALUES > (,'',,,'',,,)"); > > Example: $this->db->query("INSERT INTO vtiger_tab VALUES > (7,'Leads',0,4,'Leads',null,null,1)"); > [example given with respect to Leads module.] > > 2) To insert into vtiger_blocks table > use value greater than 83 for blockid. values from 1 to 83 are > already occupied. > Syntax: $this->db->query("insert into vtiger_blocks values > > (,,'',, >,,,,)"); > > Example: $this->db->query("insert into vtiger_blocks values > (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); > > 3) To insert into vtiger_field table > value for fieldid will be generated dynamically using getUniqueID > method of PearDataBase class. > Syntax: $this->db->query("insert into vtiger_field values > > (,,,,,,,, > > ,,,,,,,, > ,,)"); > > Example: $this->db->query("insert into vtiger_field values > > (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', > > 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); > > > This is a small part in module creation. As you asked about block,tab > and field id, I've given that. kindly wait for some time to get full > documentation for module creation. We will provide it soon. > > If you have any query or any difficulty in the above statements, > kindly feel free to mail me(email address: minnie at vtiger.com) > > Thanks & Regards, > Minnie. > > ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- > > Hi All, > > I asked a question on the forum a few days ago but nobody > answered. The > thread is: > > http://forums.vtiger.com/viewtopic.php?t=9516 > > It is about what numbers I should use when adding > vtiger_block, > vtiger_tab and vtiger_field. Do I just invent whatever numbers > I want > and hope they don't clobber/get clobberd? Or is there > somewhere I can > get my own "reserved" numbers? > > I'm asking because I just let out a patch to a project on the > forge that > has this problem. Or I make an install script for the project > and > generate te numbers dinamically so they can adapt to each > installation > or I used some reserved numbers. > > Please put me in the right direction. > > Thanks, Joe. > > BTW: If anybody has some time to test the project, all > feedback is > welcome (tsolucio::tttimecards). > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sun Sep 17 22:01:51 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sun, 17 Sep 2006 23:01:51 -0600 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Message-ID: <1158555711.6562.1.camel@localhost.localdomain> The connection string seems to be a hit and miss depending on the email server. If I put too many connection attempts into the MailBox class it slows the system down considerably for each attempt. I'll work on it some more, have been out of town and missed the 5.0.0 release :(. Matt On Fri, 2006-09-15 at 19:28 +0530, Manilal K M wrote: > Hi developers, > I have just now downloaded and installed the amazing vtiger-5.0 and > really impressed with the appearance and usability. But I came across > a number of problems while installing. > I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched > logs/migration.log, but there was no log of any kind. I was actually > trying to load the data through the second method (database dump of > 4.2.3). This is still not solved. > > The second issue is with the IMAP connection. I tried to configure the > mail account through the > interface provided by vtiger and it was a great failure. In the end I > found that the Connection String through which vtiger is connection is > making the problem. The Connection String with which vtiger is > connecting is: > "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" > > Then I hardcoded my server's Connection String in > modules/Webmail/MailBox.php like this: > $this->mbox = imap_open > ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, > $this->secretkey); > and it worked. > > I think that something happened with the Connection string, because it > is different from the one that I used. > > Reference : http://in.php.net/manual/en/function.imap-open.php > > regards > Manilal > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From libregeek at gmail.com Sun Sep 17 22:41:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 18 Sep 2006 11:11:33 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <1158555711.6562.1.camel@localhost.localdomain> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> <1158555711.6562.1.camel@localhost.localdomain> Message-ID: <2315046d0609172241h19b90376q211e79d62b057669@mail.gmail.com> On 18/09/06, Matthew Brichacek wrote: > The connection string seems to be a hit and miss depending on the email > server. If I put too many connection attempts into the MailBox class it > slows the system down considerably for each attempt. I'll work on it > some more, have been out of town and missed the 5.0.0 release :(. > > Matt Dear Matt, I would like to bring to your notice some of the issues I notices in modules/Webmails. First of all, the vtiger connection string never includes a string like "{localhost:993/imap/ssl/novalidate-cert}". It is seen that a checking for $this->ssltype == "ssl" is included from the source, but the ssltype variable will never get a value like "SSL", because such a value is never returned from the UI. and hence a IMAP connection to port no 993 is not possible. It would be nice to include a radio button which has a value "SSL" in the Email Settings form along with TLS and NOTLS, so that users can enable SSL connection to 993. regards Manilal From don at vtiger.com Mon Sep 18 04:24:59 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 04:24:59 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: <10dc0abfe60.3128830003835031301.-7116431478932076005@@vtiger.com> Hi All, We do agree that currently there are issues with version and priority updates in the trac. Philip will be working on this and we will fix these issues at the earliest. Please bear with us in the mean time. As pointed out by Allan we will also move the tickets from version from 5.0-RC to 5.0.0 if the issue still persists in 5.0 GA Thanks & Regards, Don ---- On Fri, 15 Sep 2006 Tim Smith wrote ---- Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/707f150f/attachment.htm From gopals at vtiger.com Mon Sep 18 04:53:40 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 18 Sep 2006 04:53:40 -0700 Subject: [Vtigercrm-developers] Naming convention for language packs Message-ID: <10dc0c63e26.6514486618761055109.8022407613324589530@@vtiger.com> Dear Team, I would like to propose the following naming convention for version 5 language packs: vtigercrm-5.0.0--.zip Example: vtigercrm-5.0.0-en-us.zip Looking forward for your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag | blog ph: +1 877 788 4437 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/92309517/attachment.html From jtk at yahoo.com Mon Sep 18 06:59:42 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 18 Sep 2006 09:59:42 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: Gopal wrote: > I would like to propose the following naming convention for version 5 language packs: What is vtigercrm's definition of a language pack: a) additional drop-in files providing a new translated language, multiple language packs can be dropped in and selected by site config file or user preference. vtigercrm only ships with one (or a few) language pack, for space reduction.* b) a localized variant of the complete vtigercrm source (e.g. substituted strings everywhere). I don't think this is what we're talking about here. > vtigercrm-5.0.0--.zip > > Example: vtigercrm-5.0.0-en-us.zip This naming convention gives the impression of b). As a release package, all name components should be ahead of the version number components. if a): vtigercrm-lang-en-us-5.0.0.zip if b): vtigercrm-localized-en-us-5.0.0.zip This 'package name' would be 'vtigercrm-lang-en-us', and can follow the same naming conventions and release procedures as we finalize in the trac Wiki. * I'm not keen on the idea of separating out language packs unless including them wastes an unspeakable amount of space. It will be much easier on release management to just treat translations as feature additions, and prepare a release accordingly. I think we should streamline the bugfix and feature release processes and follow them uniformly for every release. From don at vtiger.com Mon Sep 18 08:15:44 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 08:15:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <10dc17f3f47.-4775032917081322974.7833253795728513370@@vtiger.com> Hi All, Moving forward to the forthcoming releases ,we have planned to maintain the svn in the following format. Kindly let us know your views on this. The following two branches will be created over the vtigercrm-5.0.0 trunk: - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be done in this branch - 5.1 --> All the feature additions will be done in this branch. The bug fixes done in the 5.0.1 branch will also be updated in the 5.1 branch. We will require help in this area as we are not that well-versed with svn. Fathi/JeffK will need to help us out at this stage. Now when a minor bug fix/patch release namely 5.0.1 is to be done, we will do the following :- the modified source files present in the 5.0.1 branch will be provided as a zip to upgrade from 5.0 to 5.0.1 We will also provide the full .tar.gz/exe/zip files of 5.0.1 for newly installing users so that it is not required that the install 5.0 and then upgrade to 5.0.1 When a medium release, namely- 5.1 is to be done inclusive of the bug fixes/features , the modified source files present ie (5.0.1 - 5.1) in the 5.1 branch will be provided as a zip to upgrade from 5.0 to 5.1 We will also provide the full .tar.gz/exe/zip files of 5.1 for newly installing users. Top of the trunk development is frozen. Post 5.1 we will merge all the files in 5.1 branch to the top of the trunk and then again we will create the two braches over this, 5.1.1 for bug fixes and 5.2 for feature addition. Feel free to post your views on this. Thanks, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/f06cf1be/attachment.htm From fboudra at gmail.com Tue Sep 19 06:00:00 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 19 Sep 2006 15:00:00 +0200 Subject: [Vtigercrm-developers] Naming convention for language packs In-Reply-To: References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: <200609191500.00459.fboudra@gmail.com> another proposal: vtigercrm-i18n-lang-5.0.0 anyway version number is always at the end. from my point of view, localized or lang aren't commonly used. cheers, Fathi PS: example given vtigercrm-i18n-af-5.0.0 vtigercrm-i18n-ar-5.0.0 vtigercrm-i18n-az-5.0.0 vtigercrm-i18n-bg-5.0.0 vtigercrm-i18n-bn-5.0.0 vtigercrm-i18n-br-5.0.0 vtigercrm-i18n-bs-5.0.0 vtigercrm-i18n-ca-5.0.0 vtigercrm-i18n-cs-5.0.0 vtigercrm-i18n-cy-5.0.0 vtigercrm-i18n-da-5.0.0 vtigercrm-i18n-de-5.0.0 vtigercrm-i18n-el-5.0.0 vtigercrm-i18n-engb-5.0.0 vtigercrm-i18n-eo-5.0.0 vtigercrm-i18n-es-5.0.0 vtigercrm-i18n-et-5.0.0 vtigercrm-i18n-eu-5.0.0 vtigercrm-i18n-fa-5.0.0 vtigercrm-i18n-fi-5.0.0 vtigercrm-i18n-fr-5.0.0 vtigercrm-i18n-fy-5.0.0 vtigercrm-i18n-ga-5.0.0 vtigercrm-i18n-gl-5.0.0 vtigercrm-i18n-he-5.0.0 vtigercrm-i18n-hi-5.0.0 vtigercrm-i18n-hr-5.0.0 vtigercrm-i18n-hu-5.0.0 vtigercrm-i18n-is-5.0.0 vtigercrm-i18n-it-5.0.0 vtigercrm-i18n-ja-5.0.0 vtigercrm-i18n-km-5.0.0 vtigercrm-i18n-ko-5.0.0 vtigercrm-i18n-lt-5.0.0 vtigercrm-i18n-lv-5.0.0 vtigercrm-i18n-mk-5.0.0 vtigercrm-i18n-mn-5.0.0 vtigercrm-i18n-ms-5.0.0 vtigercrm-i18n-nb-5.0.0 vtigercrm-i18n-nds-5.0.0 vtigercrm-i18n-nl-5.0.0 vtigercrm-i18n-nn-5.0.0 vtigercrm-i18n-pa-5.0.0 vtigercrm-i18n-pl-5.0.0 vtigercrm-i18n-pt-5.0.0 vtigercrm-i18n-ptbr-5.0.0 vtigercrm-i18n-ro-5.0.0 vtigercrm-i18n-ru-5.0.0 vtigercrm-i18n-rw-5.0.0 vtigercrm-i18n-se-5.0.0 vtigercrm-i18n-sk-5.0.0 vtigercrm-i18n-sl-5.0.0 vtigercrm-i18n-sr-5.0.0 vtigercrm-i18n-srlatin-5.0.0 vtigercrm-i18n-ss-5.0.0 vtigercrm-i18n-sv-5.0.0 vtigercrm-i18n-ta-5.0.0 vtigercrm-i18n-tg-5.0.0 vtigercrm-i18n-tr-5.0.0 vtigercrm-i18n-uk-5.0.0 vtigercrm-i18n-uz-5.0.0 vtigercrm-i18n-zhcn-5.0.0 vtigercrm-i18n-zhtw-5.0.0 From jtk at yahoo.com Tue Sep 19 07:39:25 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 10:39:25 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> <200609191500.00459.fboudra@gmail.com> Message-ID: Fathi Boudra wrote: > vtigercrm-i18n-lang-5.0.0 > (...) > vtigercrm-i18n-es-5.0.0 Fathi's right, i18n is much better. Make sure to use proper ISO codes for the language component of the package name. I still don't see the wisdom of add-in packages for each language. The linux distro packagers have to write or configure something smart enough to install the system language. Is the intent to save space, or to allow individual translation packages to be released on independently in the weeks after a release of vtigercrm-proper? You could have a vtigercrm-i18n-5.0.0 release that added in *all* language files other than the 'en-us' that an i18n-stripped vtigercrm would ship with. From sergiokessler at gmail.com Tue Sep 19 08:50:20 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Tue, 19 Sep 2006 12:50:20 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-784867627482226232@unknownmsgid> References: <-784867627482226232@unknownmsgid> Message-ID: <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> I think this is wrong. I can understand (not agree) to create a 5.0.1 branch. but why you need to create a 5.1 branch at all ??? 5.1 development should be done in the trunk... branching 5.1 the only thing will do is complicate things... remember KISS (Keep It Simple, Stupid) On 9/18/06, don wrote: > > Hi All, > > Moving forward to the forthcoming releases ,we have > planned to maintain the svn in the > following format. Kindly let us know your views on this. > > The following two branches will be created over the > vtigercrm-5.0.0 trunk: > > - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be > done in this branch > - 5.1 --> All the feature additions will be done in this > branch. The bug fixes done in the 5.0.1 branch will also > be updated in the 5.1 branch. We will require help in this > area as we are not that well-versed with > svn. Fathi/JeffK will need to help us out > at this stage. > > > Now when a minor bug fix/patch release namely 5.0.1 is to > be done, we will do the following :- > the modified source files present in the 5.0.1 branch will > be provided as a zip to upgrade from 5.0 to 5.0.1 > We will also provide the full .tar.gz/exe/zip files of > 5.0.1 for newly installing users so that it is not required > that the install 5.0 and then upgrade to 5.0.1 > > > When a medium release, namely- 5.1 is to be done inclusive > of the bug fixes/features , the modified > source files present ie (5.0.1 - 5.1) in the 5.1 branch > will be provided as a zip to upgrade from 5.0 to 5.1 > We will also provide the full .tar.gz/exe/zip files of 5.1 > for newly installing users. > > > Top of the trunk development is frozen. > > Post 5.1 we will merge all the files in 5.1 branch to the > top of the trunk and then again we will > create the two braches over this, 5.1.1 for bug fixes and > 5.2 for > feature addition. > > Feel free to post your views on this. > > Thanks, > Don > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Tue Sep 19 09:25:02 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:02 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. From jtk at yahoo.com Tue Sep 19 09:25:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:23 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 From fp at crm-now.de Tue Sep 19 10:31:55 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 19 Sep 2006 19:31:55 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: Message-ID: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > From jtk at yahoo.com Tue Sep 19 10:35:11 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 13:35:11 -0400 Subject: [Vtigercrm-developers] Subversion (trunk) permissions opened again? Message-ID: Have the restricted commit permissions been removed from the repository (vtigercrm/trunk, specifically)? From jens at Strawberry.COM Tue Sep 19 11:24:04 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 19 Sep 2006 20:24:04 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: ; from Jeff Kowalczyk on Tue, Sep 19, 2006 at 12:25:02PM -0400 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <20060919202404.E18014@Strawberry.COM> Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From werk at r2g.nl Wed Sep 20 01:41:04 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Wed, 20 Sep 2006 10:41:04 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Working with some translations myself in other project, I agree with Frank. But I don't see why we still have to change a code. I would suggest make language pack just what they are: the files including a different language and let us ork on not having to change any code for a language, in the first place! That way it would be much easier to include a new language, instead of giving each language a complete ctigercrm. I'm afrai that we might end up with several forks, as people want to include their own packages. Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Frank Piepiorra Verzonden: dinsdag 19 september 2006 19:32 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: [Vtigercrm-developers] language packs Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From don at vtiger.com Wed Sep 20 02:47:42 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 02:47:42 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <20060919202404.E18014@Strawberry.COM> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> Message-ID: <10dca9fa4a3.-763084884070474814.4430338107967877023@@vtiger.com> Hi all, Thanks for all your valuable feedbacks and suggestions. >From looking into your inputs we also feel the maintaining a separate 5.1 branch is unnecessary and will be cumbersome. So we will be doing the feature additions for 5.1 in the top of the trunk. We will have only the 5.0.1 branch for bug fixing. All fixing done in this branch will also be merged in the top of th trunk. Kindly let us know your opinions on this. Thanks, Don ---- On Tue, 19 Sep 2006 Jens Hamisch wrote ---- Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/b8fcbeb3/attachment.html From sergiokessler at gmail.com Wed Sep 20 08:19:10 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 20 Sep 2006 12:19:10 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-1527600265577740350@unknownmsgid> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> Message-ID: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Wed Sep 20 08:57:57 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 11:57:57 -0400 Subject: [Vtigercrm-developers] language packs References: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Dhr. R.R. Gerbrands wrote: > I would suggest make language pack just what they are: the files > including a different language and let us ork on not having to change > any code for a language, in the first place! What would be the name of a subsequent enhancement/bugfix release of the language pack: vtigercrm-i18n-de-5.0.0 My point is, this introduces a whole new release cycle which may be: delayed in its start from the vtigercrm-5.0.0 release, highly accelerated (e.g. releases may be rapidly followed by minor improvements), and driven by first-time or infrequent contributors. The user (and the packager) is now burdened with matching a precise language pack ISO code and version number to ensure proper operation. A successful language pack initiative making independently-timed releases would need a determined release manager to keep things from getting out of hand. From don at vtiger.com Wed Sep 20 09:36:45 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 09:36:45 -0700 Subject: [Vtigercrm-developers] Invtiting fixes/contributions for 5.0.1 Message-ID: <10dcc1621de.-2686492889488106902.2731985580817985028@@vtiger.com> Hi All, We invitie bug fixes/contributions for vtigerCRM 5.0.1. Kindly post your fixes/contributions in trac and the URL for the same is as follows: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report For all the fixes/contributions that you are posting in trac make sure that you also are making a blurb here in this mailing list. We also invite volunteers for testing these fixes and contributions. So interested people kindly contact us. Thanks & Regards, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/677fb25a/attachment.htm From richie at vtiger.com Wed Sep 20 09:38:44 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:38:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> Message-ID: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Well, my thought process is something like this :- I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. Does this make sense? Kindly let me know lest I go way overboard with svn fundas. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don <don at vtiger.com> wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch <jens at strawberry.com> > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/0a534241/attachment.html From richie at vtiger.com Wed Sep 20 09:40:08 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:40:08 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc193bd2.6541870305308356549.-5434552578084649865@@vtiger.com> Jeff, any idea on the effort and the result of this operation please? Before I call for an all-out ceasefire on the checkins, I need to know whether this operation will have any benefits within stipulated timelines. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/59b244fd/attachment.htm From richie at vtiger.com Wed Sep 20 09:48:16 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:48:16 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc20af09.-8578252862366610154.6153230573603325771@@vtiger.com> Jeff, I need your personal thoughts on our decision to have a 5.0.1 branch and keep the 5.1 development to be done on the top-of-the-trunk for 5.0.0. This will give us the extra-confidence here to move forward. I have some queries. Kindly bear with me as I did read the document but was not quick enough to understand it. The bug fixes that are being done will be on the 5.0.1 branch. Now, to maintain the same fixes in the 5.1, we also need to make checkins in the 5.0.0 top of the trunk. Is that correct? To add to the above combo, we can also integrate the contributions of other features for example the mailing list enhancement from mmbrich (say) to ONLY the top-of-the-trunk. So, in brief, the 5.0.0 top of the trunk will have the following :- the 5.0.0 code the bug fixes that are going to 5.0.1 the features submitted newly The combination of these three is going to be called the 5.1 release. Is my understanding correct? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/88a14e1f/attachment.html From richie at vtiger.com Wed Sep 20 10:12:24 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:12:24 -0700 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? Message-ID: <10dcc36c664.6515729719084379586.3312953583758173088@@vtiger.com> Hello! I want to know how to handle feature submissions given by various vtiger users into the 5.0.0 trunk. Is there any specific process that needs to be followed? The reason for the question is this :- We need to determine what all features should go into 5.1. For this to happen, we need to have a list of features that the users are willing to submit so that those features become part of the 5.1. Now, how do we keep track of these? How to ensure that the users do not step on each other's toes? I am sure someone will have this experience out there. I am willing to learn. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/282c5503/attachment.htm From richie at vtiger.com Wed Sep 20 10:17:12 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:17:12 -0700 Subject: [Vtigercrm-developers] Right time to start working on 5.1? Message-ID: <10dcc3b2d66.1054835573058807321.7639813491275639595@@vtiger.com> Hi! Wanted to know if you feel that it is the right time to start working on the 5.1 front? Or, do you suggest that we wait till the 5.0.1 is out and then start working on that end? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/ff913a45/attachment.html From richie at vtiger.com Wed Sep 20 10:22:41 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:22:41 -0700 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? Message-ID: <10dcc40327f.584187284068407711.-945443142663597140@@vtiger.com> Hi! I am flooding the mailing list I think but please this is no spam :-)! How does one determine when to make the jump from the 5.0.x to a 5.y? Anyway, 5.y is going to be the final destination which is going to be a superset of fixes and features right? What criteria are used to determine this? Often in the past, I have made this mistake of jumping the gun immediately after a release and working on the next big thing. I realise that this approach is flawed but am not able to pinpoint why it is flawed. Matt has explained this to me many a times but I still do not get it. Kindly explain to me once again please. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/799e972e/attachment.htm From fboudra at gmail.com Wed Sep 20 10:32:33 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 19:32:33 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <200609201932.33373.fboudra@gmail.com> Hi, why it is so difficult to understand ? Please find below an overview of the repository and what must be done: The vtigercrm repository structure The repository is organised in main directories: * branches * tags * trunk The trunk directory The trunk directory is where the main development for vtigercrm occurs. What you will find here is what will become the next vtigercrm release. The tags directory This directory contains the official releases of the programs maintained and developed in the vtigercrm repository. Inside it, you will find the release numbers. The branches directory This directory contains the branch versions of vtigercrm after a major release. vtigercrm must adhere to the philosphy that new features (as well as new user-visible strings) are added only to the next release cycle ? the one that lives in trunk. However, bugfixes are applied to all applications, even after release. In order to do that, a branch is created at the moment of the release, indicating the state of the files at that time. Bugfixes are then checked in to those files. Those branches are the ones in branches. To resume: * bugfixes must be done in branches * new feature must be done in trunk * keep sync your bugfixes in trunk * never commit code that break vtigercrm we don't really care of versionning "right now" (5.0.1, 5.0.2, 5.1.0). This is bugfixes (must be done in branches) time so when we'll see that it's the right time to release a bugfix version, we'll do. For people, that want to work/add new feature, it must be done in trunk. my 2 cents. cheers, Fathi From jtk at yahoo.com Wed Sep 20 10:55:26 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 13:55:26 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <39773.0841803879$1158770934@news.gmane.org> Message-ID: Richie wrote: > Jeff, I need your personal thoughts on our decision to have a 5.0.1 > branch and keep the 5.1 development to be done on the top-of-the-trunk > for 5.0.0. I'd encourage the 'stable trunk' policy (which is kind of what we've been using), and branch only when necessary. Scenarios include: - Branching for release: just before a release to do a few tweaks. For the record, I think it was a mistake to close off the trunk for two months leading up to vtigercrm-5.0.0 tagging. Committers would have followed rules if given them. - Branching for maintenance: when you're about to take the trunk into a direction that won't be merge-compatible with supported releases, make a maintenance branch, and plan for it to be long-lived. vtigercrm/branches/4.2 has been functioning correctly in this capacity. - Branching for features: when you're about to add a feature that will break something until you're done working on it, or otherwise destabilize the trunk, make a branch, and plan for it to be short lived. Use a project-wide consistent name for your feature branch. Something that includes the ticket number is good, e.g. enh-0098-newfleem Document your branch copy URL at rev in the commit message Do your work in the branch as fast as possible, merging changes from parent branch to minimize your diff. Ask for a core-team review when done, if you have doubts about what your code change will do to the trunk. Keep your trunk diff minimized while you wait for merge approval. Merge back to the trunk, document your URL at rev in the commit message, close/update your feature ticket After a brief cooling-off period, move your branch to vtigercrm/branches/historical/, or delete. Based on current status, I'd envision things like: vtigercrm/ trunk/ (busy but always kept usable for 'test production') tags/ 5.0.0/ (over time, only keep official release tags) 5.0.1/ 4.2.5/ historical/ 5.0.0beta1 (useful old tags can be kept, delete rest) 5.0.0rc1 4.2.5rc1 branches/ 4.2/ 5.0.2/ (only for days/hours before release) enh-0093-fleem/ (only present while in development) enh-0098-newfleem/ historical/ 5.0.1/ (useful dead branches kept, delete rest) enh-0053-refubar/ From jtk at yahoo.com Wed Sep 20 11:03:15 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:03:15 -0400 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? References: <21410.9561210082$1158773018@news.gmane.org> Message-ID: Richie wrote: > How does one determine when to make the jump from the 5.0.x to a 5.y? Use trac to its fullest extent and it the repository will tell you when its time to make a release. Take a moment to absorb all the information embedded in the view of a properly managed milestone: http://trac.edgewall.org/milestone/0.10 Keep in mind that tickets can be reassigned to other milestones as priorites and developer resources change. From jtk at yahoo.com Wed Sep 20 11:12:07 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:12:07 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? References: <6393.70659268952$1158772373@news.gmane.org> Message-ID: Richie wrote: > I want to know how to handle feature submissions given by various vtiger > users into the 5.0.0 trunk. Is there any specific process that needs to > be followed? Its really just a matter of making a trac ticket, documenting the patch, the changesets committed, and if absolutely necessary make a short lived branch do the work without destabilizing the trunk. The more general comment to be made here is that all work done in the repository should take the fullest advantage of trac tickets, and smart trac references in the commit message (e.g. "fixes #0095. fleem added"). We lose a tremendous amount of trac labor-saving potential with every generic 'fixes done' commit message or 'fixed' ticket closing message. From dgrant at accuratetechnologies.com Wed Sep 20 11:15:43 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 20 Sep 2006 14:15:43 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for5.1? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D38@exch.accuratetechnologies.com> So how does one get a login ID for the trac? DG From jtk at yahoo.com Wed Sep 20 11:29:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:29:46 -0400 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page Message-ID: I would like to add some developer documentation pages to the trac wiki, but my login jeffk lacks permissions to edit the front page from which the new pages should be linked. Pages kind of hard to discover otherwise. Please add jeffk user's edit permissions to the front page. From philip at vtiger.com Wed Sep 20 11:47:46 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 11:47:46 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone Message-ID: <10dcc8e15d9.-5753421698361706924.3517267400752934774@@vtiger.com> Hi Matt, Kindly add the following options 5.0.2 and 5.0.3 in our trac Milestone field at the earliest, this to demarcate the issues that needs to be taken up for our forthcoming patches. Even though richie has admin permissions to trac, was unable to do this! what could be the reason? Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/49f15a18/attachment.html From allan.bush+vtiger_dev at gmail.com Wed Sep 20 11:50:40 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:50:40 -0700 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page In-Reply-To: References: Message-ID: <3bec26390609201150n21bef632hfc20a16de4e7df86@mail.gmail.com> hmm... you had permissions to modify the wiki, I guess you need a different permission to change the front page? anyways I set you up as a wiki admin which should do it for you. On 9/20/06, Jeff Kowalczyk wrote: > I would like to add some developer documentation pages to the trac wiki, > but my login jeffk lacks permissions to edit the front page from which the > new pages should be linked. Pages kind of hard to discover otherwise. > > Please add jeffk user's edit permissions to the front page. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 20 11:55:32 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:55:32 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <-5504457135839745342@unknownmsgid> References: <-5504457135839745342@unknownmsgid> Message-ID: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 20 12:25:49 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 12:25:49 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> Message-ID: <10dccb0ec00.-6559626176162626349.-6357892118758173588@@vtiger.com> Yes i agree adding two or more patches to a main release is not fair, but practically it is difficult for us to fix all the bugs in a single patch, as we have around 130+ bugs in trac for 5.0.1 milestone. As i was working on trac for last couple of days, sorting all the bugs/issues (right now i have completed only 75% of it) that need to be fixed for next patch i was surprised to see the count and still 25% is pending, the count will reach 200. So we wanted to fix it patch by patch, but positively not more than three. ---- On Wed, 20 Sep 2006 Allan Bush wrote ---- I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/3daa50ed/attachment.htm From fboudra at gmail.com Wed Sep 20 12:29:11 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 21:29:11 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <39773.0841803879$1158770934@news.gmane.org> Message-ID: <200609202129.11313.fboudra@gmail.com> Le mercredi 20 septembre 2006 19:55, Jeff Kowalczyk a ?crit : > vtigercrm/ > trunk/ (busy but always kept usable for 'test production') > tags/ > 5.0.0/ (over time, only keep official release tags) > 5.0.1/ > 4.2.5/ > historical/ > 5.0.0beta1 (useful old tags can be kept, delete rest) > 5.0.0rc1 > 4.2.5rc1 > branches/ > 4.2/ > 5.0.2/ (only for days/hours before release) > enh-0093-fleem/ (only present while in development) > enh-0098-newfleem/ > historical/ > 5.0.1/ (useful dead branches kept, delete rest) > enh-0053-refubar/ historical directory aren't needed, this is tagged version like others. based on my previous mail which explain how i'll see the development, my tree: trunk/ tags/ 4.2.5/ 5.0.0-beta1/ 5.0.0-rc1/ 5.0.0/ branches/ 4.2/ 5.0/ From allan.bush+vtiger_dev at gmail.com Wed Sep 20 12:32:53 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 12:32:53 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3141950195704887184@unknownmsgid> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> <3141950195704887184@unknownmsgid> Message-ID: <3bec26390609201232q7b705d41y66176a80a394d92a@mail.gmail.com> Very well, I'm not sure I agree, but I understand the your problem. I've added a 5.0.2 milestone for now. On 9/20/06, Philip wrote: > > > Yes i agree adding two or more patches to a main release > is not fair, but practically it is > difficult for us to fix all the bugs > in a single patch, as we have around 130+ bugs in trac for > 5.0.1 milestone. As i was working on trac for last couple > of days, > sorting all the bugs/issues (right now i have > completed only 75% of it) that need to be > fixed for next patch i was surprised to see > the count and still 25% is pending, the count will > reach 200. So we wanted to fix it patch by > patch, but positively not more > than three. > > > > ---- On Wed, 20 Sep 2006 Allan Bush > wrote ---- > > I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. > > 5.0.x is for bug fixes to the 5.0.0 release. All known > bugs should be > fixed in the next release in the series (5.0.1 at this > time). Are > there alright known bugs with 5.0.0 that we won't be able to > fix for > the 5.0.1 release, if so why not? > > On 9/20/06, Philip wrote: > > Hi Matt, > > > > Kindly add the following options 5.0.2 and 5.0.3 in our > > trac Milestone field at the earliest, this > > to demarcate the issues that needs > > to be taken up for our forthcoming patches. > > > > Even though richie has admin permissions to trac, > > was unable to do this! what could be the > > reason? > > > > Regards, > > Philip > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From leandro at oriontek.org Wed Sep 20 12:48:12 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 20 Sep 2006 14:48:12 -0500 Subject: [Vtigercrm-developers] Vtiger Service Packs and Hotfix Message-ID: <200609201448.12693.leandro@oriontek.org> Hello, I think that for vtiger would be a good Idea to devel 2 types of updates for easy manteinance of users, service packs and hotfix. The Hotfix would be critical patch or improves over the last release. For the Service packs it would to contain a summary of hotfix since the last service pack, and this would be accumulative. The syntax for this HotFix and Service packs would be some as it: vtiger-5.0.0.tar.gz (The install app) vtiger-hf-5.0.1-tar.gz vtiger-hf-5.0.2.tar.gz ... Vtiger-sp-5.1.tar.gz (contain all the hot fix inside) vtiger-hf-5.1.1-tar.gz .... .... If this releases of Vtiger work fine, the updates since any version would be easy and no more complex migrations of versions for the users with vtiger in production. Each user would to choice update the Hotfix or wait the next service pack for vtiger The procedure would to be a tool for Updates in settings (admin web panel). This is my idea. Best regards, -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From jtk at yahoo.com Wed Sep 20 15:29:21 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 18:29:21 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <10011.8887763985$1158770448@news.gmane.org> Message-ID: Richie wrote: > Jeff, any idea on the effort and the result of this operation (source > formatting with php_beautifier) please? Before I call for an all-out > ceasefire on the checkins, I need to know whether this operation will > have any benefits within stipulated timelines. No need for any cessation of checkins, the necessary invocation of php_beautifier has not been learned yet anyway. I've got questions to the PEAR list open for a few months now, no one has replied. If I/we do learn how to do the few necessary remaining things with php_beautifier, I'd probably do a feature branch and ask for all interested parties to help to get it done quickly. If it turns out well we'll merge it back to the trunk and that will be a big improvement to our branching and merging capability going forward. From jens at Strawberry.COM Wed Sep 20 23:34:29 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 21 Sep 2006 08:34:29 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com>; from Richie on Wed, Sep 20, 2006 at 09:38:44AM -0700 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Message-ID: <20060921083429.F29368@Strawberry.COM> Hi, On Wed, Sep 20, 2006 at 09:38:44AM -0700, Richie wrote: > Well, my thought process is something like this :- > > I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. I'm currently working on a (major?) feature upgrade: multiple organization support and organization units. IMHO this will be completed in a couple of days. To check in I'd prefer to create some feature branch, request the community for retest ans suggestions and to merge it back into the trunk as soon sa possible. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 21 05:01:09 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 21 Sep 2006 08:01:09 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D3A@exch.accuratetechnologies.com> > I'm currently working on a (major?) feature upgrade: multiple organization > support and organization units. IMHO this will be completed in a couple of > days. Yay! Jens, you're a man of your word. I like that. DG From philip at vtiger.com Thu Sep 21 06:37:21 2006 From: philip at vtiger.com (Philip) Date: Thu, 21 Sep 2006 06:37:21 -0700 Subject: [Vtigercrm-developers] Adding Milestone 5.0.3 Message-ID: <10dd0983fe2.-1558529279998099199.-7774887269989517932@@vtiger.com> Hi Matt, Kindly add '5.0.3' as an option in trac, in 'Milestone' field, as we need to assign a countable bugs to this milestone and i need to complete it by end of the day. Thanks for your understanding. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/04fc6570/attachment.html From joe at tsolucio.com Thu Sep 21 18:01:30 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 03:01:30 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158886890.10290.2.camel@joeshome.int> Hi, I think I have found a bug in the profile creation script: http://forums.vtiger.com/viewtopic.php?t=9978 I would like to insert this bug into trac but cannot see how. Can somebody please explain to me how I should proceed? Thanks, Joe TSolucio From allan.bush+vtiger_dev at gmail.com Thu Sep 21 18:08:38 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 18:08:38 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158886890.10290.2.camel@joeshome.int> References: <1158886890.10290.2.camel@joeshome.int> Message-ID: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> I don't mean to be rude, but if you go to trac (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get access now? On 9/21/06, Joe Bordes wrote: > Hi, > > I think I have found a bug in the profile creation script: > > http://forums.vtiger.com/viewtopic.php?t=9978 > > I would like to insert this bug into trac but cannot see how. Can > somebody please explain to me how I should proceed? > > Thanks, Joe > TSolucio > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > From smith.timsmith at gmail.com Thu Sep 21 18:48:01 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Thu, 21 Sep 2006 20:48:01 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: The problem is that trac is designed for those developing the application, not users of the application. Just for grins, I tried to act like a user (or someone who doesn't know the way of the vtiger developer) and looked for how to find out if a bug is fixed and if not then how to report it. These are the steps I went through: 1. Went to http://www.vtiger.com 2. Clicked on the "developer" tab 3. Saw "View Bugs " so I clicked there. 4. Looked for a way to search bugs to make sure my bug isn't known... Saw "custom query" so I clicked it. 5. Stared a while... not the most friendly search engine for most users. Most people just want to search for the error text. 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. No good. 5.2. I then imagined Joe searching for a summary containing "TEXTAREA description" so I searched that. No good. 6. At this point, you might figure you should add a bug. So how would you do this? The menu bar gives these options - Wiki - Timeline - Roadmap - Browse Source - View Tickets None of those would have anything to do with reporting a bug. So I went back and clicked "View Bugs" again. 7. Okay, average user is now stumped or frustrated. Advanced user would start looking through the wiki. 8. Bang. Came across what Allan is talking about. Though I would rather see a link that says "Reporting bugs" that then tells me to request access from Richie. So here are my comments: - Provide a link from the vtiger.com support and developer tabs that go straight to the list of known bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 - Provide a link on all report pages that allows adding a new bug report. Call it a bug report, not an issue. - Provide a simple way to search for an error message on "Tickets - Reports". This form could route directly to the "custom query". Also: - When custom query form is first loaded, always include summary and keywords. - Change the button that removes search items on the custom query from [ - ] to [ X ] which is better known for removing items. Regards, Tim OnwealdTim On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get > access now? > > On 9/21/06, Joe Bordes wrote: > > Hi, > > > > I think I have found a bug in the profile creation script: > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > I would like to insert this bug into trac but cannot see how. Can > > somebody please explain to me how I should proceed? > > > > Thanks, Joe > > TSolucio > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/ad416501/attachment.htm From allan.bush+vtiger_dev at gmail.com Thu Sep 21 19:19:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:19:14 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> I wasn't aware that there we links to trac that didn't go through the front page. Which leads me to the next thing I was going to suggest: put the contact for access information into the page header when the user isn't logged in. I think you'll have to edit one of the trac source files to do that, but it shouldn't be a difficult. On 9/21/06, Tim Smith wrote: > The problem is that trac is designed for those developing the application, > not users of the application. Just for grins, I tried to act like a user > (or someone who doesn't know the way of the vtiger developer) and looked for > how to find out if a bug is fixed and if not then how to report it. > > These are the steps I went through: > 1. Went to http://www.vtiger.com > 2. Clicked on the "developer" tab > 3. Saw " View Bugs" so I clicked there. > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > "custom query" so I clicked it. > 5. Stared a while... not the most friendly search engine for most users. > Most people just want to search for the error text. > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > No good. > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > description" so I searched that. No good. > 6. At this point, you might figure you should add a bug. So how would you > do this? The menu bar gives these options > Wiki > Timeline > Roadmap > Browse Source > View TicketsNone of those would have anything to do with reporting a bug. > So I went back and clicked "View Bugs" again. > 7. Okay, average user is now stumped or frustrated. Advanced user would > start looking through the wiki. > 8. Bang. Came across what Allan is talking about. Though I would rather > see a link that says "Reporting bugs" that then tells me to request access > from Richie. > > So here are my comments: > > Provide a link from the vtiger.com support and developer tabs that go > straight to the list of known bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > Provide a link on all report pages that allows adding a new bug report. > Call it a bug report, not an issue. > Provide a simple way to search for an error message on "Tickets - Reports". > This form could route directly to the "custom query". Also: > > When custom query form is first loaded, always include summary and keywords. > Change the button that removes search items on the custom query from [ - ] > to [ X ] which is better known for removing items. > Regards, > Tim > > OnwealdTim > > > On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > how to get > > access now? > > > > On 9/21/06, Joe Bordes wrote: > > > Hi, > > > > > > I think I have found a bug in the profile creation script: > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > somebody please explain to me how I should proceed? > > > > > > Thanks, Joe > > > TSolucio > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > From allan.bush+vtiger_dev at gmail.com Thu Sep 21 19:40:50 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:40:50 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> Message-ID: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> There is a "Search" tab which is probably exactly what an end user would want when looking for their bug, but it's disabled for anonymous users. If no one can think of a good reason for it to be disabled I'll enable it. On 9/21/06, Allan Bush wrote: > I wasn't aware that there we links to trac that didn't go through the > front page. > > Which leads me to the next thing I was going to suggest: put the > contact for access information into the page header when the user > isn't logged in. > > I think you'll have to edit one of the trac source files to do that, > but it shouldn't be a difficult. > > On 9/21/06, Tim Smith wrote: > > The problem is that trac is designed for those developing the application, > > not users of the application. Just for grins, I tried to act like a user > > (or someone who doesn't know the way of the vtiger developer) and looked for > > how to find out if a bug is fixed and if not then how to report it. > > > > These are the steps I went through: > > 1. Went to http://www.vtiger.com > > 2. Clicked on the "developer" tab > > 3. Saw " View Bugs" so I clicked there. > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > "custom query" so I clicked it. > > 5. Stared a while... not the most friendly search engine for most users. > > Most people just want to search for the error text. > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > No good. > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > description" so I searched that. No good. > > 6. At this point, you might figure you should add a bug. So how would you > > do this? The menu bar gives these options > > Wiki > > Timeline > > Roadmap > > Browse Source > > View TicketsNone of those would have anything to do with reporting a bug. > > So I went back and clicked "View Bugs" again. > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > start looking through the wiki. > > 8. Bang. Came across what Allan is talking about. Though I would rather > > see a link that says "Reporting bugs" that then tells me to request access > > from Richie. > > > > So here are my comments: > > > > Provide a link from the vtiger.com support and developer tabs that go > > straight to the list of known bugs: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > Provide a link on all report pages that allows adding a new bug report. > > Call it a bug report, not an issue. > > Provide a simple way to search for an error message on "Tickets - Reports". > > This form could route directly to the "custom query". Also: > > > > When custom query form is first loaded, always include summary and keywords. > > Change the button that removes search items on the custom query from [ - ] > > to [ X ] which is better known for removing items. > > Regards, > > Tim > > > > OnwealdTim > > > > > > On 9/21/06, Allan Bush wrote: > > > I don't mean to be rude, but if you go to trac > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > how to get > > > access now? > > > > > > On 9/21/06, Joe Bordes wrote: > > > > Hi, > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > somebody please explain to me how I should proceed? > > > > > > > > Thanks, Joe > > > > TSolucio > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > From joe at tsolucio.com Fri Sep 22 00:35:37 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 09:35:37 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> Message-ID: <1158910537.11340.2.camel@joesunix.int> If it so difficult for a "normal user" (you should check out the kind of responses I am giving on your forums and I have 2 projects open on the forge) to inform of a bug, then maybe we are missing out on a lot of testing power. Joe. El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > There is a "Search" tab which is probably exactly what an end user > would want when looking for their bug, but it's disabled for anonymous > users. If no one can think of a good reason for it to be disabled > I'll enable it. > > On 9/21/06, Allan Bush wrote: > > I wasn't aware that there we links to trac that didn't go through the > > front page. > > > > Which leads me to the next thing I was going to suggest: put the > > contact for access information into the page header when the user > > isn't logged in. > > > > I think you'll have to edit one of the trac source files to do that, > > but it shouldn't be a difficult. > > > > On 9/21/06, Tim Smith wrote: > > > The problem is that trac is designed for those developing the application, > > > not users of the application. Just for grins, I tried to act like a user > > > (or someone who doesn't know the way of the vtiger developer) and looked for > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > These are the steps I went through: > > > 1. Went to http://www.vtiger.com > > > 2. Clicked on the "developer" tab > > > 3. Saw " View Bugs" so I clicked there. > > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > > "custom query" so I clicked it. > > > 5. Stared a while... not the most friendly search engine for most users. > > > Most people just want to search for the error text. > > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > > No good. > > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > > description" so I searched that. No good. > > > 6. At this point, you might figure you should add a bug. So how would you > > > do this? The menu bar gives these options > > > Wiki > > > Timeline > > > Roadmap > > > Browse Source > > > View TicketsNone of those would have anything to do with reporting a bug. > > > So I went back and clicked "View Bugs" again. > > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > > start looking through the wiki. > > > 8. Bang. Came across what Allan is talking about. Though I would rather > > > see a link that says "Reporting bugs" that then tells me to request access > > > from Richie. > > > > > > So here are my comments: > > > > > > Provide a link from the vtiger.com support and developer tabs that go > > > straight to the list of known bugs: > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > Provide a link on all report pages that allows adding a new bug report. > > > Call it a bug report, not an issue. > > > Provide a simple way to search for an error message on "Tickets - Reports". > > > This form could route directly to the "custom query". Also: > > > > > > When custom query form is first loaded, always include summary and keywords. > > > Change the button that removes search items on the custom query from [ - ] > > > to [ X ] which is better known for removing items. > > > Regards, > > > Tim > > > > > > OnwealdTim > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > I don't mean to be rude, but if you go to trac > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > how to get > > > > access now? > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > Hi, > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > Thanks, Joe > > > > > TSolucio > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From smith.timsmith at gmail.com Fri Sep 22 07:09:22 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 22 Sep 2006 09:09:22 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158910537.11340.2.camel@joesunix.int> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> <1158910537.11340.2.camel@joesunix.int> Message-ID: Hi Joe, I hope I didn't offend with my "normal user" comment. I was trying to get a usability point across and didn't intend to imply anything about yourself. :-) I think anyone in their right mind would follow the steps I mentioned. I would say my scenario is a standard use case regardless of who is looking for help or providing a fix. While I'm here... Here are a couple of other suggestions I'll throw out: 1. Either use sourceforge or point it to trac and stop using sf. It only causes confusion. In any case, vtiger.sourceforge.net should probably redirect to www.vtiger.com. 2. Add a bug report in SourceForge that shows up at the top to indicate that users should add and search for bugs on the trac.fosslabs.com site. Personally, I will miss the sourceforge bug search. The search results are much easier to read. Regards, Tim OnwealdTim On 9/22/06, Joe Bordes wrote: > > If it so difficult for a "normal user" (you should check out the kind of > responses I am giving on your forums and I have 2 projects open on the > forge) to inform of a bug, then maybe we are missing out on a lot of > testing power. > > Joe. > > El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > > There is a "Search" tab which is probably exactly what an end user > > would want when looking for their bug, but it's disabled for anonymous > > users. If no one can think of a good reason for it to be disabled > > I'll enable it. > > > > On 9/21/06, Allan Bush wrote: > > > I wasn't aware that there we links to trac that didn't go through the > > > front page. > > > > > > Which leads me to the next thing I was going to suggest: put the > > > contact for access information into the page header when the user > > > isn't logged in. > > > > > > I think you'll have to edit one of the trac source files to do that, > > > but it shouldn't be a difficult. > > > > > > On 9/21/06, Tim Smith wrote: > > > > The problem is that trac is designed for those developing the > application, > > > > not users of the application. Just for grins, I tried to act like a > user > > > > (or someone who doesn't know the way of the vtiger developer) and > looked for > > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > > > These are the steps I went through: > > > > 1. Went to http://www.vtiger.com > > > > 2. Clicked on the "developer" tab > > > > 3. Saw " View Bugs" so I clicked there. > > > > 4. Looked for a way to search bugs to make sure my bug isn't > known... Saw > > > > "custom query" so I clicked it. > > > > 5. Stared a while... not the most friendly search engine for most > users. > > > > Most people just want to search for the error text. > > > > 5.1. I imagined Joe searching for a keyword of "profile" so I > searched that. > > > > No good. > > > > 5.2. I then imagined Joe searching for a summary containing > "TEXTAREA > > > > description" so I searched that. No good. > > > > 6. At this point, you might figure you should add a bug. So how > would you > > > > do this? The menu bar gives these options > > > > Wiki > > > > Timeline > > > > Roadmap > > > > Browse Source > > > > View TicketsNone of those would have anything to do with reporting a > bug. > > > > So I went back and clicked "View Bugs" again. > > > > 7. Okay, average user is now stumped or frustrated. Advanced user > would > > > > start looking through the wiki. > > > > 8. Bang. Came across what Allan is talking about. Though I would > rather > > > > see a link that says "Reporting bugs" that then tells me to request > access > > > > from Richie. > > > > > > > > So here are my comments: > > > > > > > > Provide a link from the vtiger.com support and developer tabs that > go > > > > straight to the list of known bugs: > > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > > Provide a link on all report pages that allows adding a new bug > report. > > > > Call it a bug report, not an issue. > > > > Provide a simple way to search for an error message on "Tickets - > Reports". > > > > This form could route directly to the "custom query". Also: > > > > > > > > When custom query form is first loaded, always include summary and > keywords. > > > > Change the button that removes search items on the custom query from > [ - ] > > > > to [ X ] which is better known for removing items. > > > > Regards, > > > > Tim > > > > > > > > OnwealdTim > > > > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > > I don't mean to be rude, but if you go to trac > > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > > how to get > > > > > access now? > > > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > > Hi, > > > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > > > I would like to insert this bug into trac but cannot see how. > Can > > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > > > Thanks, Joe > > > > > > TSolucio > > > > > > > > > > > > _______________________________________________ > > > > > > Get started with Online collaboration office & productivity > tools - > > > > http://zoho.com?vt > > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools > - > > > > http://zoho.com?vt > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/2e64fde6/attachment.html From philip at vtiger.com Fri Sep 22 07:44:35 2006 From: philip at vtiger.com (Philip) Date: Fri, 22 Sep 2006 07:44:35 -0700 Subject: [Vtigercrm-developers] List of bugs to be fixed for v5 Patch 1 Message-ID: <10dd5fc28ce.473801925644899550.131149115957236440@@vtiger.com> Hi, We have the sorted the list of bugs that will be fixed in our vtiger CRM 5 Patch 1 release, the bug list that will be taken for this patch and the respective owners are given below. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Fixing will be done on 5.0.1 branch. We'll ensure that this is captured in the main trunk too. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/f3844016/attachment.htm From joe at tsolucio.com Fri Sep 22 08:21:29 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 17:21:29 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158938489.11340.6.camel@joesunix.int> Hi, Not ofended at all by your comment Tim, sorry to have given thath impression. I attach another users comments about another bug that I have confirmed and that he doesn't know what to do with either. As you demonstrated with your reasonings it is just not so obvious. In any case I hope somebody on this list will pick up both errores and insert them into the trac or wherever they should be. Joe -------------- next part -------------- An embedded message was scrubbed... From: webmaster at vtiger.com Subject: Topic Reply Notification for "Problem with users updating their preferences" in forum "Help Forum - 5.x" Date: Fri, 22 Sep 2006 07:51:44 -0700 Size: 1906 Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/ac8e60a6/attachment.mht From libregeek at gmail.com Sat Sep 23 00:50:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:20:33 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow Message-ID: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Hello all, I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is compiled with UW-IMAP(2004g). It appears that it takes too much time to connect to the imap server and fetch mails in Email module of vtiger. I am also using horde/imp in the same server to access mails but it's much faster than that of vtiger. I don't know what's the real issue is ? Somebody please help. if this is a bug I can report it in the bug tracker. regards Manilal From libregeek at gmail.com Sat Sep 23 01:09:56 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:39:56 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow In-Reply-To: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Message-ID: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> On 23/09/06, Manilal K M wrote: > Hello all, > I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is > compiled with UW-IMAP(2004g). It appears that it takes too much time > to connect to the imap server and fetch mails in Email module of > vtiger. I am also using horde/imp in the same server to access mails > but it's much faster than that of vtiger. I don't know what's the real > issue is ? > Somebody please help. if this is a bug I can report it in the bug tracker. > http://forums.vtiger.com/viewtopic.php?t=9064 I tried this patch, still no use. regards Manilal From developer at infointegrated.com Sat Sep 23 09:14:54 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Sat, 23 Sep 2006 11:14:54 -0500 Subject: [Vtigercrm-developers] Patches for v5.0 In-Reply-To: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> Message-ID: <35987864-EE4D-48F2-919A-95633C6460AD@infointegrated.com> I have recently added some patches against v5.0 to fix issues into the forums (http://forums.vtiger.com/viewforum.php?f=55). I thought about where best to put them, as I didn't want them sitting in multiple places... I thought the forums would give the best community exposure. I know the Trac is really the best location for these types of issues, but I have noticed a few Trac items getting closed with no fixes being implemented. I am hopeful that by posting in the forums, I will be helping more people, and encouraging others in the community to provide patches, fixes, and testing. If anyone would like to propose a better mechanism to ensure the patches have better community visibility and ensure the developers don't mistakenly close the issues (which are two problems I see with Trac currently), then please let me know. Thanks, Brian On Sep 23, 2006, at 3:09 AM, Manilal K M wrote: > On 23/09/06, Manilal K M wrote: >> Hello all, >> I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is >> compiled with UW-IMAP(2004g). It appears that it takes too much time >> to connect to the imap server and fetch mails in Email module of >> vtiger. I am also using horde/imp in the same server to access mails >> but it's much faster than that of vtiger. I don't know what's the >> real >> issue is ? >> Somebody please help. if this is a bug I can report it in the bug >> tracker. >> > http://forums.vtiger.com/viewtopic.php?t=9064 > > I tried this patch, still no use. > > regards > Manilal > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From philip at vtiger.com Mon Sep 25 00:30:19 2006 From: philip at vtiger.com (Philip) Date: Mon, 25 Sep 2006 00:30:19 -0700 Subject: [Vtigercrm-developers] Reg: Bug fixing v5 patch 1 Message-ID: <10de3e1a878.-8334217980541839917.-8689750672430081837@@vtiger.com> Hi developers, As we have planned to release vtiger CRM 5 patch 1 by next week, we request you fix the issues assinged to you by then. Do get back to us for issues if any. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/3729e047/attachment.htm From gopals at vtiger.com Mon Sep 25 00:56:43 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 25 Sep 2006 00:56:43 -0700 Subject: [Vtigercrm-developers] Document Published: How to create new module? Message-ID: <10de3f9d30b.-339522588438872678.-276638214060261335@@vtiger.com> Dear Team, Thanks to Minnie for putting her valuable effort in preparing Creating new module in vtiger CRM document. This document can be used as a reference for future enhancements. We have used "Projects" as an example module in this document, so that developers can quickly grasp the core functions. You can access the document from Developer Guide in Wiki: http://wiki.vtiger.com/index.php/Creating_New_Module In the first version, we have tried to address only basics of the back-end & front-end part of the module. With all your suggestions & comments, we can further incorporate other functions, such as Security, Customization, Reports, Dashboards etc.. PS: You can add suggestion & comments online in the Wiki. Please let us know your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/339cc186/attachment.html From francois.gaudin at makina-corpus.com Mon Sep 25 02:29:28 2006 From: francois.gaudin at makina-corpus.com (Francois Gaudin) Date: Mon, 25 Sep 2006 11:29:28 +0200 Subject: [Vtigercrm-developers] Kernel/module architecture Message-ID: <200609251129.29065.francois.gaudin@makina-corpus.com> Hi everybody, I'm new to the list and I am studying vtiger for my company. It's quite good and usable but there's one big problem which disturbs me : to install new modules, you often need to patch or replace files in other modules or in the kernel. I find this very durty and I would know if there is real module support planned and how ? indeed, you can't install 2 modules which replace the same file. I understand that the problem is very difficult because php doesn't provide reflexivity or mechanism like Zope's. Or perhaps is vtiger not as durty as I've seen and help me where I've misunderstood. Thx -- Fran?ois Gaudin Makina Corpus From libregeek at gmail.com Mon Sep 25 02:50:50 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 25 Sep 2006 15:20:50 +0530 Subject: [Vtigercrm-developers] Document Published: How to create new module? In-Reply-To: <1426712360988312405@unknownmsgid> References: <1426712360988312405@unknownmsgid> Message-ID: <2315046d0609250250w7c1d3446v49e8e758da0ab1ae@mail.gmail.com> On 25/09/06, Gopal wrote: > Dear Team, > > Thanks to Minnie for putting her valuable effort in preparing Creating new > module in vtiger CRM document. > > This document can be used as a reference for future enhancements. We have > used "Projects" as an example module in this document, so that developers > can quickly grasp the core functions. > > You can access the document from Developer Guide in Wiki: > > http://wiki.vtiger.com/index.php/Creating_New_Module > > In the first version, we have tried to address only basics of the back-end & > front-end part of the module. With all your suggestions & comments, we can > further incorporate other functions, such as Security, Customization, > Reports, Dashboards etc.. > > PS: You can add suggestion & comments online in the Wiki. > > Please let us know your views. This is a wonderful news. I will surely give a try. regards Manilal From jtk at yahoo.com Mon Sep 25 07:35:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 25 Sep 2006 10:35:46 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down Message-ID: I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. From richie at vtiger.com Tue Sep 26 00:08:07 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 00:08:07 -0700 Subject: [Vtigercrm-developers] Upgrade needed? Message-ID: <10de8f3b281.7860118392332093906.4601313544921775595@@vtiger.com> Hello! Jeff, since you are monitoring the third_party list, do you think we need to upgrade/update the softwares used in the vtiger infrastructure please? URL: http://wiki.vtiger.com/index.php/Software_used_by_vtiger Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/6cab11b1/attachment.htm From richie at vtiger.com Tue Sep 26 04:02:54 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:02:54 -0700 Subject: [Vtigercrm-developers] rpm installers available? Message-ID: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Hello! Are there any rpm installers for vtiger available? There was talk of a suse/debian/mandriva specific installers in the works. Just wanted to know so that we can make these links available from our site. We will be happy to link to the site offering these facilities. These rpm-installers will only help increase the reach of vtiger. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/8c9ce23d/attachment.html From richie at vtiger.com Tue Sep 26 04:09:33 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:09:33 -0700 Subject: [Vtigercrm-developers] trac database writes appear to be down In-Reply-To: References: Message-ID: <10de9d0bd2d.-7448725883198618338.1544057288950732644@@vtiger.com> Matt, you tracking this? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ad2ce026/attachment.htm From webmaster at vtigerfacile.com Tue Sep 26 04:14:51 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:14:51 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Message-ID: <45190BAB.2020008@vtigerfacile.com> Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From richie at vtiger.com Tue Sep 26 04:27:51 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:27:51 -0700 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <45190BAB.2020008@vtigerfacile.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> Message-ID: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Hi Aissa! Thanks for the response. Kindly give us the link for the same if that is okay with you. We will be happy to link to your site if you want. Thanks, Richie ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/c6bc0564/attachment.html From webmaster at vtigerfacile.com Tue Sep 26 04:38:30 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:38:30 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Message-ID: <45191136.5000103@vtigerfacile.com> I'm not ready, but it's a plan, i also plan to bundle lang pack on multi platform installer (win/lin/mac), and some users ask for mac os vtiger installer, so if i have time i made it. This is an old link for your personnal test : http://www.abonlinesolutions.com/files/vtigercrm5-1.0-linux-installer.bin do not publish, because it's not ready. Regards, A?ssa Richie a ?crit : > Hi Aissa! > > Thanks for the response. Kindly give us the link for the same if that is > okay with you. > > We will be happy to link to your site if you want. > > Thanks, > Richie > > > > > ---- A?ssa wrote ---- > > Dear Richie, > i don't want to work on rpm's for v5, i prefer to provide a single > vtiger CRM linux installer for all linux version. > This one bundle vtiger CRM 5 and xampp linux. > If others want to work on rpm's, the place is free. > Regards, > A?ssa > > Richie a ?crit : > > Hello! > > > > Are there any rpm installers for vtiger available? > > There was talk of a suse/debian/mandriva specific installers in > the works. > > > > Just wanted to know so that we can make these links available > from our site. > > > > We will be happy to link to the site offering these facilities. > > > > These rpm-installers will only help increase the reach of vtiger. > > > > Richie > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with Online collaboration office & productivity > tools - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From philip at vtiger.com Tue Sep 26 08:10:43 2006 From: philip at vtiger.com (Philip) Date: Tue, 26 Sep 2006 08:10:43 -0700 Subject: [Vtigercrm-developers] Reg: 5.0.1 bug fixing Message-ID: <10deaad8885.-2480761981717606601.331929408267778248@@vtiger.com> Hi developers, Request you not to add any more bugs to Milestone 5.0.1 in trac, as we have enough to fix for our first patch, we'll be taking all existing or new bugs in our 5.0.2 or latter patches. Matt: Could you please remove the Milestone option '5.0.1'. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ba3c41a6/attachment.htm From jtk at yahoo.com Tue Sep 26 12:35:43 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 26 Sep 2006 15:35:43 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down References: <40431.1902275824$1159269021@news.gmane.org> Message-ID: On Tue, 26 Sep 2006 04:09:33 -0700, Richie wrote: > Matt, you tracking this? Write (e.g wiki page saving) came back up within the hour, and may not have been down for others at all. It may have been some temporary glitch with my particular session. False alarm. From richie at vtiger.com Wed Sep 27 02:05:49 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 02:05:49 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? Message-ID: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Hello! I would like to get your views on what else can be done to make vtiger product and community better. I am sure you will be having different views as you are looking into vtiger than looking out as me. That, is a significant difference by my mind. Looking forward to your views, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/27d8e6bb/attachment.html From colin at mitija.com Wed Sep 27 02:26:26 2006 From: colin at mitija.com (Colin Verot) Date: Wed, 27 Sep 2006 19:26:26 +1000 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A43C2.7030707@mitija.com> Hi, > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. To separate core files and data, so that we can do multi-site instances of vTiger using the same base of files. At the moment, many hard links are required to have local instances of vTiger (DB + data), and a central, updateable set of core files and modules. So we could SVN' the core installation, and keep it up-to-date with a minimum of work to update each client's instance. C. -- Colin Verot Mitija Australia http://www.mitija.com From webmaster at vtigerfacile.com Wed Sep 27 02:46:40 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Wed, 27 Sep 2006 11:46:40 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A4880.5090305@vtigerfacile.com> Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From don at vtiger.com Wed Sep 27 04:27:36 2006 From: don at vtiger.com (don) Date: Wed, 27 Sep 2006 04:27:36 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <451A4880.5090305@vtigerfacile.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> Message-ID: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Hi Aissa, Appreciate your valuable feedbacks. Yes we do agree that right now adding a module in vtiger is complex and the core api should be stabilized. We will work on this front, however it will take a considerable amout of time to accomplish this. Regarding tabdata.php, parenttabdata.php and user_privileges/* files: In vtigerCRM, for each click lot of common queries are fired to the db to get the header data and security data. This is eating up performance. So for all the data that are very frequently queried, we are writing those in flat files so that retreival is much much faster. Regarding the plugins and language-support it will help us a lot if you can add all issues faced by you in the trac so that we can prioritize and fix them at the earliest. Thanks & Regards, Don ---- On Wed, 27 Sep 2006 A?ssa wrote ---- Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/9fb8c5ae/attachment.htm From developer at infointegrated.com Wed Sep 27 05:39:39 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Wed, 27 Sep 2006 07:39:39 -0500 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Message-ID: <907CE22F-9F83-4D6E-9C5F-BBD33F42CCE6@infointegrated.com> Don, Great idea... to cache frequently used files. My suggestion would be to move all cached data to a cache folder. One cache folder. Make sure all of the folder names make sense. The one called "test" has a horrible name. There should be fewer files in the root of the vtiger directory. Use folders when necessary only, for example the schema folder only contains one file. Perhaps the database schema should be in the include folder (and not in a single folder by itself). Brian On Sep 27, 2006, at 6:27 AM, don wrote: > Hi Aissa, > > Appreciate your valuable feedbacks. > Yes we do agree that right now adding a module in vtiger is > complex and the core api should be stabilized. We will work on > this front, however > it will take a considerable amout of time to accomplish this. > > Regarding tabdata.php, parenttabdata.php and user_privileges/* files: > > In vtigerCRM, for each click lot of common queries are fired to the > db to get the header data and security data. This is eating up > performance. So > for all the data that are very frequently queried, we are writing > those in flat files so that retreival is much much faster. > > Regarding the plugins and language-support it will help us a lot if > you can add all issues faced by you in the trac so that we can > prioritize and fix them > at the earliest. > > Thanks & Regards, > Don > > > > ---- On Wed, 27 Sep 2006 A?ssa wrote ---- > > Hello Richie, > I think : > Simplify vtiger developpement, to much complex to create module > Stabilize core api : too much bugs in 5.0 > Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this > informations are on the database, thooses files have no sense > Improve the plug-ins, the best way to break my vtiger crm is to use > outlook plug-in. > Improve lang support, too much bugs by default, > > > I think the first & second point are the most important. > I know your effort. > This is my first felling. > A?ssa > > Richie a ?crit : > > Hello! > > > > I would like to get your views on what else can be done to make > vtiger product and community > > better. > > I am sure you will be having different views as you are looking > into vtiger than looking out as me. > > That, is a significant difference by my mind. > > > > Looking forward to your views, > > Richie > > > ---------------------------------------------------------------------- > -- > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From richie at vtiger.com Wed Sep 27 05:45:20 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 05:45:20 -0700 Subject: [Vtigercrm-developers] Community help needed Message-ID: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Dear Team, We are currently working on the following and we NEED volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those posts b) Publish the estimated dates for 5.0.x releases c) We need information on who all have done integration with any accounting softwares out there as it seems to be the most commonly asked query d) Make the product smaller in size still. I feel, the product is even now too big. We need assistance from you all in this regard. I think we should reduce the size by another 50% at least. e) Language packs. We are running in circles with this issue. We have tested and tested and still not able to reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The owner may have his own team/project f) More language packs needed g) More blogs needed h) More advertising needed i) More bundling of vtiger in CDs,DVDs needed j) More information on vtiger successes needed so that it enthuses others to use vtiger k) More information needed on where all vtiger lacks so that we can start working on those areas l) More themes needed to make the product more sexy m) More involvement with those given responsibility so that the core team is left free to do what it does best o) Need more contributions for patches/features. We have started working on this end by notifying the status of each contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits. p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this. q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information. r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testers s) Make vtiger as simple as a toy so that anyone can play with it t) Enhance the plugins u) Make more plugins v) Need more sponsors for vtiger w) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times .. Thanks for kicking my ass Balduin! I read your blog comment Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/22115970/attachment.html From dgrant at accuratetechnologies.com Wed Sep 27 05:59:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 08:59:16 -0400 Subject: [Vtigercrm-developers] 5.0GA Migration Script Work Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091D@exch.accuratetechnologies.com> My boss has lowered the boom on me as to when I have to roll out our 5.0 migration, so I've stopped work on merging my 4.3 fork into 5.0GA and started trying to roll what I have complete done. I have a pretty big patch against 5.0 GA that implements most of my fork, but it is lacking a little polish in spots, so it's not quite ready for merging with the main trunk yet. It does some nice things with the PDF versions of Quotes and SalesOrders though... Anyway, I tried running the migration process against our production 4.x database, and it blew up. Poking around in the logs - thank you for making that work - has revealed that the problem is that the migration module assumes that the MySQL utilities (mysql, mysqldump) are in the webserver path, and that is not a valid assumption; especially on the default install package that provides MySQL, Apache, and PHP as a single tarball. More to follow as I figure it out. DG From richie at vtiger.com Wed Sep 27 06:21:13 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 06:21:13 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <10def6fa232.-5108020600942463637.-7454996869612702660@@vtiger.com> Team, Just let me know who all are willing to take responsibility with total awareness. Nothing to get emotional about this. The only problem with emotions is that it subsides after sometime and then mother reality seems too painful. So, those who are willing to take responsibility, please raise their hands. We need help in making vtiger better. I have laid out the areas we need help in. I will act as facilitator, just let me know what all are needed for you all to get started and end within quantifiable limits else we will never have anything done. In case you want to have tele-conferences for this to work, let me know. I will arrange. I would like to point out that we will have to do it within limits as we have limited infrastructure. You are free to make your own teams and work on any specific issue. Do what you feel is right, just keep the community posted. I have no intention of keeping 'control'. We guide vtiger together, that is it. vtiger is our baby, our responsibility. Anyone has any better ideas, kindly do pitch in. Richie ---- Richie<richie at vtiger.com> wrote ---- Dear Team, We are currently working on the following and we NEED  volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those postsb) Publish the estimated dates for 5.0.x releasesc) We need information on who all have done integration with any accounting softwares out there asit seems to be the most commonly asked queryd) Make the product smaller in size still. I feel, the product is even now too big. We need assistancefrom you all in this regard. I think we should reduce the size by another 50% at least.e) Language packs. We are running in circles with this issue. We have tested and tested and still not ableto reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The ownermay have his own team/projectf) More language packs neededg) More blogs neededh) More advertising neededi) More bundling of vtiger in CDs,DVDs neededj) More information on vtiger successes needed so that it enthuses others to use vtigerk) More information needed on where all vtiger lacks so that we can start working on those areasl) More themes needed to make the product more sexym) More involvement with those given responsibility so that the core team is left free to do what it does besto) Need more contributions for patches/features. We have started working on this end by notifying the status ofeach contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits.p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this.q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information.r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testerss) Make vtiger as simple as a toy so that anyone can play with itt) Enhance the pluginsu) Make more pluginsv) Need more sponsors for vtigerw) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what notx) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times ..Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/0228dd7f/attachment.htm From dgrant at accuratetechnologies.com Wed Sep 27 06:30:31 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 09:30:31 -0400 Subject: [Vtigercrm-developers] Community help needed Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG From dan.means at teamsrs.com Wed Sep 27 08:40:04 2006 From: dan.means at teamsrs.com (Dan Means) Date: Wed, 27 Sep 2006 08:40:04 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451A9B54.2010608@teamsrs.com> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/5e50d0de/attachment.html From lists at thomasmathiesen.com Wed Sep 27 09:35:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:35:21 +0200 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451AA849.5050904@thomasmathiesen.com> Richie, I'd like to help out with translation, and I've asked gopal for access to trac (every now and again I come across a bug). The first thing the core vtiger team should do, is to explain how we can help you out. Gnome and Ubuntu has a brilliant website, where it states how the community can help (and the links are easily found). Tip: Create a page under the faq section on the front-page; "How can you help vTiger". Tip2: Under testimonials on the front-page, have a link saying "Tell about your success-story". I've got the time to help you out, but I need to know how.. Cheers /Thomas Richie wrote: > Dear Team, > > We are currently working on the following and we NEED volunteers for almost all the activities :- From lists at thomasmathiesen.com Wed Sep 27 09:38:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:38:21 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451AA8FD.7050706@thomasmathiesen.com> I came up with an idea after implementing a color patch for one of my vtiger customers.. why don't we do what firefox does; extensions! If we'd have a straight-forward framework for extensions, we'd be able to let others create functionality and include in an easy way. Under the settings menu you could have a "extensions" page, where admins could enable or disable an extension. Joomla and Xoops works in this way.. and I do believe people would like this in vTiger as well (even though it has much more core functionality than the two others). /T Richie wrote: > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > From leandro at oriontek.org Wed Sep 27 15:09:13 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 27 Sep 2006 17:09:13 -0500 Subject: [Vtigercrm-developers] Accounts don't import Message-ID: <200609271709.13244.leandro@oriontek.org> Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From kim at haverblad.se Wed Sep 27 19:57:38 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 04:57:38 +0200 Subject: [Vtigercrm-developers] Please disable Guest posting within the forum! In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <451B3A22.8080608@haverblad.se> Well, I usually surf into the forum once a while to check out postings and as well clean out spam. Today I had around 260 and found well over 50 of them was spam that I could delete. I would strongly suggest that every visitors that wants to share their ideas, comments or suggestions should register as an user. /Kim From list.anshul at gmail.com Thu Sep 28 00:04:12 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 12:34:12 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php Message-ID: Hi All Earlier I was working with vtiger crm 5 rc version, but as i downloaded vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly apreciated. Anshul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/b7a38947/attachment.htm -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From mickie at vtiger.com Thu Sep 28 00:26:38 2006 From: mickie at vtiger.com (Mickie) Date: Thu, 28 Sep 2006 00:26:38 -0700 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: <10df3515f06.-1894465021093541808.-3929210643614725132@@vtiger.com> Dear Leandro, please change the FATAL to DEBUG in line 19 in log4php.properties fileand then do the import. After done the import send thelogs/vtigercrm.log file. so that we can look into the issue and fix ittoo. Thanks Mickie ---- On Wed, 27 Sep 2006 Leandro Rache Sanchez wrote ---- Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/8acf77a1/attachment.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 00:53:59 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 00:53:59 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: References: Message-ID: <10df36a683b.-2210670694947015033.-3608432190116592886@@vtiger.com> Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/c4be3959/attachment.htm -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:18:25 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:18:25 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3b7b50a.1138930853454837058.-270420119199783769@@vtiger.com> Hello Dennis! Product size is an issue because in some countries bandwidth is still a premium. For example in India, you will be damn lucky to download vtiger on your home net connection. We do not want to lose those guys who are trying to download vtiger over a slow connection. Typically, if you see a product is too big, one will not readily download the product mostly because of laziness and the time-delay. Moreover, vtiger should not hog space too. Presenting interfaces depending on region is something that we need to address i agree. I suggest that we form a group which works on this in parallel. Volunteers needed. Language support is an issue in itself. So, that too will have to be addressed. Patch integration process is something like this : - Post your issue in the trac. Post the patch to the issue in the trac and put a blurb over here in the mailing list. We will integrate the patch. I am in discussion with Matt on how to make the trac user registration to be more widespread instead of me being the sole guy allowed to do it. I am awaiting his answer and will proceed at the earliest once I get it. Apropos the Sweet Crunchy Goodness part, we are working on it. We will try and make it more better. The intent is to side by side spread the word. No doubt the current word of mouth is generating quite a lot of crowd but i still feel that we need to accelerate the process. I am in total agreement on making the product better. But we should educate or let the word spread that something like vtiger exists. The more eyeballs looking into vtiger, the better the product becomes. Will get back on the others. Lots of homework to do before I respond :-) Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/de912650/attachment.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:19:27 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:19:27 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <451A9B54.2010608@teamsrs.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> <451A9B54.2010608@teamsrs.com> Message-ID: <10df3b8a845.7385764465327675975.-1138013674408783247@@vtiger.com> Thanks for the update Dan! We will post these works on the Wiki so that ppl know what is in the works. That might even get you more crowd. Richie ---- Dan Means<dan.means at teamsrs.com> wrote ---- Hi Richie and everybody... We presently have the integration between Vtiger 4.2 and Accountmate v 6.5 (MS-SQL server back end, Visual FoxPro 9.0 front end) - products & order entry and various customer service functions share data. We're presently building the scripts for OpenMFG (cross platform, Postgresql back end). We have some other possible engagements for some older ERP systems (mostly have either MS backends, or FoxPro back ends)-? this lets clients extend the useful life of their existing systems . Richie wrote: Dear?Team, We?are?currently?working?on?the?following?and?we?NEED??volunteers?for?almost?all?the?activities?:- a)?Move?common?forum?posts?to?the?wiki?and?lock?those?posts b)?Publish?the?estimated?dates?for?5.0.x?releases c)?We?need?information?on?who?all?have?done?integration?with?any?accounting?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now?too?big.?We?need?assistance from?you?all?in?this?regard.?I?think?we?should?reduce?the?size?by?another?50%?at?least. e)?Language?packs.?We?are?running?in?circles?with?this?issue.?We?have?tested?and?tested?and?still?not?able to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? It?will?be?great?if?we?have?owners?for?this?issue?who?will?take?this?issue?to?its?logical?conclusion.?The?owner may?have?his?own?team/project f)?More?language?packs?needed g)?More?blogs?needed h)?More?advertising?needed i)?More?bundling?of?vtiger?in?CDs,DVDs?needed j)?More?information?on?vtiger?successes?needed?so?that?it?enthuses?others?to?use?vtiger k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start?working?on?those?areas l)?More?themes?needed?to?make?the?product?more?sexy m)?More?involvement?with?those?given?responsibility?so?that?the?core?team?is?left?free?to?do?what?it?does?best o)?Need?more?contributions?for?patches/features.?We?have?started?working?on?this?end?by?notifying?the?status?of each?contribution.?I?hope?this?will?encourage?the?contributors?to?contribute?more?and?add?value?to?the?product.?Also? we?are?making?it?a?point?to?acknowledge?all?credits. p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.?vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.?Tell?me?what?can?we? do?to?achieve?this.?I?have?been?spending?sleepless?nights?for?far?too?long?on?this. q)?Need?information?on?sites?hosting?vtiger?so?that?the?customers?have?an?easy?option?to?choose?and?not?scour?for?information. r)?Try?and?make?the?product?more?plug?and?play.?This?can?be?achieved?if?we?are?fanatical?about?quality?so?we?need?more?testers s)?Make?vtiger?as?simple?as?a?toy?so?that?anyone?can?play?with?it t)?Enhance?the?plugins u)?Make?more?plugins v)?Need?more?sponsors?for?vtiger w)?Need?more?wild?ideas?for?incorporating?into?vtiger?as?one?never?knows?what?will?succeed?and?what?not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n)?Need?more?friends,?it?is?so?tough?at?times?.. Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -- Dan Means Mission Viejo, CA www.dkmeansonline.com www.teamsrs.com _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/96cdec66/attachment.htm -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From list.anshul at gmail.com Thu Sep 28 02:25:52 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 14:55:52 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: <-5482651731696891706@unknownmsgid> References: <-5482651731696891706@unknownmsgid> Message-ID: Hello The Error Page shows me:: *Parse error*: parse error, unexpected $end in * C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php* on line *906* -Anshul ** ** On 9/28/06, Mangai wrote: > > Dear Anshul, > > please send me the error page. it will be more helpful for me to > fix the error. > > Thanks & Regards, > Minnie. > > > > > ---- On Thu, 28 Sep 2006 *Anshul Yadav * wrote ---- > > > Hi All > Earlier I was working with vtiger crm 5 rc version, but as i downloaded > vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly > apreciated. > > Anshul > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/504fef61/attachment.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:28:26 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:28:26 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process Message-ID: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> * Request trac access by sending mail to richie at vtiger dot com * Put entry in trac for the bug * Submit the fix in the trac * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/47b9fd26/attachment.htm -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:37:29 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:37:29 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3c927e0.8088499962897578932.5320137410843539501@@vtiger.com> Ok I am back again! A wiki will be maintained for the other products with which vtiger is in the works to be integrated with. This should be up soon. A patch contribution process mail has been sent to the mailing list and this too will be put in the wiki. Instructions have been sent to shutdown the developer forum and move them to the mailing list. Anyone having objection to this please escalate now. This will happen over a period of 1 week as I need to get others reactions to this. Dennis, your trac account has been created. Let us see how many patches come from you :-)! Hope you keep Philip busy over here integrating the patches. I hope the mail post on the Patch Contribution process and wiki on this issue lays to rest the issues with the Patch process. Your 'Comments' post has been taken to heart. Instructions have been sent to ensure that the maligned code is fixed and with proper comments. It also has been integrated into the development process. All patch contributions will be intimated of their status soon. The Subversion How To part is something that I need help from all the masters concerned. JeffK, your help needed. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/16e13395/attachment.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 02:46:49 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 02:46:49 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: null References: <-5482651731696891706@unknownmsgid> null Message-ID: <10df3d1b667.5274288499974633712.1335609305314817134@@vtiger.com> Dear Anshul, I'll test it here and letyou know what is the issue. kindly bear with me for some time. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hello The Error Page shows me:: Parse error: parse error, unexpected $end in C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php on line 906 -Anshul On 9/28/06, Mangai wrote:Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/71986352/attachment.htm -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From libregeek at gmail.com Thu Sep 28 03:04:30 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:34:30 +0530 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <8552418951228855775@unknownmsgid> References: <8552418951228855775@unknownmsgid> Message-ID: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> On 28/09/06, Richie wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal From libregeek at gmail.com Thu Sep 28 03:22:20 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:52:20 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <-8035749043592274294@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> Message-ID: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal From richie at vtiger.com Thu Sep 28 03:58:13 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 03:58:13 -0700 Subject: [Vtigercrm-developers] Move towards Wiki Message-ID: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Hi! vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best tool to be used in this regard. The Wiki has been updated to the latest version. The intent is to move towards the wiki from now on so that all these issues like search, not being able to get to the mail unless you have the absolute link available, forum posts getting lost, etc are resolved. All the moderators are requested to move the frequenly used data to the Wiki and lock the forum from which the data has been taken. The community is encouraged to participate in this activity. The sooner we get over this, the better it is. Requesting your kind co-operation in this regard. The Wiki will house the commonly asked queries and tips so that it becomes a single point stop for all those interested in the product. The forum will be used for one-off queries which do not merit addressing in the Wiki. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/ce342e69/attachment.html From richie at vtiger.com Thu Sep 28 04:07:32 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:07:32 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> References: <8552418951228855775@unknownmsgid> <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> Message-ID: <10df41b995d.56277158003138226.599961552368062623@@vtiger.com> This will be done. All moderators please note this. Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie <richie at vtiger.com> wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/fa4fdfef/attachment.htm From richie at vtiger.com Thu Sep 28 04:11:20 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:11:20 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> Message-ID: <10df41f143e.704080439223041116.1975211868551301638@@vtiger.com> The anonymous postings will not be removed for now as we feel it might further delay the posting procedure. Moreover, we have many moderators now. They will have to take the responsibility of removing the posts. Kindly go ahead and register to the MARC list. I am reviewing your mail Manilal and feel that most of them have been addressed in the vtiger5 release. Do feel free to post your thoughts. Please do have a look at my other mail also toward moving towards Wiki. This I feel will help assuage a lot of emotions :-) Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/7be3d856/attachment.html From libregeek at gmail.com Thu Sep 28 04:23:45 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 16:53:45 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <7508186244449328067@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> <7508186244449328067@unknownmsgid> Message-ID: <2315046d0609280423w10a42155h390d5e7eb57f2b20@mail.gmail.com> On 28/09/06, Richie wrote: > The anonymous postings will not be removed for now as we feel it might > further delay the posting procedure. Moreover, we have many moderators now. > They will have to take the responsibility of removing the posts. > > Kindly go ahead and register to the MARC list. > > I am reviewing your mail Manilal and feel that most of them have been > addressed in the vtiger5 release. Do feel free to post your thoughts. > > Please do have a look at my other mail also toward moving towards > Wiki. This I feel will help assuage a lot of emotions :-) > > Richie > Yes, we are in the right direction. I am now actually delighted in working with vtiger community, simply because more communication is taking place and hence more work. I'm sure that one day vtiger will on top of the many CRMs. I'll contact MARC and let you people know the URL. regards Manilal From jens at Strawberry.COM Thu Sep 28 05:29:46 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 28 Sep 2006 14:29:46 +0200 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com>; from Richie on Thu, Sep 28, 2006 at 02:28:26AM -0700 References: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> Message-ID: <20060928142946.B5816@Strawberry.COM> Hi, > * Request trac access by sending mail to richie at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com I'd agree for small patches, but what about entire feature addons, which may become comparably hughe? I'd suggest to request a feature branch for that and the permissions to upload everything into this branch. We might use trac for the branch request and discussion anyway. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 28 09:28:46 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 12:28:46 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D40@exch.accuratetechnologies.com> OK, I got the migration script working, and it appears to have done the right things everywhere. Everything I checked was properly imported. That analysis may change once the users get a look at it. :) But for now, it worked. Attached is the patch for how I did it. It's not pretty, and it isn't suitable for inclusion in the general release. I've included it so Minnie can see what I did to fix the problem, and then do it correctly. ;) The core issue was not being able to find the mysql binary utilities, and the migration script not handling this case very well. I solved the problem by hardcoding the paths to the mysql binaries and the working directory for the database dumps to match my installation. Once that was resolved, the migration proceeded normally, save this: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 That stuff all failed, although I can't see any subsequent problems with that. Note that as a general point, when one does this: $some_command_string = 'some series of commands and switches; exec($some_command_string); Doing this as part of the logging: $log->debug('We executed the following command string: some series of commands and switches'); Is NOT very useful, as it doesn't actually report the commands being exec-ed. The proper way to do it is: $log->debug("We executed the following command string: $some_command_string"); As this reports the same command string that was passed to the exec. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migrationpatch.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/9b77e17f/DG_migrationpatch-0001.txt From allan.bush+vtiger_dev at gmail.com Thu Sep 28 09:37:18 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 28 Sep 2006 09:37:18 -0700 Subject: [Vtigercrm-developers] Trac 0.10 Message-ID: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Trac 0.10 was just released (about 20 minutes ago): http://trac.edgewall.org/wiki/TracDownload Included in the new features is the ability to add a spam filter plugin, like this one: http://trac.edgewall.org/wiki/SpamFilter I'd suggest we try upgrading our current installation, adding that plugin and enabling anonymous trac posting again. From kim at haverblad.se Thu Sep 28 10:11:21 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:11:21 +0200 Subject: [Vtigercrm-developers] Move towards Wiki In-Reply-To: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> References: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Message-ID: <451C0239.1060908@haverblad.se> Totally agree with this and will start to get more familiar with the wiki structure. /Kim Richie wrote: > Hi! > > vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best > tool to be used in this regard. The Wiki has been updated to the latest version. > > The intent is to move towards the wiki from now on so that all these issues > like > > * search, > * not being able to get to the mail unless you have the absolute link available, > * forum posts getting lost, > * etc > > are resolved. > > All the moderators are requested to move the frequenly used data to the Wiki > and lock the forum from which the data has been taken. The community is encouraged to > > participate in this activity. The sooner we get over this, the better it is. > Requesting your kind co-operation in this regard. > > The Wiki will house the commonly asked queries and tips so that it becomes a > > single point stop for all those interested in the product. The forum will be used for > one-off queries which do not merit addressing in the Wiki. > > Thanks, > Richie > > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > From kim at haverblad.se Thu Sep 28 10:14:12 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:14:12 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <451C02E4.8030507@haverblad.se> Just wondering, but what is status on this vulnerability? /Kim Kim Haverblad wrote: > New vulnerability has been posted by Ivan Markovic regarding Cross Site > Scripting, Security Bypass and Remote Command Execution. > > Original advisory: > http://www.security-net.biz/adv/D3906a.txt > > Secunia advisory: > http://secunia.com/advisories/21728/ > > Description: > Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which > can be exploited by malicious people to conduct script insertion attacks > and bypass certain security restrictions. > > 1) Input passed to the "description" field in various modules when e.g. > creating a contact and the "solution" field when an administrator > modifies the solution in the HelpDesk modules isn't properly sanitised > before being used. This can be exploited to inject arbitrary HTML and > script code, which will be executed in a user's browser session in > context of an affected site when the malicious user data is viewed. > > 2) An error in the access control verification can be exploited by a > normal user to access administrative modules (e.g. the settings section) > by accessing certain URLs directly. > > The vulnerabilities have been confirmed in version 4.2.4. Other versions > may also be affected. > > Solution: > Edit the source code to ensure that input is properly sanitised and that > access to administrative modules are properly checked. > > Use another product. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > __________ NOD32 1.1738 (20060904) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > From dgrant at accuratetechnologies.com Thu Sep 28 10:32:13 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 13:32:13 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Whoops.. just discovered that the last patch wasn't quite correct. This one actually worked - same issue. Here's the list of failed queries this time: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migration_v2.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/58a3d3af/DG_migration_v2.txt From jtk at yahoo.com Thu Sep 28 10:51:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 28 Sep 2006 13:51:24 -0400 Subject: [Vtigercrm-developers] Trac 0.10 References: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Message-ID: Allan Bush wrote: > Trac 0.10 was just released (about 20 minutes ago): > http://trac.edgewall.org/wiki/TracDownload There's a lot of cool trac usage to learn from on that milestone page: http://trac.edgewall.org/milestone/0.10 > Included in the new features is the ability to add a spam filter plugin, > like this one: http://trac.edgewall.org/wiki/SpamFilter I'm looking to the InterWiki and InterWeb features to bridge the developer and end-user wiki divergence. TracNotification improvements are good, too. > I'd suggest we try upgrading our current installation, adding that > plugin and enabling anonymous trac posting again. I'd advise some caution regarding the strength of the spam filters. Those spammer types are resourceful. From gopals at vtiger.com Thu Sep 28 21:15:52 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 28 Sep 2006 21:15:52 -0700 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers Message-ID: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Dear Team, I have created a Wiki page for listing all our Language Packs maintainers: URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers PS: Currently this document is in draft stage. Kindly help us by updating your language projects. The data is pulled from various sources, such as vtiger Forums, vtigerForge, SourceForge. personal mails etc. Please give your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/3955e29b/attachment.htm From webmaster at vtigerfacile.com Fri Sep 29 00:04:46 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 29 Sep 2006 09:04:46 +0200 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers In-Reply-To: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> References: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Message-ID: <451CC58E.9010802@vtigerfacile.com> Dear Gopal, French lang infos updated, i'm also happy to inform we restart french user doc project, i have now some community help. Best regards, A?ssa Gopal a ?crit : > Dear Team, > > I have created a Wiki page for listing all our Language Packs maintainers: > > URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers > > PS: Currently this document is in draft stage. Kindly help us by > updating your language projects. > > The data is pulled from various sources, such as vtiger Forums, > vtigerForge, SourceForge. personal mails etc. > > Please give your views. > > Thanks, > Gopal > > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://blogs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From gutong at shine-it.net Fri Sep 29 01:30:26 2006 From: gutong at shine-it.net (=?UTF-8?B?6aG+5b2k?=) Date: Fri, 29 Sep 2006 16:30:26 +0800 Subject: [Vtigercrm-developers] Need help for searching double byte character in VtigerCRM 5 In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Message-ID: <451CD9A2.4050806@shine-it.net> Hi team, We have done most part of the Simplified Chinese translation for 5.0GA, yet we have been encountering insurmountable problems of doulble-byte character support in the system. The main problem is that the current global search engine doesn't work for double-byte characters. We have done our code hacking as following to allow the Chinese characters to be passed to the query variable. Modified the UnifiedSearch.php around line 45, From: if(isset($_REQUEST['query_string']) && preg_match("/[\w]/", $_REQUEST['query_string'])) { To: if(isset($_REQUEST['query_string']) && preg_match('/[^'.chr(0xa1)."-".chr(0xff).']+/',$_REQUEST['query_string'])) { It seems that the regex pattern matched the Chinese characters and the $search_val received the query string, however, the result was not returned. Please kindly advise us how to resolve the said problem, thank you. Also, the Chinese characters are not showing normally for all the Ajax related parts. Cheers, Tony From gopals at vtiger.com Fri Sep 29 08:17:38 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:17:38 -0700 Subject: [Vtigercrm-developers] Vtiger Developers Forum Locked Message-ID: <10dfa26ef8a.-3647830802605948308.-5383683028224550964@@vtiger.com> Dear Team, I would like to inform you that, since all our developer related discussions are taking place in mailing list, I have locked the Developer Forums for v5.x and v4.x. Please let us know is there any better code snippets management so that we can also stop Code Contributions forums in vtiger.com and request developers to post their contributions in in our Trac. Please let me know your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/73fc472f/attachment.html From gopals at vtiger.com Fri Sep 29 08:32:34 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:32:34 -0700 Subject: [Vtigercrm-developers] Holidays in India Message-ID: <10dfa349a79.7601145631339705590.8244417788271073956@@vtiger.com> Dear Team, Next three days we will be having Puja holidays. Our team will be back on Oct 3rd. Happy Week End, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/f3a2a4de/attachment.htm From smith.timsmith at gmail.com Fri Sep 29 09:31:24 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 29 Sep 2006 11:31:24 -0500 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: We have confirmed this problem. If you are trying to save the import definition as a template you will get an error displayed in the browser. Something similar to this: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2006-09-29 11:15:45'', ''2006-09-29 11:15:45'', '1')' at line 1 We may be able to fix it today but it depends on scheduling. In any case, don't save as a template and you should be good to go. Tim (OnwealdTim) Tim Smith Onweald, Inc. http://www.onweald.com On 9/27/06, Leandro Rache Sanchez wrote: > > Hi, > Im importing accounts and contacts from sugar to vtiger, in 4.3 this work > fine, but in 5, and last svn this not work properly, don't import noting, > it > seem some sql error. > Im not test yet the contacts. > -- > > ~ Leandro Rache Sanchez > (. .) leandro at oriontek.org > \V/ > //"\\ Corporacion Tecnol?gica ORION. > /( ' )\ info at oriontek.org > ^*-*^ http://www.oriontek.org/orion/ > --------------------------------------- > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/8a764740/attachment.html From gopals at vtiger.com Fri Sep 29 20:48:50 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 20:48:50 -0700 Subject: [Vtigercrm-developers] Developer Articles - Your Wish list Message-ID: <10dfcd6ad0d.5004576236579876392.-6991852857106135914@@vtiger.com> Hello, Special thanks to Michel JACQUEMES, Joe Bordes, Dennis Grant, Minnie, Fathi, MMBrich, Richie & vtiger developer community for creating very useful articles on vtiger CRM development. So far we have added the following topics in our Developer Zone in Wiki: API Documentation UI Types for Fields Creating New Module Creating New Fields in Existing Modules Creating User Specific Related Lists Creating Dashboards Adding Dashboards Translating vtiger CRM Merging a Local Working Copy of vtiger CRM to a New SVN Release Down the road, I am expecting more developers will join the vtiger development and it will be very essential for us to add many more topics to make our Developer Zone a reliable resource for the new developers. Also our developer zone should cater to the needs of developers with a different skill set. Please let me know Articles that add more value to the existing list. To kick start I have listed the following Wish list: 1. How to create new theme? 2. How to create PDF file for Quotes, Orders, & Invoices? 3. How to write SOAP methods for all modules? Let us know your wish list. Once we have a wish list it is easy to figure out writing articles Share your thoughts.. Cheers, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/d61a478a/attachment.htm From radiant at vtiger.com Sat Sep 30 01:29:09 2006 From: radiant at vtiger.com (Radiant) Date: Sat, 30 Sep 2006 13:59:09 +0530 Subject: [Vtigercrm-developers] [LANCER] - Color theme guide in vtiger wiki Message-ID: <451E2AD5.4070207@vtiger.com> Team, Just for your information. I have started writing the color theme development guide in vtiger wiki. As of now only a small intro and few basics are available. Will write more daily and hope to finish the guide within a week. :-) http://wiki.vtiger.com/index.php/Vtiger_CRM_5_:_Creating_your_own_Color_Theme - Radiant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/be9317b5/attachment.html From kim at haverblad.se Sat Sep 30 02:42:56 2006 From: kim at haverblad.se (Kim Haverblad) Date: Sat, 30 Sep 2006 11:42:56 +0200 Subject: [Vtigercrm-developers] vtiger v5.0ga vulnerability scan report In-Reply-To: <451E2AD5.4070207@vtiger.com> References: <451E2AD5.4070207@vtiger.com> Message-ID: <451E3C20.2010707@haverblad.se> Made some scan of vtiger 5.0ga on on a test server running Debian and to be mentioned is that the scan has be done by using the admin account on a newly fresh installation. I was kind of curious to see what I would get. The Accunetix scanners shows 79 high, 16 medium and 261 low alerts so it might be of interest for some developers. -- Regards, Kim Haverblad tel: 070-728 37 86 http://www.haverblad.se -------------- next part -------------- A non-text attachment was scrubbed... Name: Vtiger-Vulnerability-Scan.zip Type: application/x-zip-compressed Size: 45410 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/aeac7571/Vtiger-Vulnerability-Scan-0001.bin From webmaster at vtigerfacile.com Fri Sep 1 08:04:28 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Fri, 01 Sep 2006 14:04:28 +0200 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44EC052E.1000801@haverblad.se> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <10d394423a4.-4887155498548908934.6088648220612835058@@vtiger.com> <44EC052E.1000801@haverblad.se> Message-ID: <44F821CC.1010102@vtigerfacile.com> About this security advise, have look to the origin :http://www.hardened-php.net/advisory_232005.105.html Disclosure Timeline: 16. September 2005 - Vendor informed. 10. October 2005 - Follow-up to vendor. 24. November 2005 - public disclosure Recommendation: Since there is currently no fixed version available, you should protect your vTiger installation with the following measures: 1. Restrict access to vtigercrm*.log via .htaccess 2. Switch register_globals to Off. 3. Turn magic_quotes_gpc off. 4. Install the Hardening-Patch for PHP to disable %00 URL characters. 1. not resolved Really easy to add a .htaccess "deny from all" on logs folder Best regards, A?ssa Kim Haverblad a ?crit : > Sounds great that it's taken care of since vulnerability release date > was 2005-11-24. So applause to Mike O'Loan for doing some checking. > > Bugtraq list also gave som hits on vtiger; seems to be the same > vulnerability, but there are some comments as well regarding the log > handling. > > http://search.securityfocus.com/swsearch?sbm=%2F&metaname=alldoc&query=vtiger&x=0&y=0 > > Regards, > Kim Haverblad > > Gopal wrote: > >> Dear Mike O'Loan, >> >> Thanks for notifying issues in some of the modules. We will ensure that >> these issues are fixed immediately. If required we will release a patch >> for v4.2.3 immediately. >> >> Regards, >> Gopal >> --- >> S.S.G.Gopal >> skype: sripadag >> ph: +1 877 788 4437 >> blog: http://gopal.vtiger.com >> >> >> >> >> ---- On Tue, 22 Aug 2006 *Mike O'Loan * wrote >> ---- >> >> The following files still have the same SQL injection vulnerability, >> carried over from vTiger 4.2.3. Although these aren't a problem with >> magic_quotes_gpc turned ON, it still needs to be fixed. It has been >> fixed in other modules by putting the PearDatabase::quote() function >> around any variable that needs to be placed in an SQL statement. >> >> Affected files: >> modules\Faq\ListView.php >> modules\HelpDesk\ListView.php >> modules\Invoice\Popup.php >> modules\Leads\ListView.php >> modules\Leads\Popup.php >> modules\Products\Popup.php >> >> Implementing this would reduce the SQL injection vulnerability for >> vTiger 4.2.x >> >> -- >> Mike O'Loan >> Chief Technical Officer >> Sauce Software Pty Ltd >> >> >> http://saucesoft.com >> Phone: +61 1300 559 165 >> Fax: +61 7 3009 0442 >> Email: mike.oloan at saucesoft.com >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From dgrant at accuratetechnologies.com Fri Sep 1 09:53:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 09:53:35 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> As part of my project to port the features from our fork of V4.2 to V5.0, I find I need to add some new fields to various modules. What I did in my fork (brace yourselves, this is horribly ugly) was to create the new fields as a custom field, and then hardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it is utterly unacceptable for anything I want to have incorporated into the main vTiger trunk - not to mention that it's just ugly hackery. So then, assume I want to add a new field to a Quote; a checkbox Boolean value. I know the field must be added to the database schema; I know how to do that. But where is the proper place to add this field so that it shows up in the "Quote Information" block on DetailView and EditView? I'd really appreciate a little help here. DG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/6fd28770/attachment-0001.html From smith.timsmith at gmail.com Fri Sep 1 12:23:27 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 1 Sep 2006 11:23:27 -0500 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44F821CC.1010102@vtigerfacile.com> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/12d94fdf/attachment-0001.html From dgrant at accuratetechnologies.com Fri Sep 1 13:24:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:24:48 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDF file export Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D13@exch.accuratetechnologies.com> Here is a patch against vanilla 5.0_RC This adds all (except one) of our extensions to the PDF version of the Quote, while still retaining the new look and feel. Changes: 1) Shows new fields Date Issued, Prepared For, Prepared By 2) Logo graphic is scaled (allows use of higher resolution logos for better print quality) 3) Layout of Company Name, Billing Address, and Shipping Address reformatted for cleaner look 4) Column headers print bold 5) Smaller font size for less cluttered look 6) Columns now Qty, Part No, Product Name, List Price, Unit Price, Tax, Total (makes more sense laid out this way) 7) Page number includes total number of pages (page 1/3 etc) 8) If present in database, global terms and conditions are printed out as an annex to the quote (ours span 2 pages...) 9) Comments on parts now print above the line item in the Product Name column, formatted bold & underline. This allows the sales people to create subgroups within the quote, using the comment as a subgroup header - great for doing packages, etc. (this, in concert with preserving the print order was the most requested feature I had) Try it out - you'll like it! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/2f51e79f/attachment.txt From dgrant at accuratetechnologies.com Fri Sep 1 13:54:18 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:54:18 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDFfile export CORRECTED VERSION Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D14@exch.accuratetechnologies.com> Whoops! Disregard that last patch and use this one instead - the last one has a couple of bugs in it related to multiple-page Quotes. This one is good to go. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/0c778a58/attachment.txt From webmaster at vtigerfacile.com Sat Sep 2 09:35:35 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Sat, 02 Sep 2006 15:35:35 +0200 Subject: [Vtigercrm-developers] Multiple selectbox Message-ID: <44F988A7.7020909@vtigerfacile.com> Hi team, i have just discover that : http://c82.net/samples/checklist-samples.html It's seem to be very interresting. Best regards, A?ssa From webmaster at vtigerfacile.com Sat Sep 2 18:48:03 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sun, 03 Sep 2006 00:48:03 +0200 Subject: [Vtigercrm-developers] vtiger5: Outlook, Office, and Thunderbird Plugins for TESTING In-Reply-To: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> References: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> Message-ID: <44FA0A23.6080905@vtigerfacile.com> Dear Gopal, i have asked for "private" testers on french community (only 1 answer !) I use snapshot from svn & office 2007, my french tester use the vtiger CRM package you provide on the mail & office 2000 This is a small feedback for outlook : It's seem there is a problem with dates & time sometimes ex : my task start at 30/12/1899 due date 30/12/1899 For the calendar, it's correct for me, but my tester have the date & time problem here and not on tasks. The problem is may be time format, here we don't use AM/PM. ex : Meeting Outlook from 10h00 to 19h00 give in Vtiger 10:00 AM ? 11:50 PM Meeting Outlook from 19h00 to 20h30 give in Vtiger 7:00 PM ? 11:50 PM On homepage, Upcoming activity are not on chronologic list. We have alway problem with accents. My "synctask" have worked first time, but now thebutton is disabled. More feedback later. Regards, A?ssa Gopal a ?crit : > Dear Team, > > Finally the long wait is over. I have some good news regarding vtiger > 5 plugins. > > For the last one week, Jerry (Thanks to Suman Raj for helping him out) > was working very hard to bring back the Outlook, Office, and > Thunderbird plugins to mainstream. > > He has ported all the existing features from 4.2.x to 5.0 and enabled > security functionality for plugins. > > Kindly install the latest vtiger CRM build to work with Plugins. > > 1. vtiger CRM: http://vtiger.com/products/crm/aug30/vtigercrm-5.0.0.exe > > 2. Outlook Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-outlook-plugin-5.0.0.exe > > 3. Office Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-office-plugin-5.0.0.exe > > 4. Thunderbird Extension: > http://vtiger.com/products/crm/aug30/vtigercrm-thunderbird-ext-5.0.0.zip > > PS: Change the file format from ZIP to XPI. > > While reporting an issue, please let me know, your Windows OS, MS > Outlook, and MS Word versions, which will easy for us debugging the > issues. > > Once you have completed the testing, please let me know your observations. > > Please have a look at the attached User Manuals while working with > Plugins. If you found any errors drop me a mail at gopals at vtiger > dot com. > > PS: We have enabled English, French, Dutch, German, and Portuguese > languages in Office plugin. Looking forward for community help in > adding new languages. > > Happy testing, > > Gopal > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://gopal.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From minnie at vtiger.com Mon Sep 4 02:38:49 2006 From: minnie at vtiger.com (Mangai) Date: Sun, 03 Sep 2006 23:38:49 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> Message-ID: <10d778cf4d7.-7429440611753458504.4143310975612447221@@vtiger.com> Dear DG, Thank you for giving an opportunity to service you. In vtigerCRM5RC, For 'QuoteInformation' blockid is 51 and tabid is 20. you have to write aninsert query for each field in 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: take some field say XYZ, the query is given below $this->db->query("insertinto vtiger_field values(20,".$this->db->getUniqueID("vtiger_field").",'xyz','vtiger_quotes', 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); In that query, you have take care of each field value. This entry is applicable for both editview and detailview. I hope this helps you. kindly contact me for further clarifictaions. Thanks & Regards, Minnie. ---- On Fri, 01 Sep 2006 Dennis Grant wrote ---- As part of my project to port the featuresfrom our fork of V4.2 to V5.0, I find I need to add some new fields to variousmodules. What I did in my fork (brace yourselves,this is horribly ugly) was to create the new fields as a custom field, and thenhardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it isutterly unacceptable for anything I want to have incorporated into the main vTigertrunk ? not to mention that it?s just ugly hackery. So then, assume I want to add a new fieldto a Quote; a checkbox Boolean value. I know the field must be added to thedatabase schema; I know how to do that. But where is the proper place to add thisfield so that it shows up in the ?Quote Information? block on DetailView andEditView? I?d really appreciate a little help here. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060903/1ccd72de/attachment-0001.html From ahmed at vtiger.com Mon Sep 4 06:25:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Mon, 04 Sep 2006 03:25:52 -0700 Subject: [Vtigercrm-developers] Misspelled field name in vtiger 4 and 5 In-Reply-To: References: Message-ID: <10d785cd6d2.4660954672230400407.-247269953199448983@@vtiger.com> Dear Tim, The spelling of organization name has been rectified and checked in. Please checkout the latest version from SVN from the following link: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk/ Regards, Ahmed ---- On Wed, 30 Aug 2006 Tim Smith wrote ---- organization.organizationame is mispelled. Should be organizationame.organizationname (e.g. "organization name" instead of "organization ame") Regards, Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/f62e834a/attachment-0001.html From richie at vtiger.com Mon Sep 4 06:39:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 03:39:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? Message-ID: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Hi! I was wondering if this is a right time to start thinking of the post 5.0.0 releases. Should the next release be 5.0.1 or 5.1? On what criteria should these be done? I am opening this up so that we have a more community-wide view on this. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/8f470d14/attachment-0001.html From eng.luis at gmail.com Mon Sep 4 06:46:22 2006 From: eng.luis at gmail.com (Luis Santos) Date: Mon, 04 Sep 2006 11:46:22 +0100 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <1157366782.5730.19.camel@localhost> Hi! My hunble opinion is that 5.1 has to have at least a major change from 5.0.0. 5.0.1 would be security fixes, patches, minor features.. 6.0.0 would be a major change to all of vtiger or its essence... /Luis Santos On Mon, 2006-09-04 at 03:39 -0700, Richie wrote: > Hi! > > I was wondering if this is a right time to start thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Mon Sep 4 07:00:00 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:00:00 -0700 Subject: [Vtigercrm-developers] features and feature owners for 5.x Message-ID: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Hello! Should there be an owner for the feature-list for each 5.x releases? How do these things operate in other big projects? For eg, how/who decides what all should be there in the 5.0.1/5.1 release etc? As mentioned earlier, the intent is to make vtiger a more community-oriented product. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/feef55b3/attachment-0001.html From fboudra at free.fr Mon Sep 4 07:05:39 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:05:39 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <200609041305.40465.fboudra@free.fr> hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi From richie at vtiger.com Mon Sep 4 07:20:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:20:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041305.40465.fboudra@free.fr> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> Message-ID: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Hi Fathi! I was referring to what release should we have post 5.0.0 ie whether the next release should be 5.0.1 or 5.1? I was not referring to the naming convention. Thanks anyway, Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/93ab834d/attachment-0001.html From kim at haverblad.se Mon Sep 4 07:28:57 2006 From: kim at haverblad.se (Kim Haverblad) Date: Mon, 04 Sep 2006 13:28:57 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <44FC0DF9.10809@haverblad.se> New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. From fboudra at free.fr Mon Sep 4 07:36:48 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:36:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <200609041336.48969.fboudra@free.fr> > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. From fboudra at free.fr Mon Sep 4 07:45:10 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:45:10 +0200 Subject: [Vtigercrm-developers] features and feature owners for 5.x In-Reply-To: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> References: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Message-ID: <200609041345.10215.fboudra@free.fr> > Should there be an owner for the feature-list for each 5.x releases? > How do these things operate in other big projects? > For eg, how/who decides what all should be there in the 5.0.1/5.1 release > etc? > As mentioned earlier, the intent is to make vtiger a more > community-oriented product. a simple reminder: http://www.vtiger.com/wiki/index.php/User:FathiBoudra Authors, official developers decides for a roadmap, update it, put names of people (official mentor?) who work on the feature, and follow it. Other contributors can help according to the roadmap or submit new features with patch. "big projects" are meritocracy: http://en.wikipedia.org/wiki/Meritocracy Just search the mailing list archive for many of my suggestions, especially regarding licensing issue, it could be nice to provide vtiger crm only sources (without external dependencies) for becoming a "community-oriented" product. It's not really a reply to all your questions but more a general point of view. cheers, Fathi From werk at r2g.nl Mon Sep 4 10:41:48 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 4 Sep 2006 16:41:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041336.48969.fboudra@free.fr> Message-ID: Indeed my point of vieuw aswell, So Richie what did you mean with your question then? Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: maandag 4 september 2006 13:37 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] next release - 5.0.1 or 5.1? > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From richie at vtiger.com Mon Sep 4 10:56:43 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 07:56:43 -0700 Subject: [Vtigercrm-developers] blogs changed Message-ID: <10d7954cf5f.7177449017857625563.-3694316649866535852@@vtiger.com> Dear Team, blogs.vtiger.com has a new face. We have moved to WordPress blogs. There will be a few issues as we are still in Beta with the blog movement. Please bear with us in the meantime. Feel free to report all the issues in the forum. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/4dd299a3/attachment-0001.html From developer at infointegrated.com Mon Sep 4 11:07:07 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Mon, 4 Sep 2006 10:07:07 -0500 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <3FA67E7F-346F-44DB-8847-6E3206CD682E@infointegrated.com> The way I envision it, once 5.0.0 is released, you create a 5.0 branch. Any bug fixes are applied to the branch and the trunk. New features are only applied to the trunk. Most likely, I would expect 5.0.1 to come first, as a released product is going to receive more testing and feedback than a pre-release. This release would likely come out between 1 and 3 months after product release. This would be dependent on the quantity and severity of the fixes that are found in 5.0.0. Regardless, v5.0.0 should be maintained for a set period of time (perhaps 18 months) minimum. This ensures that companies do not need to accept new features to stay current with security and bug fixes. A 5.1 release should be a minimum of 6 months out. Too many releases create a nightmare for support, and make the product appear to be less stable to the companies. On Sep 4, 2006, at 6:20 AM, Richie wrote: > Hi Fathi! > > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. > > Thanks anyway, > Richie > > > > > ---- Fathi Boudra wrote ---- > > hi ritchie, > > Le lundi 4 septembre 2006 12:39, Richie a ?crit : > > I was wondering if this is a right time to start thinking of the > post 5.0.0 > > releases. Should the next release be 5.0.1 or 5.1? > > > > On what criteria should these be done? > > > > I am opening this up so that we have a more community-wide view > on this. > > it's already stated on the naming conventions subject and in the wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http:// > zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/5b077844/attachment-0001.html From sergiokessler at gmail.com Mon Sep 4 13:59:19 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Mon, 4 Sep 2006 14:59:19 -0300 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <1987093657170059147@unknownmsgid> References: <1987093657170059147@unknownmsgid> Message-ID: <49216030609041059j7c5ccc2av8f0f373ffbd26e42@mail.gmail.com> the next release should be 5.0.1 and should contain nothing more than fixes and more fixes, ie. nothing new (and God forbid database changes)... /sak On 9/4/06, Richie wrote: > > Hi! > > I was wondering if this is a right time to start > thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more > community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From gopals at vtiger.com Tue Sep 5 00:38:14 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 04 Sep 2006 21:38:14 -0700 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: <10d7c44ec7c.-411779779187577052.-5097062524184520435@@vtiger.com> Dear Team, Ivan Markovic of www.security-net.biz has identified "moderate risk" security issues in 4.2.x version. For more details please refer to: http://www.frsirt.com/english/advisories/2006/3444 Philip has started analyzing the issues and will keep you update the status. In the meantime if you have any solutions please let us share. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Fri, 01 Sep 2006 Tim Smith wrote ---- There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/970d946b/attachment-0001.html From gopals at vtiger.com Tue Sep 5 03:58:39 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 00:58:39 -0700 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <10d7cfc6aba.-6541985869223802041.8466374674918951292@@vtiger.com> Dear Kim Haverblad, My sincere apologies for posting reply to another thread. It is a mistake on my part. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 04 Sep 2006 Kim Haverblad wrote ---- New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/7869fafd/attachment-0001.html From dgrant at accuratetechnologies.com Tue Sep 5 13:08:59 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Tue, 5 Sep 2006 13:08:59 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and? tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG From gopals at vtiger.com Tue Sep 5 22:55:22 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 19:55:22 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> Message-ID: <10d810d1c56.5168669373337133763.6577050973320880196@@vtiger.com> Hi, It is a wonderful idea. Please have a look at the "Developer Guide" in vtiger Wiki: http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide So far I have added articles on creating dashboards, related lists, language packs. Thanks to Michel Jacquemes and Richie for their valuable contributions. By the way, I have also contributed one of the articles :-) Currently I am working with Minnie on "how to create a module in vtiger CRM 5?" article, which will open doors for new developers. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Tue, 05 Sep 2006 Dennis Grant wrote ---- > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/16600072/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 02:10:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:10:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9127 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php In-Reply-To: References: <20060824124620.9305A75E7E7@vtiger.fosslabs.com> <3bec26390608240842w5233ce5fpbd51e9be62f3dc20@mail.gmail.com> <3bec26390608280758m727b9558m7f8efc0566f81b08@mail.gmail.com> <3bec26390608282125q110cf54o41deb145aecac3b3@mail.gmail.com> Message-ID: <3bec26390609052310x2eb132b8n4dedc34236551238@mail.gmail.com> I rolled this change back by simply merging the change in reverse. This may not be the ideal solution however we don't have a untouched 4.2.4 branch to work against and I would have had to pull one from an old revision. In the end the HEAD of the tag is the same and that's likely all anyone will care about. On 8/28/06, Jeff Kowalczyk wrote: > Allan Bush wrote: > > That looks good except we want to exclude r9127 from the tag as it > > wasn't part of the 4.2.4 release. > > I see. Trim the merge range: > > # svn switch (url)/branches/4.2.4 > # svn merge -r 6810:6930 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r6930 comes in) > > And after tagging tags/vtigercrm-4.2.4, merge in the straggler r9127 to a > branches/4.2 and/or branches/4.2.5, as appropriate > > # svn switch (url)/branches/4.2 > # svn merge -r 6930:9127 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r9127 comes in) > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 6 02:49:44 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:49:44 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> Message-ID: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > From richie at vtiger.com Wed Sep 6 03:26:37 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:26:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d8205736e.-2386127368813020782.8080687821603972621@@vtiger.com> Allan, Be warned that you are using abusive language and causing disrespect to a member of the community. We always try and make an effort to understand what is going on regardless of English being our first or last language. Whatever be the issue, I think, we can deal it like mature and mannered people. You have done a good job on vtiger-4.2.x but that does not give you the liberty to treat people like dirt. I expect everyone on the list to be couth enough to treat others with respect. Do you not think it would have been better to for saraj's email address so that you could resolve the problem personally instead of what you have done now? You are good technically, but you need to be a good human being too, which incidentally is most important in life. Please apologise to saraj on this mailing list and let us get on with it. If you want to talk to me in person, call me at 18777884437 or Give me your number. I will call you now. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/a0c46610/attachment.html From richie at vtiger.com Wed Sep 6 03:27:54 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:27:54 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d82069f66.5974971160233137988.-5465377170316991356@@vtiger.com> Mike, Please put Allan's request on hold. Kindly maintain status quo till further notice please. I expect this fire to die down fast. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/066e5e13/attachment.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 03:34:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 00:34:59 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <6850184341801969779@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> Message-ID: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 6 04:03:26 2006 From: philip at vtiger.com (Philip) Date: Wed, 06 Sep 2006 01:03:26 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Message-ID: <10d822725ef.-2963427893705069027.-4819865131191860493@@vtiger.com> I apologize, for not checking in the file in the right branch. Henceforth i'll make sure that the 4.2.4 fixes are checked into the 4.2.4.1 branch, if the fix has not been done. So, shall i revert the changes that has been done in the r9306 version? Philip ---- On Wed, 06 Sep 2006 Allan Bush wrote ---- Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/272fbccf/attachment-0001.html From dgrant at accuratetechnologies.com Wed Sep 6 09:37:08 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 09:37:08 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D17@exch.accuratetechnologies.com> > Please have a look at the "Developer Guide" in vtiger Wiki: > http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide OK, I've started to rough in this discussion on the wiki. You/Minnie/anybody else are welcome to fill in the missing info. > Currently I am working with Minnie on "how to create a module in vtiger > CRM 5?" article, which will open doors for new developers. That'll be good, 'cause I'll need that too. DG From allan.bush+vtiger_dev at gmail.com Wed Sep 6 11:28:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 08:28:09 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <-3290663298364172079@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> Message-ID: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Wed Sep 6 15:04:42 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 15:04:42 -0400 Subject: [Vtigercrm-developers] [PATCH] Attachments on Contacts Show on Accounts As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D18@exch.accuratetechnologies.com> Another in my series of fork-reduction patches. This one lists Attachments made to Contacts under the associated Account as well. This has proven very useful, as one can track Account-related activity without needing to know the name of the Contact at that Account who was the recipient. Share and Enjoy! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_4.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/1e5fa3f7/attachment.txt From richie at vtiger.com Thu Sep 7 07:12:42 2006 From: richie at vtiger.com (Richie) Date: Thu, 07 Sep 2006 04:12:42 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Message-ID: <10d87facb78.4297665939683443926.2198855573448620880@@vtiger.com> Hi Allan! Are there any plans to have a 4.2.5 out soon? I think it is time we had another release on the 4.2.x series. What do you feel? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip <philip at vtiger.com> wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > <allan.bush+vtiger_dev at gmail.com> wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie <richie at vtiger.com> wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > <vtigercrm-commits at vtiger.fosslabs.com> wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/27c3f689/attachment-0001.html From lists.vtigercrm.com at callum-macdonald.com Thu Sep 7 07:22:56 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Thu, 07 Sep 2006 18:22:56 +0700 Subject: [Vtigercrm-developers] Problems installing from trunk Message-ID: <45000110.9030306@callum-macdonald.com> Hey Guys, New to svn and vtiger development, so forgive me if I'm missing something obvious, but my install failed after downloading from trunk. The process was as follows: 1] svn checkout http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk 2] http://mysite.com/vtiger/, run through install process 3] Final step died with the error: Can't create table './vtiger5t/#sql-78f_13.frm' (errno: 121)Error: Tables partially created. Table creation failed. Now when I try to access the site I can see the login page but after I login I get the error: *Fatal error*: Call to a member function Move() on a non-object in */home/sites/vtiger5t.harttdev.com/html/include/database/PearDatabase.php* on line *441* Can anyone suggest what my problem might be? Is there an alternative method to install from trunk? Thanks in advance, Callum. From philip at vtiger.com Thu Sep 7 09:53:47 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 06:53:47 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Hi, We have started our validation for 5GA and this will be completed by tomorrow. The issues we come across will be updated in trac, we'll be fixing most of the issues before releasing GA. Matt, could you please add a option 5.0.-val in the version field of our trac. Thanks, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/3de0bec5/attachment-0001.html From dgrant at accuratetechnologies.com Thu Sep 7 10:55:01 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 10:55:01 -0400 Subject: [Vtigercrm-developers] [FEATURE REQUEST] - Populating Contact on New/Edit Quote should Populate Account and Address Info As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1A@exch.accuratetechnologies.com> This is probably simple for someone. On a new/edit Quote, selecting a Contact should populate the Account field with the Account associated with that Contact, and when it does so, should populate the Address info with the address info for that CONTACT. DG From fboudra at free.fr Thu Sep 7 11:13:00 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 17:13:00 +0200 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Message-ID: <200609071713.01613.fboudra@free.fr> hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi From dgrant at accuratetechnologies.com Thu Sep 7 11:17:03 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:17:03 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Can I get confirmation on which of my patches made it in to 5 GA? DG From jtk at yahoo.com Thu Sep 7 11:32:16 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:32:16 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. From gopals at vtiger.com Thu Sep 7 11:43:11 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 07 Sep 2006 08:43:11 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing Message-ID: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Dear Team, I am happy to inform you that our GA validation build is ready for testing. Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. Kindly participate in this final testing and report any bugs in Trac: http://vtiger.fosslabs.com You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: http://vtiger.com/archives/vtigercrm-5.0.0.exe http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz http://vtiger.com/archives/vtigercrm-5.0.0.bin I have also attached the scripts for migrating data from v5 RC to v5 GA - Val build - By tomorrow morning (India time), we are expecting plugins to be ready for the testing purpose. In the meantime, kindly post any issues in Trac under "Version: 5.0-VAL" Data Migration Procedure: V5 RC to v5 GA VAL ****WARNING: Before starting migration, take a backup of theexisting database**** Step 1: First take a database dump from the version 5 RC setup. Step 2: Install v5 GA - VAL Build in a new folder in your Web server. Step 3: Save the rc_to_ga_migration.php file inside the /modules/Migration folder. Step 4: Log in to your vtiger CRM system after extracting GA - VAL build Step 5: In the Browser invoke the following URL: http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration Note: Assuming that you have installed vtiger CRM inhttp://localhost/vtigercrm/ directory. If you have a different directory structurespecify your own URL. or, Click on the Settings -> Migration Wizard and change theURL: from, http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings to, http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings It will take few seconds to migrate database from v5 RC tov5 GA- VAL. After successful migration, following message will be displayed: "Needed database changes from 5 RC to 5 GA have beendone." Happy testing, Best Regards, Gopal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: rc_to_ga_migration.php Type: application/octet-stream Size: 7246 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment.obj From dgrant at accuratetechnologies.com Thu Sep 7 11:54:11 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:54:11 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Where does the trac live? DG -----Original Message----- From: Jeff Kowalczyk [mailto:jtk at yahoo.com] Sent: Thursday, September 07, 2006 11:32 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [SPAM-Bayesian] - Re: [Vtigercrm-developers] 5 GA validation and changes in trac. - Bayesian Filter detected spam Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From allan.bush+vtiger_dev at gmail.com Thu Sep 7 11:57:47 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 08:57:47 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <-6532429895316336822@unknownmsgid> References: <-6532429895316336822@unknownmsgid> Message-ID: <3bec26390609070857wa73c69v5ff62fcaacd7ae14@mail.gmail.com> It's great that we have this release, but why can't we use the same naming convention as every other software project? What is a "val" release? Why not just call it 5.0.0-RC2? On 9/7/06, Gopal wrote: > > Dear Team, > > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of > validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the > following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 GA - > Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready for > the testing purpose. In the meantime, kindly post any issues in Trac under > "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different directory > structure specify your own URL. > > > > or, > > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > From jtk at yahoo.com Thu Sep 7 11:58:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:58:23 -0400 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. From fboudra at free.fr Thu Sep 7 12:01:26 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 18:01:26 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: <200609071801.26810.fboudra@free.fr> Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi From allan.bush+vtiger_dev at gmail.com Thu Sep 7 12:04:12 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 09:04:12 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <8896254713592840310@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> <8896254713592840310@unknownmsgid> Message-ID: <3bec26390609070904w44df29aav7f314d2c7170acc8@mail.gmail.com> The list of everything currently planned for 4.2.5 is here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5 There's not that much left, but I currently nearly no one is working on it so I can't give any estimate on when it will be complete. On 9/7/06, Richie wrote: > > Hi Allan! > > Are there any plans to have a 4.2.5 out soon? > I think it is time we had another release on the 4.2.x series. > What do you feel? > > > Richie > > > > > ---- Allan Bush wrote ---- > > Thanks for your attention philip, > > If we are going to create a 4.2.5 release quickly that just has a > couple bug fixes and some security fixes then please make the changes > to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel > free to make the changes to the 4.2 branch. Actually any changes to > 4.2.4.1 should be made to 4.2 as well anyways. > > The real lesson here is you should never ever make any changes to > anything in the "tags" folder. I've already rolled back the changes > you did make. > > I apologies if you found the language I used too harsh, but my polite > requests seem to be ignored. > > On 9/6/06, Philip wrote: > > > > I apologize, for not checking in the file in the > > right branch. Henceforth i'll make sure > > that the 4.2.4 fixes are > > checked into the 4.2.4.1 branch, if the fix has not been > > done. > > > > So, shall i revert the changes that has been done > > in the r9306 version? > > > > Philip > > > > > > ---- On Wed, 06 Sep 2006 Allan Bush > > wrote ---- > > > > > > Sorry I may have been a little out of line, I just > > get frustrated > > sometimes having to redo work because of people not > > paying attentions > > to my requests for changes. > > > > Regardless of the tone of my request, there is no > > reason to every make > > changes (other then adding new tags) to anything in the > > tags folder > > and as such making it readonly is probably a good idea. > > > > On 9/6/06, Richie wrote: > > > > > > Mike, > > > Please put Allan's request on hold. Kindly > > maintain status quo till further > > > notice please. > > > > > > I expect this fire to die down fast. > > > > > > Richie > > > > > > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > > > > Umm yeah, > > > > > > so exactly 35 minutes after I fixed your last fuck up > > you do the same > > > damn thing again. > > > > > > I understand that english isn't your first > > language, but please try > > > and make an effort to understand what's going on. > > > > > > Does anyone have saraj's personally email address? > > so I can try and > > > resolve this problem directly. > > > > > > Mike, can we just revoke commit privileges to > > everyone in the tags > > > directory? I'm not sure how we'd create tags then > > though... > > > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > > wrote: > > > > Author: saraj > > > > Date: Wed Sep 6 00:41:42 2006 > > > > New Revision: 9306 > > > > > > > > Log: > > > > T added > > > > > > > > Modified: > > > > > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > > > ============================================================================== > > > > --- > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > (original) > > > > +++ > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > Wed Sep 6 00:41:42 2006 > > > > @@ -946,6 +946,7 @@ > > > > , 'Q' > > > > , 'R' > > > > , 'S' > > > > + , 'T' > > > > , 'U' > > > > , 'V' > > > > , 'W' > > > > > > > > > > > > _______________________________________________ > > > > vtigercrm-commits mailing list > > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Thu Sep 7 12:09:59 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 09:09:59 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: <10d890af48e.-1076554671253392790.-325996934154176655@@vtiger.com> Hi Dennis, We have added two of your patches in vtigerCRM 5 GA 1) Product Code's display text to "Part Number" 2) Preserve add order of products in Quotes, Invoice and Salesorder. Philp ---- On Thu, 07 Sep 2006 Dennis Grant wrote ---- Can I get confirmation on which of my patches made it in to 5 GA? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/315550b6/attachment-0001.html From jtk at yahoo.com Thu Sep 7 12:31:00 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 12:31:00 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi/timeline?daysback=1 This is the fast-loading view of recent activity that I bookmark. From werk at r2g.nl Thu Sep 7 16:31:26 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 7 Sep 2006 22:31:26 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609071713.01613.fboudra@free.fr> Message-ID: Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jtk at yahoo.com Thu Sep 7 18:01:47 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 18:01:47 -0400 Subject: [Vtigercrm-developers] What does windows installer do? Message-ID: I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. From kenlyle at yahoo.com Thu Sep 7 18:06:57 2006 From: kenlyle at yahoo.com (Ken Lyle) Date: Thu, 7 Sep 2006 15:06:57 -0700 (PDT) Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: Message-ID: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Another Secunia advisory has popped up: http://secunia.com/advisories/21728/ Who is managing and addressing these? Ken 484-948-5706 866-OUT OF BOX (866-688-6326) -- "He who reads nothing is more educated than he who reads nothing but newspapers." - Thomas Jefferson From joe at tsolucio.com Thu Sep 7 21:09:38 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 03:09:38 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <1157677778.10479.7.camel@joeshome.int> Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). From kim at haverblad.se Thu Sep 7 23:13:11 2006 From: kim at haverblad.se (Kim Haverblad) Date: Fri, 08 Sep 2006 05:13:11 +0200 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Message-ID: <4500DFC7.2030703@haverblad.se> Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > From gopals at vtiger.com Fri Sep 8 03:17:00 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 08 Sep 2006 00:17:00 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Hello, My only intention was to get more feedback from our developer community, so that we can have a better control over GA release. So far we have gathered about 100 issues from our community, which may not be possible with our core team in India. I apologize for breaking the release management process this time. Thanks for your understanding, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Thu, 07 Sep 2006 Dhr. R.R. Gerbrands wrote ---- Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/1e5a705e/attachment-0001.html From fboudra at free.fr Fri Sep 8 03:34:02 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 09:34:02 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Message-ID: <200609080934.02955.fboudra@free.fr> hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... From ahmed at vtiger.com Fri Sep 8 03:34:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 00:34:52 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached Message-ID: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Dear Dino, Thanks for notifying the issue. The error occurs due to the extra blank line after the php close tag in the file "user_privileges/enable_backup.php". And it is noticed only in the Linux OS. I have attached the file with the blank space removed. Please replace it and let us know your feedbacks. Thanks and Regards, Ahmed Team Member - vtiger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: enable_backup.php Type: application/octet-stream Size: 572 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment.obj From philip at vtiger.com Fri Sep 8 03:41:09 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 00:41:09 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: <10d8c5f796d.1787771530455067840.-2415800108430080376@@vtiger.com> Hi Jeff, Here after the source build will have the following naming convention vtigercrm-x.y.z.tar.gz Philip ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/a8945eab/attachment-0001.html From webmaster at vtigerfacile.com Fri Sep 8 04:06:59 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 10:06:59 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Message-ID: <450124A3.4000105@vtigerfacile.com> Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ahmed at vtiger.com Fri Sep 8 05:06:25 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 02:06:25 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <450124A3.4000105@vtigerfacile.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> Message-ID: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Dear A?ssa, I stand corrected. Apologize for jumping the gun. Didn't test in the xampp windows version. Hope the fix works across different OS. Thanks, Ahmed Team - vtiger ---- On Fri, 08 Sep 2006 A?ssa wrote ---- Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/992ea82f/attachment-0001.html From webmaster at vtigerfacile.com Fri Sep 8 05:33:33 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 11:33:33 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Message-ID: <450138ED.7090203@vtigerfacile.com> Dear Ahmed, just remove the empty line after php tag, that work perfectly. Best regards, A?ssa Ahmed Hussian a ?crit : > > > Dear A?ssa, > > I stand corrected. > > Apologize for jumping the gun. Didn't test in the xampp windows version. > > Hope the fix works across different OS. > > Thanks, > Ahmed > Team - vtiger > > > ---- On Fri, 08 Sep 2006 *A?ssa * wrote ---- > > Dear Ahmed, > "And it is noticed only in the Linux OS." > You can add windows, i have tested on xampp windows version. > Best regards, > A?ssa > Ahmed Hussian a ?crit : > > > > Dear Dino, > > > > Thanks for notifying the issue. > > > > The error occurs due to the extra blank line after the php close > tag > > in the file "user_privileges/enable_backup.php". > > > > And it is noticed only in the Linux OS. > > > > I have attached the file with the blank space removed. Please > replace > > it and let us know your feedbacks. > > > > > > Thanks and Regards, > > Ahmed > > Team Member - vtiger > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ngombert at ng-consultant.com Fri Sep 8 06:00:44 2006 From: ngombert at ng-consultant.com (Nicolas GOMBERT) Date: Fri, 08 Sep 2006 12:00:44 +0200 Subject: [Vtigercrm-developers] Warning with BAS blocks In-Reply-To: <200609071713.01613.fboudra@free.fr> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> <200609071713.01613.fboudra@free.fr> Message-ID: <1157709644.8836.7.camel@localhost> Hi guys, I'm working on a new module for vtiger and I got a warning in my EditView page cause I only have BAS field in it. It comes from l.1015 in CommonUtils.php : foreach($getBlockInfo as $label=>$contents) $getBlockInfo is not define if there is no ADV field. it can be solved by adding "if ($getBlockInfo)" just before that line. Perhaps I miss something (I'm pretty new in vtiger dev) that why I don't directly post on trac. From don at vtiger.com Fri Sep 8 06:02:22 2006 From: don at vtiger.com (don) Date: Fri, 08 Sep 2006 03:02:22 -0700 Subject: [Vtigercrm-developers] What does windows installer do? In-Reply-To: References: Message-ID: <10d8ce0c0b2.8855639365923098319.-2481585964593962777@@vtiger.com> Hi, The windows .exe installer similar to the Linux .bin installer will install the required Apache, PHP,MySQL and gd libraries required to run vtigerCRM. Option is also provided to use the already installed Apache and MySQL. Option to start the Apache as a service is also provided in the windows installer. Hope this helps you. Thanks, Don ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/18fa7590/attachment-0001.html From richie at vtiger.com Fri Sep 8 06:13:04 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:13:04 -0700 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Dear Team, Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I propose that we merge these into 1 wiki only. We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users in wiki.vtiger.com as well. wiki.vtiger.com is based on media-wiki and is said to be more configurable. We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com site. This way, we will have data consolidation as well. Apropos the L&F, we will ensure that these too are taken care of. Please let us know what you feel. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/06438616/attachment-0001.html From minnie at vtiger.com Fri Sep 8 06:17:37 2006 From: minnie at vtiger.com (Mangai) Date: Fri, 08 Sep 2006 03:17:37 -0700 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <1157677778.10479.7.camel@joeshome.int> References: <1157677778.10479.7.camel@joeshome.int> Message-ID: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Dear joebordes, I apologize for delay in reply. Here is the information you requested: Following changes should be done in modules/Users/DefaultDataPopulator.php files. 1) To insert into vtiger_tab table use value greater than 29 for tabid. values from 1 to 29 already occupied for modules in vtigerCRM. Syntax:$this->db->query("INSERT INTO vtiger_tab VALUES (,'',,,'',,,)"); Example: $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); [example given with respect to Leads module.] 2) To insert into vtiger_blocks table use value greater than 83 for blockid. values from 1 to 83 are already occupied. Syntax: $this->db->query("insert into vtiger_blocks values (,,'',,,,,,)"); Example: $this->db->query("insert into vtiger_blocks values (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); 3) To insert into vtiger_field table value for fieldid will be generated dynamically using getUniqueID method of PearDataBase class. Syntax: $this->db->query("insert into vtiger_field values (,,,,,,,, ,,,,,,,, ,,)"); Example: $this->db->query("insert into vtiger_field values (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); This is a small part in module creation. As you asked about block,tab andfield id, I've given that. kindly wait for some time to get fulldocumentation for module creation. We will provide it soon. If you have any query or any difficulty in the above statements, kindly feel free to mail me(email address: minnie at vtiger.com) Thanks & Regards, Minnie. ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/fc26bfc2/attachment-0001.html From webmaster at vtigerfacile.com Fri Sep 8 06:26:49 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 12:26:49 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <45014569.5090201@vtigerfacile.com> Too much tools kill the tools. I agree with you, with too much tools, it's difficult for users to follow. 1 wiki for all the doc, 1 bug traker, ... Richie a ?crit : > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Fri Sep 8 06:58:36 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:58:36 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609080934.02955.fboudra@free.fr> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> <200609080934.02955.fboudra@free.fr> Message-ID: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/c65b68b5/attachment-0001.html From richie at vtiger.com Fri Sep 8 07:01:27 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 04:01:27 -0700 Subject: [Vtigercrm-developers] Fwd: Re: naming conventions Message-ID: <10d8d16d9a2.8041820541097757908.-3347095238241642222@@vtiger.com> I thought I had copied to the mailing list, yet to get it , so resending it. Richie ============ Forwarded Mail ============ >From : Richie To : fboudra at free.fr,vtigercrm-developers at lists.vtigercrm.com Cc : vtigercrm-developers at lists.vtigercrm.com,gopals at vtiger.com Date :Fri, 8 Sep 2006 03:58:36 -0700 Subject : Re: [Vtigercrm-developers] naming conventions ============ Forwarded Mail ============ Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/8576252f/attachment-0001.html From dgrant at accuratetechnologies.com Fri Sep 8 08:28:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 08:28:48 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Joe, Do us all a favour and, as you get the information, add it to the developer wiki - the same way I've been doing with the "how to add a field to an existing module" documentation. We need to start capturing and documenting this, and the ideal people to do so are the people who are implementing the things the questions are about. DG From werk at r2g.nl Fri Sep 8 08:31:39 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 14:31:39 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Message-ID: Richie and team, It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting. I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Richie Verzonden: vrijdag 8 september 2006 12:59 Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.com CC: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/04cb2540/attachment-0001.html From richie at vtiger.com Fri Sep 8 08:56:35 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 05:56:35 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Fathi, Would you like to discuss your idea here please? Richie ---- Dhr. R.R. Gerbrands<werk at r2g.nl> wrote ---- ? Richie and team,   It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting.   I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this.   Best regards,   Remco        -----Oorspronkelijk bericht-----Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens RichieVerzonden: vrijdag 8 september 2006 12:59Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.comCC: vtigercrm-developers at lists.vtigercrm.comOnderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal,> My only intention was to get more feedback from our developer community, so> that we can have a better control over GA release.Could you explain me, how not respecting naming conventions help you to have a better control over GA release ?> So far we have gathered about 100 issues from our community, which may not> be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence.> I apologize for breaking the release management process this time.> Thanks for your understanding,Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible.My apologies to be again the bad guy who talk about the reality.cheers,FathiPS: and i don't talk about your licensing issue this time ..._______________________________________________Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/b6de862c/attachment-0001.html From philip at vtiger.com Fri Sep 8 09:10:38 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:10:38 -0700 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <4500DFC7.2030703@haverblad.se> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> <4500DFC7.2030703@haverblad.se> Message-ID: <10d8d8d201e.-7252714424372858302.8220088687626437314@@vtiger.com> Hi Kim, I have posted this as a ticket in trac, kindly refer the url for status http://secunia.com/advisories/21728/ , i'll be fixing this on vtigerCRM 5 GA only. Can anybody volunter for vtigerCRM 4.2.x ? if it has not been fixed on that. Philip ---- On Thu, 07 Sep 2006 Kim Haverblad wrote ---- Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/64f26a76/attachment-0001.html From philip at vtiger.com Fri Sep 8 09:31:32 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:31:32 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609071801.26810.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> Message-ID: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Hi Fathi, Do we have any wiki type document in trac to track such patches, if so kindly let me know so that i can update that in future, i coud'nt find such doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. Thanks, Philip ---- Fathi Boudra<fboudra at free.fr> wrote ---- Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/4ed0436b/attachment-0001.html From fboudra at free.fr Fri Sep 8 10:00:35 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:00:35 +0200 Subject: [Vtigercrm-developers] =?iso-8859-15?q?=5BSPAM-Bayesian=5D_-_Re?= =?iso-8859-15?q?=3A_5_GA_validation=09and_changes_in_trac=2E_-_Bayesian_F?= =?iso-8859-15?q?ilter_detected_spam?= In-Reply-To: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Message-ID: <200609081600.35984.fboudra@free.fr> hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi From fboudra at free.fr Fri Sep 8 10:27:53 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:27:53 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> References: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Message-ID: <200609081627.54008.fboudra@free.fr> hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. From philip at vtiger.com Fri Sep 8 10:39:17 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 07:39:17 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609081600.35984.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> <200609081600.35984.fboudra@free.fr> Message-ID: <10d8dde4974.-4721662930359186979.-7383047317377409472@@vtiger.com> Having a new ticket type say 'Patch' in trac sounds good, we can ask our developers to submit their patches here. Can you create that option trac please? or anyone who has permission. Giving access to anonymous may create trouble. Philip ---- On Fri, 08 Sep 2006 Fathi Boudra wrote ---- hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/17afc3e6/attachment-0001.html From joe at tsolucio.com Fri Sep 8 10:49:57 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 16:49:57 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Message-ID: <1157726997.29190.13.camel@joesunix.int> Ok, sure. I have already added things to your page and I had thought of adding this as well. I's better to have it there than hanging around in my computer :-) Regards, Joe. El vie, 08-09-2006 a las 08:28 -0400, Dennis Grant escribi?: > Joe, > > Do us all a favour and, as you get the information, add it to the > developer wiki - the same way I've been doing with the "how to add a > field to an existing module" documentation. > > We need to start capturing and documenting this, and the ideal people to > do so are the people who are implementing the things the questions are > about. > > DG > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From dgrant at accuratetechnologies.com Fri Sep 8 10:54:44 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 10:54:44 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D22@exch.accuratetechnologies.com> > Ok, sure. I have already added things to your page and I had thought of > adding this as well. I's better to have it there than hanging around in > my computer :-) Not "my" page; *OUR* page. I moved it to its own page and did a little tweaking. I also put in a placemarker for the "Create a Module" page. Good work. Keep it up. DG From allan.bush+vtiger_dev at gmail.com Fri Sep 8 11:03:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 08:03:59 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <-3104740452756007648@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <200609081600.35984.fboudra@free.fr> <-3104740452756007648@unknownmsgid> Message-ID: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> I've added the patch ticket type. Anonymous access to ticket creation was revoked due to concerns about spam. Trac 0.10 is said to have the ability to control spam better, maybe when that is released we can upgrade and re-enable anonymous content creation. On 9/8/06, Philip wrote: > > Having a new ticket type say 'Patch' in trac sounds > good, we can ask our developers to submit > their patches here. > Can you create that option trac please? or anyone > who has permission. > > Giving access to anonymous may create trouble. > > Philip > > > ---- On Fri, 08 Sep 2006 Fathi Boudra > wrote ---- > > > hi, > > > Do we have any wiki type document in trac to > track such patches, if so > > kindly let me know so that i can update that in future, > i coud'nt find such > > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. > > no, we don't have such wiki document. A solution, is > to add a wiki page, that > we must update manually. A better solution is to > keep track like said jeff in > the trac bug tracker and add a new ticket type (atm we have > defect/enhance/task) to easily follow patch > submission. Unfortuntely, there's > just one problem: there isn't anonymous access. We > can allow new ticket to > anonymous to resolve ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From fboudra at free.fr Fri Sep 8 11:20:38 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:20:38 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <-3104740452756007648@unknownmsgid> <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> Message-ID: <200609081720.39160.fboudra@free.fr> Le vendredi 8 septembre 2006 17:03, Allan Bush a ?crit : > I've added the patch ticket type. thanks :) more faster than me ;) From joe at tsolucio.com Fri Sep 8 11:41:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 17:41:18 +0200 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php Message-ID: <1157730078.11831.3.camel@joesunix.int> Hi all, I tried (very little) to add this bug to trac but couldn't see how. I'll try with more time and patience later. On line 62 of the log4php/LoggerBasicConfiguration.php script there is a syntax error with two parenthesis: $root->addAppender($appender)); should be: $root->addAppender($appender); If anybody with svn write access can fix. Regards, Joe. From fboudra at free.fr Fri Sep 8 11:48:23 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:48:23 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <45014569.5090201@vtigerfacile.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <45014569.5090201@vtigerfacile.com> Message-ID: <200609081748.24140.fboudra@free.fr> Le vendredi 8 septembre 2006 12:26, A?ssa a ?crit : > Too much tools kill the tools. > I agree with you, with too much tools, it's difficult for users to follow. > 1 wiki for all the doc, > 1 bug traker i tend to agree but personally i prefer to have 2 wiki. A long time ago, (27/2/2006 exactly), i proposed a developer documentation project: > We lack of a good developer documentation. > i started a developer documentation on vtiger.fosslabs.com wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki > it's a bit empty for the moment but your help is needed :) > Please, comments, add clues, notes, what can be used to do a developer > documentation. i see wiki.vtiger.com more a users wiki with installation tips, etc, for users by users, not too much technical. And vtiger.fosslabs.com (v.f.c) wiki, like a more developer oriented tool, much more technical, talking about vtiger internals. Without forget extra feature of the wiki, like special tags with links to bug tracker, etc... Concerning the bug tracker, it's difficult to have 2 bug trackers. We must allow users to do bug reports and v.f.c don't allow that atm. i prefer again v.f.c bug tracker (i like mail interface), and if possible migrate sf bugs to trac bug tracker. just my point of view, i'm completely open to other suggestions, especially if you want to merge the wikis (a TOC with 2 sections users/developers on mediawiki if possible too). cheers, Fathi From allan.bush+vtiger_dev at gmail.com Fri Sep 8 12:10:46 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 09:10:46 -0700 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php In-Reply-To: <1157730078.11831.3.camel@joesunix.int> References: <1157730078.11831.3.camel@joesunix.int> Message-ID: <3bec26390609080910q13344f9es62f5bb87f7d10a1f@mail.gmail.com> Ticket #1418 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1418) took care of this on the 4.2 branch. The trunk is locked down right now so someone else will have to change it there. You need to have a login to create tickets in trac, see the front page of the trac wiki for details in how to get one. On 9/8/06, Joe Bordes wrote: > Hi all, > > I tried (very little) to add this bug to trac but couldn't see how. I'll > try with more time and patience later. > > On line 62 of the log4php/LoggerBasicConfiguration.php script there is a > syntax error with two parenthesis: > > $root->addAppender($appender)); > > should be: > > $root->addAppender($appender); > > If anybody with svn write access can fix. > > Regards, Joe. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From jtk at yahoo.com Fri Sep 8 12:16:41 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 08 Sep 2006 12:16:41 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <16604.5306985781$1157710413@news.gmane.org> Message-ID: Richie wrote: > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I > propose that we merge these into 1 wiki only. -1 on merging wikis. Actually, that's a -1 for not using trac for development documentation. The trac instance should be the single-stop-shop information source for the development process and codebase, written to an intended audience of developers, system integrators and testing users. The vtiger.com wiki can have free reign over the usability and end-user documentation side of vtigercrm as far as I'm concerned. That said, if we someday have integrated documentation throughout the codebase (e.g. copious online help and code comments), then there's a lot that various trac plugins could do to auto-wikify that codebase documentation. http://www.trac-hacks.org/ With trac's strong codebase integration, I don't think it is the case that mediawiki could be useful to the vtiger developer community. Mediawiki may be more appropriate for the end-user documentation. From dgrant at accuratetechnologies.com Fri Sep 8 12:24:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 12:24:35 -0400 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG From eng.luis at gmail.com Fri Sep 8 12:47:53 2006 From: eng.luis at gmail.com (Luis Santos) Date: Fri, 08 Sep 2006 17:47:53 +0100 Subject: [Vtigercrm-developers] Problems importing big database in 5.0 GA validation Message-ID: <1157734073.12172.34.camel@localhost> Hi! My current vtigerCRM 4.2.3 Database is about 1.7GB... is this a problem to migrate to 5.0 GA validation? I've managed to finish the migration process but i had to change the code to do not verify is the db dump is a file and has a size bigger than 10000... However now i'm unable to login... Any idea? /Luis Santos From werk at r2g.nl Fri Sep 8 15:08:40 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 21:08:40 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609081627.54008.fboudra@free.fr> Message-ID: That's a very mature idea. :-) Let's use it! Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: vrijdag 8 september 2006 16:28 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From mmbrich at fosslabs.com Fri Sep 8 19:17:05 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 08 Sep 2006 17:17:05 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <1157757425.14022.1.camel@localhost.localdomain> You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > From webmaster at vtigerfacile.com Sat Sep 9 04:42:22 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 10:42:22 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Message-ID: <45027E6E.6020407@vtigerfacile.com> Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From jeri at vtiger.com Sat Sep 9 06:32:59 2006 From: jeri at vtiger.com (Jeri John) Date: Sat, 09 Sep 2006 03:32:59 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <45027E6E.6020407@vtigerfacile.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> Message-ID: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Dear Aissa, We have planned to go with utf-8 as the default charset What you think? Thanks & Regards, Jerry. ------------------------------------------ D.Jeri John Skype: jerijohn_vtiger Blog : http://jerry.vtiger.com/ Toll Free: +1 877 788 4437 ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - <file attached> > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the <vtiger > Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060909/e2a8328d/attachment-0001.html From webmaster at vtigerfacile.com Sat Sep 9 07:15:41 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 13:15:41 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Message-ID: <4502A25D.60306@vtigerfacile.com> I'm ok, but note : - Default charset before vtiger CRM 5 isn't utf-8, so all the datas on db have to be converted during migration, - Advertise for translators, we have to convert lang pack (by say only now, do not count to have lang pack the same week with $naming_convention[GA]) - Becarefull with plug-ins (not sure outlook & word know utf-8) ! We have already problem with caracters in plug-ins. - That not resolve the problem with picklist edition but only with announcements, try to add "?" on any picklist, To be compliant with europe, try your product with accents (?, ?, ?, ?, ?,?, ?....) & quotes (",') and you will see a lot of problem we have here with vtiger CRM. I may be forgot something. Regards, A?ssa Jeri John a ?crit : > Dear Aissa, > We have planned to go with utf-8 as the default charset > What you think? > > Thanks & Regards, > Jerry. > > > ------------------------------------------ > D.Jeri John > Skype: jerijohn_vtiger > Blog : http://jerry.vtiger.com/ > Toll Free: +1 877 788 4437 > > > > > ---- A?ssa wrote ---- > > Hi team, > The caracter problem with announcements is not closed, i have sent a > temporary solution on trac. > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 > Regards, > A?ssa > > Gopal a ?crit : > > Dear Team, > > > > I am happy to inform you that our GA validation build is ready for > > testing. > > > > Before announcing our public release we would like to have a final > > round of validation, so that we can avoid any last minute glitches. > > > > Kindly participate in this final testing and report any bugs in > Trac: > > > > http://vtiger.fosslabs.com > > > > You can download the version 5 GA validation build *(SVN Tag: 9353) > > *from the following URLs: > > > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > > > I have also attached the scripts for migrating data from v5 RC > to v5 > > GA - Val build - > > > > By tomorrow morning (India time), we are expecting plugins to be > ready > > for the testing purpose. In the meantime, kindly post any issues in > > Trac under "Version: 5.0-VAL" > > > > Data Migration Procedure: V5 RC to v5 GA VAL > > > > ****WARNING: Before starting migration, take a backup of the > existing > > database**** > > > > Step 1: First take a database dump from the version 5 RC setup. > > > > Step 2: Install v5 GA - VAL Build in a new folder in your Web > server. > > > > Step 3: Save the rc_to_ga_migration.php file inside the > Home>/modules/Migration folder. > > > > Step 4: Log in to your vtiger CRM system after extracting GA - > VAL build > > > > Step 5: In the Browser invoke the following URL: > > > > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > > > > Note: Assuming that you have installed vtiger CRM in > > http://localhost/vtigercrm/ directory. If you have a different > > directory structure specify your own URL. > > > > or, > > > > Click on the Settings -> Migration Wizard and change the URL: > > > > from, > > > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > > > > to, > > > > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > > > > > > It will take few seconds to migrate database from v5 RC to v5 > GA- VAL. > > > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > > > Happy testing, > > > > Best Regards, > > Gopal > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sat Sep 9 15:37:49 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sat, 09 Sep 2006 13:37:49 -0600 Subject: [Vtigercrm-developers] UI help In-Reply-To: <44B4921F.8020402@vtiger.com> References: <1152565743.32174.120.camel@localhost.localdomain> <1152590570.16985.4.camel@localhost.localdomain> <1152678056.16985.149.camel@localhost.localdomain> <44B4921F.8020402@vtiger.com> Message-ID: <1157830669.5620.1.camel@localhost.localdomain> Any word on getting a UI built for sales force automation in the campaigns module? I am building this as a plug-in system so that other SFA actions can be hooked into campaigns without much sweat. I can keep working with the current UI but you may have other ideas for making this work. Matt On Wed, 2006-07-12 at 11:39 +0530, Saint wrote: > Matt.. > > I am aware that, the campaigns module is fairly attended in the UI > front.I am in the middle of other works. So give me a few more days.. > I will hop in and check it out :-) > > -Saint > > > > > Matthew Brichacek wrote: > > I'm going to keep posting these hoping that someone will finally get fed > > up with the ugly and help out ;). > > > > Matt > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > ____________________________________________________________________ > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From fboudra at free.fr Sun Sep 10 13:43:58 2006 From: fboudra at free.fr (Fathi Boudra) Date: Sun, 10 Sep 2006 19:43:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable Message-ID: <200609101943.59164.fboudra@free.fr> hi, i tried to install current svn version and it isn't installable. it failed at step "confirm settings" only me ? cheers, Fathi From gopals at vtiger.com Mon Sep 11 03:36:48 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 00:36:48 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. Message-ID: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/f9c39228/attachment-0001.html From gopals at vtiger.com Mon Sep 11 07:02:23 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 04:02:23 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <10d9c8ac74f.4087497381546003718.321325161514699284@@vtiger.com> Dear Team, vtiger CRM Windows Build label is vtigercrm-5.0.0.exe instead of vtigerCRM-5.0.0.exe. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 11 Sep 2006 Gopal wrote ---- Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/94bc4f44/attachment-0001.html From richie at vtiger.com Mon Sep 11 07:18:39 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 04:18:39 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <1157757425.14022.1.camel@localhost.localdomain> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> Message-ID: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Thanks for responding. Man, you are getting difficult to reach by telephone nowadays. Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/a8d968d7/attachment-0001.html From mmbrich at fosslabs.com Mon Sep 11 07:26:35 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 11 Sep 2006 05:26:35 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Message-ID: <1157973995.5466.3.camel@localhost.localdomain> Yes.. I am not staying up as late any more and my mornings are fairly busy :). You can always call and leave a msg but I think the time difference will present a problem. Matt On Mon, 2006-09-11 at 04:18 -0700, Richie wrote: > Thanks for responding. Man, you are getting difficult to reach by > telephone nowadays. > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > You could keep them separated too, use mediawiki for the user > wiki and > trac for the developer wiki. I like using trac for the devel > wiki > because it's more integrated with the rest of the developer > environment. > Honestly though, I've barely read either one of them so it > really > doesn't make any diff to me. > > Matt > > On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > > Dear Team, > > > > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and > wiki.vtiger.com . > > > > I propose that we merge these into 1 wiki only. > > We can take the contents in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to > wiki.vtiger.com. > > We will provide all the privileges given as of now in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > > in wiki.vtiger.com as well. > > > > wiki.vtiger.com is based on media-wiki and is said to be > more configurable. > > We could let the wiki link remain in the vtiger.fosslabs.com > page and have it redirected to the wiki.vtiger.com > > site. > > This way, we will have data consolidation as well. > > > > Apropos the L&F, we will ensure that these too are taken > care of. > > > > Please let us know what you feel. > > > > Richie > > From richie at vtiger.com Mon Sep 11 08:06:15 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 05:06:15 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> Message-ID: <10d9cc541a4.2512570924560104299.5282016981339119205@@vtiger.com> Guys, how do we come to a conclusion on this? Gopal thinks that it is better to merge the two as the wiki at wiki.vtiger.com is already divided into 2 zones - User Zone and Developer Zone. So, the respective areas will have the related docs. I am not clear about how the development is related to the wiki as mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and wiki are tightly integrated. I think this will be an important point to base the decision to merge or not. Kindly explain. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/3e1fe997/attachment-0001.html From fboudra at free.fr Mon Sep 11 10:49:18 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 11 Sep 2006 16:49:18 +0200 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <200609111649.19217.fboudra@free.fr> hi gopal, Le lundi 11 septembre 2006 09:36, Gopal a ?crit : > I have come up with the following file names for v5 GA release: file names is ok, just the "v5 GA" is wrong. GA term isn't well known in the software applications. We must avoid this term, especially, when i saw r9413 commit comment: "RC changed to 5.0.0 GA" cheers, Fathi From jtk at yahoo.com Mon Sep 11 14:24:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 11 Sep 2006 14:24:24 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> <14119.6420453072$1157976398@news.gmane.org> Message-ID: Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. From werk at r2g.nl Mon Sep 11 14:40:56 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 11 Sep 2006 20:40:56 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: Message-ID: The way I seet things are : trac is allready very usefull for development, why use wiki ? Use wiki for enduser informations only. Regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Jeff Kowalczyk Verzonden: maandag 11 september 2006 20:24 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] merging the wikis Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jens at Strawberry.COM Mon Sep 11 16:55:25 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Mon, 11 Sep 2006 22:55:25 +0200 Subject: [Vtigercrm-developers] vtiger 5: Installation Manual for PostgreSQL DB In-Reply-To: <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com>; from Gopal on Mon, Sep 11, 2006 at 12:25:02AM -0700 References: <10d87e89883.5865705763054288946.-3390436903255532194@@vtiger.com> <20060910144143.A3768@Strawberry.COM> <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com> Message-ID: <20060911225525.C3768@Strawberry.COM> Hi Gopal, hi Don, > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. I hadn't had the time to look at this. I'll come back to you. Regarding the current integration of the postgres fixes into the SVN I had a closer look at SVN revision 9402. My fixes were almost present, however I figured out the following: include/database/PearDatabase.php install/5createTables.inc.php - The fix regarding the SEQUENCE mapping is missing include/database/Postgres8.php - I've reworked my fix in a way that removes the column names from this source file. The rework has not been implemented. install/4createConfigFile.php - The check against $_REQUEST['db_type'] must be done before handling the database type. Otherwise $dbType will be undefined. modules/Potentials/Opportunity.php modules/SalesOrder/SalesOrder.php modules/Leads/Lead.php modules/Invoice/Invoice.php modules/PurchaseOrder/PurchaseOrder.php modules/Quotes/Quote.php - PostgreSQL does not support the && operator. AND must be used instead. modules/Campaigns/ListView.php - The OFFSET/LIMIT fix was applied. However the old code was not deleted. modules/Products/ListView.php modules/Activities/ListView.php modules/Quotes/ListView.php modules/HelpDesk/Save.php - You forgot these files entirely modules/Calendar/Appointment.php - New problem figured out today. The fixPostgresQuery function needs to be added. modules/Calendar/calendarLayout.php - One fixPostgresQuery was missing modules/Home/index.php - New problem figured out today. Another 'AS' was missing. modules/Users/User.php - A misleading comment was removed install/5createTables.inc.php modules/Users/DefaultDataPopulator.php - New problem figured out today. The user2group entries introduced in DefaultDataPopulator.php were tried to be inserted into the database before the user records were created. This violates the layout constraint: Key (userid)=(2) is not present in table "vtiger_users" I've split off this code into two parts, one in 5createTables.inc.php and the other one in DefaultDataPopulator.php. modules/Faq/ListView.php - Duplicate comment themes/blue/style.css There's a patch containing all changes mentioned above attached to this mail. I'll also document this in TRAC#2033. Kind regards -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 04:11:59 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:11:59 +0100 Subject: [Vtigercrm-developers] Support Tickets Message-ID: Is there a possibility of having a Time Taken field and a Progress bar in vtiger Support Tickets, rather than having to make custom fields for those. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/4cec603a/attachment-0001.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 04:53:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:53:35 +0100 Subject: [Vtigercrm-developers] Export to PDF Message-ID: I'm testing out v5 RC1, and trying to save an invoice as pdf but Adobe tells me the file is corrupt. Is this feature working? And can I have an export to xls aswell as pdf. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/a99f9e21/attachment-0001.html From jens at Strawberry.COM Tue Sep 12 05:26:39 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 12 Sep 2006 11:26:39 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609101943.59164.fboudra@free.fr>; from Fathi Boudra on Sun, Sep 10, 2006 at 07:43:58PM +0200 References: <200609101943.59164.fboudra@free.fr> Message-ID: <20060912112639.C7979@Strawberry.COM> Hi, there's a syntax error in modules/Users/User.php in all revisions up to 9426 ('-' in the first column of line 925). It is fixes with the postgres patches I've posted yesterday. cu, Jens On Sun, Sep 10, 2006 at 07:43:58PM +0200, Fathi Boudra wrote: > hi, > > i tried to install current svn version and it isn't installable. > it failed at step "confirm settings" only me ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From joe at tsolucio.com Tue Sep 12 05:48:28 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 11:48:28 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: Message-ID: <1158054508.11125.11.camel@joesunix.int> Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From developer at infointegrated.com Tue Sep 12 08:40:30 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Tue, 12 Sep 2006 07:40:30 -0500 Subject: [Vtigercrm-developers] SVN - Watch File Names Message-ID: <813F2D4F-E70B-4F8C-8850-D6625CEE6130@infointegrated.com> Please make sure you watch your file names. Unix and Mac are case sensitive. Check in 9414 added: themes/alphagrey/images/aboutUs.jpg The other file remains: themes/alphagrey/images/aboutUS.jpg When this happens I can no longer do checkouts on the Mac. Thanks. From smith.timsmith at gmail.com Tue Sep 12 10:17:59 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Tue, 12 Sep 2006 09:17:59 -0500 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: <1158054508.11125.11.camel@joesunix.int> References: <1158054508.11125.11.camel@joesunix.int> Message-ID: Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: > > Hi Joseph, > > I am responsable of the TTTimecards project which associates timecards > to the support tickets. I find this idea very interesting and will > implement the "total time taken" with no problem. As for the progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > > > Is there a possibility of having a Time Taken field and a Progress bar > > in vtiger Support Tickets, rather than having to make custom fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for the use of > > the individual or entity to which it is addressed, and may contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly prohibited and may > > be unlawful. If you received this in error, please contact the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of transmitting > > software viruses, however, you need to carry out your own virus checks > > on any attachments as we can take no responsibility for any computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions available on > > request. > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/0b042b1f/attachment-0001.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 10:41:19 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 15:41:19 +0100 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: Message-ID: Maybe if people have different ways of doing things, then maybe a Time data type could be required in the custom fields, and maybe rather than custom fields to always be called custom fields from the area in a form maybe a "category name" could be assigned to the fields so that they are grouped together by whatever category name they were given.. "Tim Smith" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 12/09/2006 15:21 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] Support Tickets Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/b390ada6/attachment-0001.html From joe at tsolucio.com Tue Sep 12 10:47:00 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 16:47:00 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: <1158054508.11125.11.camel@joesunix.int> Message-ID: <1158072421.7280.5.camel@joesunix.int> Thank you for all the detail!! I will read this email carefully and try to incorporate it into the project. Joe. El mar, 12-09-2006 a las 09:17 -0500, Tim Smith escribi?: > Hi Joe, > > There are several measures of time that should be considered. Though > not all these may be supported, they will eventually so they need to > be thought about. > > "Elapsed Time" is the normal measure of how much time elapsed from > open to close status. > > "Effort Time" is a measure of effort and is probably most relevant to > the TTTimecards project. A support task may stay open for a week but > the support rep might spend an hour here and 15 minutes there until > the project is closed. > > "Response Time" is how long we took to respond and is generally > evaluated against a guarantee. For example, if someone has a "gold" > contract then you might guarantee a response within 30 minutes of > opening. A "platinum" contract might guarantee a 15 minute response. > > "Contract Time" is like Elapsed Time in that the time is measured from > open to close status. The difference is time is measured differently > depending on (hopefully) configuration and/or a contract associated > with the incident. A silver contract may guarantee closure in 5 work > days. A gold contract may guarantee closure within 24 working hours. > A platinum contract may guarantee closure within 24 hours. So the > silver and gold contract measure time in work days but platinum > guarantees someone will work all night long to get something done. > The definition of a work day will vary. For example, 6am to 6pm GMT, > Monday through Friday and 8am to 3pm Saturday. You also have to deal > with holidays. > > A simple way to handle all these time measures is to allow only one > definition of time. "We work 9 to 5, Monday to Friday except > holidays" and one definition for a contract. That way you don't have > to support a contract system. > > ------------ > Ideally, I think what Joeseph requested would be related to "Response > Time" or "Contract Time" because it is what you are guaranteeing. > > In MarketForce, we showed a graph that was Green -> Yellow -> Red. > You defined an amount of time for each color depending on the > contract. For example, a platinum contract had 3 minutes for Green, 8 > minutes for Yellow and 4 minutes for Red. A bar would cross the > colors to indicate how much time had progressed. > > For a first version, I would prefer a simple Green/Yellow/Red graphic > as described except there would be only one configuration for time > (not based on contracts). I would like to see those graphs for > Response Time and Elapsed Time since those are most useful. > > Kind regards, > Tim > > OnwealdTim > > > On 9/12/06, Joe Bordes wrote: > Hi Joseph, > > I am responsable of the TTTimecards project which associates > timecards > to the support tickets. I find this idea very interesting and > will > implement the "total time taken" with no problem. As for the > progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech > escribi?: > > > > Is there a possibility of having a Time Taken field and a > Progress bar > > in vtiger Support Tickets, rather than having to make custom > fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for > the use of > > the individual or entity to which it is addressed, and may > contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended > recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly > prohibited and may > > be unlawful. If you received this in error, please contact > the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of > transmitting > > software viruses, however, you need to carry out your own > virus checks > > on any attachments as we can take no responsibility for any > computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author > and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions > available on > > request. > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 11:07:18 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 16:07:18 +0100 Subject: [Vtigercrm-developers] Leasing Products Message-ID: Would it be possible to have a field for Account Names that products are leased to and with locations. Then maybe some kind of pivot table reports that shows the different type of Products against the Customers that have them. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/d0c39252/attachment-0001.html From fboudra at gmail.com Tue Sep 12 12:14:27 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 12 Sep 2006 18:14:27 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060912112639.C7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> Message-ID: <200609121814.27941.fboudra@gmail.com> Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > there's a syntax error in modules/Users/User.php in all revisions > up to 9426 ('-' in the first column of line 925). It is fixes with > the postgres patches I've posted yesterday. tested, not better. I have: * apache v2.0.55 * mysql 5.0.24a * php v5.1.6 tested with 2 browsers: * firefox * konqueror under Debian Sid. i use "Populate database with demo data" option. Someone can confirm, this is a local issue ? cheers, Fathi From jens at Strawberry.COM Wed Sep 13 02:41:50 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:41:50 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913084150.F7979@Strawberry.COM> Hi Fathi, I'm running the current SVN in the following environment: Apache 2.2.2 PHP 5.1.4 Postgres 8.1.2 There are some minor issues with this version, but in general it is working fine for me. I do not populate demo data ... maybe that's the reason? Did you try to change the rootlogger level from FATAL to INFO in log4php.properties and watch the log file vtigercrm.log during installation? This might point you to the latest installation step performed successfully ... Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixed with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Wed Sep 13 02:51:58 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:51:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913085158.G7979@Strawberry.COM> Fathi, there's another issue, I've fixed with my postgres patches: In DefaultDataPopulator.php there were some user2group records introduced. This is a problem, because there's a layout con- straint in the database which requires a user record to be existing before a groups records relates to it. However users are populated into the database *AFTER* Default- DataPopulater has completed. I don't know if this would also be an issue for mysql. Using PostgreSQL results in the installation failing at this step. I've attached my patches to this mail again. Please have a look at the diffs for DefaultDataPopulator.php and 5createtables.inc.php. Those contain the according patches. Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixes with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 03:18:10 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:18:10 +0100 Subject: [Vtigercrm-developers] activity reports Message-ID: Is it possible to have an activity report that groups the activities by Account Name or related to, and with subtotal for each. The same for tickets... Would be useful for monthly reports, billing. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/9a5e34ba/attachment-0001.html From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 03:35:47 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:35:47 +0100 Subject: [Vtigercrm-developers] Exporting Invoices to pdf Message-ID: Somehow I get a corrupt pdf file when exporting a demo invoice to pdf. this is the error i get It exports perfectly on the demo site, but on my local pc it gives me a corrupt pdf file error. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigerpdf.jpg Type: image/jpeg Size: 9571 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment.jpg From jens at Strawberry.COM Wed Sep 13 07:24:11 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 13:24:11 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com>; from don on Wed, Sep 13, 2006 at 03:45:10AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> Message-ID: <20060913132411.D8836@Strawberry.COM> Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From fboudra at gmail.com Wed Sep 13 10:55:03 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 13 Sep 2006 16:55:03 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060913084150.F7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> Message-ID: <200609131655.04334.fboudra@gmail.com> Le mercredi 13 septembre 2006 08:41, Jens Hamisch a ?crit : > I do not populate demo data ... maybe that's the reason? Same result without populating demo data. > Did you try to change the rootlogger level from FATAL to INFO in > log4php.properties and watch the log file vtigercrm.log during > installation? Yes, unfortunately, logging start at step 5 and i fail step 3/4. i tested with svn r9508. i'll try to do the installation with other Apache/Mysql/PHP. cheers, Fathi From don at vtiger.com Wed Sep 13 14:42:23 2006 From: don at vtiger.com (don) Date: Wed, 13 Sep 2006 11:42:23 -0700 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <20060913132411.D8836@Strawberry.COM> References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> Message-ID: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Hi Jens, This issue is fixed as in your patch and the files are checked into the SVN. Thanks, Don ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/1853df13/attachment-0001.html From jens at Strawberry.COM Thu Sep 14 03:25:30 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:25:30 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609131655.04334.fboudra@gmail.com>; from Fathi Boudra on Wed, Sep 13, 2006 at 04:55:03PM +0200 References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> <200609131655.04334.fboudra@gmail.com> Message-ID: <20060914092530.P7979@Strawberry.COM> Hi Fathi, > Yes, unfortunately, logging start at step 5 and i fail step 3/4. ooups! Means that you have either probs with your database or your global mysql/php/apache settings. I'll forward a beta versin of the current installation guide to you in a seperate mail. Please check the settings shown in there. You may also watch your mySQL log if there''s any connection recorded and if it runs into errors. > i tested with svn r9508. i'll try to do the installation with other The fixes are at least in r9512. However they address problems encountered in step 5 ... cu -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Thu Sep 14 03:26:10 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:26:10 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com>; from don on Wed, Sep 13, 2006 at 11:42:23AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Message-ID: <20060914092610.Q7979@Strawberry.COM> Hi, have seen them. Thx, Jens On Wed, Sep 13, 2006 at 11:42:23AM -0700, don wrote: > Hi Jens, > > This issue is fixed as in your patch and the files are checked into the SVN. > > Thanks, > Don > > > > > ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- > > > Don, > > > however please have a look at my fixes to > DefaultDataPopulator.php and 5createTables.inc.php. > > The current implementation violates the database > layout constraints. The installation of vtiger will > definitely fail unless the database engine ignores > those violations (it should not, otherwise the > constraint does not make any sense). > > Also there's a typo in one of the source files > (User.php: '-' at the beginning of the line). > > At least one community member already is facing > installation probles with one of the latest SVN > revisions ... > > Regardless the remaining postgres fixes I'd tag > those 'critical' with the potential of blocking > GA. > > > > Jens > > > > On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > > Hi Jens, > > > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > > We are expecting the v5 release to be happening in another 24 hours. > > > > > > We will definitely integrate these patches post 5.0 GA > > > > Thanks for your understanding, > > Don > > > > > > > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > > > Sorry, typo! > > > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > > > > > ========================= Forwarded Mail ========================= > > > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > > PostgreSQL DB > > From: Jens Hamisch > > Date: Mon, 11 Sep 2006 22:55:25 +0200 > > To: gopals at vtiger.com, don at vctiger.com > > CC: vtigercrm-developers at lists.vtigercrm.com > > > > ------------------------- Contents ------------------------- > > > > Hi Gopal, > > hi Don, > > > > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > > > > I hadn't had the time to look at this. I'll come back to you. > > > > Regarding the current integration of the postgres fixes into the SVN > > I had a closer look at SVN revision 9402. My fixes were almost present, > > however I figured out the following: > > > > > > > > include/database/PearDatabase.php > > install/5createTables.inc.php > > - The fix regarding the SEQUENCE mapping is missing > > > > include/database/Postgres8.php > > - I've reworked my fix in a way that removes the column names > > from this source file. The rework has not been implemented. > > > > install/4createConfigFile.php > > - The check against $_REQUEST['db_type'] must be done before > > handling the database type. Otherwise $dbType will be undefined. > > > > modules/Potentials/Opportunity.php > > modules/SalesOrder/SalesOrder.php > > modules/Leads/Lead.php > > modules/Invoice/Invoice.php > > modules/PurchaseOrder/PurchaseOrder.php > > modules/Quotes/Quote.php > > - PostgreSQL does not support the && operator. AND must be used > > instead. > > > > modules/Campaigns/ListView.php > > - The OFFSET/LIMIT fix was applied. However the old code was not > > deleted. > > > > modules/Products/ListView.php > > modules/Activities/ListView.php > > modules/Quotes/ListView.php > > modules/HelpDesk/Save.php > > - You forgot these files entirely > > > > modules/Calendar/Appointment.php > > - New problem figured out today. The fixPostgresQuery function > > needs to be added. > > > > modules/Calendar/calendarLayout.php > > - One fixPostgresQuery was missing > > > > modules/Home/index.php > > - New problem figured out today. Another 'AS' was missing. > > > > modules/Users/User.php > > - A misleading comment was removed > > > > install/5createTables.inc.php > > modules/Users/DefaultDataPopulator.php > > - New problem figured out today. The user2group entries introduced > > in DefaultDataPopulator.php were tried to be inserted into the > > database before the user records were created. This violates > > the layout constraint: > > Key (userid)=(2) is not present in table "vtiger_users" > > > > I've split off this code into two parts, one in 5createTables.inc.php > > and the other one in DefaultDataPopulator.php. > > > > modules/Faq/ListView.php > > - Duplicate comment > > > > themes/blue/style.css > > > > > > > > There's a patch containing all changes mentioned above attached to this mail. > > I'll also document this in TRAC#2033. > > > > > > Kind regards > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > ====================== End of Forwarded Mail ====================== > > > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jlee at zertis.net Thu Sep 14 04:27:17 2006 From: jlee at zertis.net (Josh Lee) Date: Thu, 14 Sep 2006 03:27:17 -0500 Subject: [Vtigercrm-developers] Online Petition Message-ID: <45091265.9020503@zertis.net> I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: text/x-vcard Size: 219 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/bc022d49/attachment.vcf From joe at tsolucio.com Thu Sep 14 05:00:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 11:00:13 +0200 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <1158224413.586.2.camel@joesunix.int> If you have never sent spam before, don't start now :-) Let's please keep this list clean and talk about our personal convictions elsewhere. Joe. El jue, 14-09-2006 a las 03:27 -0500, Josh Lee escribi?: > I've never sent spam before. After reading this, I don't think it is > spam and being that I served in Iraq myself, I am forwarding it to > everyone in my address book. I've seen a Gunnery Sergent, who saved my > life, go to the brig for shit like this. So I feel strongly about it. > > **The U.S. Marine in Iraq who shot and killed an enemy combatant who was > pretending to be dead but in reality was alive. If you have any feelings > for this Marine who was doing his job then please read and help take > action for this American Hero. I am asking all who receive this message > to add your name in support of the young Marine accused of murdering a > combatant in Iraq . ** > > **He called out to his buddies that the person was faking, the person > apparently made a suspect move and the Marine shot him dead. There was > another combatant in the room who identified himself as being > wounded...The Marines did not shoot him. The ACLU are claiming the > Marine is guilty of a war crime. This is ridiculous! ** > > **Bill O'Reilly of the Fox News Channel feels there is overwhelming > support for this young Marine - ** > > **Let's prove him right- we can make a difference! ** > > **The servicemen fighting for our freedom and safety deserve our > support. Support is indicated by adding your name to the list that > follows. Best to copy and paste, then add your name to the list or, > press "forward" and send to everyone in your address book you think > should read this. You can only add your name after you have pressed > "forward" or "copy and paste" don't delete any names - just go to the > next number and type your name. ** > > **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** > > **1. Joe Mallison , Michigan *** > **2. William Ast, Florida ** > **3. John Stockberger, Tennessee ** > **4. Charles Horst, Tennessee ** > **5. Clarence Elmore, Tennessee ** > **6. Arthur Claessens, California ** > **7. Guy Veasey , California ** > **8. John Granville, Texas ** > **9. Laura Granville, Texas ** > **10. Ernie Granville, California ** > **11. Chris Carnohan, Texas ** > **12. Pat Carnohan , Texas ** > **13. Myron Rodee, Iowa ** > **14. Art Bloomer, Kansas ** > **15. Jack Turner, Virgi! nia ** > **16. Victor DuBois ** > **17. Marguerite DuBois ** > **18. Theresa Champagne ** > **19. Robert Champagne ** > **20. Carol Worthley ** > **21. R. Randy Worthley ** > **22. Arthur J. Roy, Lewiston , Me. ** > **23. Paul J. Chevalier, New Hampshire ** > **24. Cathie Chevalier , New Hampshire ** > **25. Joe Petrone, New Hampshire ** > **26. Augusta Petrone, New Hampshire ** > **27. Sam Thiessen, Colorado ** > **28. Ken Melcher , Colorado ** > **29. Louise Walko, Colorado ** > **30. Walter A. Walko, Colorado ** > **31. Billy J. Barr,llinois ** > **32. Marilyn S. Barr, Illinois ** > **33. Cliff Sonberg, Colorado ** > **34. Eileen Sonberg, Colorado ** > **35. Dale J. Kreller, La ** > **36. Stan Zaborowski, Washington ** > **37. Fain Pool, WA ** > **38. Wm. Harris , TX ** > **39. Sally Harri s, TX ** > **40. Tim Ireland, SC ** > **41. Fran Ireland , SC ** > **42. Tommy Thorne, SC ** > **43 . June Thorne, SC ** > **44. Kitty Jackson , SC ** > **45. Blanche Bell, SC ** > **46. George Warchol ** > **47. Mary Warchol ** > **48. Megan Warchol ** > **49. Ray Croft, Washington ** > **50. Rosan! ne Croft, Washington ** > **51. Doug Talley, Washington ** > **52. Pat Talley , Washington ** > **53. Roland Chastain, Indianapolis , IN ** > **54. Pat Chastain, Indianapolis , IN ** > **55. Harry Sanders, Columbus, In ** > **56. Sue Sanders, Columbus , IN ** > **57. Christy Sanders, Columbus , IN ** > **58. Will Pumphrey, Greensburg , IN ** > **59. Joe Prosser, Cape Coral , FL ** > **60. Rodney Post, Westminster , CA ** > **61. Gerda Post, Westminster , CA ** > **62. Roberta Anderson ** > **63. Donald Anderson ** > **64. Bonnie J.Mauch ** > **65. Brad Vaughn ** > **66. Shelly Vaughn ** > **67. Savannah Vaughn ** > **68. Scarlett Vaughn ** > **69. James Ayers ** > **70. Dawn Ayers ** > **71. Elizabeth Meyer ** > **72. Rick Gallier ** > **73. Charlie Johnson, Houston , TX ** > **74. SSgt. Johnson, USMC ** > **75. Mike Dabbs ** > **76. Sharon Dabbs ** > **77. Carl Weaver ** > **78. Lois Weaver ** > **79. Kevin MacLaren ** > **80. John Wolfe ** > **81. Michelle Wolfe ** > **82. ROBERT PETERS ** > **83. Syvian Gieiring , PA ** > **84. Joel Reed, PA ** > **85. Richard Emlin Reed , FL ** > **86. Betty C. Reed, FL ** > **87. Connie Williams, PA ** > **89. Steve Phillips, Birmingham AL . ** > **90. Michele McDowall ** > **100. John McDowall101. ** > **101. James Selkirk Jr. TN ** > **102. David Selkirk, NC ** > **103. Jack Mansfield , TN ** > **104. Robert Romines, TN ** > **105. Bonnie Romines, TN ** > **107. Gary W. Osborne ** > **108. Ken Burns, FL ** > **109. Brian E. Langford, FL ** > **110. Kevin B. Krueger, FL ** > **111. Tad J. Humphreys, Tampa FL ** > **112. Ted Van Duin, Seattle , WA ** > **113. David DelValle, Fl. ** > **114. Paul Deterding, Fl. ** > **115. Tony Austin, Tampa . ** > **116. Joel Herrington , TX ** > **117. Curtis Smith, Tx ** > **118. Mary Longnecker, Texas ** > **119. Paula Stoerner, Texas ** > **12 0. Ernie Stoerner, Texas ** > **121. jessica sjolander, Tx ** > **122. M.D. Weatherford , TX ** > **123. B.J. Weatherfo rd, TX ** > **124. Dixie Roffe , Texas ** > **125. Denny DeSautell , Oklahoma ** > **126. Paul DeBow, Minnesota ** > **127 Nina Darrington, South Dakota ** > **128. Chuck Darrington , South Dakota ** > **129. Trudy DeBow ** > **130. David DeBow ** > **1! 31. Fay Mott ** > **132. Russ Sanders, Ariz. ** > **133. Ann sanders, Ariz ** > **134. Lew Sanders, Phoenix Az. ** > **135. J. L. (Jim) Tenney ** > **136. Marion Tenney ** > **137. Elizabeth Arnold, Alaska ** > **138. John O. Landreth, Las Vegas , NV ** > **139. Earl Evenson, Las Vegas , NV ** > **140. Betty Evenson, Las Vegas , NV ** > **141. Kristine Schuster, San Clemente , CA . ** > **142. Deb O'Connell, San Juan Capistrano , CA ** > **143. Darrell Joseph, San Juan Capistrano , Ca ** > **144. Robert Voorhies, Twentynine Palms, CA ** > **145. Tony McDowell, 29 Palms Ca. ** > **146. Tricia McDowell, 29 Palms Ca. ** > **147. Shea McDowell, Chico Ca. ** > **148 Diana McDowell, Chico Ca. ** > **149. Morgan McDowell, Chico Ca. ** > **150. Art Belenzo, Chula Vista , CA ** > **151. Lydia Belenzo, Chula Vista , CA ** > **152. Arlene Belenzo, Chula Vista , CA ** > **153. Arthur Belenzo, Chula Vista , CA ** > **154. Leslie Belenzo, Chula Vista , CA ** > **155. Cris Belenzo, San Diego , CA ** > **157. Dennis Schrock, Atoka , OK ** > **158.William E Smith, Atoka , OK ** > **159. Penalt! on N . Lloyd, Montgomery , AL ** > **160. Benjamin Perez, Apple Valley, CA - He should have shot the > reporter first. ** > **161. Bill Yackle , SC ** > **162. Chris Huddleston, Orange , CA ** > **163. Don Huddleston, Orange , CA ** > **164. David Allin, Spring Valley , CA . ** > **165. Jan Allin, Spring Valley , CA . ** > **166. Lola Melton, San Marcos , CA ** > **167. Ed Melton San Marcos , CA ** > **168. Rhonda Brant, Murrieta , CA ** > **169. Rick Brant, Murrieta , CA ** > **170. Andrew Bulfer, San Diego , CA ** > **171. Dan Bulfer, Ramona , CA ** > **172. Tonia Ovalle, Chula Vista CA ** > **173. Albert Ovalle, Chula Vista , CA ** > **174. Ciarra Ovalle, Chula Vista , CA ** > **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** > **176. Gonzalo Martinez, San Diego , CA ** > **177. Terri Hernandez, Chula Vista CA ** > **178. Diane Nye, Stayton , OR ** > **179. Michael Woodward, Salem , OR ** > **180. Sandy Woodward, Salem , OR ** > **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin > Perez (whom I've never met). ** > **182. Frank J. Maxon ** > **183. Chuck Dye (Don't always agree with Bill O, but if they don't > fight fair, what should they expect? How about imbedding some ACLU > members with the Marines to check over the supposed dead bodies first.) ** > **184. Kristal Dye ** > **185. Samantha Dye ** > **186. Reece Dye ** > **187. Jason Nieman ** > **188. Stacy Nieman ** > **189. Emily Nieman ** > **190. GERRY RUSSEL ** > **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** > **192. Linda Morley, Yuba City , California ** > **193. Jim Chatell, Colusa , California ** > **194. Joanne Abbaticchio, Polk City , FL ** > **195. Isadora Ciagala,USMC-1962-1966 ** > **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** > **197. Pat Buote, Holiday , Fl ** > **198. Linda Ford V! FWA PDP AR ** > **199. James Ford VFW P.Dist. Commander AR ** > **200. Donna Walker, VFW Auxiliary , Springdale , AR ** > **201. Vic Walker, VFW, Springdale , AR. ** > **202. Bennie Parks , DAV, Fayetteville , AR. ** > **203. Jane Parks, Fayetteville , AR ** > **204. Bob Loyd, Siloam Springs , AR ** > **205. Ellen Gibbs, Gentry, AR ** > **206. Sharron Hay, AR ** > **207. Joy Moore , AR ** > **208. Debby Reed Torreon Mexico ** > **209. Garry Reed Torreon Mexico ** > **210. Bill Tompkins El Cajon California ** > **211. Craig Wheeler El Cajon CA ** > **212. Katrina Wheeler El Cajon CA ** > **213. Logan Wheeler El Cajon CA ** > **214. ;Lukasz Mikula Boston MA ** > **215. Melissa McKenna, Gunnison, CO Sgt USMC ** > **216. Pablo Briones Donna , TX Cpl USMC ** > **217. Sgt. James Leedale, CA USMC ** > **218. Mayra Leedale ** > **219. Sgt Brian Clarke, MO USMC ** > **220. Mason D. Kelley TX ** > **221. Michael Kiley NJ USMC ** > **222. Michael F. Gross CA LCpl USMC ** > **223. Lyndon C. Lyon ** > **224. Marlene Y. Lyon ** > **225. James M. Cole ** > **226. James W McMaster ** > **22! 7. Corry Steiner, Brookings , OR ** > **228. Jack Steiner, Brookings , OR ** > **229. Gladys Harper, San Diego , CA ** > **230. Kent Harper, San Diego , CA ** > **231. Pat R. Dobbs, San Marcos , CA ** > **232. Char Empet, Plano , Texas ** > **233. Ken Empet, Plano , Texas ** > **234. Mary Ann Aceves (I agree with Chuck, 183) ** > **235. Robert Aceves ** > **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. > Play by the ACLU's rules? I don't think so!) ** > **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR > " What if the Marine had been killed by this enemy combatant? Then they > would be saying things like..."the troops are under prepared, untrtained > and... " wait, they already have been saying that. This guy is a hero > and there should be no mistaking it! ** > **(Accusing him otherwise should be considered an act of treason!) ** > **238. Bill Weaver, USMC Retired, Richland , WA ** > **239. Nora Weaver, Richland , WA ** > **240! . BILL POWELL USMC RET CABOT , AR ** > **241. VIRGINIA A POWELL, CABOT , AR ** > **242. Dick Upshaw, Captain, USMC (inactive) ** > **243. Ed DeSaussure, Captain, USMC (inactive) ** > **244. Paul Underwood, Captain, USMC (Ret.) ** > **245 John Scott, Captain, USAF (Ret.) ** > **246. Ray Wright, Tsgt, USAF (Ret) ** > **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** > **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., > WWII ** > **249. Judy Kalebjian, Lockeford , CA ** > **250. Myrna Pitchford, Lodi , CA ** > **251. G. D. Pitchford, Lodi , CA ** > **252. E.R. Alexander, Galva, Ks. ** > **253. A.J. Alexander, Galva, Ks. ** > **254. M.L. Brown, Wichita, KS - Many of the comments made by people on > this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support > his every move... ** > **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it > should be the ACLU (lawyers for communism, inc.)Let's hustle and get > this list to ** > **1000 and forward to O'Reilly. We need to stop this travesty and > protect out troops!!! ** > **256. Shirley Harding, Winfield, Ks. ** > **257. Marion C Kelly ** > **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** > **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** > **260. R. B. Mellen Sr, Lowell MA ** > **261. Lindy Merolle, Lowell MA ** > **262. Patricia Centola, Lynn , MA ** > **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to > 1000 or more!! Combat is dangerous enough without having to what if the > lawyers and the media to back you up when confronted with the enemy. Mr. > Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF > (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** > **(978) 857-5263 ** > **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** > **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** > **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** > **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** > **268. Andrea Reppond ** > **269. Wayne Scott, MS ** > **270. Gina Teel, MS ** > **271. Genelle Teel , MS ** > **272. Warren Teel, MS ** > **273. Wayne Teel, MS ** > **274. Dianna Teel, MS ** > **275. Paula Poff, MS Army National Guard Wife ** > **276. Scott Poff, MS SSG Army National Guard ** > **277. Candy Taylor, Ms ** > **278. Gloria Fortner, MS ** > **279. Cathy Moffitt, MS ** > **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** > **281. LESLIE JORDAN, MS ** > **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** > > **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** > **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** > **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in > Iraq ** > **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in > Iraq ** > **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in > Iraq ** > **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard > -Serving in Iraq ** > **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in > Iraq ** > **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING > IN IRAQ ** > **292. Mik e Stacey, Al ** > **293. Danny Jaye father to a US Marine ** > **294. A.J.Cleland, Florida ** > **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** > **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** > **297. S. F. "Smokey" Stover, USMC(Ret.) ** > **298. Chuck Yates , COL USMC RET ** > **299. Becky Yates, Retired Marine Wife of 50 Years ** > **300. Marv Mann , COL USMC (Ret) ** > **301. Arleta Mann ** > **302. Ned L. Cagle, Col. USAF (Ret) ** > **303. Dorothy A. Cagle ** > **304. Karen Cagle ** > **305. Si Rees ** > **306. Faith Rees ** > **307. Jack Bishop ** > **308. Terry Huggins, Paradise , CA ** > **309. Bill Light, Northern California ** > **310. Patti DeRitis, Sunnyvale , Ca ** > **311. Jeffrey (Tom) Black, Fremont , CA ** > **312. Donna Black, Fremont , CA ** > **313. John R. Black, Fremont , CA ** > **314. Jeremiah Black, Fremont , CA ** > **315. James Black, Fremont , CA ** > **316. Terry Weddle, Fremont CA ** > **317. Tim Mellor, Wallace , ID ** > **318. Leona DiVecchia, Walla ce, ID ** > **319. Donna Niles, Wallace,! ID ** > **320. Bob Niles, Wallace< ID ** > **321. Vikki Patton , WA ** > **322. Bill Patton , WA ** > **323. Jwerrilyn Stinsom ** > **324. Kathryn Eaton ** > **325. Tom Eaton, Woodland , CA ** > **326. Gary Anderson, CA ** > **327. Scott German, CPA Antelope, CA ** > **328. Sonne Fleming, Roseville , CA ** > **329. Trillis Fleming , UT ** > **330. Larry Fleming, Morgan , UT ** > **331. Alta Julene Dixon Arizona City , Arizona ** > **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** > **333. Georgena Whiting Salome , Arizona ** > **334. Marvin Whiting Salome , Arizona ** > **335. Jack D, Grover ** > **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** > **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** > **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** > **339. PATRICK GOLDSMITH ROCKVALE, TN ** > **340. George H Moore Pleasant Hill , TN ** > **341. TALMADGE C. LEWIS ** > **342. PATRICIA A. LEWIS ** > **343. Marcia Nelson, Minnesota ** > **344 . Lavern Soukup&nbs! p; Minnesota ** > **345. Janet Miller Minnesota ** > **346. Gary Starman Minnesota ** > **347. J! oan Pfeifer , Minnesota ** > **348. Tin Hansen, 52 Waseca, Minnesota ** > **349. Dennis Halverson, Lino Lakes , Mn. ** > **350. Jim Wigley, USAR, Ret., Minnesota ** > **351. Clark P. Wigley, Colonel, USAF (Ret) ** > **352. Carl G. Jensen, LtCol (USAF (Ret) ** > **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with > my Marine! through thick and thin... because I am there, and will > continue my duty! just as he did his.... ** > **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** > **355. Greg Flinders, Alabama ** > **356. Susan ! E. Flinders , Alabama ** > **357. Michelle L. Patterson, Texas ** > **356. Isabella M. Milks, Germany , SrA, USAF I ** > **357. Glendora Jaco, California happen to agree with all of the > comments that everyone else has made, as far as I'm concerned all of > these people that think killing combatant that is playing dead need to > go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** > **358. Ralph C Spaight, California, TSgt, USAF Since this started there > have been people crying about this and that, and how could you kill > them! Well if there are shooting at me, then you better believe that I > am going to shoot back. Maybe if these bleeding heart people stopped > talking long enough to really see what's going on or better yet send > them over to defend this country they would get it, but then again > seeing how they work they would just get someone else to do it for them > and complain that the work is too hard, in the words of my father who > was a U.S. Marine for 23 years, "If you don't do the job others are > willing to do for this country, then SHUT THE HELL UP AND MOVE TO A > DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** > **3 59. Deneane Bell, Tampa Fl ** > **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very > easy to comment from the corner of " Bleeding Heart Street ". Come on > over to Iraq and take a ride off the FOB and let's see if they change > tunes once the vehicle begins receiving small arms fire from a local > neighborhood not to mention the man made bombs buried on the side of the > roads designed to take out military vehicles and personnel This is a > combat zone people and these extremists are playing for keeps. why can't > we? Align your front sight in the center of your rear sight. once you > have proper sight alignment squeeze one off! ** > **361. Gregory Cook "DoD Serving in Iraq " ** > **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I > would have taken the gun, turned it sideways and shoved it straight up > that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope > that the troops will leave. And then I'll grab my rocket launcher! He > should have surrendered! Better yet, he should have left the damn city > when they were told to. ** > **363. Carl Finto II, American Contractor in Iraq ** > **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** > **365. Jacob Chytka, American Firefighter Contractor in Iraq ** > **366. Joseph L Brooks U.S Army, Vietnam Vet ** > **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** > **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** > **369. Amy DuPree, Ft. Walton Bch, Florida ** > **370. Mike Chauvin, Ft Walton Beach , FL ** > **371. Shelby Chauvin, Ft Walton Beach , FL ** > **372. Michelle Piaquadio, Ft Walton Beach , FL ** > **373. Christopher Piaquadio, FT Walton Beach , FL ** > **374. Dick Keaton Galeton , Pa. ** > **375. Janice Keaton Galeton , Pa. ** > **376. Scott Keaton Galeton , Pa ** > **377. Dickie Keaton ; Galeton , Pa ** > **378. Chris Rucker, Newport , RI ** > **3! 79. Belinda Cole new mexico ** > **380. Barbara Hensley new mexico ** > **381. Michelle Salas new mexico ** > **382. Jennifer McCutchen, Albuquerque , New Mexico ** > **383. Becky Rodgers Levelland, Texas ** > **384. Mev Upton, Midland , TX ** > **385. Glynece Upton, Midland , TX ** > **395. C.S Ainsworth , NM ** > **396. Margret Schlageter, NM ** > **397. Jacquelyn A. Schlageter NM Former USN ** > **398. George J. Schlageter NM Former USCG ** > **399. Fred J. Schlageter NM ** > **400. Phyllis Hancock IL ** > **401. Darrell E. James - Tamms, Illinois ** > **402. Dariel Emery-IL ** > **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot > of lip...but wouldn't dare to set their feet in real harms way, as > Service Men & Women do everyday!! ** > **404. Jean Whipple - IL ** > **405. Vi Adams - IL ** > **406. John Adams - IL ** > **407. Colleen VanZandt-IL. ** > **408. James Langley ** > **409. Karen Langley ** > **410. Cody Thibodeaux ** > **411. Susanne Kerr, Ohio ** > **412. Delbert Goss ,, Tx , Former USA ** > **413. Sheila miller,, Indiana , USA ** > **414. William Miller, Indiana , USA ** > **415. Georgeann Prestin, South Bend Ind ** > **416. Deb Connett, South Bend Ind ** > **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This > young man will never forget what he has done to another human being, > while defending freedom. ACLU needs to leave this country since they > don't like the way we do things in America ... it's majority rules, not > minority! ** > **418. Vince Rumfelt, Elkhart , IN ** > **419. Max Rink, Florida ** > **420. Nancy Rink, Florida ** > **421. Barbara Materiale, Florida ** > **422. Suzanne Hicks, Kansas City , KS ** > **423. Susan Boyd, Springfield , Missouri ** > **434. Cheryl Crow, Springfield , MO ** > **435. Marge Conyers, Springfield , MO. ** > **436. Becky Woods, Republic, MO ** > **437. Theresa Fly, Clever, MO. ** > **438. Deena Cope, Jay, Ok. ** > **439. Kenneth Cope, Jay, Ok. ** > **440. Mary Hodges Gro! ve, Ok ** > **441. Gearld Hodges Grove, Ok ** > **442. Lela Davis Grove, Ok ** > **443. Nikki Lewis Grove, Ok ** > **444. Karin Redd Springfield , MO. ** > **445. Pam & Scott Keane Springfield MO, daughter currently serving in > Iraq in the Army ** > **446. Carolyn Gourley, St. Louis , MO ** > **447. Cathey Martin - why do we allow a communist organization to take > over our country and our laws? ** > **448. Cathy Champion - Fenton , MO ** > **449. Paul Dunn, Stanton , MO ** > **500. Ruth Dunn, Stanton , MO ** > **501. Carol Cherry, Sullivan , Mo. ** > **502. Richard Cherry, Sullivan , Mo. ** > **503. James M. Scott, Sullivan , Mo. ** > **504. Ruth Scott, Sullivan , Mo. ** > **505. G. Monda, Mo ** > **506. B. Monda , Mo ** > **507. Dannie Adk sion Mo ** > **508. Susie Adkison Mo ** > **509. Velma Martin This Marine probably saved a lot of his buddies by > being very alert! Thank God for this young man! ** > **510. Stanley Martin ** > **511. Phyllis Conaway ** > **512. Carolyn Gargus, Saint James , MO ** > **513. Mary Moran Hyannis , neb. ** > **514. Kim Foreman, Hyannis , NE ** > **515. Glenda Phipps, Whitman , NE ** > **516. Gary Phipps, Whitman , NE ** > **517. Norma Sigler, CA ** > **5! 18. Shirley Moffett , CO ** > **519. Bill Moffett, CO - thank God for our young men, we are at war > folks! ** > **520. Bill Anderson , AR ** > **521. Bette Anderson, AR Pray for this young man and his family. ** > **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you > haven't been there, do not judge the actions of those that are there. I > think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** > **523. John Hale, RMCS, USN, RET. ** > **524. Ray Benacci Claremont Ca. ** > **525. Richard & Loretta Chesnutt, Yerington , NV ** > **526. Jim Witowski, CA ** > **527. Coni Witowski , CA ** > **528. Debbie Rojek, AZ ** > **529. Vernon Rojek, USMC, RET. ** > **530. Pat Imbastaro ** > **531. Joan Mitchell,AZ ** > **532. B Dittenhauser ** > **533. Diane Dittenhauser, Murfreesboro , TN ** > **534. Scott Dittenhauser, Murfreesboro , TN ** > **535. Sue Nesbitt , Ohio ** > **536. Valerie Parker ** > **537. Danny Parker ** > **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a > new job... I think Micky Dee 's was still hiring! ** > **539. Wes Ford, Rochester , MN ** > **540. Cindy Page, WV ** > **541. Ken Page, WV ** > **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** > **543. Mary Harris wife of a deployed US ARMY soldier ** > **544. Rose Breeding (Grandmother of a soldier) 1 year there and now > must return again for another year! ** > **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our > troops. ** > **546. Delores Conklin Ridgefield, Wash. ** > **547. Leonard Conklin Ridgefield, Wash. ** > **548. R. Robert Burns. USMC in the 60's WA ** > **549. Kent Burns ** > **550. Fred Pickering ** > **551. Bob Croskey ww2 and Korea ** > **552. Sally Luse WA ** > **553. Sandi Allen, Lacey, WA ** > **554. Tammy Yeakey, WA ** > **555. Linda Shaw, WA ** > **556. Mary Franks, Washington ** > **557. Paula James , Washington ** > **558 Jennifer Wilston ** > **559. Pam Wilwton, HI ** > **560. Dan Wilston, HI ** > **561. Rhonda Hay, Kihei , HI ** > **562. Morgan Rigel, Kihei HI ** > **563. Helen Jackson Wa ** > **564. Linda Simmons ** > **565. Dave Simmons ** > **566. Evelyn L. Benson, IL ** > **567. O.L. Potts , Illinois ** > **568. Wayne Arnold, Illinois ** > **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** > **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** > **571. Tom McCurley, Middletown , Ohio ** > **572. Scott Weaver , Middletown , Ohio ** > **573. Deborah Mink, Bradenton , Florida ** > **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a > lost second can cost you your life this Marine did his duty. When the > enemy uses those tactics as part of their way of fighting they must then > handle the actions taken to stop it. ** > **575. Cindy Balach - Wife - Ret. USMC ** > **576. Lisa See - Grove City , OH ** > **577. Nancy Clay - Columbus , Ohio ** > **578. Carmen Stemen, Westerville , Ohio ** > **579. Carolyn Hannick, Westerville , Ohio ** > **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** > **581. Susan O'Cull Goshen, Ohio (USAR wife) ** > **582. Phill O'Cull Goshen , Ohio (USAR) ** > **583. Stacie Humpert Goshen , Ohio ** > **584. Rick Williams Hillsboro, Ohio (USAR) ** > **585.Becky Williams Hillsboro, Ohio (USAR wife ** > **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** > **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** > **588. Jennifer T. Randolph - Hillsboro , Ohio ** > **589. Cathy Dachenbach, Columbus , OH ** > **590. James Melville Duner, Colorado Springs, CO ** > **591. C. Dino Pappas, Skokie , IL . ** > **592. Jim Vlazny, Glenview , IL ** > **593. Jean Dorgan, Chicago , IL . ** > **594. Juliann Rottier, Onalaska , Wi . ** > **595. Catherine Mitchell, New Lenox , IL ** > **596. Cindy Young, New Lenox , IL ** > **597. Kim Smyth New Lenox, Il ** > **598. Cindy Stukel, Plainfield , IL . ** > **599. Kristine Himmelman, Joliet , IL ** > **600. Heather Hanbaum, Joliet IL ** > **601. Christine Wilhelmi, Wiesbaden , Germany ** > **602. Dan Feeney, Manhattan Il ** > **603. Russ Gwynne, Henderson , NV . ** > **604. Robert Spana, Tampa , FL ** > **605. Mona Strayer, Maytown , PA ** > **606. Sharon Early, Lancaster , PA ** > **607. Linda Whalen, Lewistown , MT ** > **608. Kimberly Rice- former UARA always in support of our people in all > Service ** > **609. Karen M. Harris ** > **610 Melinda Butts, Have! lock NC ** > **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we > are at war. These guys are doing what they need to to survive. Should we > have ast back and let these cowards continue to attack our country? > Unfortunately War = death. These soldiers know this and don't want to > die. That means they have to kill the enemy that is trying to kill them! > I will always support our troops, They don't get to decide when war > breaks out! ** > **612 Kim Rice ** > **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** > **614 Stephanie Riggi ** > **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** > **616 Courtney Riggi (US Army Wife) ** > **617 PFC Dougl as Riggi (US ARMY) in Korea ** > **618: Spc Allison kohler, camp Humphreys Korea ** > **619. PFC Steven Moats( US ARMY) Camp Humphreys ** > **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** > > **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** > **622. Will Thompson, Paso Robles CA ** > **623. DJ Peck, Paso Robles, CA ** > **624. Bethany Saylor, san Luis Obispo, CA ** > **625. Brian Joanou, SLO , CA ** > **626. Janie Arnold, Lompoc , CA .. ** > **627. Neo Anderson, Vancouver ,B.C., Canada ** > **628. April Phillips, Spartanburg , SC ** > **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) > Okinawa , Japan ** > **631. PFC Hanes (USMC) Okinawa , Japan ** > **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** > **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** > **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , > Japan . ** > **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** > **636. Rachel Buskey , Okinawa , Ja. ** > **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** > **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** > **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** > **670. Erica Jacobo, Spokane , WA ** > **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** > **672. Deborah Romberger, Spokane WA ** > **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** > **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & > OKinawa, Japan ** > **675. Natalie Grubb Anaheim , CA ** > **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper > Fi! ** > **677. Angela England Fort Drum NY ** > **678. lcpl Webb Alexandria ! va ** > **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** > > **680. Kathryn Amirpashaie , VA *** > **681. Carolyn Amirpashaie, VA ** > **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we > are here doing what we can to protect you all back home... many of us > here have been in his shoes too many times, and in that split second you > are thinking about your safety and your buddies to your left and right's > safety, I know in my heart he made the right decision... those hippies > are a bunch of herbs ** > **683. Allison Kaler, VA ** > **684. Bryan Evans, VA I'm glad someone's doing something for this guy > cuz that's complete b/s i don't believe in this war but i love our > military and its hard enough to fight some random towel heads without > uniforms but for a guy to get court marshaled and be on trial for murder > for protecting himself and his fellow soldiers is ludicrous everyone > else thank you for your support. ** > **685. Tony Martinez , VA why is this even a big deal? he was doing what > he had to do in order to protect himself and his fellow soldiers. > what,.... was he supposed to wait for the man to fire two rounds & > nbsp;into his chest before he shot back? ** > **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** > **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did > to protect himself and others around him. This Marine should be praised > not punished. How many Marines would be dead now if the person he shot > would've pulled out a gun or a pin on a Grenade? ** > **688. Amanda Willis , Va.- Anybody would protect their own life! It is > natural! ** > **689. Kristin Stell , VA ** > **690. Chris Smith, VA- The man was protecting his life as well as his > fellow Marines! . He should he praised for that, instead of being > charged. What would you have done? That combatant could've done anything > to kill all of those Marines. ** > **691. Amber Hale , Va ** > **692. Julie Miller,Va ** > **693. Brittany hedgepeth ,va ** > **694. Julia Keene, NC ** > **6 95. Evelyn White, WV...when did doing one's job become a > crime?...soldiers kill the enemy...its in their job description..and to > those of you now serving and who have served before...THANK YOU FOR MY > LIFE!!! ** > **696. Tim Collins , VA ** > **697 Karen Vannoy, NC ** > **698. Mary McBride USMC Wife ** > **699. Jennifer K. Rau, NC ** > **700. Leanne Sudbrink, NC ** > **701. Benson Huff. grandson currently in Iraq again. *** > > **702. Mildred Huff grandson currently in Iraq again. *** > **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** > **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** > **705. Dawn Schirtzinger , OH ** > **706. Shelba Webb, FL ** > **707 Nicole Ehlermann, Fl Are these the same people bitching about the > lives lost in Iraq this young m! an did his job, did it WELL and saved > lives. he has all my respect ** > **708. C.J. Grisham - You can lead a fool to wisd om but you can't make > him think. We can't prevent the birds of sorrow from flying over our > heads, but we can refuse to let them build nests in our hair. ** > **709. Sherrie Rafferty , Alaska - daughter and wife of retired > military. Thank you to all who serve! ** > **710. Gregg Baumeier , Virginia - son of and retired military. ** > **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** > **712. AZ1(AW/SW) J. Lynch, USNR - VA ** > **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** > **714. R.M.Van Kirk, (USN Retired) MA. ** > **715. J. Rumsis, Massachusetts ** > **716. Adelaide LaBauve (LA) ** > **717. Randy LaBauve Sr. (LA) ** > **718. Barbara Robinson (AR) ** > **719. Al Robinson (AR) ** > **720. A.M.Armstrong (AR) ** > **721. K.F.Smorol (AR ** > **722. Rita Warner, AR. ** > **723. Jane Stone , AR. ** > **724. Angela Strawn (OK) ** > **725. Gabby Baker - Riverside , CA . ** > **726. Wayne Edwards, CA ** > **727. Arlene E dwards, Mission Viejo, California ** > **728. Don Edwards, Mission Viejo , CA ** > **729. Sheila Gershwin, Huntington Beach , CA ** > **730. Hershel Gershwin, Huntington Beach , CA ** > **731. Mary Hanson, Fountain Valley , CA ** > **732. Janet Winstead, Burlington , N.C. ** > **733 Bill Winstead, Burlington , N.C. ** > **734. Scotty Key, Burlington , N. C. ** > **735. Donald A. Smith, Roanoke , VA. ** > **736. Sandra R. Smith, Roanoke , VA. ** > **737. Norm Noble, Sun Lakes , AZ ** > **738. DenisAnn Noble, Sun Lakes , AZJim ** > **739. Jim Sinclair, Burbank , WA ** > **740. Virginia Sinclair, Burban! k, WA ** > **741. Archie Hook Wallowa, Or ** > **742. Vicqui Hook Wallowa, Or ** > **743. Becky Story, Cove, OR ** > **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back > them up in their actions in the line of their Duty. ** > **745. Patsy Hutchinson, La Grande, OR All who serve their country, > should be praised for their great contribution. ** > **746 WARD THOMAS, TUALATIN , OREGON ** > **747. Keith Book, Boise , ID ** > **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force > and is heading to Iraq for the 3rd time! I support our troops 100%! ** > **749. Beatrice Lasater , ID God bless and protect our troops! Thank you > for your sacrifices. ** > **750. Carmen Hunt , ID ** > **751. Linda Newell, Boise , ID ** > **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom > so the war is not being fought on American soil. ** > **753. Shirley Carnahan, Boise ID ** > **754. David Dill. Boise ID ** > **755. Shannon Fick, Boise , ID ** > **756. Kenneth Dill, Boise ID ** > **757. Mandy Barth, Boise ID ** > **758. Carol Anderson, Boise ID ** > **759. Jennifer Bonilla, Boise ID ** > **760. Jesama Rosensweig, Boise ID ** > **761. PO3 ROSENSWEIG, GUAM ** > **762 June Johnson (TX) ** > **763 Nancy Parlberg (TX) ** > **76 4 Kathryan Barber (Tx) ** > **765 Stacy Sooter (Tx) ** > **766 Alan B. Sooter (Tx) ** > **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** > **768 Sandra Sooter (TX) ** > **769 David Sooter ** > **770 Phil Sooter ** > **771 Marietta Sooter ** > **772 Shawn Sooter ** > **773 Kent Knight Midland, TX ** > **774 John Reed (WWII vet) Midland, TX ** > **775 Max Wright, Midland, TX ** > **776 Paul B. Homer, China Lake, CA ** > **777 Claire Goodell, Ridgecrest, CA ** > **778. Jeff Sinclair, USMC, Ret ** > **779. George Nehr, Ridgecrest , CA *** > > **780 Jake and Sheryl, Oxnard CA *** > **781 Arlene Raisner, Camarillo, CA ** > **782 Norman Wilcox Oxnard, CA. ** > **783. Shawn Clay California ** > **784. Duane DeSalvo, Fillmore , CA ** > **785. Robert T. Morock, Oxnard , CA ** > **786. Keith High, Camarillo, Ca. -- Former military brat and son of > USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, > they have "license to kill" in time of WAR! ** > **787. Liz Higgins, Rosamond CA ** > **788. Annette Pitre, Rosamond, can't even write what I think. Son did > two tours. Semper Fidelis ** > **789. Margie Vincent, Weatherford , OK ** > **790. Kathy Bell, Norman , OK ** > **791. Austilene Borum , OK ** > **792. Ron Borum, OK ** > **793. Marshall Whittaker, TN ** > **794. Doc Gillespie , TN Semper Fi! ** > **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with > pen removed) ** > **796 June Landrum,Tn, ** > **797 Earl McCosh, Col, USAF (Ret) ** > **798 Jane McCosh, wife of Col McCosh ** > **799 Rodney McCosh, Sgt E-6, Disabled Vet ** > **800 Pam McCosh, Wife of Sgt McCosh ** > **801 Robert Ahrens, NC ** > **802.Mary H. Ahrens, NC ** > **803 Myron Speer ** > **804 Ross W Connors ** > **805 Elva M Connors ** > **806 Harriet Anthony ** > **807 Joan Kniager ** > **808. Pam Shaffer ** > **809. Don Shaffer ** > **810 Shane Shaffer ** > **811. Jennifer Shaffer Morales ** > **812. Geri McClung, Wellington ,Ks ** > **813. Huey Hubbard, Wellington ,Ks ** > **814. Audrea Frazer, Wellington , Ks ** > **815. Eldridge Anthony LA. ** > **816. Amy Heisey, Waldorf MD ** > **817. Debra Baca, Statesboro , Georgia ** > **818. Don Holland, Orlando, Florida ** > **819 HERB NORCH, EL PASO, TEXAS ** > **820 Roy McLendon, Tallahassee, Foriida> ** > **821. Charles McLendon/ Florahome, fl. ** > **822. Luther McDonald, >>Semper Fi<< ** > **823 Gerry Redmon, Panama City, FL ** > **824 Frank Redmon, Panama City, FL ** > **825 Charles Newman, Florence, AL ** > **826 Willene Newman, Florence, AL ** > **827 Rebecca Schwartz Gadsden AL ** > **828 Ronald Schwartz Gadsden AL ** > **829 W.C. Murphy, Gadsden, Al. ** > **830 Marlene Murphy, Gadsden, Al. ** > **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak > for us any more than Jane Fonda during the Vietnam War?! They are a > cowardly group trying to force their opinions on the rest of us. ** > **832 James Asbury, McDonough , GA ** > **833 Mary Stanfield, Beaumont , Tx . *** > **834 Terry Sykes,Attalla,Al,** > **835 Jerry Parker, Orange Beach , AL** > **836 Jean Parker, Orange Beach , AL** > **837**** Terry Gilmore, Glencoe , AL** > **838 Linda Gilmore, Glencoe , AL** > **839 James Little, Gadsden , AL** > **840 Betty Little, Gadsden , AL ** > **841 Omar Hancock, Henagar , AL** > **842 Joyce Hancock, Henagar , AL** > **843 James Johnson, Fort Payne AL ** > **844 Brenda Johnson, Fort Payne AL** > **845. Bud Hilyer, Fort Payne , AL** > **846. Joan Pace Gilmore** > **847. Pat Gillespie , TN** > **848: Joyce S. Gilliland Ohio** > **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** > **850: Herman Keisler. Msgt. USAF retired. SC** > **851: Patricia Keisler. SC** > **852:Glenn Lancaster S.C.** > 853:Cindy Lancaster, S.C. > **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** > **855. Darlene Cook, Barnwell , SC*** > **856. Walter Breland SFC RET, Lodge, S.C.*** > **857. W. Collier, South Carolina*** > **858. B. Frye , South Carolina***** ** > 859. Alice Brooks , South Carolina > 860. Phillip Baker , USA , SFC Ret., Columbia , SC > 861. Lisa Crimm, Attalla , */AL/**//* > > > > > > > > */[862. GINA HANNAH , GADSDEN , AL/* > */863. MIRREN HANNAH, GADSDEN , AL/* > */864. ALYSSA HANNAH, GADSDEN AL/* > */865. JOSH HANNAH, GADSDEN , AL/* > */866. LOLA M. CLOYD GADSDEN , AL/* > */867. MARTHA RHODEN, GADSDEN , AL > 868. JOY HUDSON, RAINBOW CITY, AL > 869. ALYSSA HUDSON, RAINBOW CITY, AL > 870. Josh Lee Rainbow City, Al > /* > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Thu Sep 14 05:12:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Thu, 14 Sep 2006 10:12:35 +0100 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> Message-ID: Someone who blindly forwards to a mailing list, should be taken off. Josh Lee Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 14/09/2006 09:32 Please respond to vtigercrm-developers at lists.vtigercrm.com To jlee at cellbg.com cc Subject [Vtigercrm-developers] Online Petition I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: application/octet-stream Size: 231 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment.obj From richie at vtiger.com Thu Sep 14 05:53:33 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 02:53:33 -0700 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <10dabbed644.7656873636832605813.-607893398635991359@@vtiger.com> JLee, I understand that this pains you but please note that the fora for these sort of feelings is not this. I am sure we will not get to see any more of these sort of posts from anyone in the community in the future. Richie ---- Josh Lee<jlee at zertis.net> wrote ---- I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//*     */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/4de8d475/attachment-0001.html From richie at vtiger.com Thu Sep 14 09:20:35 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 06:20:35 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/6df45c3b/attachment-0001.html From liuzs at bit2x.com Thu Sep 14 09:51:51 2006 From: liuzs at bit2x.com (Zesheng Liu) Date: Thu, 14 Sep 2006 21:51:51 +0800 Subject: [Vtigercrm-developers] vtigercrm5 released References: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Message-ID: <006701c6d804$fe223000$de0ac50a@liuzs> Hi, Congration! Thanks to Richie and your team. Noah Liu ----- Original Message ----- From: Richie To: vtigercrm-developers at lists.vtigercrm.com Sent: Thursday, September 14, 2006 9:20 PM Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie ------------------------------------------------------------------------------ _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/602d219d/attachment-0001.html From dgrant at accuratetechnologies.com Thu Sep 14 10:21:58 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 14 Sep 2006 10:21:58 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Congrats! And great timing too! Now, could someone with more Subversion experience than I explain how to pull this release out of svn and sync my changes against my local copy of RC1 against the new version? Tanks, DG _____ From: Richie [mailto:richie at vtiger.com] Sent: Thursday, September 14, 2006 9:21 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id =203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/0df7c974/attachment-0001.html From leandro at oriontek.org Thu Sep 14 16:25:37 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Thu, 14 Sep 2006 15:25:37 -0500 Subject: [Vtigercrm-developers] New Features Message-ID: <200609141525.37760.leandro@oriontek.org> Hello Vtiger developer team, Im testing the V5 today, and V5Beta before, and I like the import utility for the notes, emails, quotes and tickets, because from sugar for my case is easy export this datas from the web form. The import utility for contacts and accounts is good for me, but i need import the notes and tickets and if is possible the quotes. Somebody has working in Spanish Translation for V5? (for aplication, manuals and plugins?) if none is available or you need for help, i would help to it. Congratulations For this hard JOB!! -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From joe at tsolucio.com Thu Sep 14 16:58:43 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 22:58:43 +0200 Subject: [Vtigercrm-developers] New Features In-Reply-To: <200609141525.37760.leandro@oriontek.org> References: <200609141525.37760.leandro@oriontek.org> Message-ID: <1158267523.8029.4.camel@joeshome.int> Hello Leandro, Can't help with imports but you should checkout this thread in the language forum: http://forums.vtiger.com/viewtopic.php?t=9668&postdays=0&postorder=asc&start=0 You should get a pretty good start into a spanish translation. I am Joe Bordes and I will start a new spanish translation project, as the thread says (the existing one seems to be dead), and coordinate all the efforts that are being done to this respect. Just give me a couple of days :-) Regards, Joe El jue, 14-09-2006 a las 15:25 -0500, Leandro Rache Sanchez escribi?: > Hello Vtiger developer team, > Im testing the V5 today, and V5Beta before, and I like the import utility for > the notes, emails, quotes and tickets, because from sugar for my case is easy > export this datas from the web form. The import utility for contacts and > accounts is good for me, but i need import the notes and tickets and if is > possible the quotes. > Somebody has working in Spanish Translation for V5? (for aplication, manuals > and plugins?) if none is available or you need for help, i would help to it. > > Congratulations For this hard JOB!! From libregeek at gmail.com Fri Sep 15 09:58:32 2006 From: libregeek at gmail.com (Manilal K M) Date: Fri, 15 Sep 2006 19:28:32 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 Message-ID: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Hi developers, I have just now downloaded and installed the amazing vtiger-5.0 and really impressed with the appearance and usability. But I came across a number of problems while installing. I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched logs/migration.log, but there was no log of any kind. I was actually trying to load the data through the second method (database dump of 4.2.3). This is still not solved. The second issue is with the IMAP connection. I tried to configure the mail account through the interface provided by vtiger and it was a great failure. In the end I found that the Connection String through which vtiger is connection is making the problem. The Connection String with which vtiger is connecting is: "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" Then I hardcoded my server's Connection String in modules/Webmail/MailBox.php like this: $this->mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, $this->secretkey); and it worked. I think that something happened with the Connection string, because it is different from the one that I used. Reference : http://in.php.net/manual/en/function.imap-open.php regards Manilal From allan.bush+vtiger_dev at gmail.com Fri Sep 15 10:51:04 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 07:51:04 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Message-ID: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Congratulations on the release. I'm sure everyone deserves a couple days off now. I hate to nag but a release should never occur when there are outstanding bugs will a target milestone of the release version. All these bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 should have been cleared off (either closed or had their milestone bumped) before the 5.0 release. It looks a little unprofessional to create a release with so many known outstanding issues. Also all open bugs with a version of 5.0-RC (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) should be reviewed against the 5.0 release now and either marked as fixed or have their version bumped to 5.0. Moving forward their should probably be 2 new targeted releases; 5.0.1 and 5.1.0. A 5.0 branch should be created and all bug fixes should be applied to it for a 5.0.1 release. Meanwhile all new features should be added to the trunk code which will become the 5.1 release in time. Bug fixes applied to the 5.0 branch should also be applied to the trunk code when appropriate. This is of course all my opinion and open to discussion. On 9/14/06, Dennis Grant wrote: > > > > > Congrats! > > > > And great timing too! > > > > Now, could someone with more Subversion experience than I explain how to > pull this release out of svn and sync my changes against my local copy of > RC1 against the new version? > > > > Tanks, > > > > DG > > > > ________________________________ > > > From: Richie [mailto:richie at vtiger.com] > Sent: Thursday, September 14, 2006 9:21 AM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > Hi! > > vtigercrm5 has been released! > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > I take this opportunity to thank each one of you for > the help, encouragement and support that > you have > provided to enable us to release it today. > > This has been 'the' toughest release in vtiger's > short history and also the most useful and > knowledgeable one. > The core-team learnt a lot about > community-building, making mistakes, using > trac and svn, handling volatile > emotions,etc. It has been a sort of > self-discovery actually. > > At this point of time, I cannot help but be > philosophical about the output. > We have given our best we could in the given > circumstances. > The result is for all of you to decide upon. > Yes, we could have done more but then I am not sure > if that would have made the release any > better. > > There comes a time when we have to let go and take > a step back and observe. > I think this is the time. > > Thank You for taking out some time to read this mail. > I want all of you to know that we need you and we > respect you. > We will make mistakes in the future too but we are > willing to learn and adapt also. > So, please bear with us. > > Do let us know how you feel about the release. > > Thanks once again, > Richie > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 11:05:15 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 10:05:15 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: It is better to be able to get a list of known bugs in an app. Reassigning or closing the bugs would prevent a user from finding out that their specific version has a known bug. Before I deploy an application, I should be able to tell what is wrong with it to see if there are any show stoppers. For example, if there is a fatal flaw in the ability to send emails and I require emails then I want to know before deployment. Ideally, the bug tracker has the ability to note that a bug exists in multiple versions and when it was fixed. In lieu of that, leave the bugs open and create a new bug for the next milestone that references the previous version. When the bug is fixed, note that in the previous bug so they know to move up to 5.1.0 or if it is a patch then mark it as fixed in 5.0.1. In summary, if 5.0.0 has a bug then it always will have a bug. Anyone running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. Regards, Tim OnwealdTim On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > I'm sure everyone deserves a couple days off now. > > I hate to nag but a release should never occur when there are > outstanding bugs will a target milestone of the release version. All > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > should have been cleared off (either closed or had their milestone > bumped) before the 5.0 release. It looks a little unprofessional to > create a release with so many known outstanding issues. > > Also all open bugs with a version of 5.0-RC > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority > ) > should be reviewed against the 5.0 release now and either marked as > fixed or have their version bumped to 5.0. > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > applied to it for a 5.0.1 release. Meanwhile all new features should > be added to the trunk code which will become the 5.1 release in time. > Bug fixes applied to the 5.0 branch should also be applied to the > trunk code when appropriate. > > This is of course all my opinion and open to discussion. > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > Congrats! > > > > > > > > And great timing too! > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > pull this release out of svn and sync my changes against my local copy > of > > RC1 against the new version? > > > > > > > > Tanks, > > > > > > > > DG > > > > > > > > ________________________________ > > > > > > From: Richie [mailto:richie at vtiger.com] > > Sent: Thursday, September 14, 2006 9:21 AM > > > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > Hi! > > > > vtigercrm5 has been released! > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > I take this opportunity to thank each one of you for > > the help, encouragement and support that > > you have > > provided to enable us to release it today. > > > > This has been 'the' toughest release in vtiger's > > short history and also the most useful and > > knowledgeable one. > > The core-team learnt a lot about > > community-building, making mistakes, using > > trac and svn, handling volatile > > emotions,etc. It has been a sort of > > self-discovery actually. > > > > At this point of time, I cannot help but be > > philosophical about the output. > > We have given our best we could in the given > > circumstances. > > The result is for all of you to decide upon. > > Yes, we could have done more but then I am not sure > > if that would have made the release any > > better. > > > > There comes a time when we have to let go and take > > a step back and observe. > > I think this is the time. > > > > Thank You for taking out some time to read this mail. > > I want all of you to know that we need you and we > > respect you. > > We will make mistakes in the future too but we are > > willing to learn and adapt also. > > So, please bear with us. > > > > Do let us know how you feel about the release. > > > > Thanks once again, > > Richie > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/c0aa6513/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 11:17:29 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 08:17:29 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. On 9/15/06, Tim Smith wrote: > It is better to be able to get a list of known bugs in an app. Reassigning > or closing the bugs would prevent a user from finding out that their > specific version has a known bug. > > Before I deploy an application, I should be able to tell what is wrong with > it to see if there are any show stoppers. For example, if there is a fatal > flaw in the ability to send emails and I require emails then I want to know > before deployment. > > Ideally, the bug tracker has the ability to note that a bug exists in > multiple versions and when it was fixed. In lieu of that, leave the bugs > open and create a new bug for the next milestone that references the > previous version. When the bug is fixed, note that in the previous bug so > they know to move up to 5.1.0 or if it is a patch then mark it as fixed in > 5.0.1. > > In summary, if 5.0.0 has a bug then it always will have a bug. Anyone > running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. > > Regards, > Tim > > OnwealdTim > > > On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > > > I'm sure everyone deserves a couple days off now. > > > > I hate to nag but a release should never occur when there are > > outstanding bugs will a target milestone of the release version. All > > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > > should have been cleared off (either closed or had their milestone > > bumped) before the 5.0 release. It looks a little unprofessional to > > create a release with so many known outstanding issues. > > > > Also all open bugs with a version of 5.0-RC > > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) > > should be reviewed against the 5.0 release now and either marked as > > fixed or have their version bumped to 5.0. > > > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > > applied to it for a 5.0.1 release. Meanwhile all new features should > > be added to the trunk code which will become the 5.1 release in time. > > Bug fixes applied to the 5.0 branch should also be applied to the > > trunk code when appropriate. > > > > This is of course all my opinion and open to discussion. > > > > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > > > > > > Congrats! > > > > > > > > > > > > And great timing too! > > > > > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > > pull this release out of svn and sync my changes against my local copy > of > > > RC1 against the new version? > > > > > > > > > > > > Tanks, > > > > > > > > > > > > DG > > > > > > > > > > > > ________________________________ > > > > > > > > > From: Richie [mailto: richie at vtiger.com] > > > Sent: Thursday, September 14, 2006 9:21 AM > > > > > > To: vtigercrm-developers at lists.vtigercrm.com > > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > > > > > > > > > Hi! > > > > > > vtigercrm5 has been released! > > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > > > I take this opportunity to thank each one of you for > > > the help, encouragement and support that > > > you have > > > provided to enable us to release it today. > > > > > > This has been 'the' toughest release in vtiger's > > > short history and also the most useful and > > > knowledgeable one. > > > The core-team learnt a lot about > > > community-building, making mistakes, using > > > trac and svn, handling volatile > > > emotions,etc. It has been a sort of > > > self-discovery actually. > > > > > > At this point of time, I cannot help but be > > > philosophical about the output. > > > We have given our best we could in the given > > > circumstances. > > > The result is for all of you to decide upon. > > > Yes, we could have done more but then I am not sure > > > if that would have made the release any > > > better. > > > > > > There comes a time when we have to let go and take > > > a step back and observe. > > > I think this is the time. > > > > > > Thank You for taking out some time to read this mail. > > > I want all of you to know that we need you and we > > > respect you. > > > We will make mistakes in the future too but we are > > > willing to learn and adapt also. > > > So, please bear with us. > > > > > > Do let us know how you feel about the release. > > > > > > Thanks once again, > > > Richie > > > > > > _______________________________________________ > > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 14:33:07 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 13:33:07 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/254f07e8/attachment-0001.html From dgrant at accuratetechnologies.com Fri Sep 15 14:55:39 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 14:55:39 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> So can anybody give me any pointers about how to grab the new release from SVN and synch up my repository with my patches? DG _____ From: Tim Smith [mailto:smith.timsmith at gmail.com] Sent: Friday, September 15, 2006 2:33 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Agreed. On 9/15/06, Allan Bush wrote: I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/81e804f9/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 15:17:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 12:17:09 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> Message-ID: <3bec26390609151217p25886abcvfafa30ccbe96e673@mail.gmail.com> Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Fri Sep 15 15:31:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 15:31:16 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091C@exch.accuratetechnologies.com> I thought there was a way to checkout a new working copy of 5.0GA, then do a merge of my trunk against it. They way I have been working so far, I actually imported my install of a working 5.0RC1 into SVN, then checked it out in place (meaning that SVN saw my hacking on a live install of RC1 as a working copy.) I never committed any of my changes, so a straight svn diff would dump a patch that was all my changes compared against vanilla RC1 - that was easy to submit to the mailing list to get my patches accepted. But given the amount of work that I'm doing - and am going to have to do, given the backup of feature requests I've got on the go right now - it'd be better for everyone if I adopted the same SVN practices as the rest of the vtiger core team. But I'm super new to svn, and could use a little handholding. Is there no way to get svn to download the new version and do the merge? DG -----Original Message----- From: Allan Bush [mailto:allan.bush+vtiger_dev at gmail.com] Sent: Friday, September 15, 2006 3:17 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From joe at tsolucio.com Sun Sep 17 19:09:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 18 Sep 2006 01:09:13 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> References: <1157677778.10479.7.camel@joeshome.int> <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Message-ID: <1158534554.11480.4.camel@joeshome.int> Hi, I finally got a moment to read and understand this email. I also updated some wiki pages with it. >From what I understand there is no official way of obtaining a tabid/blockid with which I can work without worrying of clashing with somebody elses. So why isn't there a tab_seq and block_seq table so we could use the getUniqueID when inserting records in these tables as we do with vtiger_fields? Thanks for your answer. Regards, Joe El vie, 08-09-2006 a las 03:17 -0700, Mangai escribi?: > Dear joebordes, > > I apologize for delay in reply. > > Here is the information you requested: > > Following changes should be done in > modules/Users/DefaultDataPopulator.php files. > > 1) To insert into vtiger_tab table > use value greater than 29 for tabid. values from 1 to 29 already > occupied for modules in vtigerCRM. > Syntax: $this->db->query("INSERT INTO vtiger_tab VALUES > (,'',,,'',,,)"); > > Example: $this->db->query("INSERT INTO vtiger_tab VALUES > (7,'Leads',0,4,'Leads',null,null,1)"); > [example given with respect to Leads module.] > > 2) To insert into vtiger_blocks table > use value greater than 83 for blockid. values from 1 to 83 are > already occupied. > Syntax: $this->db->query("insert into vtiger_blocks values > > (,,'',, >,,,,)"); > > Example: $this->db->query("insert into vtiger_blocks values > (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); > > 3) To insert into vtiger_field table > value for fieldid will be generated dynamically using getUniqueID > method of PearDataBase class. > Syntax: $this->db->query("insert into vtiger_field values > > (,,,,,,,, > > ,,,,,,,, > ,,)"); > > Example: $this->db->query("insert into vtiger_field values > > (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', > > 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); > > > This is a small part in module creation. As you asked about block,tab > and field id, I've given that. kindly wait for some time to get full > documentation for module creation. We will provide it soon. > > If you have any query or any difficulty in the above statements, > kindly feel free to mail me(email address: minnie at vtiger.com) > > Thanks & Regards, > Minnie. > > ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- > > Hi All, > > I asked a question on the forum a few days ago but nobody > answered. The > thread is: > > http://forums.vtiger.com/viewtopic.php?t=9516 > > It is about what numbers I should use when adding > vtiger_block, > vtiger_tab and vtiger_field. Do I just invent whatever numbers > I want > and hope they don't clobber/get clobberd? Or is there > somewhere I can > get my own "reserved" numbers? > > I'm asking because I just let out a patch to a project on the > forge that > has this problem. Or I make an install script for the project > and > generate te numbers dinamically so they can adapt to each > installation > or I used some reserved numbers. > > Please put me in the right direction. > > Thanks, Joe. > > BTW: If anybody has some time to test the project, all > feedback is > welcome (tsolucio::tttimecards). > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Mon Sep 18 01:01:51 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sun, 17 Sep 2006 23:01:51 -0600 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Message-ID: <1158555711.6562.1.camel@localhost.localdomain> The connection string seems to be a hit and miss depending on the email server. If I put too many connection attempts into the MailBox class it slows the system down considerably for each attempt. I'll work on it some more, have been out of town and missed the 5.0.0 release :(. Matt On Fri, 2006-09-15 at 19:28 +0530, Manilal K M wrote: > Hi developers, > I have just now downloaded and installed the amazing vtiger-5.0 and > really impressed with the appearance and usability. But I came across > a number of problems while installing. > I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched > logs/migration.log, but there was no log of any kind. I was actually > trying to load the data through the second method (database dump of > 4.2.3). This is still not solved. > > The second issue is with the IMAP connection. I tried to configure the > mail account through the > interface provided by vtiger and it was a great failure. In the end I > found that the Connection String through which vtiger is connection is > making the problem. The Connection String with which vtiger is > connecting is: > "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" > > Then I hardcoded my server's Connection String in > modules/Webmail/MailBox.php like this: > $this->mbox = imap_open > ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, > $this->secretkey); > and it worked. > > I think that something happened with the Connection string, because it > is different from the one that I used. > > Reference : http://in.php.net/manual/en/function.imap-open.php > > regards > Manilal > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From libregeek at gmail.com Mon Sep 18 01:41:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 18 Sep 2006 11:11:33 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <1158555711.6562.1.camel@localhost.localdomain> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> <1158555711.6562.1.camel@localhost.localdomain> Message-ID: <2315046d0609172241h19b90376q211e79d62b057669@mail.gmail.com> On 18/09/06, Matthew Brichacek wrote: > The connection string seems to be a hit and miss depending on the email > server. If I put too many connection attempts into the MailBox class it > slows the system down considerably for each attempt. I'll work on it > some more, have been out of town and missed the 5.0.0 release :(. > > Matt Dear Matt, I would like to bring to your notice some of the issues I notices in modules/Webmails. First of all, the vtiger connection string never includes a string like "{localhost:993/imap/ssl/novalidate-cert}". It is seen that a checking for $this->ssltype == "ssl" is included from the source, but the ssltype variable will never get a value like "SSL", because such a value is never returned from the UI. and hence a IMAP connection to port no 993 is not possible. It would be nice to include a radio button which has a value "SSL" in the Email Settings form along with TLS and NOTLS, so that users can enable SSL connection to 993. regards Manilal From don at vtiger.com Mon Sep 18 07:24:59 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 04:24:59 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: <10dc0abfe60.3128830003835031301.-7116431478932076005@@vtiger.com> Hi All, We do agree that currently there are issues with version and priority updates in the trac. Philip will be working on this and we will fix these issues at the earliest. Please bear with us in the mean time. As pointed out by Allan we will also move the tickets from version from 5.0-RC to 5.0.0 if the issue still persists in 5.0 GA Thanks & Regards, Don ---- On Fri, 15 Sep 2006 Tim Smith wrote ---- Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/707f150f/attachment-0001.html From gopals at vtiger.com Mon Sep 18 07:53:40 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 18 Sep 2006 04:53:40 -0700 Subject: [Vtigercrm-developers] Naming convention for language packs Message-ID: <10dc0c63e26.6514486618761055109.8022407613324589530@@vtiger.com> Dear Team, I would like to propose the following naming convention for version 5 language packs: vtigercrm-5.0.0--.zip Example: vtigercrm-5.0.0-en-us.zip Looking forward for your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag | blog ph: +1 877 788 4437 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/92309517/attachment-0001.html From jtk at yahoo.com Mon Sep 18 09:59:42 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 18 Sep 2006 09:59:42 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: Gopal wrote: > I would like to propose the following naming convention for version 5 language packs: What is vtigercrm's definition of a language pack: a) additional drop-in files providing a new translated language, multiple language packs can be dropped in and selected by site config file or user preference. vtigercrm only ships with one (or a few) language pack, for space reduction.* b) a localized variant of the complete vtigercrm source (e.g. substituted strings everywhere). I don't think this is what we're talking about here. > vtigercrm-5.0.0--.zip > > Example: vtigercrm-5.0.0-en-us.zip This naming convention gives the impression of b). As a release package, all name components should be ahead of the version number components. if a): vtigercrm-lang-en-us-5.0.0.zip if b): vtigercrm-localized-en-us-5.0.0.zip This 'package name' would be 'vtigercrm-lang-en-us', and can follow the same naming conventions and release procedures as we finalize in the trac Wiki. * I'm not keen on the idea of separating out language packs unless including them wastes an unspeakable amount of space. It will be much easier on release management to just treat translations as feature additions, and prepare a release accordingly. I think we should streamline the bugfix and feature release processes and follow them uniformly for every release. From don at vtiger.com Mon Sep 18 11:15:44 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 08:15:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <10dc17f3f47.-4775032917081322974.7833253795728513370@@vtiger.com> Hi All, Moving forward to the forthcoming releases ,we have planned to maintain the svn in the following format. Kindly let us know your views on this. The following two branches will be created over the vtigercrm-5.0.0 trunk: - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be done in this branch - 5.1 --> All the feature additions will be done in this branch. The bug fixes done in the 5.0.1 branch will also be updated in the 5.1 branch. We will require help in this area as we are not that well-versed with svn. Fathi/JeffK will need to help us out at this stage. Now when a minor bug fix/patch release namely 5.0.1 is to be done, we will do the following :- the modified source files present in the 5.0.1 branch will be provided as a zip to upgrade from 5.0 to 5.0.1 We will also provide the full .tar.gz/exe/zip files of 5.0.1 for newly installing users so that it is not required that the install 5.0 and then upgrade to 5.0.1 When a medium release, namely- 5.1 is to be done inclusive of the bug fixes/features , the modified source files present ie (5.0.1 - 5.1) in the 5.1 branch will be provided as a zip to upgrade from 5.0 to 5.1 We will also provide the full .tar.gz/exe/zip files of 5.1 for newly installing users. Top of the trunk development is frozen. Post 5.1 we will merge all the files in 5.1 branch to the top of the trunk and then again we will create the two braches over this, 5.1.1 for bug fixes and 5.2 for feature addition. Feel free to post your views on this. Thanks, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/f06cf1be/attachment-0001.html From fboudra at gmail.com Tue Sep 19 09:00:00 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 19 Sep 2006 15:00:00 +0200 Subject: [Vtigercrm-developers] Naming convention for language packs In-Reply-To: References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: <200609191500.00459.fboudra@gmail.com> another proposal: vtigercrm-i18n-lang-5.0.0 anyway version number is always at the end. from my point of view, localized or lang aren't commonly used. cheers, Fathi PS: example given vtigercrm-i18n-af-5.0.0 vtigercrm-i18n-ar-5.0.0 vtigercrm-i18n-az-5.0.0 vtigercrm-i18n-bg-5.0.0 vtigercrm-i18n-bn-5.0.0 vtigercrm-i18n-br-5.0.0 vtigercrm-i18n-bs-5.0.0 vtigercrm-i18n-ca-5.0.0 vtigercrm-i18n-cs-5.0.0 vtigercrm-i18n-cy-5.0.0 vtigercrm-i18n-da-5.0.0 vtigercrm-i18n-de-5.0.0 vtigercrm-i18n-el-5.0.0 vtigercrm-i18n-engb-5.0.0 vtigercrm-i18n-eo-5.0.0 vtigercrm-i18n-es-5.0.0 vtigercrm-i18n-et-5.0.0 vtigercrm-i18n-eu-5.0.0 vtigercrm-i18n-fa-5.0.0 vtigercrm-i18n-fi-5.0.0 vtigercrm-i18n-fr-5.0.0 vtigercrm-i18n-fy-5.0.0 vtigercrm-i18n-ga-5.0.0 vtigercrm-i18n-gl-5.0.0 vtigercrm-i18n-he-5.0.0 vtigercrm-i18n-hi-5.0.0 vtigercrm-i18n-hr-5.0.0 vtigercrm-i18n-hu-5.0.0 vtigercrm-i18n-is-5.0.0 vtigercrm-i18n-it-5.0.0 vtigercrm-i18n-ja-5.0.0 vtigercrm-i18n-km-5.0.0 vtigercrm-i18n-ko-5.0.0 vtigercrm-i18n-lt-5.0.0 vtigercrm-i18n-lv-5.0.0 vtigercrm-i18n-mk-5.0.0 vtigercrm-i18n-mn-5.0.0 vtigercrm-i18n-ms-5.0.0 vtigercrm-i18n-nb-5.0.0 vtigercrm-i18n-nds-5.0.0 vtigercrm-i18n-nl-5.0.0 vtigercrm-i18n-nn-5.0.0 vtigercrm-i18n-pa-5.0.0 vtigercrm-i18n-pl-5.0.0 vtigercrm-i18n-pt-5.0.0 vtigercrm-i18n-ptbr-5.0.0 vtigercrm-i18n-ro-5.0.0 vtigercrm-i18n-ru-5.0.0 vtigercrm-i18n-rw-5.0.0 vtigercrm-i18n-se-5.0.0 vtigercrm-i18n-sk-5.0.0 vtigercrm-i18n-sl-5.0.0 vtigercrm-i18n-sr-5.0.0 vtigercrm-i18n-srlatin-5.0.0 vtigercrm-i18n-ss-5.0.0 vtigercrm-i18n-sv-5.0.0 vtigercrm-i18n-ta-5.0.0 vtigercrm-i18n-tg-5.0.0 vtigercrm-i18n-tr-5.0.0 vtigercrm-i18n-uk-5.0.0 vtigercrm-i18n-uz-5.0.0 vtigercrm-i18n-zhcn-5.0.0 vtigercrm-i18n-zhtw-5.0.0 From jtk at yahoo.com Tue Sep 19 10:39:25 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 10:39:25 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> <200609191500.00459.fboudra@gmail.com> Message-ID: Fathi Boudra wrote: > vtigercrm-i18n-lang-5.0.0 > (...) > vtigercrm-i18n-es-5.0.0 Fathi's right, i18n is much better. Make sure to use proper ISO codes for the language component of the package name. I still don't see the wisdom of add-in packages for each language. The linux distro packagers have to write or configure something smart enough to install the system language. Is the intent to save space, or to allow individual translation packages to be released on independently in the weeks after a release of vtigercrm-proper? You could have a vtigercrm-i18n-5.0.0 release that added in *all* language files other than the 'en-us' that an i18n-stripped vtigercrm would ship with. From sergiokessler at gmail.com Tue Sep 19 11:50:20 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Tue, 19 Sep 2006 12:50:20 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-784867627482226232@unknownmsgid> References: <-784867627482226232@unknownmsgid> Message-ID: <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> I think this is wrong. I can understand (not agree) to create a 5.0.1 branch. but why you need to create a 5.1 branch at all ??? 5.1 development should be done in the trunk... branching 5.1 the only thing will do is complicate things... remember KISS (Keep It Simple, Stupid) On 9/18/06, don wrote: > > Hi All, > > Moving forward to the forthcoming releases ,we have > planned to maintain the svn in the > following format. Kindly let us know your views on this. > > The following two branches will be created over the > vtigercrm-5.0.0 trunk: > > - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be > done in this branch > - 5.1 --> All the feature additions will be done in this > branch. The bug fixes done in the 5.0.1 branch will also > be updated in the 5.1 branch. We will require help in this > area as we are not that well-versed with > svn. Fathi/JeffK will need to help us out > at this stage. > > > Now when a minor bug fix/patch release namely 5.0.1 is to > be done, we will do the following :- > the modified source files present in the 5.0.1 branch will > be provided as a zip to upgrade from 5.0 to 5.0.1 > We will also provide the full .tar.gz/exe/zip files of > 5.0.1 for newly installing users so that it is not required > that the install 5.0 and then upgrade to 5.0.1 > > > When a medium release, namely- 5.1 is to be done inclusive > of the bug fixes/features , the modified > source files present ie (5.0.1 - 5.1) in the 5.1 branch > will be provided as a zip to upgrade from 5.0 to 5.1 > We will also provide the full .tar.gz/exe/zip files of 5.1 > for newly installing users. > > > Top of the trunk development is frozen. > > Post 5.1 we will merge all the files in 5.1 branch to the > top of the trunk and then again we will > create the two braches over this, 5.1.1 for bug fixes and > 5.2 for > feature addition. > > Feel free to post your views on this. > > Thanks, > Don > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Tue Sep 19 12:25:02 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:02 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. From jtk at yahoo.com Tue Sep 19 12:25:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:23 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 From fp at crm-now.de Tue Sep 19 13:31:55 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 19 Sep 2006 19:31:55 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: Message-ID: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > From jtk at yahoo.com Tue Sep 19 13:35:11 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 13:35:11 -0400 Subject: [Vtigercrm-developers] Subversion (trunk) permissions opened again? Message-ID: Have the restricted commit permissions been removed from the repository (vtigercrm/trunk, specifically)? From jens at Strawberry.COM Tue Sep 19 14:24:04 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 19 Sep 2006 20:24:04 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: ; from Jeff Kowalczyk on Tue, Sep 19, 2006 at 12:25:02PM -0400 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <20060919202404.E18014@Strawberry.COM> Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From werk at r2g.nl Wed Sep 20 04:41:04 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Wed, 20 Sep 2006 10:41:04 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Working with some translations myself in other project, I agree with Frank. But I don't see why we still have to change a code. I would suggest make language pack just what they are: the files including a different language and let us ork on not having to change any code for a language, in the first place! That way it would be much easier to include a new language, instead of giving each language a complete ctigercrm. I'm afrai that we might end up with several forks, as people want to include their own packages. Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Frank Piepiorra Verzonden: dinsdag 19 september 2006 19:32 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: [Vtigercrm-developers] language packs Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From don at vtiger.com Wed Sep 20 05:47:42 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 02:47:42 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <20060919202404.E18014@Strawberry.COM> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> Message-ID: <10dca9fa4a3.-763084884070474814.4430338107967877023@@vtiger.com> Hi all, Thanks for all your valuable feedbacks and suggestions. >From looking into your inputs we also feel the maintaining a separate 5.1 branch is unnecessary and will be cumbersome. So we will be doing the feature additions for 5.1 in the top of the trunk. We will have only the 5.0.1 branch for bug fixing. All fixing done in this branch will also be merged in the top of th trunk. Kindly let us know your opinions on this. Thanks, Don ---- On Tue, 19 Sep 2006 Jens Hamisch wrote ---- Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/b8fcbeb3/attachment-0001.html From sergiokessler at gmail.com Wed Sep 20 11:19:10 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 20 Sep 2006 12:19:10 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-1527600265577740350@unknownmsgid> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> Message-ID: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Wed Sep 20 11:57:57 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 11:57:57 -0400 Subject: [Vtigercrm-developers] language packs References: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Dhr. R.R. Gerbrands wrote: > I would suggest make language pack just what they are: the files > including a different language and let us ork on not having to change > any code for a language, in the first place! What would be the name of a subsequent enhancement/bugfix release of the language pack: vtigercrm-i18n-de-5.0.0 My point is, this introduces a whole new release cycle which may be: delayed in its start from the vtigercrm-5.0.0 release, highly accelerated (e.g. releases may be rapidly followed by minor improvements), and driven by first-time or infrequent contributors. The user (and the packager) is now burdened with matching a precise language pack ISO code and version number to ensure proper operation. A successful language pack initiative making independently-timed releases would need a determined release manager to keep things from getting out of hand. From don at vtiger.com Wed Sep 20 12:36:45 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 09:36:45 -0700 Subject: [Vtigercrm-developers] Invtiting fixes/contributions for 5.0.1 Message-ID: <10dcc1621de.-2686492889488106902.2731985580817985028@@vtiger.com> Hi All, We invitie bug fixes/contributions for vtigerCRM 5.0.1. Kindly post your fixes/contributions in trac and the URL for the same is as follows: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report For all the fixes/contributions that you are posting in trac make sure that you also are making a blurb here in this mailing list. We also invite volunteers for testing these fixes and contributions. So interested people kindly contact us. Thanks & Regards, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/677fb25a/attachment-0001.html From richie at vtiger.com Wed Sep 20 12:38:44 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:38:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> Message-ID: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Well, my thought process is something like this :- I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. Does this make sense? Kindly let me know lest I go way overboard with svn fundas. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don <don at vtiger.com> wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch <jens at strawberry.com> > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/0a534241/attachment-0001.html From richie at vtiger.com Wed Sep 20 12:40:08 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:40:08 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc193bd2.6541870305308356549.-5434552578084649865@@vtiger.com> Jeff, any idea on the effort and the result of this operation please? Before I call for an all-out ceasefire on the checkins, I need to know whether this operation will have any benefits within stipulated timelines. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/59b244fd/attachment-0001.html From richie at vtiger.com Wed Sep 20 12:48:16 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:48:16 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc20af09.-8578252862366610154.6153230573603325771@@vtiger.com> Jeff, I need your personal thoughts on our decision to have a 5.0.1 branch and keep the 5.1 development to be done on the top-of-the-trunk for 5.0.0. This will give us the extra-confidence here to move forward. I have some queries. Kindly bear with me as I did read the document but was not quick enough to understand it. The bug fixes that are being done will be on the 5.0.1 branch. Now, to maintain the same fixes in the 5.1, we also need to make checkins in the 5.0.0 top of the trunk. Is that correct? To add to the above combo, we can also integrate the contributions of other features for example the mailing list enhancement from mmbrich (say) to ONLY the top-of-the-trunk. So, in brief, the 5.0.0 top of the trunk will have the following :- the 5.0.0 code the bug fixes that are going to 5.0.1 the features submitted newly The combination of these three is going to be called the 5.1 release. Is my understanding correct? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/88a14e1f/attachment-0001.html From richie at vtiger.com Wed Sep 20 13:12:24 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:12:24 -0700 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? Message-ID: <10dcc36c664.6515729719084379586.3312953583758173088@@vtiger.com> Hello! I want to know how to handle feature submissions given by various vtiger users into the 5.0.0 trunk. Is there any specific process that needs to be followed? The reason for the question is this :- We need to determine what all features should go into 5.1. For this to happen, we need to have a list of features that the users are willing to submit so that those features become part of the 5.1. Now, how do we keep track of these? How to ensure that the users do not step on each other's toes? I am sure someone will have this experience out there. I am willing to learn. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/282c5503/attachment-0001.html From richie at vtiger.com Wed Sep 20 13:17:12 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:17:12 -0700 Subject: [Vtigercrm-developers] Right time to start working on 5.1? Message-ID: <10dcc3b2d66.1054835573058807321.7639813491275639595@@vtiger.com> Hi! Wanted to know if you feel that it is the right time to start working on the 5.1 front? Or, do you suggest that we wait till the 5.0.1 is out and then start working on that end? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/ff913a45/attachment-0001.html From richie at vtiger.com Wed Sep 20 13:22:41 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:22:41 -0700 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? Message-ID: <10dcc40327f.584187284068407711.-945443142663597140@@vtiger.com> Hi! I am flooding the mailing list I think but please this is no spam :-)! How does one determine when to make the jump from the 5.0.x to a 5.y? Anyway, 5.y is going to be the final destination which is going to be a superset of fixes and features right? What criteria are used to determine this? Often in the past, I have made this mistake of jumping the gun immediately after a release and working on the next big thing. I realise that this approach is flawed but am not able to pinpoint why it is flawed. Matt has explained this to me many a times but I still do not get it. Kindly explain to me once again please. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/799e972e/attachment-0001.html From fboudra at gmail.com Wed Sep 20 13:32:33 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 19:32:33 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <200609201932.33373.fboudra@gmail.com> Hi, why it is so difficult to understand ? Please find below an overview of the repository and what must be done: The vtigercrm repository structure The repository is organised in main directories: * branches * tags * trunk The trunk directory The trunk directory is where the main development for vtigercrm occurs. What you will find here is what will become the next vtigercrm release. The tags directory This directory contains the official releases of the programs maintained and developed in the vtigercrm repository. Inside it, you will find the release numbers. The branches directory This directory contains the branch versions of vtigercrm after a major release. vtigercrm must adhere to the philosphy that new features (as well as new user-visible strings) are added only to the next release cycle ? the one that lives in trunk. However, bugfixes are applied to all applications, even after release. In order to do that, a branch is created at the moment of the release, indicating the state of the files at that time. Bugfixes are then checked in to those files. Those branches are the ones in branches. To resume: * bugfixes must be done in branches * new feature must be done in trunk * keep sync your bugfixes in trunk * never commit code that break vtigercrm we don't really care of versionning "right now" (5.0.1, 5.0.2, 5.1.0). This is bugfixes (must be done in branches) time so when we'll see that it's the right time to release a bugfix version, we'll do. For people, that want to work/add new feature, it must be done in trunk. my 2 cents. cheers, Fathi From jtk at yahoo.com Wed Sep 20 13:55:26 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 13:55:26 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <39773.0841803879$1158770934@news.gmane.org> Message-ID: Richie wrote: > Jeff, I need your personal thoughts on our decision to have a 5.0.1 > branch and keep the 5.1 development to be done on the top-of-the-trunk > for 5.0.0. I'd encourage the 'stable trunk' policy (which is kind of what we've been using), and branch only when necessary. Scenarios include: - Branching for release: just before a release to do a few tweaks. For the record, I think it was a mistake to close off the trunk for two months leading up to vtigercrm-5.0.0 tagging. Committers would have followed rules if given them. - Branching for maintenance: when you're about to take the trunk into a direction that won't be merge-compatible with supported releases, make a maintenance branch, and plan for it to be long-lived. vtigercrm/branches/4.2 has been functioning correctly in this capacity. - Branching for features: when you're about to add a feature that will break something until you're done working on it, or otherwise destabilize the trunk, make a branch, and plan for it to be short lived. Use a project-wide consistent name for your feature branch. Something that includes the ticket number is good, e.g. enh-0098-newfleem Document your branch copy URL at rev in the commit message Do your work in the branch as fast as possible, merging changes from parent branch to minimize your diff. Ask for a core-team review when done, if you have doubts about what your code change will do to the trunk. Keep your trunk diff minimized while you wait for merge approval. Merge back to the trunk, document your URL at rev in the commit message, close/update your feature ticket After a brief cooling-off period, move your branch to vtigercrm/branches/historical/, or delete. Based on current status, I'd envision things like: vtigercrm/ trunk/ (busy but always kept usable for 'test production') tags/ 5.0.0/ (over time, only keep official release tags) 5.0.1/ 4.2.5/ historical/ 5.0.0beta1 (useful old tags can be kept, delete rest) 5.0.0rc1 4.2.5rc1 branches/ 4.2/ 5.0.2/ (only for days/hours before release) enh-0093-fleem/ (only present while in development) enh-0098-newfleem/ historical/ 5.0.1/ (useful dead branches kept, delete rest) enh-0053-refubar/ From jtk at yahoo.com Wed Sep 20 14:03:15 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:03:15 -0400 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? References: <21410.9561210082$1158773018@news.gmane.org> Message-ID: Richie wrote: > How does one determine when to make the jump from the 5.0.x to a 5.y? Use trac to its fullest extent and it the repository will tell you when its time to make a release. Take a moment to absorb all the information embedded in the view of a properly managed milestone: http://trac.edgewall.org/milestone/0.10 Keep in mind that tickets can be reassigned to other milestones as priorites and developer resources change. From jtk at yahoo.com Wed Sep 20 14:12:07 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:12:07 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? References: <6393.70659268952$1158772373@news.gmane.org> Message-ID: Richie wrote: > I want to know how to handle feature submissions given by various vtiger > users into the 5.0.0 trunk. Is there any specific process that needs to > be followed? Its really just a matter of making a trac ticket, documenting the patch, the changesets committed, and if absolutely necessary make a short lived branch do the work without destabilizing the trunk. The more general comment to be made here is that all work done in the repository should take the fullest advantage of trac tickets, and smart trac references in the commit message (e.g. "fixes #0095. fleem added"). We lose a tremendous amount of trac labor-saving potential with every generic 'fixes done' commit message or 'fixed' ticket closing message. From dgrant at accuratetechnologies.com Wed Sep 20 14:15:43 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 20 Sep 2006 14:15:43 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for5.1? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D38@exch.accuratetechnologies.com> So how does one get a login ID for the trac? DG From jtk at yahoo.com Wed Sep 20 14:29:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:29:46 -0400 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page Message-ID: I would like to add some developer documentation pages to the trac wiki, but my login jeffk lacks permissions to edit the front page from which the new pages should be linked. Pages kind of hard to discover otherwise. Please add jeffk user's edit permissions to the front page. From philip at vtiger.com Wed Sep 20 14:47:46 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 11:47:46 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone Message-ID: <10dcc8e15d9.-5753421698361706924.3517267400752934774@@vtiger.com> Hi Matt, Kindly add the following options 5.0.2 and 5.0.3 in our trac Milestone field at the earliest, this to demarcate the issues that needs to be taken up for our forthcoming patches. Even though richie has admin permissions to trac, was unable to do this! what could be the reason? Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/49f15a18/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Wed Sep 20 14:50:40 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:50:40 -0700 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page In-Reply-To: References: Message-ID: <3bec26390609201150n21bef632hfc20a16de4e7df86@mail.gmail.com> hmm... you had permissions to modify the wiki, I guess you need a different permission to change the front page? anyways I set you up as a wiki admin which should do it for you. On 9/20/06, Jeff Kowalczyk wrote: > I would like to add some developer documentation pages to the trac wiki, > but my login jeffk lacks permissions to edit the front page from which the > new pages should be linked. Pages kind of hard to discover otherwise. > > Please add jeffk user's edit permissions to the front page. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 20 14:55:32 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:55:32 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <-5504457135839745342@unknownmsgid> References: <-5504457135839745342@unknownmsgid> Message-ID: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 20 15:25:49 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 12:25:49 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> Message-ID: <10dccb0ec00.-6559626176162626349.-6357892118758173588@@vtiger.com> Yes i agree adding two or more patches to a main release is not fair, but practically it is difficult for us to fix all the bugs in a single patch, as we have around 130+ bugs in trac for 5.0.1 milestone. As i was working on trac for last couple of days, sorting all the bugs/issues (right now i have completed only 75% of it) that need to be fixed for next patch i was surprised to see the count and still 25% is pending, the count will reach 200. So we wanted to fix it patch by patch, but positively not more than three. ---- On Wed, 20 Sep 2006 Allan Bush wrote ---- I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/3daa50ed/attachment-0001.html From fboudra at gmail.com Wed Sep 20 15:29:11 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 21:29:11 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <39773.0841803879$1158770934@news.gmane.org> Message-ID: <200609202129.11313.fboudra@gmail.com> Le mercredi 20 septembre 2006 19:55, Jeff Kowalczyk a ?crit : > vtigercrm/ > trunk/ (busy but always kept usable for 'test production') > tags/ > 5.0.0/ (over time, only keep official release tags) > 5.0.1/ > 4.2.5/ > historical/ > 5.0.0beta1 (useful old tags can be kept, delete rest) > 5.0.0rc1 > 4.2.5rc1 > branches/ > 4.2/ > 5.0.2/ (only for days/hours before release) > enh-0093-fleem/ (only present while in development) > enh-0098-newfleem/ > historical/ > 5.0.1/ (useful dead branches kept, delete rest) > enh-0053-refubar/ historical directory aren't needed, this is tagged version like others. based on my previous mail which explain how i'll see the development, my tree: trunk/ tags/ 4.2.5/ 5.0.0-beta1/ 5.0.0-rc1/ 5.0.0/ branches/ 4.2/ 5.0/ From allan.bush+vtiger_dev at gmail.com Wed Sep 20 15:32:53 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 12:32:53 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3141950195704887184@unknownmsgid> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> <3141950195704887184@unknownmsgid> Message-ID: <3bec26390609201232q7b705d41y66176a80a394d92a@mail.gmail.com> Very well, I'm not sure I agree, but I understand the your problem. I've added a 5.0.2 milestone for now. On 9/20/06, Philip wrote: > > > Yes i agree adding two or more patches to a main release > is not fair, but practically it is > difficult for us to fix all the bugs > in a single patch, as we have around 130+ bugs in trac for > 5.0.1 milestone. As i was working on trac for last couple > of days, > sorting all the bugs/issues (right now i have > completed only 75% of it) that need to be > fixed for next patch i was surprised to see > the count and still 25% is pending, the count will > reach 200. So we wanted to fix it patch by > patch, but positively not more > than three. > > > > ---- On Wed, 20 Sep 2006 Allan Bush > wrote ---- > > I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. > > 5.0.x is for bug fixes to the 5.0.0 release. All known > bugs should be > fixed in the next release in the series (5.0.1 at this > time). Are > there alright known bugs with 5.0.0 that we won't be able to > fix for > the 5.0.1 release, if so why not? > > On 9/20/06, Philip wrote: > > Hi Matt, > > > > Kindly add the following options 5.0.2 and 5.0.3 in our > > trac Milestone field at the earliest, this > > to demarcate the issues that needs > > to be taken up for our forthcoming patches. > > > > Even though richie has admin permissions to trac, > > was unable to do this! what could be the > > reason? > > > > Regards, > > Philip > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From leandro at oriontek.org Wed Sep 20 15:48:12 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 20 Sep 2006 14:48:12 -0500 Subject: [Vtigercrm-developers] Vtiger Service Packs and Hotfix Message-ID: <200609201448.12693.leandro@oriontek.org> Hello, I think that for vtiger would be a good Idea to devel 2 types of updates for easy manteinance of users, service packs and hotfix. The Hotfix would be critical patch or improves over the last release. For the Service packs it would to contain a summary of hotfix since the last service pack, and this would be accumulative. The syntax for this HotFix and Service packs would be some as it: vtiger-5.0.0.tar.gz (The install app) vtiger-hf-5.0.1-tar.gz vtiger-hf-5.0.2.tar.gz ... Vtiger-sp-5.1.tar.gz (contain all the hot fix inside) vtiger-hf-5.1.1-tar.gz .... .... If this releases of Vtiger work fine, the updates since any version would be easy and no more complex migrations of versions for the users with vtiger in production. Each user would to choice update the Hotfix or wait the next service pack for vtiger The procedure would to be a tool for Updates in settings (admin web panel). This is my idea. Best regards, -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From jtk at yahoo.com Wed Sep 20 18:29:21 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 18:29:21 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <10011.8887763985$1158770448@news.gmane.org> Message-ID: Richie wrote: > Jeff, any idea on the effort and the result of this operation (source > formatting with php_beautifier) please? Before I call for an all-out > ceasefire on the checkins, I need to know whether this operation will > have any benefits within stipulated timelines. No need for any cessation of checkins, the necessary invocation of php_beautifier has not been learned yet anyway. I've got questions to the PEAR list open for a few months now, no one has replied. If I/we do learn how to do the few necessary remaining things with php_beautifier, I'd probably do a feature branch and ask for all interested parties to help to get it done quickly. If it turns out well we'll merge it back to the trunk and that will be a big improvement to our branching and merging capability going forward. From jens at Strawberry.COM Thu Sep 21 02:34:29 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 21 Sep 2006 08:34:29 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com>; from Richie on Wed, Sep 20, 2006 at 09:38:44AM -0700 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Message-ID: <20060921083429.F29368@Strawberry.COM> Hi, On Wed, Sep 20, 2006 at 09:38:44AM -0700, Richie wrote: > Well, my thought process is something like this :- > > I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. I'm currently working on a (major?) feature upgrade: multiple organization support and organization units. IMHO this will be completed in a couple of days. To check in I'd prefer to create some feature branch, request the community for retest ans suggestions and to merge it back into the trunk as soon sa possible. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 21 08:01:09 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 21 Sep 2006 08:01:09 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D3A@exch.accuratetechnologies.com> > I'm currently working on a (major?) feature upgrade: multiple organization > support and organization units. IMHO this will be completed in a couple of > days. Yay! Jens, you're a man of your word. I like that. DG From philip at vtiger.com Thu Sep 21 09:37:21 2006 From: philip at vtiger.com (Philip) Date: Thu, 21 Sep 2006 06:37:21 -0700 Subject: [Vtigercrm-developers] Adding Milestone 5.0.3 Message-ID: <10dd0983fe2.-1558529279998099199.-7774887269989517932@@vtiger.com> Hi Matt, Kindly add '5.0.3' as an option in trac, in 'Milestone' field, as we need to assign a countable bugs to this milestone and i need to complete it by end of the day. Thanks for your understanding. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/04fc6570/attachment-0001.html From joe at tsolucio.com Thu Sep 21 21:01:30 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 03:01:30 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158886890.10290.2.camel@joeshome.int> Hi, I think I have found a bug in the profile creation script: http://forums.vtiger.com/viewtopic.php?t=9978 I would like to insert this bug into trac but cannot see how. Can somebody please explain to me how I should proceed? Thanks, Joe TSolucio From allan.bush+vtiger_dev at gmail.com Thu Sep 21 21:08:38 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 18:08:38 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158886890.10290.2.camel@joeshome.int> References: <1158886890.10290.2.camel@joeshome.int> Message-ID: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> I don't mean to be rude, but if you go to trac (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get access now? On 9/21/06, Joe Bordes wrote: > Hi, > > I think I have found a bug in the profile creation script: > > http://forums.vtiger.com/viewtopic.php?t=9978 > > I would like to insert this bug into trac but cannot see how. Can > somebody please explain to me how I should proceed? > > Thanks, Joe > TSolucio > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > From smith.timsmith at gmail.com Thu Sep 21 21:48:01 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Thu, 21 Sep 2006 20:48:01 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: The problem is that trac is designed for those developing the application, not users of the application. Just for grins, I tried to act like a user (or someone who doesn't know the way of the vtiger developer) and looked for how to find out if a bug is fixed and if not then how to report it. These are the steps I went through: 1. Went to http://www.vtiger.com 2. Clicked on the "developer" tab 3. Saw "View Bugs " so I clicked there. 4. Looked for a way to search bugs to make sure my bug isn't known... Saw "custom query" so I clicked it. 5. Stared a while... not the most friendly search engine for most users. Most people just want to search for the error text. 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. No good. 5.2. I then imagined Joe searching for a summary containing "TEXTAREA description" so I searched that. No good. 6. At this point, you might figure you should add a bug. So how would you do this? The menu bar gives these options - Wiki - Timeline - Roadmap - Browse Source - View Tickets None of those would have anything to do with reporting a bug. So I went back and clicked "View Bugs" again. 7. Okay, average user is now stumped or frustrated. Advanced user would start looking through the wiki. 8. Bang. Came across what Allan is talking about. Though I would rather see a link that says "Reporting bugs" that then tells me to request access from Richie. So here are my comments: - Provide a link from the vtiger.com support and developer tabs that go straight to the list of known bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 - Provide a link on all report pages that allows adding a new bug report. Call it a bug report, not an issue. - Provide a simple way to search for an error message on "Tickets - Reports". This form could route directly to the "custom query". Also: - When custom query form is first loaded, always include summary and keywords. - Change the button that removes search items on the custom query from [ - ] to [ X ] which is better known for removing items. Regards, Tim OnwealdTim On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get > access now? > > On 9/21/06, Joe Bordes wrote: > > Hi, > > > > I think I have found a bug in the profile creation script: > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > I would like to insert this bug into trac but cannot see how. Can > > somebody please explain to me how I should proceed? > > > > Thanks, Joe > > TSolucio > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/ad416501/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Thu Sep 21 22:19:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:19:14 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> I wasn't aware that there we links to trac that didn't go through the front page. Which leads me to the next thing I was going to suggest: put the contact for access information into the page header when the user isn't logged in. I think you'll have to edit one of the trac source files to do that, but it shouldn't be a difficult. On 9/21/06, Tim Smith wrote: > The problem is that trac is designed for those developing the application, > not users of the application. Just for grins, I tried to act like a user > (or someone who doesn't know the way of the vtiger developer) and looked for > how to find out if a bug is fixed and if not then how to report it. > > These are the steps I went through: > 1. Went to http://www.vtiger.com > 2. Clicked on the "developer" tab > 3. Saw " View Bugs" so I clicked there. > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > "custom query" so I clicked it. > 5. Stared a while... not the most friendly search engine for most users. > Most people just want to search for the error text. > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > No good. > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > description" so I searched that. No good. > 6. At this point, you might figure you should add a bug. So how would you > do this? The menu bar gives these options > Wiki > Timeline > Roadmap > Browse Source > View TicketsNone of those would have anything to do with reporting a bug. > So I went back and clicked "View Bugs" again. > 7. Okay, average user is now stumped or frustrated. Advanced user would > start looking through the wiki. > 8. Bang. Came across what Allan is talking about. Though I would rather > see a link that says "Reporting bugs" that then tells me to request access > from Richie. > > So here are my comments: > > Provide a link from the vtiger.com support and developer tabs that go > straight to the list of known bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > Provide a link on all report pages that allows adding a new bug report. > Call it a bug report, not an issue. > Provide a simple way to search for an error message on "Tickets - Reports". > This form could route directly to the "custom query". Also: > > When custom query form is first loaded, always include summary and keywords. > Change the button that removes search items on the custom query from [ - ] > to [ X ] which is better known for removing items. > Regards, > Tim > > OnwealdTim > > > On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > how to get > > access now? > > > > On 9/21/06, Joe Bordes wrote: > > > Hi, > > > > > > I think I have found a bug in the profile creation script: > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > somebody please explain to me how I should proceed? > > > > > > Thanks, Joe > > > TSolucio > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > From allan.bush+vtiger_dev at gmail.com Thu Sep 21 22:40:50 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:40:50 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> Message-ID: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> There is a "Search" tab which is probably exactly what an end user would want when looking for their bug, but it's disabled for anonymous users. If no one can think of a good reason for it to be disabled I'll enable it. On 9/21/06, Allan Bush wrote: > I wasn't aware that there we links to trac that didn't go through the > front page. > > Which leads me to the next thing I was going to suggest: put the > contact for access information into the page header when the user > isn't logged in. > > I think you'll have to edit one of the trac source files to do that, > but it shouldn't be a difficult. > > On 9/21/06, Tim Smith wrote: > > The problem is that trac is designed for those developing the application, > > not users of the application. Just for grins, I tried to act like a user > > (or someone who doesn't know the way of the vtiger developer) and looked for > > how to find out if a bug is fixed and if not then how to report it. > > > > These are the steps I went through: > > 1. Went to http://www.vtiger.com > > 2. Clicked on the "developer" tab > > 3. Saw " View Bugs" so I clicked there. > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > "custom query" so I clicked it. > > 5. Stared a while... not the most friendly search engine for most users. > > Most people just want to search for the error text. > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > No good. > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > description" so I searched that. No good. > > 6. At this point, you might figure you should add a bug. So how would you > > do this? The menu bar gives these options > > Wiki > > Timeline > > Roadmap > > Browse Source > > View TicketsNone of those would have anything to do with reporting a bug. > > So I went back and clicked "View Bugs" again. > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > start looking through the wiki. > > 8. Bang. Came across what Allan is talking about. Though I would rather > > see a link that says "Reporting bugs" that then tells me to request access > > from Richie. > > > > So here are my comments: > > > > Provide a link from the vtiger.com support and developer tabs that go > > straight to the list of known bugs: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > Provide a link on all report pages that allows adding a new bug report. > > Call it a bug report, not an issue. > > Provide a simple way to search for an error message on "Tickets - Reports". > > This form could route directly to the "custom query". Also: > > > > When custom query form is first loaded, always include summary and keywords. > > Change the button that removes search items on the custom query from [ - ] > > to [ X ] which is better known for removing items. > > Regards, > > Tim > > > > OnwealdTim > > > > > > On 9/21/06, Allan Bush wrote: > > > I don't mean to be rude, but if you go to trac > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > how to get > > > access now? > > > > > > On 9/21/06, Joe Bordes wrote: > > > > Hi, > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > somebody please explain to me how I should proceed? > > > > > > > > Thanks, Joe > > > > TSolucio > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > From joe at tsolucio.com Fri Sep 22 03:35:37 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 09:35:37 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> Message-ID: <1158910537.11340.2.camel@joesunix.int> If it so difficult for a "normal user" (you should check out the kind of responses I am giving on your forums and I have 2 projects open on the forge) to inform of a bug, then maybe we are missing out on a lot of testing power. Joe. El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > There is a "Search" tab which is probably exactly what an end user > would want when looking for their bug, but it's disabled for anonymous > users. If no one can think of a good reason for it to be disabled > I'll enable it. > > On 9/21/06, Allan Bush wrote: > > I wasn't aware that there we links to trac that didn't go through the > > front page. > > > > Which leads me to the next thing I was going to suggest: put the > > contact for access information into the page header when the user > > isn't logged in. > > > > I think you'll have to edit one of the trac source files to do that, > > but it shouldn't be a difficult. > > > > On 9/21/06, Tim Smith wrote: > > > The problem is that trac is designed for those developing the application, > > > not users of the application. Just for grins, I tried to act like a user > > > (or someone who doesn't know the way of the vtiger developer) and looked for > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > These are the steps I went through: > > > 1. Went to http://www.vtiger.com > > > 2. Clicked on the "developer" tab > > > 3. Saw " View Bugs" so I clicked there. > > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > > "custom query" so I clicked it. > > > 5. Stared a while... not the most friendly search engine for most users. > > > Most people just want to search for the error text. > > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > > No good. > > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > > description" so I searched that. No good. > > > 6. At this point, you might figure you should add a bug. So how would you > > > do this? The menu bar gives these options > > > Wiki > > > Timeline > > > Roadmap > > > Browse Source > > > View TicketsNone of those would have anything to do with reporting a bug. > > > So I went back and clicked "View Bugs" again. > > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > > start looking through the wiki. > > > 8. Bang. Came across what Allan is talking about. Though I would rather > > > see a link that says "Reporting bugs" that then tells me to request access > > > from Richie. > > > > > > So here are my comments: > > > > > > Provide a link from the vtiger.com support and developer tabs that go > > > straight to the list of known bugs: > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > Provide a link on all report pages that allows adding a new bug report. > > > Call it a bug report, not an issue. > > > Provide a simple way to search for an error message on "Tickets - Reports". > > > This form could route directly to the "custom query". Also: > > > > > > When custom query form is first loaded, always include summary and keywords. > > > Change the button that removes search items on the custom query from [ - ] > > > to [ X ] which is better known for removing items. > > > Regards, > > > Tim > > > > > > OnwealdTim > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > I don't mean to be rude, but if you go to trac > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > how to get > > > > access now? > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > Hi, > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > Thanks, Joe > > > > > TSolucio > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From smith.timsmith at gmail.com Fri Sep 22 10:09:22 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 22 Sep 2006 09:09:22 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158910537.11340.2.camel@joesunix.int> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> <1158910537.11340.2.camel@joesunix.int> Message-ID: Hi Joe, I hope I didn't offend with my "normal user" comment. I was trying to get a usability point across and didn't intend to imply anything about yourself. :-) I think anyone in their right mind would follow the steps I mentioned. I would say my scenario is a standard use case regardless of who is looking for help or providing a fix. While I'm here... Here are a couple of other suggestions I'll throw out: 1. Either use sourceforge or point it to trac and stop using sf. It only causes confusion. In any case, vtiger.sourceforge.net should probably redirect to www.vtiger.com. 2. Add a bug report in SourceForge that shows up at the top to indicate that users should add and search for bugs on the trac.fosslabs.com site. Personally, I will miss the sourceforge bug search. The search results are much easier to read. Regards, Tim OnwealdTim On 9/22/06, Joe Bordes wrote: > > If it so difficult for a "normal user" (you should check out the kind of > responses I am giving on your forums and I have 2 projects open on the > forge) to inform of a bug, then maybe we are missing out on a lot of > testing power. > > Joe. > > El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > > There is a "Search" tab which is probably exactly what an end user > > would want when looking for their bug, but it's disabled for anonymous > > users. If no one can think of a good reason for it to be disabled > > I'll enable it. > > > > On 9/21/06, Allan Bush wrote: > > > I wasn't aware that there we links to trac that didn't go through the > > > front page. > > > > > > Which leads me to the next thing I was going to suggest: put the > > > contact for access information into the page header when the user > > > isn't logged in. > > > > > > I think you'll have to edit one of the trac source files to do that, > > > but it shouldn't be a difficult. > > > > > > On 9/21/06, Tim Smith wrote: > > > > The problem is that trac is designed for those developing the > application, > > > > not users of the application. Just for grins, I tried to act like a > user > > > > (or someone who doesn't know the way of the vtiger developer) and > looked for > > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > > > These are the steps I went through: > > > > 1. Went to http://www.vtiger.com > > > > 2. Clicked on the "developer" tab > > > > 3. Saw " View Bugs" so I clicked there. > > > > 4. Looked for a way to search bugs to make sure my bug isn't > known... Saw > > > > "custom query" so I clicked it. > > > > 5. Stared a while... not the most friendly search engine for most > users. > > > > Most people just want to search for the error text. > > > > 5.1. I imagined Joe searching for a keyword of "profile" so I > searched that. > > > > No good. > > > > 5.2. I then imagined Joe searching for a summary containing > "TEXTAREA > > > > description" so I searched that. No good. > > > > 6. At this point, you might figure you should add a bug. So how > would you > > > > do this? The menu bar gives these options > > > > Wiki > > > > Timeline > > > > Roadmap > > > > Browse Source > > > > View TicketsNone of those would have anything to do with reporting a > bug. > > > > So I went back and clicked "View Bugs" again. > > > > 7. Okay, average user is now stumped or frustrated. Advanced user > would > > > > start looking through the wiki. > > > > 8. Bang. Came across what Allan is talking about. Though I would > rather > > > > see a link that says "Reporting bugs" that then tells me to request > access > > > > from Richie. > > > > > > > > So here are my comments: > > > > > > > > Provide a link from the vtiger.com support and developer tabs that > go > > > > straight to the list of known bugs: > > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > > Provide a link on all report pages that allows adding a new bug > report. > > > > Call it a bug report, not an issue. > > > > Provide a simple way to search for an error message on "Tickets - > Reports". > > > > This form could route directly to the "custom query". Also: > > > > > > > > When custom query form is first loaded, always include summary and > keywords. > > > > Change the button that removes search items on the custom query from > [ - ] > > > > to [ X ] which is better known for removing items. > > > > Regards, > > > > Tim > > > > > > > > OnwealdTim > > > > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > > I don't mean to be rude, but if you go to trac > > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > > how to get > > > > > access now? > > > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > > Hi, > > > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > > > I would like to insert this bug into trac but cannot see how. > Can > > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > > > Thanks, Joe > > > > > > TSolucio > > > > > > > > > > > > _______________________________________________ > > > > > > Get started with Online collaboration office & productivity > tools - > > > > http://zoho.com?vt > > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools > - > > > > http://zoho.com?vt > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/2e64fde6/attachment-0001.html From philip at vtiger.com Fri Sep 22 10:44:35 2006 From: philip at vtiger.com (Philip) Date: Fri, 22 Sep 2006 07:44:35 -0700 Subject: [Vtigercrm-developers] List of bugs to be fixed for v5 Patch 1 Message-ID: <10dd5fc28ce.473801925644899550.131149115957236440@@vtiger.com> Hi, We have the sorted the list of bugs that will be fixed in our vtiger CRM 5 Patch 1 release, the bug list that will be taken for this patch and the respective owners are given below. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Fixing will be done on 5.0.1 branch. We'll ensure that this is captured in the main trunk too. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/f3844016/attachment-0001.html From joe at tsolucio.com Fri Sep 22 11:21:29 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 17:21:29 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158938489.11340.6.camel@joesunix.int> Hi, Not ofended at all by your comment Tim, sorry to have given thath impression. I attach another users comments about another bug that I have confirmed and that he doesn't know what to do with either. As you demonstrated with your reasonings it is just not so obvious. In any case I hope somebody on this list will pick up both errores and insert them into the trac or wherever they should be. Joe -------------- next part -------------- An embedded message was scrubbed... From: webmaster at vtiger.com Subject: Topic Reply Notification for "Problem with users updating their preferences" in forum "Help Forum - 5.x" Date: Fri, 22 Sep 2006 07:51:44 -0700 Size: 1906 Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/ac8e60a6/attachment-0002.mht From libregeek at gmail.com Sat Sep 23 03:50:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:20:33 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow Message-ID: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Hello all, I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is compiled with UW-IMAP(2004g). It appears that it takes too much time to connect to the imap server and fetch mails in Email module of vtiger. I am also using horde/imp in the same server to access mails but it's much faster than that of vtiger. I don't know what's the real issue is ? Somebody please help. if this is a bug I can report it in the bug tracker. regards Manilal From libregeek at gmail.com Sat Sep 23 04:09:56 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:39:56 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow In-Reply-To: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Message-ID: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> On 23/09/06, Manilal K M wrote: > Hello all, > I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is > compiled with UW-IMAP(2004g). It appears that it takes too much time > to connect to the imap server and fetch mails in Email module of > vtiger. I am also using horde/imp in the same server to access mails > but it's much faster than that of vtiger. I don't know what's the real > issue is ? > Somebody please help. if this is a bug I can report it in the bug tracker. > http://forums.vtiger.com/viewtopic.php?t=9064 I tried this patch, still no use. regards Manilal From developer at infointegrated.com Sat Sep 23 12:14:54 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Sat, 23 Sep 2006 11:14:54 -0500 Subject: [Vtigercrm-developers] Patches for v5.0 In-Reply-To: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> Message-ID: <35987864-EE4D-48F2-919A-95633C6460AD@infointegrated.com> I have recently added some patches against v5.0 to fix issues into the forums (http://forums.vtiger.com/viewforum.php?f=55). I thought about where best to put them, as I didn't want them sitting in multiple places... I thought the forums would give the best community exposure. I know the Trac is really the best location for these types of issues, but I have noticed a few Trac items getting closed with no fixes being implemented. I am hopeful that by posting in the forums, I will be helping more people, and encouraging others in the community to provide patches, fixes, and testing. If anyone would like to propose a better mechanism to ensure the patches have better community visibility and ensure the developers don't mistakenly close the issues (which are two problems I see with Trac currently), then please let me know. Thanks, Brian On Sep 23, 2006, at 3:09 AM, Manilal K M wrote: > On 23/09/06, Manilal K M wrote: >> Hello all, >> I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is >> compiled with UW-IMAP(2004g). It appears that it takes too much time >> to connect to the imap server and fetch mails in Email module of >> vtiger. I am also using horde/imp in the same server to access mails >> but it's much faster than that of vtiger. I don't know what's the >> real >> issue is ? >> Somebody please help. if this is a bug I can report it in the bug >> tracker. >> > http://forums.vtiger.com/viewtopic.php?t=9064 > > I tried this patch, still no use. > > regards > Manilal > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From philip at vtiger.com Mon Sep 25 03:30:19 2006 From: philip at vtiger.com (Philip) Date: Mon, 25 Sep 2006 00:30:19 -0700 Subject: [Vtigercrm-developers] Reg: Bug fixing v5 patch 1 Message-ID: <10de3e1a878.-8334217980541839917.-8689750672430081837@@vtiger.com> Hi developers, As we have planned to release vtiger CRM 5 patch 1 by next week, we request you fix the issues assinged to you by then. Do get back to us for issues if any. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/3729e047/attachment-0001.html From gopals at vtiger.com Mon Sep 25 03:56:43 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 25 Sep 2006 00:56:43 -0700 Subject: [Vtigercrm-developers] Document Published: How to create new module? Message-ID: <10de3f9d30b.-339522588438872678.-276638214060261335@@vtiger.com> Dear Team, Thanks to Minnie for putting her valuable effort in preparing Creating new module in vtiger CRM document. This document can be used as a reference for future enhancements. We have used "Projects" as an example module in this document, so that developers can quickly grasp the core functions. You can access the document from Developer Guide in Wiki: http://wiki.vtiger.com/index.php/Creating_New_Module In the first version, we have tried to address only basics of the back-end & front-end part of the module. With all your suggestions & comments, we can further incorporate other functions, such as Security, Customization, Reports, Dashboards etc.. PS: You can add suggestion & comments online in the Wiki. Please let us know your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/339cc186/attachment-0001.html From francois.gaudin at makina-corpus.com Mon Sep 25 05:29:28 2006 From: francois.gaudin at makina-corpus.com (Francois Gaudin) Date: Mon, 25 Sep 2006 11:29:28 +0200 Subject: [Vtigercrm-developers] Kernel/module architecture Message-ID: <200609251129.29065.francois.gaudin@makina-corpus.com> Hi everybody, I'm new to the list and I am studying vtiger for my company. It's quite good and usable but there's one big problem which disturbs me : to install new modules, you often need to patch or replace files in other modules or in the kernel. I find this very durty and I would know if there is real module support planned and how ? indeed, you can't install 2 modules which replace the same file. I understand that the problem is very difficult because php doesn't provide reflexivity or mechanism like Zope's. Or perhaps is vtiger not as durty as I've seen and help me where I've misunderstood. Thx -- Fran?ois Gaudin Makina Corpus From libregeek at gmail.com Mon Sep 25 05:50:50 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 25 Sep 2006 15:20:50 +0530 Subject: [Vtigercrm-developers] Document Published: How to create new module? In-Reply-To: <1426712360988312405@unknownmsgid> References: <1426712360988312405@unknownmsgid> Message-ID: <2315046d0609250250w7c1d3446v49e8e758da0ab1ae@mail.gmail.com> On 25/09/06, Gopal wrote: > Dear Team, > > Thanks to Minnie for putting her valuable effort in preparing Creating new > module in vtiger CRM document. > > This document can be used as a reference for future enhancements. We have > used "Projects" as an example module in this document, so that developers > can quickly grasp the core functions. > > You can access the document from Developer Guide in Wiki: > > http://wiki.vtiger.com/index.php/Creating_New_Module > > In the first version, we have tried to address only basics of the back-end & > front-end part of the module. With all your suggestions & comments, we can > further incorporate other functions, such as Security, Customization, > Reports, Dashboards etc.. > > PS: You can add suggestion & comments online in the Wiki. > > Please let us know your views. This is a wonderful news. I will surely give a try. regards Manilal From jtk at yahoo.com Mon Sep 25 10:35:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 25 Sep 2006 10:35:46 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down Message-ID: I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. From richie at vtiger.com Tue Sep 26 03:08:07 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 00:08:07 -0700 Subject: [Vtigercrm-developers] Upgrade needed? Message-ID: <10de8f3b281.7860118392332093906.4601313544921775595@@vtiger.com> Hello! Jeff, since you are monitoring the third_party list, do you think we need to upgrade/update the softwares used in the vtiger infrastructure please? URL: http://wiki.vtiger.com/index.php/Software_used_by_vtiger Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/6cab11b1/attachment-0001.html From richie at vtiger.com Tue Sep 26 07:02:54 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:02:54 -0700 Subject: [Vtigercrm-developers] rpm installers available? Message-ID: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Hello! Are there any rpm installers for vtiger available? There was talk of a suse/debian/mandriva specific installers in the works. Just wanted to know so that we can make these links available from our site. We will be happy to link to the site offering these facilities. These rpm-installers will only help increase the reach of vtiger. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/8c9ce23d/attachment-0001.html From richie at vtiger.com Tue Sep 26 07:09:33 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:09:33 -0700 Subject: [Vtigercrm-developers] trac database writes appear to be down In-Reply-To: References: Message-ID: <10de9d0bd2d.-7448725883198618338.1544057288950732644@@vtiger.com> Matt, you tracking this? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ad2ce026/attachment-0001.html From webmaster at vtigerfacile.com Tue Sep 26 07:14:51 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:14:51 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Message-ID: <45190BAB.2020008@vtigerfacile.com> Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From richie at vtiger.com Tue Sep 26 07:27:51 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:27:51 -0700 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <45190BAB.2020008@vtigerfacile.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> Message-ID: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Hi Aissa! Thanks for the response. Kindly give us the link for the same if that is okay with you. We will be happy to link to your site if you want. Thanks, Richie ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/c6bc0564/attachment-0001.html From webmaster at vtigerfacile.com Tue Sep 26 07:38:30 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:38:30 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Message-ID: <45191136.5000103@vtigerfacile.com> I'm not ready, but it's a plan, i also plan to bundle lang pack on multi platform installer (win/lin/mac), and some users ask for mac os vtiger installer, so if i have time i made it. This is an old link for your personnal test : http://www.abonlinesolutions.com/files/vtigercrm5-1.0-linux-installer.bin do not publish, because it's not ready. Regards, A?ssa Richie a ?crit : > Hi Aissa! > > Thanks for the response. Kindly give us the link for the same if that is > okay with you. > > We will be happy to link to your site if you want. > > Thanks, > Richie > > > > > ---- A?ssa wrote ---- > > Dear Richie, > i don't want to work on rpm's for v5, i prefer to provide a single > vtiger CRM linux installer for all linux version. > This one bundle vtiger CRM 5 and xampp linux. > If others want to work on rpm's, the place is free. > Regards, > A?ssa > > Richie a ?crit : > > Hello! > > > > Are there any rpm installers for vtiger available? > > There was talk of a suse/debian/mandriva specific installers in > the works. > > > > Just wanted to know so that we can make these links available > from our site. > > > > We will be happy to link to the site offering these facilities. > > > > These rpm-installers will only help increase the reach of vtiger. > > > > Richie > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with Online collaboration office & productivity > tools - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From philip at vtiger.com Tue Sep 26 11:10:43 2006 From: philip at vtiger.com (Philip) Date: Tue, 26 Sep 2006 08:10:43 -0700 Subject: [Vtigercrm-developers] Reg: 5.0.1 bug fixing Message-ID: <10deaad8885.-2480761981717606601.331929408267778248@@vtiger.com> Hi developers, Request you not to add any more bugs to Milestone 5.0.1 in trac, as we have enough to fix for our first patch, we'll be taking all existing or new bugs in our 5.0.2 or latter patches. Matt: Could you please remove the Milestone option '5.0.1'. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ba3c41a6/attachment-0001.html From jtk at yahoo.com Tue Sep 26 15:35:43 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 26 Sep 2006 15:35:43 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down References: <40431.1902275824$1159269021@news.gmane.org> Message-ID: On Tue, 26 Sep 2006 04:09:33 -0700, Richie wrote: > Matt, you tracking this? Write (e.g wiki page saving) came back up within the hour, and may not have been down for others at all. It may have been some temporary glitch with my particular session. False alarm. From richie at vtiger.com Wed Sep 27 05:05:49 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 02:05:49 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? Message-ID: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Hello! I would like to get your views on what else can be done to make vtiger product and community better. I am sure you will be having different views as you are looking into vtiger than looking out as me. That, is a significant difference by my mind. Looking forward to your views, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/27d8e6bb/attachment-0001.html From colin at mitija.com Wed Sep 27 05:26:26 2006 From: colin at mitija.com (Colin Verot) Date: Wed, 27 Sep 2006 19:26:26 +1000 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A43C2.7030707@mitija.com> Hi, > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. To separate core files and data, so that we can do multi-site instances of vTiger using the same base of files. At the moment, many hard links are required to have local instances of vTiger (DB + data), and a central, updateable set of core files and modules. So we could SVN' the core installation, and keep it up-to-date with a minimum of work to update each client's instance. C. -- Colin Verot Mitija Australia http://www.mitija.com From webmaster at vtigerfacile.com Wed Sep 27 05:46:40 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Wed, 27 Sep 2006 11:46:40 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A4880.5090305@vtigerfacile.com> Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From don at vtiger.com Wed Sep 27 07:27:36 2006 From: don at vtiger.com (don) Date: Wed, 27 Sep 2006 04:27:36 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <451A4880.5090305@vtigerfacile.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> Message-ID: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Hi Aissa, Appreciate your valuable feedbacks. Yes we do agree that right now adding a module in vtiger is complex and the core api should be stabilized. We will work on this front, however it will take a considerable amout of time to accomplish this. Regarding tabdata.php, parenttabdata.php and user_privileges/* files: In vtigerCRM, for each click lot of common queries are fired to the db to get the header data and security data. This is eating up performance. So for all the data that are very frequently queried, we are writing those in flat files so that retreival is much much faster. Regarding the plugins and language-support it will help us a lot if you can add all issues faced by you in the trac so that we can prioritize and fix them at the earliest. Thanks & Regards, Don ---- On Wed, 27 Sep 2006 A?ssa wrote ---- Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/9fb8c5ae/attachment-0001.html From developer at infointegrated.com Wed Sep 27 08:39:39 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Wed, 27 Sep 2006 07:39:39 -0500 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Message-ID: <907CE22F-9F83-4D6E-9C5F-BBD33F42CCE6@infointegrated.com> Don, Great idea... to cache frequently used files. My suggestion would be to move all cached data to a cache folder. One cache folder. Make sure all of the folder names make sense. The one called "test" has a horrible name. There should be fewer files in the root of the vtiger directory. Use folders when necessary only, for example the schema folder only contains one file. Perhaps the database schema should be in the include folder (and not in a single folder by itself). Brian On Sep 27, 2006, at 6:27 AM, don wrote: > Hi Aissa, > > Appreciate your valuable feedbacks. > Yes we do agree that right now adding a module in vtiger is > complex and the core api should be stabilized. We will work on > this front, however > it will take a considerable amout of time to accomplish this. > > Regarding tabdata.php, parenttabdata.php and user_privileges/* files: > > In vtigerCRM, for each click lot of common queries are fired to the > db to get the header data and security data. This is eating up > performance. So > for all the data that are very frequently queried, we are writing > those in flat files so that retreival is much much faster. > > Regarding the plugins and language-support it will help us a lot if > you can add all issues faced by you in the trac so that we can > prioritize and fix them > at the earliest. > > Thanks & Regards, > Don > > > > ---- On Wed, 27 Sep 2006 A?ssa wrote ---- > > Hello Richie, > I think : > Simplify vtiger developpement, to much complex to create module > Stabilize core api : too much bugs in 5.0 > Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this > informations are on the database, thooses files have no sense > Improve the plug-ins, the best way to break my vtiger crm is to use > outlook plug-in. > Improve lang support, too much bugs by default, > > > I think the first & second point are the most important. > I know your effort. > This is my first felling. > A?ssa > > Richie a ?crit : > > Hello! > > > > I would like to get your views on what else can be done to make > vtiger product and community > > better. > > I am sure you will be having different views as you are looking > into vtiger than looking out as me. > > That, is a significant difference by my mind. > > > > Looking forward to your views, > > Richie > > > ---------------------------------------------------------------------- > -- > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From richie at vtiger.com Wed Sep 27 08:45:20 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 05:45:20 -0700 Subject: [Vtigercrm-developers] Community help needed Message-ID: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Dear Team, We are currently working on the following and we NEED volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those posts b) Publish the estimated dates for 5.0.x releases c) We need information on who all have done integration with any accounting softwares out there as it seems to be the most commonly asked query d) Make the product smaller in size still. I feel, the product is even now too big. We need assistance from you all in this regard. I think we should reduce the size by another 50% at least. e) Language packs. We are running in circles with this issue. We have tested and tested and still not able to reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The owner may have his own team/project f) More language packs needed g) More blogs needed h) More advertising needed i) More bundling of vtiger in CDs,DVDs needed j) More information on vtiger successes needed so that it enthuses others to use vtiger k) More information needed on where all vtiger lacks so that we can start working on those areas l) More themes needed to make the product more sexy m) More involvement with those given responsibility so that the core team is left free to do what it does best o) Need more contributions for patches/features. We have started working on this end by notifying the status of each contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits. p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this. q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information. r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testers s) Make vtiger as simple as a toy so that anyone can play with it t) Enhance the plugins u) Make more plugins v) Need more sponsors for vtiger w) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times .. Thanks for kicking my ass Balduin! I read your blog comment Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/22115970/attachment-0001.html From dgrant at accuratetechnologies.com Wed Sep 27 08:59:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 08:59:16 -0400 Subject: [Vtigercrm-developers] 5.0GA Migration Script Work Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091D@exch.accuratetechnologies.com> My boss has lowered the boom on me as to when I have to roll out our 5.0 migration, so I've stopped work on merging my 4.3 fork into 5.0GA and started trying to roll what I have complete done. I have a pretty big patch against 5.0 GA that implements most of my fork, but it is lacking a little polish in spots, so it's not quite ready for merging with the main trunk yet. It does some nice things with the PDF versions of Quotes and SalesOrders though... Anyway, I tried running the migration process against our production 4.x database, and it blew up. Poking around in the logs - thank you for making that work - has revealed that the problem is that the migration module assumes that the MySQL utilities (mysql, mysqldump) are in the webserver path, and that is not a valid assumption; especially on the default install package that provides MySQL, Apache, and PHP as a single tarball. More to follow as I figure it out. DG From richie at vtiger.com Wed Sep 27 09:21:13 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 06:21:13 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <10def6fa232.-5108020600942463637.-7454996869612702660@@vtiger.com> Team, Just let me know who all are willing to take responsibility with total awareness. Nothing to get emotional about this. The only problem with emotions is that it subsides after sometime and then mother reality seems too painful. So, those who are willing to take responsibility, please raise their hands. We need help in making vtiger better. I have laid out the areas we need help in. I will act as facilitator, just let me know what all are needed for you all to get started and end within quantifiable limits else we will never have anything done. In case you want to have tele-conferences for this to work, let me know. I will arrange. I would like to point out that we will have to do it within limits as we have limited infrastructure. You are free to make your own teams and work on any specific issue. Do what you feel is right, just keep the community posted. I have no intention of keeping 'control'. We guide vtiger together, that is it. vtiger is our baby, our responsibility. Anyone has any better ideas, kindly do pitch in. Richie ---- Richie<richie at vtiger.com> wrote ---- Dear Team, We are currently working on the following and we NEED  volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those postsb) Publish the estimated dates for 5.0.x releasesc) We need information on who all have done integration with any accounting softwares out there asit seems to be the most commonly asked queryd) Make the product smaller in size still. I feel, the product is even now too big. We need assistancefrom you all in this regard. I think we should reduce the size by another 50% at least.e) Language packs. We are running in circles with this issue. We have tested and tested and still not ableto reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The ownermay have his own team/projectf) More language packs neededg) More blogs neededh) More advertising neededi) More bundling of vtiger in CDs,DVDs neededj) More information on vtiger successes needed so that it enthuses others to use vtigerk) More information needed on where all vtiger lacks so that we can start working on those areasl) More themes needed to make the product more sexym) More involvement with those given responsibility so that the core team is left free to do what it does besto) Need more contributions for patches/features. We have started working on this end by notifying the status ofeach contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits.p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this.q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information.r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testerss) Make vtiger as simple as a toy so that anyone can play with itt) Enhance the pluginsu) Make more pluginsv) Need more sponsors for vtigerw) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what notx) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times ..Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/0228dd7f/attachment-0001.html From dgrant at accuratetechnologies.com Wed Sep 27 09:30:31 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 09:30:31 -0400 Subject: [Vtigercrm-developers] Community help needed Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG From dan.means at teamsrs.com Wed Sep 27 11:40:04 2006 From: dan.means at teamsrs.com (Dan Means) Date: Wed, 27 Sep 2006 08:40:04 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451A9B54.2010608@teamsrs.com> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/5e50d0de/attachment-0001.html From lists at thomasmathiesen.com Wed Sep 27 12:35:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:35:21 +0200 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451AA849.5050904@thomasmathiesen.com> Richie, I'd like to help out with translation, and I've asked gopal for access to trac (every now and again I come across a bug). The first thing the core vtiger team should do, is to explain how we can help you out. Gnome and Ubuntu has a brilliant website, where it states how the community can help (and the links are easily found). Tip: Create a page under the faq section on the front-page; "How can you help vTiger". Tip2: Under testimonials on the front-page, have a link saying "Tell about your success-story". I've got the time to help you out, but I need to know how.. Cheers /Thomas Richie wrote: > Dear Team, > > We are currently working on the following and we NEED volunteers for almost all the activities :- From lists at thomasmathiesen.com Wed Sep 27 12:38:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:38:21 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451AA8FD.7050706@thomasmathiesen.com> I came up with an idea after implementing a color patch for one of my vtiger customers.. why don't we do what firefox does; extensions! If we'd have a straight-forward framework for extensions, we'd be able to let others create functionality and include in an easy way. Under the settings menu you could have a "extensions" page, where admins could enable or disable an extension. Joomla and Xoops works in this way.. and I do believe people would like this in vTiger as well (even though it has much more core functionality than the two others). /T Richie wrote: > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > From leandro at oriontek.org Wed Sep 27 18:09:13 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 27 Sep 2006 17:09:13 -0500 Subject: [Vtigercrm-developers] Accounts don't import Message-ID: <200609271709.13244.leandro@oriontek.org> Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From kim at haverblad.se Wed Sep 27 22:57:38 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 04:57:38 +0200 Subject: [Vtigercrm-developers] Please disable Guest posting within the forum! In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <451B3A22.8080608@haverblad.se> Well, I usually surf into the forum once a while to check out postings and as well clean out spam. Today I had around 260 and found well over 50 of them was spam that I could delete. I would strongly suggest that every visitors that wants to share their ideas, comments or suggestions should register as an user. /Kim From list.anshul at gmail.com Thu Sep 28 03:04:12 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 12:34:12 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php Message-ID: Hi All Earlier I was working with vtiger crm 5 rc version, but as i downloaded vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly apreciated. Anshul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/b7a38947/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From mickie at vtiger.com Thu Sep 28 03:26:38 2006 From: mickie at vtiger.com (Mickie) Date: Thu, 28 Sep 2006 00:26:38 -0700 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: <10df3515f06.-1894465021093541808.-3929210643614725132@@vtiger.com> Dear Leandro, please change the FATAL to DEBUG in line 19 in log4php.properties fileand then do the import. After done the import send thelogs/vtigercrm.log file. so that we can look into the issue and fix ittoo. Thanks Mickie ---- On Wed, 27 Sep 2006 Leandro Rache Sanchez wrote ---- Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/8acf77a1/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 03:53:59 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 00:53:59 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: References: Message-ID: <10df36a683b.-2210670694947015033.-3608432190116592886@@vtiger.com> Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/c4be3959/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:18:25 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:18:25 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3b7b50a.1138930853454837058.-270420119199783769@@vtiger.com> Hello Dennis! Product size is an issue because in some countries bandwidth is still a premium. For example in India, you will be damn lucky to download vtiger on your home net connection. We do not want to lose those guys who are trying to download vtiger over a slow connection. Typically, if you see a product is too big, one will not readily download the product mostly because of laziness and the time-delay. Moreover, vtiger should not hog space too. Presenting interfaces depending on region is something that we need to address i agree. I suggest that we form a group which works on this in parallel. Volunteers needed. Language support is an issue in itself. So, that too will have to be addressed. Patch integration process is something like this : - Post your issue in the trac. Post the patch to the issue in the trac and put a blurb over here in the mailing list. We will integrate the patch. I am in discussion with Matt on how to make the trac user registration to be more widespread instead of me being the sole guy allowed to do it. I am awaiting his answer and will proceed at the earliest once I get it. Apropos the Sweet Crunchy Goodness part, we are working on it. We will try and make it more better. The intent is to side by side spread the word. No doubt the current word of mouth is generating quite a lot of crowd but i still feel that we need to accelerate the process. I am in total agreement on making the product better. But we should educate or let the word spread that something like vtiger exists. The more eyeballs looking into vtiger, the better the product becomes. Will get back on the others. Lots of homework to do before I respond :-) Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/de912650/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:19:27 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:19:27 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <451A9B54.2010608@teamsrs.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> <451A9B54.2010608@teamsrs.com> Message-ID: <10df3b8a845.7385764465327675975.-1138013674408783247@@vtiger.com> Thanks for the update Dan! We will post these works on the Wiki so that ppl know what is in the works. That might even get you more crowd. Richie ---- Dan Means<dan.means at teamsrs.com> wrote ---- Hi Richie and everybody... We presently have the integration between Vtiger 4.2 and Accountmate v 6.5 (MS-SQL server back end, Visual FoxPro 9.0 front end) - products & order entry and various customer service functions share data. We're presently building the scripts for OpenMFG (cross platform, Postgresql back end). We have some other possible engagements for some older ERP systems (mostly have either MS backends, or FoxPro back ends)-? this lets clients extend the useful life of their existing systems . Richie wrote: Dear?Team, We?are?currently?working?on?the?following?and?we?NEED??volunteers?for?almost?all?the?activities?:- a)?Move?common?forum?posts?to?the?wiki?and?lock?those?posts b)?Publish?the?estimated?dates?for?5.0.x?releases c)?We?need?information?on?who?all?have?done?integration?with?any?accounting?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now?too?big.?We?need?assistance from?you?all?in?this?regard.?I?think?we?should?reduce?the?size?by?another?50%?at?least. e)?Language?packs.?We?are?running?in?circles?with?this?issue.?We?have?tested?and?tested?and?still?not?able to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? It?will?be?great?if?we?have?owners?for?this?issue?who?will?take?this?issue?to?its?logical?conclusion.?The?owner may?have?his?own?team/project f)?More?language?packs?needed g)?More?blogs?needed h)?More?advertising?needed i)?More?bundling?of?vtiger?in?CDs,DVDs?needed j)?More?information?on?vtiger?successes?needed?so?that?it?enthuses?others?to?use?vtiger k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start?working?on?those?areas l)?More?themes?needed?to?make?the?product?more?sexy m)?More?involvement?with?those?given?responsibility?so?that?the?core?team?is?left?free?to?do?what?it?does?best o)?Need?more?contributions?for?patches/features.?We?have?started?working?on?this?end?by?notifying?the?status?of each?contribution.?I?hope?this?will?encourage?the?contributors?to?contribute?more?and?add?value?to?the?product.?Also? we?are?making?it?a?point?to?acknowledge?all?credits. p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.?vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.?Tell?me?what?can?we? do?to?achieve?this.?I?have?been?spending?sleepless?nights?for?far?too?long?on?this. q)?Need?information?on?sites?hosting?vtiger?so?that?the?customers?have?an?easy?option?to?choose?and?not?scour?for?information. r)?Try?and?make?the?product?more?plug?and?play.?This?can?be?achieved?if?we?are?fanatical?about?quality?so?we?need?more?testers s)?Make?vtiger?as?simple?as?a?toy?so?that?anyone?can?play?with?it t)?Enhance?the?plugins u)?Make?more?plugins v)?Need?more?sponsors?for?vtiger w)?Need?more?wild?ideas?for?incorporating?into?vtiger?as?one?never?knows?what?will?succeed?and?what?not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n)?Need?more?friends,?it?is?so?tough?at?times?.. Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -- Dan Means Mission Viejo, CA www.dkmeansonline.com www.teamsrs.com _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/96cdec66/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From list.anshul at gmail.com Thu Sep 28 05:25:52 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 14:55:52 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: <-5482651731696891706@unknownmsgid> References: <-5482651731696891706@unknownmsgid> Message-ID: Hello The Error Page shows me:: *Parse error*: parse error, unexpected $end in * C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php* on line *906* -Anshul ** ** On 9/28/06, Mangai wrote: > > Dear Anshul, > > please send me the error page. it will be more helpful for me to > fix the error. > > Thanks & Regards, > Minnie. > > > > > ---- On Thu, 28 Sep 2006 *Anshul Yadav * wrote ---- > > > Hi All > Earlier I was working with vtiger crm 5 rc version, but as i downloaded > vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly > apreciated. > > Anshul > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/504fef61/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:28:26 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:28:26 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process Message-ID: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> * Request trac access by sending mail to richie at vtiger dot com * Put entry in trac for the bug * Submit the fix in the trac * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/47b9fd26/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:37:29 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:37:29 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3c927e0.8088499962897578932.5320137410843539501@@vtiger.com> Ok I am back again! A wiki will be maintained for the other products with which vtiger is in the works to be integrated with. This should be up soon. A patch contribution process mail has been sent to the mailing list and this too will be put in the wiki. Instructions have been sent to shutdown the developer forum and move them to the mailing list. Anyone having objection to this please escalate now. This will happen over a period of 1 week as I need to get others reactions to this. Dennis, your trac account has been created. Let us see how many patches come from you :-)! Hope you keep Philip busy over here integrating the patches. I hope the mail post on the Patch Contribution process and wiki on this issue lays to rest the issues with the Patch process. Your 'Comments' post has been taken to heart. Instructions have been sent to ensure that the maligned code is fixed and with proper comments. It also has been integrated into the development process. All patch contributions will be intimated of their status soon. The Subversion How To part is something that I need help from all the masters concerned. JeffK, your help needed. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/16e13395/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 05:46:49 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 02:46:49 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: null References: <-5482651731696891706@unknownmsgid> null Message-ID: <10df3d1b667.5274288499974633712.1335609305314817134@@vtiger.com> Dear Anshul, I'll test it here and letyou know what is the issue. kindly bear with me for some time. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hello The Error Page shows me:: Parse error: parse error, unexpected $end in C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php on line 906 -Anshul On 9/28/06, Mangai wrote:Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/71986352/attachment-0001.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From libregeek at gmail.com Thu Sep 28 06:04:30 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:34:30 +0530 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <8552418951228855775@unknownmsgid> References: <8552418951228855775@unknownmsgid> Message-ID: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> On 28/09/06, Richie wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal From libregeek at gmail.com Thu Sep 28 06:22:20 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:52:20 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <-8035749043592274294@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> Message-ID: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal From richie at vtiger.com Thu Sep 28 06:58:13 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 03:58:13 -0700 Subject: [Vtigercrm-developers] Move towards Wiki Message-ID: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Hi! vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best tool to be used in this regard. The Wiki has been updated to the latest version. The intent is to move towards the wiki from now on so that all these issues like search, not being able to get to the mail unless you have the absolute link available, forum posts getting lost, etc are resolved. All the moderators are requested to move the frequenly used data to the Wiki and lock the forum from which the data has been taken. The community is encouraged to participate in this activity. The sooner we get over this, the better it is. Requesting your kind co-operation in this regard. The Wiki will house the commonly asked queries and tips so that it becomes a single point stop for all those interested in the product. The forum will be used for one-off queries which do not merit addressing in the Wiki. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/ce342e69/attachment-0001.html From richie at vtiger.com Thu Sep 28 07:07:32 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:07:32 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> References: <8552418951228855775@unknownmsgid> <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> Message-ID: <10df41b995d.56277158003138226.599961552368062623@@vtiger.com> This will be done. All moderators please note this. Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie <richie at vtiger.com> wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/fa4fdfef/attachment-0001.html From richie at vtiger.com Thu Sep 28 07:11:20 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:11:20 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> Message-ID: <10df41f143e.704080439223041116.1975211868551301638@@vtiger.com> The anonymous postings will not be removed for now as we feel it might further delay the posting procedure. Moreover, we have many moderators now. They will have to take the responsibility of removing the posts. Kindly go ahead and register to the MARC list. I am reviewing your mail Manilal and feel that most of them have been addressed in the vtiger5 release. Do feel free to post your thoughts. Please do have a look at my other mail also toward moving towards Wiki. This I feel will help assuage a lot of emotions :-) Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/7be3d856/attachment-0001.html From libregeek at gmail.com Thu Sep 28 07:23:45 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 16:53:45 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <7508186244449328067@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> <7508186244449328067@unknownmsgid> Message-ID: <2315046d0609280423w10a42155h390d5e7eb57f2b20@mail.gmail.com> On 28/09/06, Richie wrote: > The anonymous postings will not be removed for now as we feel it might > further delay the posting procedure. Moreover, we have many moderators now. > They will have to take the responsibility of removing the posts. > > Kindly go ahead and register to the MARC list. > > I am reviewing your mail Manilal and feel that most of them have been > addressed in the vtiger5 release. Do feel free to post your thoughts. > > Please do have a look at my other mail also toward moving towards > Wiki. This I feel will help assuage a lot of emotions :-) > > Richie > Yes, we are in the right direction. I am now actually delighted in working with vtiger community, simply because more communication is taking place and hence more work. I'm sure that one day vtiger will on top of the many CRMs. I'll contact MARC and let you people know the URL. regards Manilal From jens at Strawberry.COM Thu Sep 28 08:29:46 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 28 Sep 2006 14:29:46 +0200 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com>; from Richie on Thu, Sep 28, 2006 at 02:28:26AM -0700 References: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> Message-ID: <20060928142946.B5816@Strawberry.COM> Hi, > * Request trac access by sending mail to richie at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com I'd agree for small patches, but what about entire feature addons, which may become comparably hughe? I'd suggest to request a feature branch for that and the permissions to upload everything into this branch. We might use trac for the branch request and discussion anyway. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 28 12:28:46 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 12:28:46 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D40@exch.accuratetechnologies.com> OK, I got the migration script working, and it appears to have done the right things everywhere. Everything I checked was properly imported. That analysis may change once the users get a look at it. :) But for now, it worked. Attached is the patch for how I did it. It's not pretty, and it isn't suitable for inclusion in the general release. I've included it so Minnie can see what I did to fix the problem, and then do it correctly. ;) The core issue was not being able to find the mysql binary utilities, and the migration script not handling this case very well. I solved the problem by hardcoding the paths to the mysql binaries and the working directory for the database dumps to match my installation. Once that was resolved, the migration proceeded normally, save this: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 That stuff all failed, although I can't see any subsequent problems with that. Note that as a general point, when one does this: $some_command_string = 'some series of commands and switches; exec($some_command_string); Doing this as part of the logging: $log->debug('We executed the following command string: some series of commands and switches'); Is NOT very useful, as it doesn't actually report the commands being exec-ed. The proper way to do it is: $log->debug("We executed the following command string: $some_command_string"); As this reports the same command string that was passed to the exec. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migrationpatch.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/9b77e17f/attachment.txt From allan.bush+vtiger_dev at gmail.com Thu Sep 28 12:37:18 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 28 Sep 2006 09:37:18 -0700 Subject: [Vtigercrm-developers] Trac 0.10 Message-ID: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Trac 0.10 was just released (about 20 minutes ago): http://trac.edgewall.org/wiki/TracDownload Included in the new features is the ability to add a spam filter plugin, like this one: http://trac.edgewall.org/wiki/SpamFilter I'd suggest we try upgrading our current installation, adding that plugin and enabling anonymous trac posting again. From kim at haverblad.se Thu Sep 28 13:11:21 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:11:21 +0200 Subject: [Vtigercrm-developers] Move towards Wiki In-Reply-To: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> References: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Message-ID: <451C0239.1060908@haverblad.se> Totally agree with this and will start to get more familiar with the wiki structure. /Kim Richie wrote: > Hi! > > vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best > tool to be used in this regard. The Wiki has been updated to the latest version. > > The intent is to move towards the wiki from now on so that all these issues > like > > * search, > * not being able to get to the mail unless you have the absolute link available, > * forum posts getting lost, > * etc > > are resolved. > > All the moderators are requested to move the frequenly used data to the Wiki > and lock the forum from which the data has been taken. The community is encouraged to > > participate in this activity. The sooner we get over this, the better it is. > Requesting your kind co-operation in this regard. > > The Wiki will house the commonly asked queries and tips so that it becomes a > > single point stop for all those interested in the product. The forum will be used for > one-off queries which do not merit addressing in the Wiki. > > Thanks, > Richie > > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > From kim at haverblad.se Thu Sep 28 13:14:12 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:14:12 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <451C02E4.8030507@haverblad.se> Just wondering, but what is status on this vulnerability? /Kim Kim Haverblad wrote: > New vulnerability has been posted by Ivan Markovic regarding Cross Site > Scripting, Security Bypass and Remote Command Execution. > > Original advisory: > http://www.security-net.biz/adv/D3906a.txt > > Secunia advisory: > http://secunia.com/advisories/21728/ > > Description: > Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which > can be exploited by malicious people to conduct script insertion attacks > and bypass certain security restrictions. > > 1) Input passed to the "description" field in various modules when e.g. > creating a contact and the "solution" field when an administrator > modifies the solution in the HelpDesk modules isn't properly sanitised > before being used. This can be exploited to inject arbitrary HTML and > script code, which will be executed in a user's browser session in > context of an affected site when the malicious user data is viewed. > > 2) An error in the access control verification can be exploited by a > normal user to access administrative modules (e.g. the settings section) > by accessing certain URLs directly. > > The vulnerabilities have been confirmed in version 4.2.4. Other versions > may also be affected. > > Solution: > Edit the source code to ensure that input is properly sanitised and that > access to administrative modules are properly checked. > > Use another product. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > __________ NOD32 1.1738 (20060904) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > From dgrant at accuratetechnologies.com Thu Sep 28 13:32:13 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 13:32:13 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Whoops.. just discovered that the last patch wasn't quite correct. This one actually worked - same issue. Here's the list of failed queries this time: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migration_v2.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/58a3d3af/attachment.txt From jtk at yahoo.com Thu Sep 28 13:51:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 28 Sep 2006 13:51:24 -0400 Subject: [Vtigercrm-developers] Trac 0.10 References: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Message-ID: Allan Bush wrote: > Trac 0.10 was just released (about 20 minutes ago): > http://trac.edgewall.org/wiki/TracDownload There's a lot of cool trac usage to learn from on that milestone page: http://trac.edgewall.org/milestone/0.10 > Included in the new features is the ability to add a spam filter plugin, > like this one: http://trac.edgewall.org/wiki/SpamFilter I'm looking to the InterWiki and InterWeb features to bridge the developer and end-user wiki divergence. TracNotification improvements are good, too. > I'd suggest we try upgrading our current installation, adding that > plugin and enabling anonymous trac posting again. I'd advise some caution regarding the strength of the spam filters. Those spammer types are resourceful. From gopals at vtiger.com Fri Sep 29 00:15:52 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 28 Sep 2006 21:15:52 -0700 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers Message-ID: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Dear Team, I have created a Wiki page for listing all our Language Packs maintainers: URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers PS: Currently this document is in draft stage. Kindly help us by updating your language projects. The data is pulled from various sources, such as vtiger Forums, vtigerForge, SourceForge. personal mails etc. Please give your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/3955e29b/attachment-0001.html From webmaster at vtigerfacile.com Fri Sep 29 03:04:46 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 29 Sep 2006 09:04:46 +0200 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers In-Reply-To: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> References: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Message-ID: <451CC58E.9010802@vtigerfacile.com> Dear Gopal, French lang infos updated, i'm also happy to inform we restart french user doc project, i have now some community help. Best regards, A?ssa Gopal a ?crit : > Dear Team, > > I have created a Wiki page for listing all our Language Packs maintainers: > > URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers > > PS: Currently this document is in draft stage. Kindly help us by > updating your language projects. > > The data is pulled from various sources, such as vtiger Forums, > vtigerForge, SourceForge. personal mails etc. > > Please give your views. > > Thanks, > Gopal > > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://blogs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From gutong at shine-it.net Fri Sep 29 04:30:26 2006 From: gutong at shine-it.net (=?UTF-8?B?6aG+5b2k?=) Date: Fri, 29 Sep 2006 16:30:26 +0800 Subject: [Vtigercrm-developers] Need help for searching double byte character in VtigerCRM 5 In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Message-ID: <451CD9A2.4050806@shine-it.net> Hi team, We have done most part of the Simplified Chinese translation for 5.0GA, yet we have been encountering insurmountable problems of doulble-byte character support in the system. The main problem is that the current global search engine doesn't work for double-byte characters. We have done our code hacking as following to allow the Chinese characters to be passed to the query variable. Modified the UnifiedSearch.php around line 45, From: if(isset($_REQUEST['query_string']) && preg_match("/[\w]/", $_REQUEST['query_string'])) { To: if(isset($_REQUEST['query_string']) && preg_match('/[^'.chr(0xa1)."-".chr(0xff).']+/',$_REQUEST['query_string'])) { It seems that the regex pattern matched the Chinese characters and the $search_val received the query string, however, the result was not returned. Please kindly advise us how to resolve the said problem, thank you. Also, the Chinese characters are not showing normally for all the Ajax related parts. Cheers, Tony From gopals at vtiger.com Fri Sep 29 11:17:38 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:17:38 -0700 Subject: [Vtigercrm-developers] Vtiger Developers Forum Locked Message-ID: <10dfa26ef8a.-3647830802605948308.-5383683028224550964@@vtiger.com> Dear Team, I would like to inform you that, since all our developer related discussions are taking place in mailing list, I have locked the Developer Forums for v5.x and v4.x. Please let us know is there any better code snippets management so that we can also stop Code Contributions forums in vtiger.com and request developers to post their contributions in in our Trac. Please let me know your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/73fc472f/attachment-0001.html From gopals at vtiger.com Fri Sep 29 11:32:34 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:32:34 -0700 Subject: [Vtigercrm-developers] Holidays in India Message-ID: <10dfa349a79.7601145631339705590.8244417788271073956@@vtiger.com> Dear Team, Next three days we will be having Puja holidays. Our team will be back on Oct 3rd. Happy Week End, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/f3a2a4de/attachment-0001.html From smith.timsmith at gmail.com Fri Sep 29 12:31:24 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 29 Sep 2006 11:31:24 -0500 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: We have confirmed this problem. If you are trying to save the import definition as a template you will get an error displayed in the browser. Something similar to this: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2006-09-29 11:15:45'', ''2006-09-29 11:15:45'', '1')' at line 1 We may be able to fix it today but it depends on scheduling. In any case, don't save as a template and you should be good to go. Tim (OnwealdTim) Tim Smith Onweald, Inc. http://www.onweald.com On 9/27/06, Leandro Rache Sanchez wrote: > > Hi, > Im importing accounts and contacts from sugar to vtiger, in 4.3 this work > fine, but in 5, and last svn this not work properly, don't import noting, > it > seem some sql error. > Im not test yet the contacts. > -- > > ~ Leandro Rache Sanchez > (. .) leandro at oriontek.org > \V/ > //"\\ Corporacion Tecnol?gica ORION. > /( ' )\ info at oriontek.org > ^*-*^ http://www.oriontek.org/orion/ > --------------------------------------- > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/8a764740/attachment-0001.html From gopals at vtiger.com Fri Sep 29 23:48:50 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 20:48:50 -0700 Subject: [Vtigercrm-developers] Developer Articles - Your Wish list Message-ID: <10dfcd6ad0d.5004576236579876392.-6991852857106135914@@vtiger.com> Hello, Special thanks to Michel JACQUEMES, Joe Bordes, Dennis Grant, Minnie, Fathi, MMBrich, Richie & vtiger developer community for creating very useful articles on vtiger CRM development. So far we have added the following topics in our Developer Zone in Wiki: API Documentation UI Types for Fields Creating New Module Creating New Fields in Existing Modules Creating User Specific Related Lists Creating Dashboards Adding Dashboards Translating vtiger CRM Merging a Local Working Copy of vtiger CRM to a New SVN Release Down the road, I am expecting more developers will join the vtiger development and it will be very essential for us to add many more topics to make our Developer Zone a reliable resource for the new developers. Also our developer zone should cater to the needs of developers with a different skill set. Please let me know Articles that add more value to the existing list. To kick start I have listed the following Wish list: 1. How to create new theme? 2. How to create PDF file for Quotes, Orders, & Invoices? 3. How to write SOAP methods for all modules? Let us know your wish list. Once we have a wish list it is easy to figure out writing articles Share your thoughts.. Cheers, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/d61a478a/attachment-0001.html From radiant at vtiger.com Sat Sep 30 04:29:09 2006 From: radiant at vtiger.com (Radiant) Date: Sat, 30 Sep 2006 13:59:09 +0530 Subject: [Vtigercrm-developers] [LANCER] - Color theme guide in vtiger wiki Message-ID: <451E2AD5.4070207@vtiger.com> Team, Just for your information. I have started writing the color theme development guide in vtiger wiki. As of now only a small intro and few basics are available. Will write more daily and hope to finish the guide within a week. :-) http://wiki.vtiger.com/index.php/Vtiger_CRM_5_:_Creating_your_own_Color_Theme - Radiant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/be9317b5/attachment-0001.html From kim at haverblad.se Sat Sep 30 05:42:56 2006 From: kim at haverblad.se (Kim Haverblad) Date: Sat, 30 Sep 2006 11:42:56 +0200 Subject: [Vtigercrm-developers] vtiger v5.0ga vulnerability scan report In-Reply-To: <451E2AD5.4070207@vtiger.com> References: <451E2AD5.4070207@vtiger.com> Message-ID: <451E3C20.2010707@haverblad.se> Made some scan of vtiger 5.0ga on on a test server running Debian and to be mentioned is that the scan has be done by using the admin account on a newly fresh installation. I was kind of curious to see what I would get. The Accunetix scanners shows 79 high, 16 medium and 261 low alerts so it might be of interest for some developers. -- Regards, Kim Haverblad tel: 070-728 37 86 http://www.haverblad.se -------------- next part -------------- A non-text attachment was scrubbed... Name: Vtiger-Vulnerability-Scan.zip Type: application/x-zip-compressed Size: 45410 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/aeac7571/attachment.bin From webmaster at vtigerfacile.com Fri Sep 1 08:04:28 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Fri, 01 Sep 2006 14:04:28 +0200 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44EC052E.1000801@haverblad.se> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <10d394423a4.-4887155498548908934.6088648220612835058@@vtiger.com> <44EC052E.1000801@haverblad.se> Message-ID: <44F821CC.1010102@vtigerfacile.com> About this security advise, have look to the origin :http://www.hardened-php.net/advisory_232005.105.html Disclosure Timeline: 16. September 2005 - Vendor informed. 10. October 2005 - Follow-up to vendor. 24. November 2005 - public disclosure Recommendation: Since there is currently no fixed version available, you should protect your vTiger installation with the following measures: 1. Restrict access to vtigercrm*.log via .htaccess 2. Switch register_globals to Off. 3. Turn magic_quotes_gpc off. 4. Install the Hardening-Patch for PHP to disable %00 URL characters. 1. not resolved Really easy to add a .htaccess "deny from all" on logs folder Best regards, A?ssa Kim Haverblad a ?crit : > Sounds great that it's taken care of since vulnerability release date > was 2005-11-24. So applause to Mike O'Loan for doing some checking. > > Bugtraq list also gave som hits on vtiger; seems to be the same > vulnerability, but there are some comments as well regarding the log > handling. > > http://search.securityfocus.com/swsearch?sbm=%2F&metaname=alldoc&query=vtiger&x=0&y=0 > > Regards, > Kim Haverblad > > Gopal wrote: > >> Dear Mike O'Loan, >> >> Thanks for notifying issues in some of the modules. We will ensure that >> these issues are fixed immediately. If required we will release a patch >> for v4.2.3 immediately. >> >> Regards, >> Gopal >> --- >> S.S.G.Gopal >> skype: sripadag >> ph: +1 877 788 4437 >> blog: http://gopal.vtiger.com >> >> >> >> >> ---- On Tue, 22 Aug 2006 *Mike O'Loan * wrote >> ---- >> >> The following files still have the same SQL injection vulnerability, >> carried over from vTiger 4.2.3. Although these aren't a problem with >> magic_quotes_gpc turned ON, it still needs to be fixed. It has been >> fixed in other modules by putting the PearDatabase::quote() function >> around any variable that needs to be placed in an SQL statement. >> >> Affected files: >> modules\Faq\ListView.php >> modules\HelpDesk\ListView.php >> modules\Invoice\Popup.php >> modules\Leads\ListView.php >> modules\Leads\Popup.php >> modules\Products\Popup.php >> >> Implementing this would reduce the SQL injection vulnerability for >> vTiger 4.2.x >> >> -- >> Mike O'Loan >> Chief Technical Officer >> Sauce Software Pty Ltd >> >> >> http://saucesoft.com >> Phone: +61 1300 559 165 >> Fax: +61 7 3009 0442 >> Email: mike.oloan at saucesoft.com >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From dgrant at accuratetechnologies.com Fri Sep 1 09:53:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 09:53:35 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> As part of my project to port the features from our fork of V4.2 to V5.0, I find I need to add some new fields to various modules. What I did in my fork (brace yourselves, this is horribly ugly) was to create the new fields as a custom field, and then hardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it is utterly unacceptable for anything I want to have incorporated into the main vTiger trunk - not to mention that it's just ugly hackery. So then, assume I want to add a new field to a Quote; a checkbox Boolean value. I know the field must be added to the database schema; I know how to do that. But where is the proper place to add this field so that it shows up in the "Quote Information" block on DetailView and EditView? I'd really appreciate a little help here. DG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/6fd28770/attachment-0002.html From smith.timsmith at gmail.com Fri Sep 1 12:23:27 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 1 Sep 2006 11:23:27 -0500 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44F821CC.1010102@vtigerfacile.com> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/12d94fdf/attachment-0002.html From dgrant at accuratetechnologies.com Fri Sep 1 13:24:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:24:48 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDF file export Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D13@exch.accuratetechnologies.com> Here is a patch against vanilla 5.0_RC This adds all (except one) of our extensions to the PDF version of the Quote, while still retaining the new look and feel. Changes: 1) Shows new fields Date Issued, Prepared For, Prepared By 2) Logo graphic is scaled (allows use of higher resolution logos for better print quality) 3) Layout of Company Name, Billing Address, and Shipping Address reformatted for cleaner look 4) Column headers print bold 5) Smaller font size for less cluttered look 6) Columns now Qty, Part No, Product Name, List Price, Unit Price, Tax, Total (makes more sense laid out this way) 7) Page number includes total number of pages (page 1/3 etc) 8) If present in database, global terms and conditions are printed out as an annex to the quote (ours span 2 pages...) 9) Comments on parts now print above the line item in the Product Name column, formatted bold & underline. This allows the sales people to create subgroups within the quote, using the comment as a subgroup header - great for doing packages, etc. (this, in concert with preserving the print order was the most requested feature I had) Try it out - you'll like it! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/2f51e79f/attachment-0001.txt From dgrant at accuratetechnologies.com Fri Sep 1 13:54:18 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:54:18 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDFfile export CORRECTED VERSION Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D14@exch.accuratetechnologies.com> Whoops! Disregard that last patch and use this one instead - the last one has a couple of bugs in it related to multiple-page Quotes. This one is good to go. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/0c778a58/attachment-0001.txt From webmaster at vtigerfacile.com Sat Sep 2 09:35:35 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Sat, 02 Sep 2006 15:35:35 +0200 Subject: [Vtigercrm-developers] Multiple selectbox Message-ID: <44F988A7.7020909@vtigerfacile.com> Hi team, i have just discover that : http://c82.net/samples/checklist-samples.html It's seem to be very interresting. Best regards, A?ssa From webmaster at vtigerfacile.com Sat Sep 2 18:48:03 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sun, 03 Sep 2006 00:48:03 +0200 Subject: [Vtigercrm-developers] vtiger5: Outlook, Office, and Thunderbird Plugins for TESTING In-Reply-To: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> References: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> Message-ID: <44FA0A23.6080905@vtigerfacile.com> Dear Gopal, i have asked for "private" testers on french community (only 1 answer !) I use snapshot from svn & office 2007, my french tester use the vtiger CRM package you provide on the mail & office 2000 This is a small feedback for outlook : It's seem there is a problem with dates & time sometimes ex : my task start at 30/12/1899 due date 30/12/1899 For the calendar, it's correct for me, but my tester have the date & time problem here and not on tasks. The problem is may be time format, here we don't use AM/PM. ex : Meeting Outlook from 10h00 to 19h00 give in Vtiger 10:00 AM ? 11:50 PM Meeting Outlook from 19h00 to 20h30 give in Vtiger 7:00 PM ? 11:50 PM On homepage, Upcoming activity are not on chronologic list. We have alway problem with accents. My "synctask" have worked first time, but now thebutton is disabled. More feedback later. Regards, A?ssa Gopal a ?crit : > Dear Team, > > Finally the long wait is over. I have some good news regarding vtiger > 5 plugins. > > For the last one week, Jerry (Thanks to Suman Raj for helping him out) > was working very hard to bring back the Outlook, Office, and > Thunderbird plugins to mainstream. > > He has ported all the existing features from 4.2.x to 5.0 and enabled > security functionality for plugins. > > Kindly install the latest vtiger CRM build to work with Plugins. > > 1. vtiger CRM: http://vtiger.com/products/crm/aug30/vtigercrm-5.0.0.exe > > 2. Outlook Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-outlook-plugin-5.0.0.exe > > 3. Office Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-office-plugin-5.0.0.exe > > 4. Thunderbird Extension: > http://vtiger.com/products/crm/aug30/vtigercrm-thunderbird-ext-5.0.0.zip > > PS: Change the file format from ZIP to XPI. > > While reporting an issue, please let me know, your Windows OS, MS > Outlook, and MS Word versions, which will easy for us debugging the > issues. > > Once you have completed the testing, please let me know your observations. > > Please have a look at the attached User Manuals while working with > Plugins. If you found any errors drop me a mail at gopals at vtiger > dot com. > > PS: We have enabled English, French, Dutch, German, and Portuguese > languages in Office plugin. Looking forward for community help in > adding new languages. > > Happy testing, > > Gopal > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://gopal.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From minnie at vtiger.com Mon Sep 4 02:38:49 2006 From: minnie at vtiger.com (Mangai) Date: Sun, 03 Sep 2006 23:38:49 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> Message-ID: <10d778cf4d7.-7429440611753458504.4143310975612447221@@vtiger.com> Dear DG, Thank you for giving an opportunity to service you. In vtigerCRM5RC, For 'QuoteInformation' blockid is 51 and tabid is 20. you have to write aninsert query for each field in 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: take some field say XYZ, the query is given below $this->db->query("insertinto vtiger_field values(20,".$this->db->getUniqueID("vtiger_field").",'xyz','vtiger_quotes', 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); In that query, you have take care of each field value. This entry is applicable for both editview and detailview. I hope this helps you. kindly contact me for further clarifictaions. Thanks & Regards, Minnie. ---- On Fri, 01 Sep 2006 Dennis Grant wrote ---- As part of my project to port the featuresfrom our fork of V4.2 to V5.0, I find I need to add some new fields to variousmodules. What I did in my fork (brace yourselves,this is horribly ugly) was to create the new fields as a custom field, and thenhardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it isutterly unacceptable for anything I want to have incorporated into the main vTigertrunk ? not to mention that it?s just ugly hackery. So then, assume I want to add a new fieldto a Quote; a checkbox Boolean value. I know the field must be added to thedatabase schema; I know how to do that. But where is the proper place to add thisfield so that it shows up in the ?Quote Information? block on DetailView andEditView? I?d really appreciate a little help here. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060903/1ccd72de/attachment-0002.html From ahmed at vtiger.com Mon Sep 4 06:25:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Mon, 04 Sep 2006 03:25:52 -0700 Subject: [Vtigercrm-developers] Misspelled field name in vtiger 4 and 5 In-Reply-To: References: Message-ID: <10d785cd6d2.4660954672230400407.-247269953199448983@@vtiger.com> Dear Tim, The spelling of organization name has been rectified and checked in. Please checkout the latest version from SVN from the following link: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk/ Regards, Ahmed ---- On Wed, 30 Aug 2006 Tim Smith wrote ---- organization.organizationame is mispelled. Should be organizationame.organizationname (e.g. "organization name" instead of "organization ame") Regards, Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/f62e834a/attachment-0002.html From richie at vtiger.com Mon Sep 4 06:39:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 03:39:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? Message-ID: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Hi! I was wondering if this is a right time to start thinking of the post 5.0.0 releases. Should the next release be 5.0.1 or 5.1? On what criteria should these be done? I am opening this up so that we have a more community-wide view on this. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/8f470d14/attachment-0002.html From eng.luis at gmail.com Mon Sep 4 06:46:22 2006 From: eng.luis at gmail.com (Luis Santos) Date: Mon, 04 Sep 2006 11:46:22 +0100 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <1157366782.5730.19.camel@localhost> Hi! My hunble opinion is that 5.1 has to have at least a major change from 5.0.0. 5.0.1 would be security fixes, patches, minor features.. 6.0.0 would be a major change to all of vtiger or its essence... /Luis Santos On Mon, 2006-09-04 at 03:39 -0700, Richie wrote: > Hi! > > I was wondering if this is a right time to start thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Mon Sep 4 07:00:00 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:00:00 -0700 Subject: [Vtigercrm-developers] features and feature owners for 5.x Message-ID: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Hello! Should there be an owner for the feature-list for each 5.x releases? How do these things operate in other big projects? For eg, how/who decides what all should be there in the 5.0.1/5.1 release etc? As mentioned earlier, the intent is to make vtiger a more community-oriented product. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/feef55b3/attachment-0002.html From fboudra at free.fr Mon Sep 4 07:05:39 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:05:39 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <200609041305.40465.fboudra@free.fr> hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi From richie at vtiger.com Mon Sep 4 07:20:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:20:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041305.40465.fboudra@free.fr> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> Message-ID: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Hi Fathi! I was referring to what release should we have post 5.0.0 ie whether the next release should be 5.0.1 or 5.1? I was not referring to the naming convention. Thanks anyway, Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/93ab834d/attachment-0002.html From kim at haverblad.se Mon Sep 4 07:28:57 2006 From: kim at haverblad.se (Kim Haverblad) Date: Mon, 04 Sep 2006 13:28:57 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <44FC0DF9.10809@haverblad.se> New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. From fboudra at free.fr Mon Sep 4 07:36:48 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:36:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <200609041336.48969.fboudra@free.fr> > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. From fboudra at free.fr Mon Sep 4 07:45:10 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:45:10 +0200 Subject: [Vtigercrm-developers] features and feature owners for 5.x In-Reply-To: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> References: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Message-ID: <200609041345.10215.fboudra@free.fr> > Should there be an owner for the feature-list for each 5.x releases? > How do these things operate in other big projects? > For eg, how/who decides what all should be there in the 5.0.1/5.1 release > etc? > As mentioned earlier, the intent is to make vtiger a more > community-oriented product. a simple reminder: http://www.vtiger.com/wiki/index.php/User:FathiBoudra Authors, official developers decides for a roadmap, update it, put names of people (official mentor?) who work on the feature, and follow it. Other contributors can help according to the roadmap or submit new features with patch. "big projects" are meritocracy: http://en.wikipedia.org/wiki/Meritocracy Just search the mailing list archive for many of my suggestions, especially regarding licensing issue, it could be nice to provide vtiger crm only sources (without external dependencies) for becoming a "community-oriented" product. It's not really a reply to all your questions but more a general point of view. cheers, Fathi From werk at r2g.nl Mon Sep 4 10:41:48 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 4 Sep 2006 16:41:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041336.48969.fboudra@free.fr> Message-ID: Indeed my point of vieuw aswell, So Richie what did you mean with your question then? Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: maandag 4 september 2006 13:37 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] next release - 5.0.1 or 5.1? > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From richie at vtiger.com Mon Sep 4 10:56:43 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 07:56:43 -0700 Subject: [Vtigercrm-developers] blogs changed Message-ID: <10d7954cf5f.7177449017857625563.-3694316649866535852@@vtiger.com> Dear Team, blogs.vtiger.com has a new face. We have moved to WordPress blogs. There will be a few issues as we are still in Beta with the blog movement. Please bear with us in the meantime. Feel free to report all the issues in the forum. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/4dd299a3/attachment-0002.html From developer at infointegrated.com Mon Sep 4 11:07:07 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Mon, 4 Sep 2006 10:07:07 -0500 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <3FA67E7F-346F-44DB-8847-6E3206CD682E@infointegrated.com> The way I envision it, once 5.0.0 is released, you create a 5.0 branch. Any bug fixes are applied to the branch and the trunk. New features are only applied to the trunk. Most likely, I would expect 5.0.1 to come first, as a released product is going to receive more testing and feedback than a pre-release. This release would likely come out between 1 and 3 months after product release. This would be dependent on the quantity and severity of the fixes that are found in 5.0.0. Regardless, v5.0.0 should be maintained for a set period of time (perhaps 18 months) minimum. This ensures that companies do not need to accept new features to stay current with security and bug fixes. A 5.1 release should be a minimum of 6 months out. Too many releases create a nightmare for support, and make the product appear to be less stable to the companies. On Sep 4, 2006, at 6:20 AM, Richie wrote: > Hi Fathi! > > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. > > Thanks anyway, > Richie > > > > > ---- Fathi Boudra wrote ---- > > hi ritchie, > > Le lundi 4 septembre 2006 12:39, Richie a ?crit : > > I was wondering if this is a right time to start thinking of the > post 5.0.0 > > releases. Should the next release be 5.0.1 or 5.1? > > > > On what criteria should these be done? > > > > I am opening this up so that we have a more community-wide view > on this. > > it's already stated on the naming conventions subject and in the wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http:// > zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/5b077844/attachment-0002.html From sergiokessler at gmail.com Mon Sep 4 13:59:19 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Mon, 4 Sep 2006 14:59:19 -0300 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <1987093657170059147@unknownmsgid> References: <1987093657170059147@unknownmsgid> Message-ID: <49216030609041059j7c5ccc2av8f0f373ffbd26e42@mail.gmail.com> the next release should be 5.0.1 and should contain nothing more than fixes and more fixes, ie. nothing new (and God forbid database changes)... /sak On 9/4/06, Richie wrote: > > Hi! > > I was wondering if this is a right time to start > thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more > community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From gopals at vtiger.com Tue Sep 5 00:38:14 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 04 Sep 2006 21:38:14 -0700 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: <10d7c44ec7c.-411779779187577052.-5097062524184520435@@vtiger.com> Dear Team, Ivan Markovic of www.security-net.biz has identified "moderate risk" security issues in 4.2.x version. For more details please refer to: http://www.frsirt.com/english/advisories/2006/3444 Philip has started analyzing the issues and will keep you update the status. In the meantime if you have any solutions please let us share. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Fri, 01 Sep 2006 Tim Smith wrote ---- There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/970d946b/attachment-0002.html From gopals at vtiger.com Tue Sep 5 03:58:39 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 00:58:39 -0700 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <10d7cfc6aba.-6541985869223802041.8466374674918951292@@vtiger.com> Dear Kim Haverblad, My sincere apologies for posting reply to another thread. It is a mistake on my part. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 04 Sep 2006 Kim Haverblad wrote ---- New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/7869fafd/attachment-0002.html From dgrant at accuratetechnologies.com Tue Sep 5 13:08:59 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Tue, 5 Sep 2006 13:08:59 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and? tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG From gopals at vtiger.com Tue Sep 5 22:55:22 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 19:55:22 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> Message-ID: <10d810d1c56.5168669373337133763.6577050973320880196@@vtiger.com> Hi, It is a wonderful idea. Please have a look at the "Developer Guide" in vtiger Wiki: http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide So far I have added articles on creating dashboards, related lists, language packs. Thanks to Michel Jacquemes and Richie for their valuable contributions. By the way, I have also contributed one of the articles :-) Currently I am working with Minnie on "how to create a module in vtiger CRM 5?" article, which will open doors for new developers. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Tue, 05 Sep 2006 Dennis Grant wrote ---- > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/16600072/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 02:10:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:10:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9127 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php In-Reply-To: References: <20060824124620.9305A75E7E7@vtiger.fosslabs.com> <3bec26390608240842w5233ce5fpbd51e9be62f3dc20@mail.gmail.com> <3bec26390608280758m727b9558m7f8efc0566f81b08@mail.gmail.com> <3bec26390608282125q110cf54o41deb145aecac3b3@mail.gmail.com> Message-ID: <3bec26390609052310x2eb132b8n4dedc34236551238@mail.gmail.com> I rolled this change back by simply merging the change in reverse. This may not be the ideal solution however we don't have a untouched 4.2.4 branch to work against and I would have had to pull one from an old revision. In the end the HEAD of the tag is the same and that's likely all anyone will care about. On 8/28/06, Jeff Kowalczyk wrote: > Allan Bush wrote: > > That looks good except we want to exclude r9127 from the tag as it > > wasn't part of the 4.2.4 release. > > I see. Trim the merge range: > > # svn switch (url)/branches/4.2.4 > # svn merge -r 6810:6930 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r6930 comes in) > > And after tagging tags/vtigercrm-4.2.4, merge in the straggler r9127 to a > branches/4.2 and/or branches/4.2.5, as appropriate > > # svn switch (url)/branches/4.2 > # svn merge -r 6930:9127 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r9127 comes in) > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 6 02:49:44 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:49:44 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> Message-ID: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > From richie at vtiger.com Wed Sep 6 03:26:37 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:26:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d8205736e.-2386127368813020782.8080687821603972621@@vtiger.com> Allan, Be warned that you are using abusive language and causing disrespect to a member of the community. We always try and make an effort to understand what is going on regardless of English being our first or last language. Whatever be the issue, I think, we can deal it like mature and mannered people. You have done a good job on vtiger-4.2.x but that does not give you the liberty to treat people like dirt. I expect everyone on the list to be couth enough to treat others with respect. Do you not think it would have been better to for saraj's email address so that you could resolve the problem personally instead of what you have done now? You are good technically, but you need to be a good human being too, which incidentally is most important in life. Please apologise to saraj on this mailing list and let us get on with it. If you want to talk to me in person, call me at 18777884437 or Give me your number. I will call you now. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/a0c46610/attachment-0001.html From richie at vtiger.com Wed Sep 6 03:27:54 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:27:54 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d82069f66.5974971160233137988.-5465377170316991356@@vtiger.com> Mike, Please put Allan's request on hold. Kindly maintain status quo till further notice please. I expect this fire to die down fast. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/066e5e13/attachment-0001.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 03:34:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 00:34:59 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <6850184341801969779@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> Message-ID: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 6 04:03:26 2006 From: philip at vtiger.com (Philip) Date: Wed, 06 Sep 2006 01:03:26 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Message-ID: <10d822725ef.-2963427893705069027.-4819865131191860493@@vtiger.com> I apologize, for not checking in the file in the right branch. Henceforth i'll make sure that the 4.2.4 fixes are checked into the 4.2.4.1 branch, if the fix has not been done. So, shall i revert the changes that has been done in the r9306 version? Philip ---- On Wed, 06 Sep 2006 Allan Bush wrote ---- Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/272fbccf/attachment-0002.html From dgrant at accuratetechnologies.com Wed Sep 6 09:37:08 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 09:37:08 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D17@exch.accuratetechnologies.com> > Please have a look at the "Developer Guide" in vtiger Wiki: > http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide OK, I've started to rough in this discussion on the wiki. You/Minnie/anybody else are welcome to fill in the missing info. > Currently I am working with Minnie on "how to create a module in vtiger > CRM 5?" article, which will open doors for new developers. That'll be good, 'cause I'll need that too. DG From allan.bush+vtiger_dev at gmail.com Wed Sep 6 11:28:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 08:28:09 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <-3290663298364172079@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> Message-ID: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Wed Sep 6 15:04:42 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 15:04:42 -0400 Subject: [Vtigercrm-developers] [PATCH] Attachments on Contacts Show on Accounts As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D18@exch.accuratetechnologies.com> Another in my series of fork-reduction patches. This one lists Attachments made to Contacts under the associated Account as well. This has proven very useful, as one can track Account-related activity without needing to know the name of the Contact at that Account who was the recipient. Share and Enjoy! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_4.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/1e5fa3f7/attachment-0001.txt From richie at vtiger.com Thu Sep 7 07:12:42 2006 From: richie at vtiger.com (Richie) Date: Thu, 07 Sep 2006 04:12:42 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Message-ID: <10d87facb78.4297665939683443926.2198855573448620880@@vtiger.com> Hi Allan! Are there any plans to have a 4.2.5 out soon? I think it is time we had another release on the 4.2.x series. What do you feel? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip <philip at vtiger.com> wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > <allan.bush+vtiger_dev at gmail.com> wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie <richie at vtiger.com> wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > <vtigercrm-commits at vtiger.fosslabs.com> wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/27c3f689/attachment-0002.html From lists.vtigercrm.com at callum-macdonald.com Thu Sep 7 07:22:56 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Thu, 07 Sep 2006 18:22:56 +0700 Subject: [Vtigercrm-developers] Problems installing from trunk Message-ID: <45000110.9030306@callum-macdonald.com> Hey Guys, New to svn and vtiger development, so forgive me if I'm missing something obvious, but my install failed after downloading from trunk. The process was as follows: 1] svn checkout http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk 2] http://mysite.com/vtiger/, run through install process 3] Final step died with the error: Can't create table './vtiger5t/#sql-78f_13.frm' (errno: 121)Error: Tables partially created. Table creation failed. Now when I try to access the site I can see the login page but after I login I get the error: *Fatal error*: Call to a member function Move() on a non-object in */home/sites/vtiger5t.harttdev.com/html/include/database/PearDatabase.php* on line *441* Can anyone suggest what my problem might be? Is there an alternative method to install from trunk? Thanks in advance, Callum. From philip at vtiger.com Thu Sep 7 09:53:47 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 06:53:47 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Hi, We have started our validation for 5GA and this will be completed by tomorrow. The issues we come across will be updated in trac, we'll be fixing most of the issues before releasing GA. Matt, could you please add a option 5.0.-val in the version field of our trac. Thanks, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/3de0bec5/attachment-0002.html From dgrant at accuratetechnologies.com Thu Sep 7 10:55:01 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 10:55:01 -0400 Subject: [Vtigercrm-developers] [FEATURE REQUEST] - Populating Contact on New/Edit Quote should Populate Account and Address Info As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1A@exch.accuratetechnologies.com> This is probably simple for someone. On a new/edit Quote, selecting a Contact should populate the Account field with the Account associated with that Contact, and when it does so, should populate the Address info with the address info for that CONTACT. DG From fboudra at free.fr Thu Sep 7 11:13:00 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 17:13:00 +0200 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Message-ID: <200609071713.01613.fboudra@free.fr> hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi From dgrant at accuratetechnologies.com Thu Sep 7 11:17:03 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:17:03 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Can I get confirmation on which of my patches made it in to 5 GA? DG From jtk at yahoo.com Thu Sep 7 11:32:16 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:32:16 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. From gopals at vtiger.com Thu Sep 7 11:43:11 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 07 Sep 2006 08:43:11 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing Message-ID: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Dear Team, I am happy to inform you that our GA validation build is ready for testing. Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. Kindly participate in this final testing and report any bugs in Trac: http://vtiger.fosslabs.com You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: http://vtiger.com/archives/vtigercrm-5.0.0.exe http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz http://vtiger.com/archives/vtigercrm-5.0.0.bin I have also attached the scripts for migrating data from v5 RC to v5 GA - Val build - By tomorrow morning (India time), we are expecting plugins to be ready for the testing purpose. In the meantime, kindly post any issues in Trac under "Version: 5.0-VAL" Data Migration Procedure: V5 RC to v5 GA VAL ****WARNING: Before starting migration, take a backup of theexisting database**** Step 1: First take a database dump from the version 5 RC setup. Step 2: Install v5 GA - VAL Build in a new folder in your Web server. Step 3: Save the rc_to_ga_migration.php file inside the /modules/Migration folder. Step 4: Log in to your vtiger CRM system after extracting GA - VAL build Step 5: In the Browser invoke the following URL: http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration Note: Assuming that you have installed vtiger CRM inhttp://localhost/vtigercrm/ directory. If you have a different directory structurespecify your own URL. or, Click on the Settings -> Migration Wizard and change theURL: from, http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings to, http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings It will take few seconds to migrate database from v5 RC tov5 GA- VAL. After successful migration, following message will be displayed: "Needed database changes from 5 RC to 5 GA have beendone." Happy testing, Best Regards, Gopal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: rc_to_ga_migration.php Type: application/octet-stream Size: 7246 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0001.obj From dgrant at accuratetechnologies.com Thu Sep 7 11:54:11 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:54:11 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Where does the trac live? DG -----Original Message----- From: Jeff Kowalczyk [mailto:jtk at yahoo.com] Sent: Thursday, September 07, 2006 11:32 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [SPAM-Bayesian] - Re: [Vtigercrm-developers] 5 GA validation and changes in trac. - Bayesian Filter detected spam Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From allan.bush+vtiger_dev at gmail.com Thu Sep 7 11:57:47 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 08:57:47 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <-6532429895316336822@unknownmsgid> References: <-6532429895316336822@unknownmsgid> Message-ID: <3bec26390609070857wa73c69v5ff62fcaacd7ae14@mail.gmail.com> It's great that we have this release, but why can't we use the same naming convention as every other software project? What is a "val" release? Why not just call it 5.0.0-RC2? On 9/7/06, Gopal wrote: > > Dear Team, > > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of > validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the > following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 GA - > Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready for > the testing purpose. In the meantime, kindly post any issues in Trac under > "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different directory > structure specify your own URL. > > > > or, > > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > From jtk at yahoo.com Thu Sep 7 11:58:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:58:23 -0400 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. From fboudra at free.fr Thu Sep 7 12:01:26 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 18:01:26 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: <200609071801.26810.fboudra@free.fr> Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi From allan.bush+vtiger_dev at gmail.com Thu Sep 7 12:04:12 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 09:04:12 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <8896254713592840310@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> <8896254713592840310@unknownmsgid> Message-ID: <3bec26390609070904w44df29aav7f314d2c7170acc8@mail.gmail.com> The list of everything currently planned for 4.2.5 is here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5 There's not that much left, but I currently nearly no one is working on it so I can't give any estimate on when it will be complete. On 9/7/06, Richie wrote: > > Hi Allan! > > Are there any plans to have a 4.2.5 out soon? > I think it is time we had another release on the 4.2.x series. > What do you feel? > > > Richie > > > > > ---- Allan Bush wrote ---- > > Thanks for your attention philip, > > If we are going to create a 4.2.5 release quickly that just has a > couple bug fixes and some security fixes then please make the changes > to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel > free to make the changes to the 4.2 branch. Actually any changes to > 4.2.4.1 should be made to 4.2 as well anyways. > > The real lesson here is you should never ever make any changes to > anything in the "tags" folder. I've already rolled back the changes > you did make. > > I apologies if you found the language I used too harsh, but my polite > requests seem to be ignored. > > On 9/6/06, Philip wrote: > > > > I apologize, for not checking in the file in the > > right branch. Henceforth i'll make sure > > that the 4.2.4 fixes are > > checked into the 4.2.4.1 branch, if the fix has not been > > done. > > > > So, shall i revert the changes that has been done > > in the r9306 version? > > > > Philip > > > > > > ---- On Wed, 06 Sep 2006 Allan Bush > > wrote ---- > > > > > > Sorry I may have been a little out of line, I just > > get frustrated > > sometimes having to redo work because of people not > > paying attentions > > to my requests for changes. > > > > Regardless of the tone of my request, there is no > > reason to every make > > changes (other then adding new tags) to anything in the > > tags folder > > and as such making it readonly is probably a good idea. > > > > On 9/6/06, Richie wrote: > > > > > > Mike, > > > Please put Allan's request on hold. Kindly > > maintain status quo till further > > > notice please. > > > > > > I expect this fire to die down fast. > > > > > > Richie > > > > > > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > > > > Umm yeah, > > > > > > so exactly 35 minutes after I fixed your last fuck up > > you do the same > > > damn thing again. > > > > > > I understand that english isn't your first > > language, but please try > > > and make an effort to understand what's going on. > > > > > > Does anyone have saraj's personally email address? > > so I can try and > > > resolve this problem directly. > > > > > > Mike, can we just revoke commit privileges to > > everyone in the tags > > > directory? I'm not sure how we'd create tags then > > though... > > > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > > wrote: > > > > Author: saraj > > > > Date: Wed Sep 6 00:41:42 2006 > > > > New Revision: 9306 > > > > > > > > Log: > > > > T added > > > > > > > > Modified: > > > > > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > > > ============================================================================== > > > > --- > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > (original) > > > > +++ > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > Wed Sep 6 00:41:42 2006 > > > > @@ -946,6 +946,7 @@ > > > > , 'Q' > > > > , 'R' > > > > , 'S' > > > > + , 'T' > > > > , 'U' > > > > , 'V' > > > > , 'W' > > > > > > > > > > > > _______________________________________________ > > > > vtigercrm-commits mailing list > > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Thu Sep 7 12:09:59 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 09:09:59 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: <10d890af48e.-1076554671253392790.-325996934154176655@@vtiger.com> Hi Dennis, We have added two of your patches in vtigerCRM 5 GA 1) Product Code's display text to "Part Number" 2) Preserve add order of products in Quotes, Invoice and Salesorder. Philp ---- On Thu, 07 Sep 2006 Dennis Grant wrote ---- Can I get confirmation on which of my patches made it in to 5 GA? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/315550b6/attachment-0002.html From jtk at yahoo.com Thu Sep 7 12:31:00 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 12:31:00 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi/timeline?daysback=1 This is the fast-loading view of recent activity that I bookmark. From werk at r2g.nl Thu Sep 7 16:31:26 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 7 Sep 2006 22:31:26 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609071713.01613.fboudra@free.fr> Message-ID: Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jtk at yahoo.com Thu Sep 7 18:01:47 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 18:01:47 -0400 Subject: [Vtigercrm-developers] What does windows installer do? Message-ID: I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. From kenlyle at yahoo.com Thu Sep 7 18:06:57 2006 From: kenlyle at yahoo.com (Ken Lyle) Date: Thu, 7 Sep 2006 15:06:57 -0700 (PDT) Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: Message-ID: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Another Secunia advisory has popped up: http://secunia.com/advisories/21728/ Who is managing and addressing these? Ken 484-948-5706 866-OUT OF BOX (866-688-6326) -- "He who reads nothing is more educated than he who reads nothing but newspapers." - Thomas Jefferson From joe at tsolucio.com Thu Sep 7 21:09:38 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 03:09:38 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <1157677778.10479.7.camel@joeshome.int> Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). From kim at haverblad.se Thu Sep 7 23:13:11 2006 From: kim at haverblad.se (Kim Haverblad) Date: Fri, 08 Sep 2006 05:13:11 +0200 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Message-ID: <4500DFC7.2030703@haverblad.se> Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > From gopals at vtiger.com Fri Sep 8 03:17:00 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 08 Sep 2006 00:17:00 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Hello, My only intention was to get more feedback from our developer community, so that we can have a better control over GA release. So far we have gathered about 100 issues from our community, which may not be possible with our core team in India. I apologize for breaking the release management process this time. Thanks for your understanding, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Thu, 07 Sep 2006 Dhr. R.R. Gerbrands wrote ---- Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/1e5a705e/attachment-0002.html From fboudra at free.fr Fri Sep 8 03:34:02 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 09:34:02 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Message-ID: <200609080934.02955.fboudra@free.fr> hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... From ahmed at vtiger.com Fri Sep 8 03:34:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 00:34:52 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached Message-ID: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Dear Dino, Thanks for notifying the issue. The error occurs due to the extra blank line after the php close tag in the file "user_privileges/enable_backup.php". And it is noticed only in the Linux OS. I have attached the file with the blank space removed. Please replace it and let us know your feedbacks. Thanks and Regards, Ahmed Team Member - vtiger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: enable_backup.php Type: application/octet-stream Size: 572 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0001.obj From philip at vtiger.com Fri Sep 8 03:41:09 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 00:41:09 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: <10d8c5f796d.1787771530455067840.-2415800108430080376@@vtiger.com> Hi Jeff, Here after the source build will have the following naming convention vtigercrm-x.y.z.tar.gz Philip ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/a8945eab/attachment-0002.html From webmaster at vtigerfacile.com Fri Sep 8 04:06:59 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 10:06:59 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Message-ID: <450124A3.4000105@vtigerfacile.com> Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ahmed at vtiger.com Fri Sep 8 05:06:25 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 02:06:25 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <450124A3.4000105@vtigerfacile.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> Message-ID: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Dear A?ssa, I stand corrected. Apologize for jumping the gun. Didn't test in the xampp windows version. Hope the fix works across different OS. Thanks, Ahmed Team - vtiger ---- On Fri, 08 Sep 2006 A?ssa wrote ---- Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/992ea82f/attachment-0002.html From webmaster at vtigerfacile.com Fri Sep 8 05:33:33 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 11:33:33 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Message-ID: <450138ED.7090203@vtigerfacile.com> Dear Ahmed, just remove the empty line after php tag, that work perfectly. Best regards, A?ssa Ahmed Hussian a ?crit : > > > Dear A?ssa, > > I stand corrected. > > Apologize for jumping the gun. Didn't test in the xampp windows version. > > Hope the fix works across different OS. > > Thanks, > Ahmed > Team - vtiger > > > ---- On Fri, 08 Sep 2006 *A?ssa * wrote ---- > > Dear Ahmed, > "And it is noticed only in the Linux OS." > You can add windows, i have tested on xampp windows version. > Best regards, > A?ssa > Ahmed Hussian a ?crit : > > > > Dear Dino, > > > > Thanks for notifying the issue. > > > > The error occurs due to the extra blank line after the php close > tag > > in the file "user_privileges/enable_backup.php". > > > > And it is noticed only in the Linux OS. > > > > I have attached the file with the blank space removed. Please > replace > > it and let us know your feedbacks. > > > > > > Thanks and Regards, > > Ahmed > > Team Member - vtiger > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ngombert at ng-consultant.com Fri Sep 8 06:00:44 2006 From: ngombert at ng-consultant.com (Nicolas GOMBERT) Date: Fri, 08 Sep 2006 12:00:44 +0200 Subject: [Vtigercrm-developers] Warning with BAS blocks In-Reply-To: <200609071713.01613.fboudra@free.fr> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> <200609071713.01613.fboudra@free.fr> Message-ID: <1157709644.8836.7.camel@localhost> Hi guys, I'm working on a new module for vtiger and I got a warning in my EditView page cause I only have BAS field in it. It comes from l.1015 in CommonUtils.php : foreach($getBlockInfo as $label=>$contents) $getBlockInfo is not define if there is no ADV field. it can be solved by adding "if ($getBlockInfo)" just before that line. Perhaps I miss something (I'm pretty new in vtiger dev) that why I don't directly post on trac. From don at vtiger.com Fri Sep 8 06:02:22 2006 From: don at vtiger.com (don) Date: Fri, 08 Sep 2006 03:02:22 -0700 Subject: [Vtigercrm-developers] What does windows installer do? In-Reply-To: References: Message-ID: <10d8ce0c0b2.8855639365923098319.-2481585964593962777@@vtiger.com> Hi, The windows .exe installer similar to the Linux .bin installer will install the required Apache, PHP,MySQL and gd libraries required to run vtigerCRM. Option is also provided to use the already installed Apache and MySQL. Option to start the Apache as a service is also provided in the windows installer. Hope this helps you. Thanks, Don ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/18fa7590/attachment-0002.html From richie at vtiger.com Fri Sep 8 06:13:04 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:13:04 -0700 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Dear Team, Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I propose that we merge these into 1 wiki only. We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users in wiki.vtiger.com as well. wiki.vtiger.com is based on media-wiki and is said to be more configurable. We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com site. This way, we will have data consolidation as well. Apropos the L&F, we will ensure that these too are taken care of. Please let us know what you feel. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/06438616/attachment-0002.html From minnie at vtiger.com Fri Sep 8 06:17:37 2006 From: minnie at vtiger.com (Mangai) Date: Fri, 08 Sep 2006 03:17:37 -0700 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <1157677778.10479.7.camel@joeshome.int> References: <1157677778.10479.7.camel@joeshome.int> Message-ID: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Dear joebordes, I apologize for delay in reply. Here is the information you requested: Following changes should be done in modules/Users/DefaultDataPopulator.php files. 1) To insert into vtiger_tab table use value greater than 29 for tabid. values from 1 to 29 already occupied for modules in vtigerCRM. Syntax:$this->db->query("INSERT INTO vtiger_tab VALUES (,'',,,'',,,)"); Example: $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); [example given with respect to Leads module.] 2) To insert into vtiger_blocks table use value greater than 83 for blockid. values from 1 to 83 are already occupied. Syntax: $this->db->query("insert into vtiger_blocks values (,,'',,,,,,)"); Example: $this->db->query("insert into vtiger_blocks values (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); 3) To insert into vtiger_field table value for fieldid will be generated dynamically using getUniqueID method of PearDataBase class. Syntax: $this->db->query("insert into vtiger_field values (,,,,,,,, ,,,,,,,, ,,)"); Example: $this->db->query("insert into vtiger_field values (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); This is a small part in module creation. As you asked about block,tab andfield id, I've given that. kindly wait for some time to get fulldocumentation for module creation. We will provide it soon. If you have any query or any difficulty in the above statements, kindly feel free to mail me(email address: minnie at vtiger.com) Thanks & Regards, Minnie. ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/fc26bfc2/attachment-0002.html From webmaster at vtigerfacile.com Fri Sep 8 06:26:49 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 12:26:49 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <45014569.5090201@vtigerfacile.com> Too much tools kill the tools. I agree with you, with too much tools, it's difficult for users to follow. 1 wiki for all the doc, 1 bug traker, ... Richie a ?crit : > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Fri Sep 8 06:58:36 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:58:36 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609080934.02955.fboudra@free.fr> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> <200609080934.02955.fboudra@free.fr> Message-ID: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/c65b68b5/attachment-0002.html From richie at vtiger.com Fri Sep 8 07:01:27 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 04:01:27 -0700 Subject: [Vtigercrm-developers] Fwd: Re: naming conventions Message-ID: <10d8d16d9a2.8041820541097757908.-3347095238241642222@@vtiger.com> I thought I had copied to the mailing list, yet to get it , so resending it. Richie ============ Forwarded Mail ============ >From : Richie To : fboudra at free.fr,vtigercrm-developers at lists.vtigercrm.com Cc : vtigercrm-developers at lists.vtigercrm.com,gopals at vtiger.com Date :Fri, 8 Sep 2006 03:58:36 -0700 Subject : Re: [Vtigercrm-developers] naming conventions ============ Forwarded Mail ============ Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/8576252f/attachment-0002.html From dgrant at accuratetechnologies.com Fri Sep 8 08:28:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 08:28:48 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Joe, Do us all a favour and, as you get the information, add it to the developer wiki - the same way I've been doing with the "how to add a field to an existing module" documentation. We need to start capturing and documenting this, and the ideal people to do so are the people who are implementing the things the questions are about. DG From werk at r2g.nl Fri Sep 8 08:31:39 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 14:31:39 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Message-ID: Richie and team, It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting. I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Richie Verzonden: vrijdag 8 september 2006 12:59 Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.com CC: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/04cb2540/attachment-0002.html From richie at vtiger.com Fri Sep 8 08:56:35 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 05:56:35 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Fathi, Would you like to discuss your idea here please? Richie ---- Dhr. R.R. Gerbrands<werk at r2g.nl> wrote ---- ? Richie and team,   It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting.   I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this.   Best regards,   Remco        -----Oorspronkelijk bericht-----Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens RichieVerzonden: vrijdag 8 september 2006 12:59Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.comCC: vtigercrm-developers at lists.vtigercrm.comOnderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal,> My only intention was to get more feedback from our developer community, so> that we can have a better control over GA release.Could you explain me, how not respecting naming conventions help you to have a better control over GA release ?> So far we have gathered about 100 issues from our community, which may not> be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence.> I apologize for breaking the release management process this time.> Thanks for your understanding,Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible.My apologies to be again the bad guy who talk about the reality.cheers,FathiPS: and i don't talk about your licensing issue this time ..._______________________________________________Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/b6de862c/attachment-0002.html From philip at vtiger.com Fri Sep 8 09:10:38 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:10:38 -0700 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <4500DFC7.2030703@haverblad.se> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> <4500DFC7.2030703@haverblad.se> Message-ID: <10d8d8d201e.-7252714424372858302.8220088687626437314@@vtiger.com> Hi Kim, I have posted this as a ticket in trac, kindly refer the url for status http://secunia.com/advisories/21728/ , i'll be fixing this on vtigerCRM 5 GA only. Can anybody volunter for vtigerCRM 4.2.x ? if it has not been fixed on that. Philip ---- On Thu, 07 Sep 2006 Kim Haverblad wrote ---- Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/64f26a76/attachment-0002.html From philip at vtiger.com Fri Sep 8 09:31:32 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:31:32 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609071801.26810.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> Message-ID: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Hi Fathi, Do we have any wiki type document in trac to track such patches, if so kindly let me know so that i can update that in future, i coud'nt find such doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. Thanks, Philip ---- Fathi Boudra<fboudra at free.fr> wrote ---- Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/4ed0436b/attachment-0002.html From fboudra at free.fr Fri Sep 8 10:00:35 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:00:35 +0200 Subject: [Vtigercrm-developers] =?iso-8859-15?q?=5BSPAM-Bayesian=5D_-_Re?= =?iso-8859-15?q?=3A_5_GA_validation=09and_changes_in_trac=2E_-_Bayesian_F?= =?iso-8859-15?q?ilter_detected_spam?= In-Reply-To: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Message-ID: <200609081600.35984.fboudra@free.fr> hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi From fboudra at free.fr Fri Sep 8 10:27:53 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:27:53 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> References: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Message-ID: <200609081627.54008.fboudra@free.fr> hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. From philip at vtiger.com Fri Sep 8 10:39:17 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 07:39:17 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609081600.35984.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> <200609081600.35984.fboudra@free.fr> Message-ID: <10d8dde4974.-4721662930359186979.-7383047317377409472@@vtiger.com> Having a new ticket type say 'Patch' in trac sounds good, we can ask our developers to submit their patches here. Can you create that option trac please? or anyone who has permission. Giving access to anonymous may create trouble. Philip ---- On Fri, 08 Sep 2006 Fathi Boudra wrote ---- hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/17afc3e6/attachment-0002.html From joe at tsolucio.com Fri Sep 8 10:49:57 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 16:49:57 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Message-ID: <1157726997.29190.13.camel@joesunix.int> Ok, sure. I have already added things to your page and I had thought of adding this as well. I's better to have it there than hanging around in my computer :-) Regards, Joe. El vie, 08-09-2006 a las 08:28 -0400, Dennis Grant escribi?: > Joe, > > Do us all a favour and, as you get the information, add it to the > developer wiki - the same way I've been doing with the "how to add a > field to an existing module" documentation. > > We need to start capturing and documenting this, and the ideal people to > do so are the people who are implementing the things the questions are > about. > > DG > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From dgrant at accuratetechnologies.com Fri Sep 8 10:54:44 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 10:54:44 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D22@exch.accuratetechnologies.com> > Ok, sure. I have already added things to your page and I had thought of > adding this as well. I's better to have it there than hanging around in > my computer :-) Not "my" page; *OUR* page. I moved it to its own page and did a little tweaking. I also put in a placemarker for the "Create a Module" page. Good work. Keep it up. DG From allan.bush+vtiger_dev at gmail.com Fri Sep 8 11:03:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 08:03:59 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <-3104740452756007648@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <200609081600.35984.fboudra@free.fr> <-3104740452756007648@unknownmsgid> Message-ID: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> I've added the patch ticket type. Anonymous access to ticket creation was revoked due to concerns about spam. Trac 0.10 is said to have the ability to control spam better, maybe when that is released we can upgrade and re-enable anonymous content creation. On 9/8/06, Philip wrote: > > Having a new ticket type say 'Patch' in trac sounds > good, we can ask our developers to submit > their patches here. > Can you create that option trac please? or anyone > who has permission. > > Giving access to anonymous may create trouble. > > Philip > > > ---- On Fri, 08 Sep 2006 Fathi Boudra > wrote ---- > > > hi, > > > Do we have any wiki type document in trac to > track such patches, if so > > kindly let me know so that i can update that in future, > i coud'nt find such > > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. > > no, we don't have such wiki document. A solution, is > to add a wiki page, that > we must update manually. A better solution is to > keep track like said jeff in > the trac bug tracker and add a new ticket type (atm we have > defect/enhance/task) to easily follow patch > submission. Unfortuntely, there's > just one problem: there isn't anonymous access. We > can allow new ticket to > anonymous to resolve ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From fboudra at free.fr Fri Sep 8 11:20:38 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:20:38 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <-3104740452756007648@unknownmsgid> <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> Message-ID: <200609081720.39160.fboudra@free.fr> Le vendredi 8 septembre 2006 17:03, Allan Bush a ?crit : > I've added the patch ticket type. thanks :) more faster than me ;) From joe at tsolucio.com Fri Sep 8 11:41:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 17:41:18 +0200 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php Message-ID: <1157730078.11831.3.camel@joesunix.int> Hi all, I tried (very little) to add this bug to trac but couldn't see how. I'll try with more time and patience later. On line 62 of the log4php/LoggerBasicConfiguration.php script there is a syntax error with two parenthesis: $root->addAppender($appender)); should be: $root->addAppender($appender); If anybody with svn write access can fix. Regards, Joe. From fboudra at free.fr Fri Sep 8 11:48:23 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:48:23 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <45014569.5090201@vtigerfacile.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <45014569.5090201@vtigerfacile.com> Message-ID: <200609081748.24140.fboudra@free.fr> Le vendredi 8 septembre 2006 12:26, A?ssa a ?crit : > Too much tools kill the tools. > I agree with you, with too much tools, it's difficult for users to follow. > 1 wiki for all the doc, > 1 bug traker i tend to agree but personally i prefer to have 2 wiki. A long time ago, (27/2/2006 exactly), i proposed a developer documentation project: > We lack of a good developer documentation. > i started a developer documentation on vtiger.fosslabs.com wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki > it's a bit empty for the moment but your help is needed :) > Please, comments, add clues, notes, what can be used to do a developer > documentation. i see wiki.vtiger.com more a users wiki with installation tips, etc, for users by users, not too much technical. And vtiger.fosslabs.com (v.f.c) wiki, like a more developer oriented tool, much more technical, talking about vtiger internals. Without forget extra feature of the wiki, like special tags with links to bug tracker, etc... Concerning the bug tracker, it's difficult to have 2 bug trackers. We must allow users to do bug reports and v.f.c don't allow that atm. i prefer again v.f.c bug tracker (i like mail interface), and if possible migrate sf bugs to trac bug tracker. just my point of view, i'm completely open to other suggestions, especially if you want to merge the wikis (a TOC with 2 sections users/developers on mediawiki if possible too). cheers, Fathi From allan.bush+vtiger_dev at gmail.com Fri Sep 8 12:10:46 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 09:10:46 -0700 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php In-Reply-To: <1157730078.11831.3.camel@joesunix.int> References: <1157730078.11831.3.camel@joesunix.int> Message-ID: <3bec26390609080910q13344f9es62f5bb87f7d10a1f@mail.gmail.com> Ticket #1418 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1418) took care of this on the 4.2 branch. The trunk is locked down right now so someone else will have to change it there. You need to have a login to create tickets in trac, see the front page of the trac wiki for details in how to get one. On 9/8/06, Joe Bordes wrote: > Hi all, > > I tried (very little) to add this bug to trac but couldn't see how. I'll > try with more time and patience later. > > On line 62 of the log4php/LoggerBasicConfiguration.php script there is a > syntax error with two parenthesis: > > $root->addAppender($appender)); > > should be: > > $root->addAppender($appender); > > If anybody with svn write access can fix. > > Regards, Joe. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From jtk at yahoo.com Fri Sep 8 12:16:41 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 08 Sep 2006 12:16:41 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <16604.5306985781$1157710413@news.gmane.org> Message-ID: Richie wrote: > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I > propose that we merge these into 1 wiki only. -1 on merging wikis. Actually, that's a -1 for not using trac for development documentation. The trac instance should be the single-stop-shop information source for the development process and codebase, written to an intended audience of developers, system integrators and testing users. The vtiger.com wiki can have free reign over the usability and end-user documentation side of vtigercrm as far as I'm concerned. That said, if we someday have integrated documentation throughout the codebase (e.g. copious online help and code comments), then there's a lot that various trac plugins could do to auto-wikify that codebase documentation. http://www.trac-hacks.org/ With trac's strong codebase integration, I don't think it is the case that mediawiki could be useful to the vtiger developer community. Mediawiki may be more appropriate for the end-user documentation. From dgrant at accuratetechnologies.com Fri Sep 8 12:24:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 12:24:35 -0400 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG From eng.luis at gmail.com Fri Sep 8 12:47:53 2006 From: eng.luis at gmail.com (Luis Santos) Date: Fri, 08 Sep 2006 17:47:53 +0100 Subject: [Vtigercrm-developers] Problems importing big database in 5.0 GA validation Message-ID: <1157734073.12172.34.camel@localhost> Hi! My current vtigerCRM 4.2.3 Database is about 1.7GB... is this a problem to migrate to 5.0 GA validation? I've managed to finish the migration process but i had to change the code to do not verify is the db dump is a file and has a size bigger than 10000... However now i'm unable to login... Any idea? /Luis Santos From werk at r2g.nl Fri Sep 8 15:08:40 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 21:08:40 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609081627.54008.fboudra@free.fr> Message-ID: That's a very mature idea. :-) Let's use it! Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: vrijdag 8 september 2006 16:28 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From mmbrich at fosslabs.com Fri Sep 8 19:17:05 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 08 Sep 2006 17:17:05 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <1157757425.14022.1.camel@localhost.localdomain> You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > From webmaster at vtigerfacile.com Sat Sep 9 04:42:22 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 10:42:22 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Message-ID: <45027E6E.6020407@vtigerfacile.com> Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From jeri at vtiger.com Sat Sep 9 06:32:59 2006 From: jeri at vtiger.com (Jeri John) Date: Sat, 09 Sep 2006 03:32:59 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <45027E6E.6020407@vtigerfacile.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> Message-ID: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Dear Aissa, We have planned to go with utf-8 as the default charset What you think? Thanks & Regards, Jerry. ------------------------------------------ D.Jeri John Skype: jerijohn_vtiger Blog : http://jerry.vtiger.com/ Toll Free: +1 877 788 4437 ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - <file attached> > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the <vtiger > Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060909/e2a8328d/attachment-0002.html From webmaster at vtigerfacile.com Sat Sep 9 07:15:41 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 13:15:41 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Message-ID: <4502A25D.60306@vtigerfacile.com> I'm ok, but note : - Default charset before vtiger CRM 5 isn't utf-8, so all the datas on db have to be converted during migration, - Advertise for translators, we have to convert lang pack (by say only now, do not count to have lang pack the same week with $naming_convention[GA]) - Becarefull with plug-ins (not sure outlook & word know utf-8) ! We have already problem with caracters in plug-ins. - That not resolve the problem with picklist edition but only with announcements, try to add "?" on any picklist, To be compliant with europe, try your product with accents (?, ?, ?, ?, ?,?, ?....) & quotes (",') and you will see a lot of problem we have here with vtiger CRM. I may be forgot something. Regards, A?ssa Jeri John a ?crit : > Dear Aissa, > We have planned to go with utf-8 as the default charset > What you think? > > Thanks & Regards, > Jerry. > > > ------------------------------------------ > D.Jeri John > Skype: jerijohn_vtiger > Blog : http://jerry.vtiger.com/ > Toll Free: +1 877 788 4437 > > > > > ---- A?ssa wrote ---- > > Hi team, > The caracter problem with announcements is not closed, i have sent a > temporary solution on trac. > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 > Regards, > A?ssa > > Gopal a ?crit : > > Dear Team, > > > > I am happy to inform you that our GA validation build is ready for > > testing. > > > > Before announcing our public release we would like to have a final > > round of validation, so that we can avoid any last minute glitches. > > > > Kindly participate in this final testing and report any bugs in > Trac: > > > > http://vtiger.fosslabs.com > > > > You can download the version 5 GA validation build *(SVN Tag: 9353) > > *from the following URLs: > > > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > > > I have also attached the scripts for migrating data from v5 RC > to v5 > > GA - Val build - > > > > By tomorrow morning (India time), we are expecting plugins to be > ready > > for the testing purpose. In the meantime, kindly post any issues in > > Trac under "Version: 5.0-VAL" > > > > Data Migration Procedure: V5 RC to v5 GA VAL > > > > ****WARNING: Before starting migration, take a backup of the > existing > > database**** > > > > Step 1: First take a database dump from the version 5 RC setup. > > > > Step 2: Install v5 GA - VAL Build in a new folder in your Web > server. > > > > Step 3: Save the rc_to_ga_migration.php file inside the > Home>/modules/Migration folder. > > > > Step 4: Log in to your vtiger CRM system after extracting GA - > VAL build > > > > Step 5: In the Browser invoke the following URL: > > > > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > > > > Note: Assuming that you have installed vtiger CRM in > > http://localhost/vtigercrm/ directory. If you have a different > > directory structure specify your own URL. > > > > or, > > > > Click on the Settings -> Migration Wizard and change the URL: > > > > from, > > > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > > > > to, > > > > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > > > > > > It will take few seconds to migrate database from v5 RC to v5 > GA- VAL. > > > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > > > Happy testing, > > > > Best Regards, > > Gopal > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sat Sep 9 15:37:49 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sat, 09 Sep 2006 13:37:49 -0600 Subject: [Vtigercrm-developers] UI help In-Reply-To: <44B4921F.8020402@vtiger.com> References: <1152565743.32174.120.camel@localhost.localdomain> <1152590570.16985.4.camel@localhost.localdomain> <1152678056.16985.149.camel@localhost.localdomain> <44B4921F.8020402@vtiger.com> Message-ID: <1157830669.5620.1.camel@localhost.localdomain> Any word on getting a UI built for sales force automation in the campaigns module? I am building this as a plug-in system so that other SFA actions can be hooked into campaigns without much sweat. I can keep working with the current UI but you may have other ideas for making this work. Matt On Wed, 2006-07-12 at 11:39 +0530, Saint wrote: > Matt.. > > I am aware that, the campaigns module is fairly attended in the UI > front.I am in the middle of other works. So give me a few more days.. > I will hop in and check it out :-) > > -Saint > > > > > Matthew Brichacek wrote: > > I'm going to keep posting these hoping that someone will finally get fed > > up with the ugly and help out ;). > > > > Matt > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > ____________________________________________________________________ > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From fboudra at free.fr Sun Sep 10 13:43:58 2006 From: fboudra at free.fr (Fathi Boudra) Date: Sun, 10 Sep 2006 19:43:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable Message-ID: <200609101943.59164.fboudra@free.fr> hi, i tried to install current svn version and it isn't installable. it failed at step "confirm settings" only me ? cheers, Fathi From gopals at vtiger.com Mon Sep 11 03:36:48 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 00:36:48 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. Message-ID: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/f9c39228/attachment-0002.html From gopals at vtiger.com Mon Sep 11 07:02:23 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 04:02:23 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <10d9c8ac74f.4087497381546003718.321325161514699284@@vtiger.com> Dear Team, vtiger CRM Windows Build label is vtigercrm-5.0.0.exe instead of vtigerCRM-5.0.0.exe. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 11 Sep 2006 Gopal wrote ---- Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/94bc4f44/attachment-0002.html From richie at vtiger.com Mon Sep 11 07:18:39 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 04:18:39 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <1157757425.14022.1.camel@localhost.localdomain> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> Message-ID: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Thanks for responding. Man, you are getting difficult to reach by telephone nowadays. Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/a8d968d7/attachment-0002.html From mmbrich at fosslabs.com Mon Sep 11 07:26:35 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 11 Sep 2006 05:26:35 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Message-ID: <1157973995.5466.3.camel@localhost.localdomain> Yes.. I am not staying up as late any more and my mornings are fairly busy :). You can always call and leave a msg but I think the time difference will present a problem. Matt On Mon, 2006-09-11 at 04:18 -0700, Richie wrote: > Thanks for responding. Man, you are getting difficult to reach by > telephone nowadays. > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > You could keep them separated too, use mediawiki for the user > wiki and > trac for the developer wiki. I like using trac for the devel > wiki > because it's more integrated with the rest of the developer > environment. > Honestly though, I've barely read either one of them so it > really > doesn't make any diff to me. > > Matt > > On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > > Dear Team, > > > > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and > wiki.vtiger.com . > > > > I propose that we merge these into 1 wiki only. > > We can take the contents in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to > wiki.vtiger.com. > > We will provide all the privileges given as of now in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > > in wiki.vtiger.com as well. > > > > wiki.vtiger.com is based on media-wiki and is said to be > more configurable. > > We could let the wiki link remain in the vtiger.fosslabs.com > page and have it redirected to the wiki.vtiger.com > > site. > > This way, we will have data consolidation as well. > > > > Apropos the L&F, we will ensure that these too are taken > care of. > > > > Please let us know what you feel. > > > > Richie > > From richie at vtiger.com Mon Sep 11 08:06:15 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 05:06:15 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> Message-ID: <10d9cc541a4.2512570924560104299.5282016981339119205@@vtiger.com> Guys, how do we come to a conclusion on this? Gopal thinks that it is better to merge the two as the wiki at wiki.vtiger.com is already divided into 2 zones - User Zone and Developer Zone. So, the respective areas will have the related docs. I am not clear about how the development is related to the wiki as mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and wiki are tightly integrated. I think this will be an important point to base the decision to merge or not. Kindly explain. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/3e1fe997/attachment-0002.html From fboudra at free.fr Mon Sep 11 10:49:18 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 11 Sep 2006 16:49:18 +0200 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <200609111649.19217.fboudra@free.fr> hi gopal, Le lundi 11 septembre 2006 09:36, Gopal a ?crit : > I have come up with the following file names for v5 GA release: file names is ok, just the "v5 GA" is wrong. GA term isn't well known in the software applications. We must avoid this term, especially, when i saw r9413 commit comment: "RC changed to 5.0.0 GA" cheers, Fathi From jtk at yahoo.com Mon Sep 11 14:24:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 11 Sep 2006 14:24:24 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> <14119.6420453072$1157976398@news.gmane.org> Message-ID: Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. From werk at r2g.nl Mon Sep 11 14:40:56 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 11 Sep 2006 20:40:56 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: Message-ID: The way I seet things are : trac is allready very usefull for development, why use wiki ? Use wiki for enduser informations only. Regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Jeff Kowalczyk Verzonden: maandag 11 september 2006 20:24 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] merging the wikis Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jens at Strawberry.COM Mon Sep 11 16:55:25 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Mon, 11 Sep 2006 22:55:25 +0200 Subject: [Vtigercrm-developers] vtiger 5: Installation Manual for PostgreSQL DB In-Reply-To: <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com>; from Gopal on Mon, Sep 11, 2006 at 12:25:02AM -0700 References: <10d87e89883.5865705763054288946.-3390436903255532194@@vtiger.com> <20060910144143.A3768@Strawberry.COM> <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com> Message-ID: <20060911225525.C3768@Strawberry.COM> Hi Gopal, hi Don, > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. I hadn't had the time to look at this. I'll come back to you. Regarding the current integration of the postgres fixes into the SVN I had a closer look at SVN revision 9402. My fixes were almost present, however I figured out the following: include/database/PearDatabase.php install/5createTables.inc.php - The fix regarding the SEQUENCE mapping is missing include/database/Postgres8.php - I've reworked my fix in a way that removes the column names from this source file. The rework has not been implemented. install/4createConfigFile.php - The check against $_REQUEST['db_type'] must be done before handling the database type. Otherwise $dbType will be undefined. modules/Potentials/Opportunity.php modules/SalesOrder/SalesOrder.php modules/Leads/Lead.php modules/Invoice/Invoice.php modules/PurchaseOrder/PurchaseOrder.php modules/Quotes/Quote.php - PostgreSQL does not support the && operator. AND must be used instead. modules/Campaigns/ListView.php - The OFFSET/LIMIT fix was applied. However the old code was not deleted. modules/Products/ListView.php modules/Activities/ListView.php modules/Quotes/ListView.php modules/HelpDesk/Save.php - You forgot these files entirely modules/Calendar/Appointment.php - New problem figured out today. The fixPostgresQuery function needs to be added. modules/Calendar/calendarLayout.php - One fixPostgresQuery was missing modules/Home/index.php - New problem figured out today. Another 'AS' was missing. modules/Users/User.php - A misleading comment was removed install/5createTables.inc.php modules/Users/DefaultDataPopulator.php - New problem figured out today. The user2group entries introduced in DefaultDataPopulator.php were tried to be inserted into the database before the user records were created. This violates the layout constraint: Key (userid)=(2) is not present in table "vtiger_users" I've split off this code into two parts, one in 5createTables.inc.php and the other one in DefaultDataPopulator.php. modules/Faq/ListView.php - Duplicate comment themes/blue/style.css There's a patch containing all changes mentioned above attached to this mail. I'll also document this in TRAC#2033. Kind regards -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 04:11:59 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:11:59 +0100 Subject: [Vtigercrm-developers] Support Tickets Message-ID: Is there a possibility of having a Time Taken field and a Progress bar in vtiger Support Tickets, rather than having to make custom fields for those. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/4cec603a/attachment-0002.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 04:53:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:53:35 +0100 Subject: [Vtigercrm-developers] Export to PDF Message-ID: I'm testing out v5 RC1, and trying to save an invoice as pdf but Adobe tells me the file is corrupt. Is this feature working? And can I have an export to xls aswell as pdf. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/a99f9e21/attachment-0002.html From jens at Strawberry.COM Tue Sep 12 05:26:39 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 12 Sep 2006 11:26:39 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609101943.59164.fboudra@free.fr>; from Fathi Boudra on Sun, Sep 10, 2006 at 07:43:58PM +0200 References: <200609101943.59164.fboudra@free.fr> Message-ID: <20060912112639.C7979@Strawberry.COM> Hi, there's a syntax error in modules/Users/User.php in all revisions up to 9426 ('-' in the first column of line 925). It is fixes with the postgres patches I've posted yesterday. cu, Jens On Sun, Sep 10, 2006 at 07:43:58PM +0200, Fathi Boudra wrote: > hi, > > i tried to install current svn version and it isn't installable. > it failed at step "confirm settings" only me ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From joe at tsolucio.com Tue Sep 12 05:48:28 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 11:48:28 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: Message-ID: <1158054508.11125.11.camel@joesunix.int> Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From developer at infointegrated.com Tue Sep 12 08:40:30 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Tue, 12 Sep 2006 07:40:30 -0500 Subject: [Vtigercrm-developers] SVN - Watch File Names Message-ID: <813F2D4F-E70B-4F8C-8850-D6625CEE6130@infointegrated.com> Please make sure you watch your file names. Unix and Mac are case sensitive. Check in 9414 added: themes/alphagrey/images/aboutUs.jpg The other file remains: themes/alphagrey/images/aboutUS.jpg When this happens I can no longer do checkouts on the Mac. Thanks. From smith.timsmith at gmail.com Tue Sep 12 10:17:59 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Tue, 12 Sep 2006 09:17:59 -0500 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: <1158054508.11125.11.camel@joesunix.int> References: <1158054508.11125.11.camel@joesunix.int> Message-ID: Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: > > Hi Joseph, > > I am responsable of the TTTimecards project which associates timecards > to the support tickets. I find this idea very interesting and will > implement the "total time taken" with no problem. As for the progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > > > Is there a possibility of having a Time Taken field and a Progress bar > > in vtiger Support Tickets, rather than having to make custom fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for the use of > > the individual or entity to which it is addressed, and may contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly prohibited and may > > be unlawful. If you received this in error, please contact the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of transmitting > > software viruses, however, you need to carry out your own virus checks > > on any attachments as we can take no responsibility for any computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions available on > > request. > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/0b042b1f/attachment-0002.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 10:41:19 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 15:41:19 +0100 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: Message-ID: Maybe if people have different ways of doing things, then maybe a Time data type could be required in the custom fields, and maybe rather than custom fields to always be called custom fields from the area in a form maybe a "category name" could be assigned to the fields so that they are grouped together by whatever category name they were given.. "Tim Smith" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 12/09/2006 15:21 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] Support Tickets Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/b390ada6/attachment-0002.html From joe at tsolucio.com Tue Sep 12 10:47:00 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 16:47:00 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: <1158054508.11125.11.camel@joesunix.int> Message-ID: <1158072421.7280.5.camel@joesunix.int> Thank you for all the detail!! I will read this email carefully and try to incorporate it into the project. Joe. El mar, 12-09-2006 a las 09:17 -0500, Tim Smith escribi?: > Hi Joe, > > There are several measures of time that should be considered. Though > not all these may be supported, they will eventually so they need to > be thought about. > > "Elapsed Time" is the normal measure of how much time elapsed from > open to close status. > > "Effort Time" is a measure of effort and is probably most relevant to > the TTTimecards project. A support task may stay open for a week but > the support rep might spend an hour here and 15 minutes there until > the project is closed. > > "Response Time" is how long we took to respond and is generally > evaluated against a guarantee. For example, if someone has a "gold" > contract then you might guarantee a response within 30 minutes of > opening. A "platinum" contract might guarantee a 15 minute response. > > "Contract Time" is like Elapsed Time in that the time is measured from > open to close status. The difference is time is measured differently > depending on (hopefully) configuration and/or a contract associated > with the incident. A silver contract may guarantee closure in 5 work > days. A gold contract may guarantee closure within 24 working hours. > A platinum contract may guarantee closure within 24 hours. So the > silver and gold contract measure time in work days but platinum > guarantees someone will work all night long to get something done. > The definition of a work day will vary. For example, 6am to 6pm GMT, > Monday through Friday and 8am to 3pm Saturday. You also have to deal > with holidays. > > A simple way to handle all these time measures is to allow only one > definition of time. "We work 9 to 5, Monday to Friday except > holidays" and one definition for a contract. That way you don't have > to support a contract system. > > ------------ > Ideally, I think what Joeseph requested would be related to "Response > Time" or "Contract Time" because it is what you are guaranteeing. > > In MarketForce, we showed a graph that was Green -> Yellow -> Red. > You defined an amount of time for each color depending on the > contract. For example, a platinum contract had 3 minutes for Green, 8 > minutes for Yellow and 4 minutes for Red. A bar would cross the > colors to indicate how much time had progressed. > > For a first version, I would prefer a simple Green/Yellow/Red graphic > as described except there would be only one configuration for time > (not based on contracts). I would like to see those graphs for > Response Time and Elapsed Time since those are most useful. > > Kind regards, > Tim > > OnwealdTim > > > On 9/12/06, Joe Bordes wrote: > Hi Joseph, > > I am responsable of the TTTimecards project which associates > timecards > to the support tickets. I find this idea very interesting and > will > implement the "total time taken" with no problem. As for the > progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech > escribi?: > > > > Is there a possibility of having a Time Taken field and a > Progress bar > > in vtiger Support Tickets, rather than having to make custom > fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for > the use of > > the individual or entity to which it is addressed, and may > contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended > recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly > prohibited and may > > be unlawful. If you received this in error, please contact > the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of > transmitting > > software viruses, however, you need to carry out your own > virus checks > > on any attachments as we can take no responsibility for any > computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author > and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions > available on > > request. > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 11:07:18 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 16:07:18 +0100 Subject: [Vtigercrm-developers] Leasing Products Message-ID: Would it be possible to have a field for Account Names that products are leased to and with locations. Then maybe some kind of pivot table reports that shows the different type of Products against the Customers that have them. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/d0c39252/attachment-0002.html From fboudra at gmail.com Tue Sep 12 12:14:27 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 12 Sep 2006 18:14:27 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060912112639.C7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> Message-ID: <200609121814.27941.fboudra@gmail.com> Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > there's a syntax error in modules/Users/User.php in all revisions > up to 9426 ('-' in the first column of line 925). It is fixes with > the postgres patches I've posted yesterday. tested, not better. I have: * apache v2.0.55 * mysql 5.0.24a * php v5.1.6 tested with 2 browsers: * firefox * konqueror under Debian Sid. i use "Populate database with demo data" option. Someone can confirm, this is a local issue ? cheers, Fathi From jens at Strawberry.COM Wed Sep 13 02:41:50 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:41:50 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913084150.F7979@Strawberry.COM> Hi Fathi, I'm running the current SVN in the following environment: Apache 2.2.2 PHP 5.1.4 Postgres 8.1.2 There are some minor issues with this version, but in general it is working fine for me. I do not populate demo data ... maybe that's the reason? Did you try to change the rootlogger level from FATAL to INFO in log4php.properties and watch the log file vtigercrm.log during installation? This might point you to the latest installation step performed successfully ... Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixed with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Wed Sep 13 02:51:58 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:51:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913085158.G7979@Strawberry.COM> Fathi, there's another issue, I've fixed with my postgres patches: In DefaultDataPopulator.php there were some user2group records introduced. This is a problem, because there's a layout con- straint in the database which requires a user record to be existing before a groups records relates to it. However users are populated into the database *AFTER* Default- DataPopulater has completed. I don't know if this would also be an issue for mysql. Using PostgreSQL results in the installation failing at this step. I've attached my patches to this mail again. Please have a look at the diffs for DefaultDataPopulator.php and 5createtables.inc.php. Those contain the according patches. Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixes with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 03:18:10 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:18:10 +0100 Subject: [Vtigercrm-developers] activity reports Message-ID: Is it possible to have an activity report that groups the activities by Account Name or related to, and with subtotal for each. The same for tickets... Would be useful for monthly reports, billing. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/9a5e34ba/attachment-0002.html From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 03:35:47 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:35:47 +0100 Subject: [Vtigercrm-developers] Exporting Invoices to pdf Message-ID: Somehow I get a corrupt pdf file when exporting a demo invoice to pdf. this is the error i get It exports perfectly on the demo site, but on my local pc it gives me a corrupt pdf file error. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigerpdf.jpg Type: image/jpeg Size: 9571 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0001.jpg From jens at Strawberry.COM Wed Sep 13 07:24:11 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 13:24:11 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com>; from don on Wed, Sep 13, 2006 at 03:45:10AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> Message-ID: <20060913132411.D8836@Strawberry.COM> Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From fboudra at gmail.com Wed Sep 13 10:55:03 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 13 Sep 2006 16:55:03 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060913084150.F7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> Message-ID: <200609131655.04334.fboudra@gmail.com> Le mercredi 13 septembre 2006 08:41, Jens Hamisch a ?crit : > I do not populate demo data ... maybe that's the reason? Same result without populating demo data. > Did you try to change the rootlogger level from FATAL to INFO in > log4php.properties and watch the log file vtigercrm.log during > installation? Yes, unfortunately, logging start at step 5 and i fail step 3/4. i tested with svn r9508. i'll try to do the installation with other Apache/Mysql/PHP. cheers, Fathi From don at vtiger.com Wed Sep 13 14:42:23 2006 From: don at vtiger.com (don) Date: Wed, 13 Sep 2006 11:42:23 -0700 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <20060913132411.D8836@Strawberry.COM> References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> Message-ID: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Hi Jens, This issue is fixed as in your patch and the files are checked into the SVN. Thanks, Don ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/1853df13/attachment-0002.html From jens at Strawberry.COM Thu Sep 14 03:25:30 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:25:30 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609131655.04334.fboudra@gmail.com>; from Fathi Boudra on Wed, Sep 13, 2006 at 04:55:03PM +0200 References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> <200609131655.04334.fboudra@gmail.com> Message-ID: <20060914092530.P7979@Strawberry.COM> Hi Fathi, > Yes, unfortunately, logging start at step 5 and i fail step 3/4. ooups! Means that you have either probs with your database or your global mysql/php/apache settings. I'll forward a beta versin of the current installation guide to you in a seperate mail. Please check the settings shown in there. You may also watch your mySQL log if there''s any connection recorded and if it runs into errors. > i tested with svn r9508. i'll try to do the installation with other The fixes are at least in r9512. However they address problems encountered in step 5 ... cu -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Thu Sep 14 03:26:10 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:26:10 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com>; from don on Wed, Sep 13, 2006 at 11:42:23AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Message-ID: <20060914092610.Q7979@Strawberry.COM> Hi, have seen them. Thx, Jens On Wed, Sep 13, 2006 at 11:42:23AM -0700, don wrote: > Hi Jens, > > This issue is fixed as in your patch and the files are checked into the SVN. > > Thanks, > Don > > > > > ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- > > > Don, > > > however please have a look at my fixes to > DefaultDataPopulator.php and 5createTables.inc.php. > > The current implementation violates the database > layout constraints. The installation of vtiger will > definitely fail unless the database engine ignores > those violations (it should not, otherwise the > constraint does not make any sense). > > Also there's a typo in one of the source files > (User.php: '-' at the beginning of the line). > > At least one community member already is facing > installation probles with one of the latest SVN > revisions ... > > Regardless the remaining postgres fixes I'd tag > those 'critical' with the potential of blocking > GA. > > > > Jens > > > > On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > > Hi Jens, > > > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > > We are expecting the v5 release to be happening in another 24 hours. > > > > > > We will definitely integrate these patches post 5.0 GA > > > > Thanks for your understanding, > > Don > > > > > > > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > > > Sorry, typo! > > > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > > > > > ========================= Forwarded Mail ========================= > > > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > > PostgreSQL DB > > From: Jens Hamisch > > Date: Mon, 11 Sep 2006 22:55:25 +0200 > > To: gopals at vtiger.com, don at vctiger.com > > CC: vtigercrm-developers at lists.vtigercrm.com > > > > ------------------------- Contents ------------------------- > > > > Hi Gopal, > > hi Don, > > > > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > > > > I hadn't had the time to look at this. I'll come back to you. > > > > Regarding the current integration of the postgres fixes into the SVN > > I had a closer look at SVN revision 9402. My fixes were almost present, > > however I figured out the following: > > > > > > > > include/database/PearDatabase.php > > install/5createTables.inc.php > > - The fix regarding the SEQUENCE mapping is missing > > > > include/database/Postgres8.php > > - I've reworked my fix in a way that removes the column names > > from this source file. The rework has not been implemented. > > > > install/4createConfigFile.php > > - The check against $_REQUEST['db_type'] must be done before > > handling the database type. Otherwise $dbType will be undefined. > > > > modules/Potentials/Opportunity.php > > modules/SalesOrder/SalesOrder.php > > modules/Leads/Lead.php > > modules/Invoice/Invoice.php > > modules/PurchaseOrder/PurchaseOrder.php > > modules/Quotes/Quote.php > > - PostgreSQL does not support the && operator. AND must be used > > instead. > > > > modules/Campaigns/ListView.php > > - The OFFSET/LIMIT fix was applied. However the old code was not > > deleted. > > > > modules/Products/ListView.php > > modules/Activities/ListView.php > > modules/Quotes/ListView.php > > modules/HelpDesk/Save.php > > - You forgot these files entirely > > > > modules/Calendar/Appointment.php > > - New problem figured out today. The fixPostgresQuery function > > needs to be added. > > > > modules/Calendar/calendarLayout.php > > - One fixPostgresQuery was missing > > > > modules/Home/index.php > > - New problem figured out today. Another 'AS' was missing. > > > > modules/Users/User.php > > - A misleading comment was removed > > > > install/5createTables.inc.php > > modules/Users/DefaultDataPopulator.php > > - New problem figured out today. The user2group entries introduced > > in DefaultDataPopulator.php were tried to be inserted into the > > database before the user records were created. This violates > > the layout constraint: > > Key (userid)=(2) is not present in table "vtiger_users" > > > > I've split off this code into two parts, one in 5createTables.inc.php > > and the other one in DefaultDataPopulator.php. > > > > modules/Faq/ListView.php > > - Duplicate comment > > > > themes/blue/style.css > > > > > > > > There's a patch containing all changes mentioned above attached to this mail. > > I'll also document this in TRAC#2033. > > > > > > Kind regards > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > ====================== End of Forwarded Mail ====================== > > > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jlee at zertis.net Thu Sep 14 04:27:17 2006 From: jlee at zertis.net (Josh Lee) Date: Thu, 14 Sep 2006 03:27:17 -0500 Subject: [Vtigercrm-developers] Online Petition Message-ID: <45091265.9020503@zertis.net> I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: text/x-vcard Size: 219 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/bc022d49/attachment-0001.vcf From joe at tsolucio.com Thu Sep 14 05:00:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 11:00:13 +0200 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <1158224413.586.2.camel@joesunix.int> If you have never sent spam before, don't start now :-) Let's please keep this list clean and talk about our personal convictions elsewhere. Joe. El jue, 14-09-2006 a las 03:27 -0500, Josh Lee escribi?: > I've never sent spam before. After reading this, I don't think it is > spam and being that I served in Iraq myself, I am forwarding it to > everyone in my address book. I've seen a Gunnery Sergent, who saved my > life, go to the brig for shit like this. So I feel strongly about it. > > **The U.S. Marine in Iraq who shot and killed an enemy combatant who was > pretending to be dead but in reality was alive. If you have any feelings > for this Marine who was doing his job then please read and help take > action for this American Hero. I am asking all who receive this message > to add your name in support of the young Marine accused of murdering a > combatant in Iraq . ** > > **He called out to his buddies that the person was faking, the person > apparently made a suspect move and the Marine shot him dead. There was > another combatant in the room who identified himself as being > wounded...The Marines did not shoot him. The ACLU are claiming the > Marine is guilty of a war crime. This is ridiculous! ** > > **Bill O'Reilly of the Fox News Channel feels there is overwhelming > support for this young Marine - ** > > **Let's prove him right- we can make a difference! ** > > **The servicemen fighting for our freedom and safety deserve our > support. Support is indicated by adding your name to the list that > follows. Best to copy and paste, then add your name to the list or, > press "forward" and send to everyone in your address book you think > should read this. You can only add your name after you have pressed > "forward" or "copy and paste" don't delete any names - just go to the > next number and type your name. ** > > **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** > > **1. Joe Mallison , Michigan *** > **2. William Ast, Florida ** > **3. John Stockberger, Tennessee ** > **4. Charles Horst, Tennessee ** > **5. Clarence Elmore, Tennessee ** > **6. Arthur Claessens, California ** > **7. Guy Veasey , California ** > **8. John Granville, Texas ** > **9. Laura Granville, Texas ** > **10. Ernie Granville, California ** > **11. Chris Carnohan, Texas ** > **12. Pat Carnohan , Texas ** > **13. Myron Rodee, Iowa ** > **14. Art Bloomer, Kansas ** > **15. Jack Turner, Virgi! nia ** > **16. Victor DuBois ** > **17. Marguerite DuBois ** > **18. Theresa Champagne ** > **19. Robert Champagne ** > **20. Carol Worthley ** > **21. R. Randy Worthley ** > **22. Arthur J. Roy, Lewiston , Me. ** > **23. Paul J. Chevalier, New Hampshire ** > **24. Cathie Chevalier , New Hampshire ** > **25. Joe Petrone, New Hampshire ** > **26. Augusta Petrone, New Hampshire ** > **27. Sam Thiessen, Colorado ** > **28. Ken Melcher , Colorado ** > **29. Louise Walko, Colorado ** > **30. Walter A. Walko, Colorado ** > **31. Billy J. Barr,llinois ** > **32. Marilyn S. Barr, Illinois ** > **33. Cliff Sonberg, Colorado ** > **34. Eileen Sonberg, Colorado ** > **35. Dale J. Kreller, La ** > **36. Stan Zaborowski, Washington ** > **37. Fain Pool, WA ** > **38. Wm. Harris , TX ** > **39. Sally Harri s, TX ** > **40. Tim Ireland, SC ** > **41. Fran Ireland , SC ** > **42. Tommy Thorne, SC ** > **43 . June Thorne, SC ** > **44. Kitty Jackson , SC ** > **45. Blanche Bell, SC ** > **46. George Warchol ** > **47. Mary Warchol ** > **48. Megan Warchol ** > **49. Ray Croft, Washington ** > **50. Rosan! ne Croft, Washington ** > **51. Doug Talley, Washington ** > **52. Pat Talley , Washington ** > **53. Roland Chastain, Indianapolis , IN ** > **54. Pat Chastain, Indianapolis , IN ** > **55. Harry Sanders, Columbus, In ** > **56. Sue Sanders, Columbus , IN ** > **57. Christy Sanders, Columbus , IN ** > **58. Will Pumphrey, Greensburg , IN ** > **59. Joe Prosser, Cape Coral , FL ** > **60. Rodney Post, Westminster , CA ** > **61. Gerda Post, Westminster , CA ** > **62. Roberta Anderson ** > **63. Donald Anderson ** > **64. Bonnie J.Mauch ** > **65. Brad Vaughn ** > **66. Shelly Vaughn ** > **67. Savannah Vaughn ** > **68. Scarlett Vaughn ** > **69. James Ayers ** > **70. Dawn Ayers ** > **71. Elizabeth Meyer ** > **72. Rick Gallier ** > **73. Charlie Johnson, Houston , TX ** > **74. SSgt. Johnson, USMC ** > **75. Mike Dabbs ** > **76. Sharon Dabbs ** > **77. Carl Weaver ** > **78. Lois Weaver ** > **79. Kevin MacLaren ** > **80. John Wolfe ** > **81. Michelle Wolfe ** > **82. ROBERT PETERS ** > **83. Syvian Gieiring , PA ** > **84. Joel Reed, PA ** > **85. Richard Emlin Reed , FL ** > **86. Betty C. Reed, FL ** > **87. Connie Williams, PA ** > **89. Steve Phillips, Birmingham AL . ** > **90. Michele McDowall ** > **100. John McDowall101. ** > **101. James Selkirk Jr. TN ** > **102. David Selkirk, NC ** > **103. Jack Mansfield , TN ** > **104. Robert Romines, TN ** > **105. Bonnie Romines, TN ** > **107. Gary W. Osborne ** > **108. Ken Burns, FL ** > **109. Brian E. Langford, FL ** > **110. Kevin B. Krueger, FL ** > **111. Tad J. Humphreys, Tampa FL ** > **112. Ted Van Duin, Seattle , WA ** > **113. David DelValle, Fl. ** > **114. Paul Deterding, Fl. ** > **115. Tony Austin, Tampa . ** > **116. Joel Herrington , TX ** > **117. Curtis Smith, Tx ** > **118. Mary Longnecker, Texas ** > **119. Paula Stoerner, Texas ** > **12 0. Ernie Stoerner, Texas ** > **121. jessica sjolander, Tx ** > **122. M.D. Weatherford , TX ** > **123. B.J. Weatherfo rd, TX ** > **124. Dixie Roffe , Texas ** > **125. Denny DeSautell , Oklahoma ** > **126. Paul DeBow, Minnesota ** > **127 Nina Darrington, South Dakota ** > **128. Chuck Darrington , South Dakota ** > **129. Trudy DeBow ** > **130. David DeBow ** > **1! 31. Fay Mott ** > **132. Russ Sanders, Ariz. ** > **133. Ann sanders, Ariz ** > **134. Lew Sanders, Phoenix Az. ** > **135. J. L. (Jim) Tenney ** > **136. Marion Tenney ** > **137. Elizabeth Arnold, Alaska ** > **138. John O. Landreth, Las Vegas , NV ** > **139. Earl Evenson, Las Vegas , NV ** > **140. Betty Evenson, Las Vegas , NV ** > **141. Kristine Schuster, San Clemente , CA . ** > **142. Deb O'Connell, San Juan Capistrano , CA ** > **143. Darrell Joseph, San Juan Capistrano , Ca ** > **144. Robert Voorhies, Twentynine Palms, CA ** > **145. Tony McDowell, 29 Palms Ca. ** > **146. Tricia McDowell, 29 Palms Ca. ** > **147. Shea McDowell, Chico Ca. ** > **148 Diana McDowell, Chico Ca. ** > **149. Morgan McDowell, Chico Ca. ** > **150. Art Belenzo, Chula Vista , CA ** > **151. Lydia Belenzo, Chula Vista , CA ** > **152. Arlene Belenzo, Chula Vista , CA ** > **153. Arthur Belenzo, Chula Vista , CA ** > **154. Leslie Belenzo, Chula Vista , CA ** > **155. Cris Belenzo, San Diego , CA ** > **157. Dennis Schrock, Atoka , OK ** > **158.William E Smith, Atoka , OK ** > **159. Penalt! on N . Lloyd, Montgomery , AL ** > **160. Benjamin Perez, Apple Valley, CA - He should have shot the > reporter first. ** > **161. Bill Yackle , SC ** > **162. Chris Huddleston, Orange , CA ** > **163. Don Huddleston, Orange , CA ** > **164. David Allin, Spring Valley , CA . ** > **165. Jan Allin, Spring Valley , CA . ** > **166. Lola Melton, San Marcos , CA ** > **167. Ed Melton San Marcos , CA ** > **168. Rhonda Brant, Murrieta , CA ** > **169. Rick Brant, Murrieta , CA ** > **170. Andrew Bulfer, San Diego , CA ** > **171. Dan Bulfer, Ramona , CA ** > **172. Tonia Ovalle, Chula Vista CA ** > **173. Albert Ovalle, Chula Vista , CA ** > **174. Ciarra Ovalle, Chula Vista , CA ** > **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** > **176. Gonzalo Martinez, San Diego , CA ** > **177. Terri Hernandez, Chula Vista CA ** > **178. Diane Nye, Stayton , OR ** > **179. Michael Woodward, Salem , OR ** > **180. Sandy Woodward, Salem , OR ** > **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin > Perez (whom I've never met). ** > **182. Frank J. Maxon ** > **183. Chuck Dye (Don't always agree with Bill O, but if they don't > fight fair, what should they expect? How about imbedding some ACLU > members with the Marines to check over the supposed dead bodies first.) ** > **184. Kristal Dye ** > **185. Samantha Dye ** > **186. Reece Dye ** > **187. Jason Nieman ** > **188. Stacy Nieman ** > **189. Emily Nieman ** > **190. GERRY RUSSEL ** > **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** > **192. Linda Morley, Yuba City , California ** > **193. Jim Chatell, Colusa , California ** > **194. Joanne Abbaticchio, Polk City , FL ** > **195. Isadora Ciagala,USMC-1962-1966 ** > **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** > **197. Pat Buote, Holiday , Fl ** > **198. Linda Ford V! FWA PDP AR ** > **199. James Ford VFW P.Dist. Commander AR ** > **200. Donna Walker, VFW Auxiliary , Springdale , AR ** > **201. Vic Walker, VFW, Springdale , AR. ** > **202. Bennie Parks , DAV, Fayetteville , AR. ** > **203. Jane Parks, Fayetteville , AR ** > **204. Bob Loyd, Siloam Springs , AR ** > **205. Ellen Gibbs, Gentry, AR ** > **206. Sharron Hay, AR ** > **207. Joy Moore , AR ** > **208. Debby Reed Torreon Mexico ** > **209. Garry Reed Torreon Mexico ** > **210. Bill Tompkins El Cajon California ** > **211. Craig Wheeler El Cajon CA ** > **212. Katrina Wheeler El Cajon CA ** > **213. Logan Wheeler El Cajon CA ** > **214. ;Lukasz Mikula Boston MA ** > **215. Melissa McKenna, Gunnison, CO Sgt USMC ** > **216. Pablo Briones Donna , TX Cpl USMC ** > **217. Sgt. James Leedale, CA USMC ** > **218. Mayra Leedale ** > **219. Sgt Brian Clarke, MO USMC ** > **220. Mason D. Kelley TX ** > **221. Michael Kiley NJ USMC ** > **222. Michael F. Gross CA LCpl USMC ** > **223. Lyndon C. Lyon ** > **224. Marlene Y. Lyon ** > **225. James M. Cole ** > **226. James W McMaster ** > **22! 7. Corry Steiner, Brookings , OR ** > **228. Jack Steiner, Brookings , OR ** > **229. Gladys Harper, San Diego , CA ** > **230. Kent Harper, San Diego , CA ** > **231. Pat R. Dobbs, San Marcos , CA ** > **232. Char Empet, Plano , Texas ** > **233. Ken Empet, Plano , Texas ** > **234. Mary Ann Aceves (I agree with Chuck, 183) ** > **235. Robert Aceves ** > **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. > Play by the ACLU's rules? I don't think so!) ** > **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR > " What if the Marine had been killed by this enemy combatant? Then they > would be saying things like..."the troops are under prepared, untrtained > and... " wait, they already have been saying that. This guy is a hero > and there should be no mistaking it! ** > **(Accusing him otherwise should be considered an act of treason!) ** > **238. Bill Weaver, USMC Retired, Richland , WA ** > **239. Nora Weaver, Richland , WA ** > **240! . BILL POWELL USMC RET CABOT , AR ** > **241. VIRGINIA A POWELL, CABOT , AR ** > **242. Dick Upshaw, Captain, USMC (inactive) ** > **243. Ed DeSaussure, Captain, USMC (inactive) ** > **244. Paul Underwood, Captain, USMC (Ret.) ** > **245 John Scott, Captain, USAF (Ret.) ** > **246. Ray Wright, Tsgt, USAF (Ret) ** > **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** > **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., > WWII ** > **249. Judy Kalebjian, Lockeford , CA ** > **250. Myrna Pitchford, Lodi , CA ** > **251. G. D. Pitchford, Lodi , CA ** > **252. E.R. Alexander, Galva, Ks. ** > **253. A.J. Alexander, Galva, Ks. ** > **254. M.L. Brown, Wichita, KS - Many of the comments made by people on > this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support > his every move... ** > **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it > should be the ACLU (lawyers for communism, inc.)Let's hustle and get > this list to ** > **1000 and forward to O'Reilly. We need to stop this travesty and > protect out troops!!! ** > **256. Shirley Harding, Winfield, Ks. ** > **257. Marion C Kelly ** > **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** > **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** > **260. R. B. Mellen Sr, Lowell MA ** > **261. Lindy Merolle, Lowell MA ** > **262. Patricia Centola, Lynn , MA ** > **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to > 1000 or more!! Combat is dangerous enough without having to what if the > lawyers and the media to back you up when confronted with the enemy. Mr. > Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF > (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** > **(978) 857-5263 ** > **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** > **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** > **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** > **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** > **268. Andrea Reppond ** > **269. Wayne Scott, MS ** > **270. Gina Teel, MS ** > **271. Genelle Teel , MS ** > **272. Warren Teel, MS ** > **273. Wayne Teel, MS ** > **274. Dianna Teel, MS ** > **275. Paula Poff, MS Army National Guard Wife ** > **276. Scott Poff, MS SSG Army National Guard ** > **277. Candy Taylor, Ms ** > **278. Gloria Fortner, MS ** > **279. Cathy Moffitt, MS ** > **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** > **281. LESLIE JORDAN, MS ** > **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** > > **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** > **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** > **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in > Iraq ** > **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in > Iraq ** > **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in > Iraq ** > **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard > -Serving in Iraq ** > **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in > Iraq ** > **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING > IN IRAQ ** > **292. Mik e Stacey, Al ** > **293. Danny Jaye father to a US Marine ** > **294. A.J.Cleland, Florida ** > **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** > **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** > **297. S. F. "Smokey" Stover, USMC(Ret.) ** > **298. Chuck Yates , COL USMC RET ** > **299. Becky Yates, Retired Marine Wife of 50 Years ** > **300. Marv Mann , COL USMC (Ret) ** > **301. Arleta Mann ** > **302. Ned L. Cagle, Col. USAF (Ret) ** > **303. Dorothy A. Cagle ** > **304. Karen Cagle ** > **305. Si Rees ** > **306. Faith Rees ** > **307. Jack Bishop ** > **308. Terry Huggins, Paradise , CA ** > **309. Bill Light, Northern California ** > **310. Patti DeRitis, Sunnyvale , Ca ** > **311. Jeffrey (Tom) Black, Fremont , CA ** > **312. Donna Black, Fremont , CA ** > **313. John R. Black, Fremont , CA ** > **314. Jeremiah Black, Fremont , CA ** > **315. James Black, Fremont , CA ** > **316. Terry Weddle, Fremont CA ** > **317. Tim Mellor, Wallace , ID ** > **318. Leona DiVecchia, Walla ce, ID ** > **319. Donna Niles, Wallace,! ID ** > **320. Bob Niles, Wallace< ID ** > **321. Vikki Patton , WA ** > **322. Bill Patton , WA ** > **323. Jwerrilyn Stinsom ** > **324. Kathryn Eaton ** > **325. Tom Eaton, Woodland , CA ** > **326. Gary Anderson, CA ** > **327. Scott German, CPA Antelope, CA ** > **328. Sonne Fleming, Roseville , CA ** > **329. Trillis Fleming , UT ** > **330. Larry Fleming, Morgan , UT ** > **331. Alta Julene Dixon Arizona City , Arizona ** > **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** > **333. Georgena Whiting Salome , Arizona ** > **334. Marvin Whiting Salome , Arizona ** > **335. Jack D, Grover ** > **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** > **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** > **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** > **339. PATRICK GOLDSMITH ROCKVALE, TN ** > **340. George H Moore Pleasant Hill , TN ** > **341. TALMADGE C. LEWIS ** > **342. PATRICIA A. LEWIS ** > **343. Marcia Nelson, Minnesota ** > **344 . Lavern Soukup&nbs! p; Minnesota ** > **345. Janet Miller Minnesota ** > **346. Gary Starman Minnesota ** > **347. J! oan Pfeifer , Minnesota ** > **348. Tin Hansen, 52 Waseca, Minnesota ** > **349. Dennis Halverson, Lino Lakes , Mn. ** > **350. Jim Wigley, USAR, Ret., Minnesota ** > **351. Clark P. Wigley, Colonel, USAF (Ret) ** > **352. Carl G. Jensen, LtCol (USAF (Ret) ** > **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with > my Marine! through thick and thin... because I am there, and will > continue my duty! just as he did his.... ** > **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** > **355. Greg Flinders, Alabama ** > **356. Susan ! E. Flinders , Alabama ** > **357. Michelle L. Patterson, Texas ** > **356. Isabella M. Milks, Germany , SrA, USAF I ** > **357. Glendora Jaco, California happen to agree with all of the > comments that everyone else has made, as far as I'm concerned all of > these people that think killing combatant that is playing dead need to > go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** > **358. Ralph C Spaight, California, TSgt, USAF Since this started there > have been people crying about this and that, and how could you kill > them! Well if there are shooting at me, then you better believe that I > am going to shoot back. Maybe if these bleeding heart people stopped > talking long enough to really see what's going on or better yet send > them over to defend this country they would get it, but then again > seeing how they work they would just get someone else to do it for them > and complain that the work is too hard, in the words of my father who > was a U.S. Marine for 23 years, "If you don't do the job others are > willing to do for this country, then SHUT THE HELL UP AND MOVE TO A > DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** > **3 59. Deneane Bell, Tampa Fl ** > **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very > easy to comment from the corner of " Bleeding Heart Street ". Come on > over to Iraq and take a ride off the FOB and let's see if they change > tunes once the vehicle begins receiving small arms fire from a local > neighborhood not to mention the man made bombs buried on the side of the > roads designed to take out military vehicles and personnel This is a > combat zone people and these extremists are playing for keeps. why can't > we? Align your front sight in the center of your rear sight. once you > have proper sight alignment squeeze one off! ** > **361. Gregory Cook "DoD Serving in Iraq " ** > **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I > would have taken the gun, turned it sideways and shoved it straight up > that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope > that the troops will leave. And then I'll grab my rocket launcher! He > should have surrendered! Better yet, he should have left the damn city > when they were told to. ** > **363. Carl Finto II, American Contractor in Iraq ** > **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** > **365. Jacob Chytka, American Firefighter Contractor in Iraq ** > **366. Joseph L Brooks U.S Army, Vietnam Vet ** > **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** > **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** > **369. Amy DuPree, Ft. Walton Bch, Florida ** > **370. Mike Chauvin, Ft Walton Beach , FL ** > **371. Shelby Chauvin, Ft Walton Beach , FL ** > **372. Michelle Piaquadio, Ft Walton Beach , FL ** > **373. Christopher Piaquadio, FT Walton Beach , FL ** > **374. Dick Keaton Galeton , Pa. ** > **375. Janice Keaton Galeton , Pa. ** > **376. Scott Keaton Galeton , Pa ** > **377. Dickie Keaton ; Galeton , Pa ** > **378. Chris Rucker, Newport , RI ** > **3! 79. Belinda Cole new mexico ** > **380. Barbara Hensley new mexico ** > **381. Michelle Salas new mexico ** > **382. Jennifer McCutchen, Albuquerque , New Mexico ** > **383. Becky Rodgers Levelland, Texas ** > **384. Mev Upton, Midland , TX ** > **385. Glynece Upton, Midland , TX ** > **395. C.S Ainsworth , NM ** > **396. Margret Schlageter, NM ** > **397. Jacquelyn A. Schlageter NM Former USN ** > **398. George J. Schlageter NM Former USCG ** > **399. Fred J. Schlageter NM ** > **400. Phyllis Hancock IL ** > **401. Darrell E. James - Tamms, Illinois ** > **402. Dariel Emery-IL ** > **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot > of lip...but wouldn't dare to set their feet in real harms way, as > Service Men & Women do everyday!! ** > **404. Jean Whipple - IL ** > **405. Vi Adams - IL ** > **406. John Adams - IL ** > **407. Colleen VanZandt-IL. ** > **408. James Langley ** > **409. Karen Langley ** > **410. Cody Thibodeaux ** > **411. Susanne Kerr, Ohio ** > **412. Delbert Goss ,, Tx , Former USA ** > **413. Sheila miller,, Indiana , USA ** > **414. William Miller, Indiana , USA ** > **415. Georgeann Prestin, South Bend Ind ** > **416. Deb Connett, South Bend Ind ** > **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This > young man will never forget what he has done to another human being, > while defending freedom. ACLU needs to leave this country since they > don't like the way we do things in America ... it's majority rules, not > minority! ** > **418. Vince Rumfelt, Elkhart , IN ** > **419. Max Rink, Florida ** > **420. Nancy Rink, Florida ** > **421. Barbara Materiale, Florida ** > **422. Suzanne Hicks, Kansas City , KS ** > **423. Susan Boyd, Springfield , Missouri ** > **434. Cheryl Crow, Springfield , MO ** > **435. Marge Conyers, Springfield , MO. ** > **436. Becky Woods, Republic, MO ** > **437. Theresa Fly, Clever, MO. ** > **438. Deena Cope, Jay, Ok. ** > **439. Kenneth Cope, Jay, Ok. ** > **440. Mary Hodges Gro! ve, Ok ** > **441. Gearld Hodges Grove, Ok ** > **442. Lela Davis Grove, Ok ** > **443. Nikki Lewis Grove, Ok ** > **444. Karin Redd Springfield , MO. ** > **445. Pam & Scott Keane Springfield MO, daughter currently serving in > Iraq in the Army ** > **446. Carolyn Gourley, St. Louis , MO ** > **447. Cathey Martin - why do we allow a communist organization to take > over our country and our laws? ** > **448. Cathy Champion - Fenton , MO ** > **449. Paul Dunn, Stanton , MO ** > **500. Ruth Dunn, Stanton , MO ** > **501. Carol Cherry, Sullivan , Mo. ** > **502. Richard Cherry, Sullivan , Mo. ** > **503. James M. Scott, Sullivan , Mo. ** > **504. Ruth Scott, Sullivan , Mo. ** > **505. G. Monda, Mo ** > **506. B. Monda , Mo ** > **507. Dannie Adk sion Mo ** > **508. Susie Adkison Mo ** > **509. Velma Martin This Marine probably saved a lot of his buddies by > being very alert! Thank God for this young man! ** > **510. Stanley Martin ** > **511. Phyllis Conaway ** > **512. Carolyn Gargus, Saint James , MO ** > **513. Mary Moran Hyannis , neb. ** > **514. Kim Foreman, Hyannis , NE ** > **515. Glenda Phipps, Whitman , NE ** > **516. Gary Phipps, Whitman , NE ** > **517. Norma Sigler, CA ** > **5! 18. Shirley Moffett , CO ** > **519. Bill Moffett, CO - thank God for our young men, we are at war > folks! ** > **520. Bill Anderson , AR ** > **521. Bette Anderson, AR Pray for this young man and his family. ** > **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you > haven't been there, do not judge the actions of those that are there. I > think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** > **523. John Hale, RMCS, USN, RET. ** > **524. Ray Benacci Claremont Ca. ** > **525. Richard & Loretta Chesnutt, Yerington , NV ** > **526. Jim Witowski, CA ** > **527. Coni Witowski , CA ** > **528. Debbie Rojek, AZ ** > **529. Vernon Rojek, USMC, RET. ** > **530. Pat Imbastaro ** > **531. Joan Mitchell,AZ ** > **532. B Dittenhauser ** > **533. Diane Dittenhauser, Murfreesboro , TN ** > **534. Scott Dittenhauser, Murfreesboro , TN ** > **535. Sue Nesbitt , Ohio ** > **536. Valerie Parker ** > **537. Danny Parker ** > **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a > new job... I think Micky Dee 's was still hiring! ** > **539. Wes Ford, Rochester , MN ** > **540. Cindy Page, WV ** > **541. Ken Page, WV ** > **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** > **543. Mary Harris wife of a deployed US ARMY soldier ** > **544. Rose Breeding (Grandmother of a soldier) 1 year there and now > must return again for another year! ** > **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our > troops. ** > **546. Delores Conklin Ridgefield, Wash. ** > **547. Leonard Conklin Ridgefield, Wash. ** > **548. R. Robert Burns. USMC in the 60's WA ** > **549. Kent Burns ** > **550. Fred Pickering ** > **551. Bob Croskey ww2 and Korea ** > **552. Sally Luse WA ** > **553. Sandi Allen, Lacey, WA ** > **554. Tammy Yeakey, WA ** > **555. Linda Shaw, WA ** > **556. Mary Franks, Washington ** > **557. Paula James , Washington ** > **558 Jennifer Wilston ** > **559. Pam Wilwton, HI ** > **560. Dan Wilston, HI ** > **561. Rhonda Hay, Kihei , HI ** > **562. Morgan Rigel, Kihei HI ** > **563. Helen Jackson Wa ** > **564. Linda Simmons ** > **565. Dave Simmons ** > **566. Evelyn L. Benson, IL ** > **567. O.L. Potts , Illinois ** > **568. Wayne Arnold, Illinois ** > **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** > **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** > **571. Tom McCurley, Middletown , Ohio ** > **572. Scott Weaver , Middletown , Ohio ** > **573. Deborah Mink, Bradenton , Florida ** > **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a > lost second can cost you your life this Marine did his duty. When the > enemy uses those tactics as part of their way of fighting they must then > handle the actions taken to stop it. ** > **575. Cindy Balach - Wife - Ret. USMC ** > **576. Lisa See - Grove City , OH ** > **577. Nancy Clay - Columbus , Ohio ** > **578. Carmen Stemen, Westerville , Ohio ** > **579. Carolyn Hannick, Westerville , Ohio ** > **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** > **581. Susan O'Cull Goshen, Ohio (USAR wife) ** > **582. Phill O'Cull Goshen , Ohio (USAR) ** > **583. Stacie Humpert Goshen , Ohio ** > **584. Rick Williams Hillsboro, Ohio (USAR) ** > **585.Becky Williams Hillsboro, Ohio (USAR wife ** > **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** > **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** > **588. Jennifer T. Randolph - Hillsboro , Ohio ** > **589. Cathy Dachenbach, Columbus , OH ** > **590. James Melville Duner, Colorado Springs, CO ** > **591. C. Dino Pappas, Skokie , IL . ** > **592. Jim Vlazny, Glenview , IL ** > **593. Jean Dorgan, Chicago , IL . ** > **594. Juliann Rottier, Onalaska , Wi . ** > **595. Catherine Mitchell, New Lenox , IL ** > **596. Cindy Young, New Lenox , IL ** > **597. Kim Smyth New Lenox, Il ** > **598. Cindy Stukel, Plainfield , IL . ** > **599. Kristine Himmelman, Joliet , IL ** > **600. Heather Hanbaum, Joliet IL ** > **601. Christine Wilhelmi, Wiesbaden , Germany ** > **602. Dan Feeney, Manhattan Il ** > **603. Russ Gwynne, Henderson , NV . ** > **604. Robert Spana, Tampa , FL ** > **605. Mona Strayer, Maytown , PA ** > **606. Sharon Early, Lancaster , PA ** > **607. Linda Whalen, Lewistown , MT ** > **608. Kimberly Rice- former UARA always in support of our people in all > Service ** > **609. Karen M. Harris ** > **610 Melinda Butts, Have! lock NC ** > **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we > are at war. These guys are doing what they need to to survive. Should we > have ast back and let these cowards continue to attack our country? > Unfortunately War = death. These soldiers know this and don't want to > die. That means they have to kill the enemy that is trying to kill them! > I will always support our troops, They don't get to decide when war > breaks out! ** > **612 Kim Rice ** > **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** > **614 Stephanie Riggi ** > **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** > **616 Courtney Riggi (US Army Wife) ** > **617 PFC Dougl as Riggi (US ARMY) in Korea ** > **618: Spc Allison kohler, camp Humphreys Korea ** > **619. PFC Steven Moats( US ARMY) Camp Humphreys ** > **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** > > **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** > **622. Will Thompson, Paso Robles CA ** > **623. DJ Peck, Paso Robles, CA ** > **624. Bethany Saylor, san Luis Obispo, CA ** > **625. Brian Joanou, SLO , CA ** > **626. Janie Arnold, Lompoc , CA .. ** > **627. Neo Anderson, Vancouver ,B.C., Canada ** > **628. April Phillips, Spartanburg , SC ** > **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) > Okinawa , Japan ** > **631. PFC Hanes (USMC) Okinawa , Japan ** > **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** > **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** > **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , > Japan . ** > **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** > **636. Rachel Buskey , Okinawa , Ja. ** > **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** > **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** > **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** > **670. Erica Jacobo, Spokane , WA ** > **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** > **672. Deborah Romberger, Spokane WA ** > **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** > **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & > OKinawa, Japan ** > **675. Natalie Grubb Anaheim , CA ** > **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper > Fi! ** > **677. Angela England Fort Drum NY ** > **678. lcpl Webb Alexandria ! va ** > **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** > > **680. Kathryn Amirpashaie , VA *** > **681. Carolyn Amirpashaie, VA ** > **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we > are here doing what we can to protect you all back home... many of us > here have been in his shoes too many times, and in that split second you > are thinking about your safety and your buddies to your left and right's > safety, I know in my heart he made the right decision... those hippies > are a bunch of herbs ** > **683. Allison Kaler, VA ** > **684. Bryan Evans, VA I'm glad someone's doing something for this guy > cuz that's complete b/s i don't believe in this war but i love our > military and its hard enough to fight some random towel heads without > uniforms but for a guy to get court marshaled and be on trial for murder > for protecting himself and his fellow soldiers is ludicrous everyone > else thank you for your support. ** > **685. Tony Martinez , VA why is this even a big deal? he was doing what > he had to do in order to protect himself and his fellow soldiers. > what,.... was he supposed to wait for the man to fire two rounds & > nbsp;into his chest before he shot back? ** > **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** > **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did > to protect himself and others around him. This Marine should be praised > not punished. How many Marines would be dead now if the person he shot > would've pulled out a gun or a pin on a Grenade? ** > **688. Amanda Willis , Va.- Anybody would protect their own life! It is > natural! ** > **689. Kristin Stell , VA ** > **690. Chris Smith, VA- The man was protecting his life as well as his > fellow Marines! . He should he praised for that, instead of being > charged. What would you have done? That combatant could've done anything > to kill all of those Marines. ** > **691. Amber Hale , Va ** > **692. Julie Miller,Va ** > **693. Brittany hedgepeth ,va ** > **694. Julia Keene, NC ** > **6 95. Evelyn White, WV...when did doing one's job become a > crime?...soldiers kill the enemy...its in their job description..and to > those of you now serving and who have served before...THANK YOU FOR MY > LIFE!!! ** > **696. Tim Collins , VA ** > **697 Karen Vannoy, NC ** > **698. Mary McBride USMC Wife ** > **699. Jennifer K. Rau, NC ** > **700. Leanne Sudbrink, NC ** > **701. Benson Huff. grandson currently in Iraq again. *** > > **702. Mildred Huff grandson currently in Iraq again. *** > **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** > **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** > **705. Dawn Schirtzinger , OH ** > **706. Shelba Webb, FL ** > **707 Nicole Ehlermann, Fl Are these the same people bitching about the > lives lost in Iraq this young m! an did his job, did it WELL and saved > lives. he has all my respect ** > **708. C.J. Grisham - You can lead a fool to wisd om but you can't make > him think. We can't prevent the birds of sorrow from flying over our > heads, but we can refuse to let them build nests in our hair. ** > **709. Sherrie Rafferty , Alaska - daughter and wife of retired > military. Thank you to all who serve! ** > **710. Gregg Baumeier , Virginia - son of and retired military. ** > **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** > **712. AZ1(AW/SW) J. Lynch, USNR - VA ** > **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** > **714. R.M.Van Kirk, (USN Retired) MA. ** > **715. J. Rumsis, Massachusetts ** > **716. Adelaide LaBauve (LA) ** > **717. Randy LaBauve Sr. (LA) ** > **718. Barbara Robinson (AR) ** > **719. Al Robinson (AR) ** > **720. A.M.Armstrong (AR) ** > **721. K.F.Smorol (AR ** > **722. Rita Warner, AR. ** > **723. Jane Stone , AR. ** > **724. Angela Strawn (OK) ** > **725. Gabby Baker - Riverside , CA . ** > **726. Wayne Edwards, CA ** > **727. Arlene E dwards, Mission Viejo, California ** > **728. Don Edwards, Mission Viejo , CA ** > **729. Sheila Gershwin, Huntington Beach , CA ** > **730. Hershel Gershwin, Huntington Beach , CA ** > **731. Mary Hanson, Fountain Valley , CA ** > **732. Janet Winstead, Burlington , N.C. ** > **733 Bill Winstead, Burlington , N.C. ** > **734. Scotty Key, Burlington , N. C. ** > **735. Donald A. Smith, Roanoke , VA. ** > **736. Sandra R. Smith, Roanoke , VA. ** > **737. Norm Noble, Sun Lakes , AZ ** > **738. DenisAnn Noble, Sun Lakes , AZJim ** > **739. Jim Sinclair, Burbank , WA ** > **740. Virginia Sinclair, Burban! k, WA ** > **741. Archie Hook Wallowa, Or ** > **742. Vicqui Hook Wallowa, Or ** > **743. Becky Story, Cove, OR ** > **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back > them up in their actions in the line of their Duty. ** > **745. Patsy Hutchinson, La Grande, OR All who serve their country, > should be praised for their great contribution. ** > **746 WARD THOMAS, TUALATIN , OREGON ** > **747. Keith Book, Boise , ID ** > **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force > and is heading to Iraq for the 3rd time! I support our troops 100%! ** > **749. Beatrice Lasater , ID God bless and protect our troops! Thank you > for your sacrifices. ** > **750. Carmen Hunt , ID ** > **751. Linda Newell, Boise , ID ** > **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom > so the war is not being fought on American soil. ** > **753. Shirley Carnahan, Boise ID ** > **754. David Dill. Boise ID ** > **755. Shannon Fick, Boise , ID ** > **756. Kenneth Dill, Boise ID ** > **757. Mandy Barth, Boise ID ** > **758. Carol Anderson, Boise ID ** > **759. Jennifer Bonilla, Boise ID ** > **760. Jesama Rosensweig, Boise ID ** > **761. PO3 ROSENSWEIG, GUAM ** > **762 June Johnson (TX) ** > **763 Nancy Parlberg (TX) ** > **76 4 Kathryan Barber (Tx) ** > **765 Stacy Sooter (Tx) ** > **766 Alan B. Sooter (Tx) ** > **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** > **768 Sandra Sooter (TX) ** > **769 David Sooter ** > **770 Phil Sooter ** > **771 Marietta Sooter ** > **772 Shawn Sooter ** > **773 Kent Knight Midland, TX ** > **774 John Reed (WWII vet) Midland, TX ** > **775 Max Wright, Midland, TX ** > **776 Paul B. Homer, China Lake, CA ** > **777 Claire Goodell, Ridgecrest, CA ** > **778. Jeff Sinclair, USMC, Ret ** > **779. George Nehr, Ridgecrest , CA *** > > **780 Jake and Sheryl, Oxnard CA *** > **781 Arlene Raisner, Camarillo, CA ** > **782 Norman Wilcox Oxnard, CA. ** > **783. Shawn Clay California ** > **784. Duane DeSalvo, Fillmore , CA ** > **785. Robert T. Morock, Oxnard , CA ** > **786. Keith High, Camarillo, Ca. -- Former military brat and son of > USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, > they have "license to kill" in time of WAR! ** > **787. Liz Higgins, Rosamond CA ** > **788. Annette Pitre, Rosamond, can't even write what I think. Son did > two tours. Semper Fidelis ** > **789. Margie Vincent, Weatherford , OK ** > **790. Kathy Bell, Norman , OK ** > **791. Austilene Borum , OK ** > **792. Ron Borum, OK ** > **793. Marshall Whittaker, TN ** > **794. Doc Gillespie , TN Semper Fi! ** > **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with > pen removed) ** > **796 June Landrum,Tn, ** > **797 Earl McCosh, Col, USAF (Ret) ** > **798 Jane McCosh, wife of Col McCosh ** > **799 Rodney McCosh, Sgt E-6, Disabled Vet ** > **800 Pam McCosh, Wife of Sgt McCosh ** > **801 Robert Ahrens, NC ** > **802.Mary H. Ahrens, NC ** > **803 Myron Speer ** > **804 Ross W Connors ** > **805 Elva M Connors ** > **806 Harriet Anthony ** > **807 Joan Kniager ** > **808. Pam Shaffer ** > **809. Don Shaffer ** > **810 Shane Shaffer ** > **811. Jennifer Shaffer Morales ** > **812. Geri McClung, Wellington ,Ks ** > **813. Huey Hubbard, Wellington ,Ks ** > **814. Audrea Frazer, Wellington , Ks ** > **815. Eldridge Anthony LA. ** > **816. Amy Heisey, Waldorf MD ** > **817. Debra Baca, Statesboro , Georgia ** > **818. Don Holland, Orlando, Florida ** > **819 HERB NORCH, EL PASO, TEXAS ** > **820 Roy McLendon, Tallahassee, Foriida> ** > **821. Charles McLendon/ Florahome, fl. ** > **822. Luther McDonald, >>Semper Fi<< ** > **823 Gerry Redmon, Panama City, FL ** > **824 Frank Redmon, Panama City, FL ** > **825 Charles Newman, Florence, AL ** > **826 Willene Newman, Florence, AL ** > **827 Rebecca Schwartz Gadsden AL ** > **828 Ronald Schwartz Gadsden AL ** > **829 W.C. Murphy, Gadsden, Al. ** > **830 Marlene Murphy, Gadsden, Al. ** > **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak > for us any more than Jane Fonda during the Vietnam War?! They are a > cowardly group trying to force their opinions on the rest of us. ** > **832 James Asbury, McDonough , GA ** > **833 Mary Stanfield, Beaumont , Tx . *** > **834 Terry Sykes,Attalla,Al,** > **835 Jerry Parker, Orange Beach , AL** > **836 Jean Parker, Orange Beach , AL** > **837**** Terry Gilmore, Glencoe , AL** > **838 Linda Gilmore, Glencoe , AL** > **839 James Little, Gadsden , AL** > **840 Betty Little, Gadsden , AL ** > **841 Omar Hancock, Henagar , AL** > **842 Joyce Hancock, Henagar , AL** > **843 James Johnson, Fort Payne AL ** > **844 Brenda Johnson, Fort Payne AL** > **845. Bud Hilyer, Fort Payne , AL** > **846. Joan Pace Gilmore** > **847. Pat Gillespie , TN** > **848: Joyce S. Gilliland Ohio** > **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** > **850: Herman Keisler. Msgt. USAF retired. SC** > **851: Patricia Keisler. SC** > **852:Glenn Lancaster S.C.** > 853:Cindy Lancaster, S.C. > **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** > **855. Darlene Cook, Barnwell , SC*** > **856. Walter Breland SFC RET, Lodge, S.C.*** > **857. W. Collier, South Carolina*** > **858. B. Frye , South Carolina***** ** > 859. Alice Brooks , South Carolina > 860. Phillip Baker , USA , SFC Ret., Columbia , SC > 861. Lisa Crimm, Attalla , */AL/**//* > > > > > > > > */[862. GINA HANNAH , GADSDEN , AL/* > */863. MIRREN HANNAH, GADSDEN , AL/* > */864. ALYSSA HANNAH, GADSDEN AL/* > */865. JOSH HANNAH, GADSDEN , AL/* > */866. LOLA M. CLOYD GADSDEN , AL/* > */867. MARTHA RHODEN, GADSDEN , AL > 868. JOY HUDSON, RAINBOW CITY, AL > 869. ALYSSA HUDSON, RAINBOW CITY, AL > 870. Josh Lee Rainbow City, Al > /* > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Thu Sep 14 05:12:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Thu, 14 Sep 2006 10:12:35 +0100 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> Message-ID: Someone who blindly forwards to a mailing list, should be taken off. Josh Lee Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 14/09/2006 09:32 Please respond to vtigercrm-developers at lists.vtigercrm.com To jlee at cellbg.com cc Subject [Vtigercrm-developers] Online Petition I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0002.html -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: application/octet-stream Size: 231 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0001.obj From richie at vtiger.com Thu Sep 14 05:53:33 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 02:53:33 -0700 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <10dabbed644.7656873636832605813.-607893398635991359@@vtiger.com> JLee, I understand that this pains you but please note that the fora for these sort of feelings is not this. I am sure we will not get to see any more of these sort of posts from anyone in the community in the future. Richie ---- Josh Lee<jlee at zertis.net> wrote ---- I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//*     */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/4de8d475/attachment-0002.html From richie at vtiger.com Thu Sep 14 09:20:35 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 06:20:35 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/6df45c3b/attachment-0002.html From liuzs at bit2x.com Thu Sep 14 09:51:51 2006 From: liuzs at bit2x.com (Zesheng Liu) Date: Thu, 14 Sep 2006 21:51:51 +0800 Subject: [Vtigercrm-developers] vtigercrm5 released References: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Message-ID: <006701c6d804$fe223000$de0ac50a@liuzs> Hi, Congration! Thanks to Richie and your team. Noah Liu ----- Original Message ----- From: Richie To: vtigercrm-developers at lists.vtigercrm.com Sent: Thursday, September 14, 2006 9:20 PM Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie ------------------------------------------------------------------------------ _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/602d219d/attachment-0002.html From dgrant at accuratetechnologies.com Thu Sep 14 10:21:58 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 14 Sep 2006 10:21:58 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Congrats! And great timing too! Now, could someone with more Subversion experience than I explain how to pull this release out of svn and sync my changes against my local copy of RC1 against the new version? Tanks, DG _____ From: Richie [mailto:richie at vtiger.com] Sent: Thursday, September 14, 2006 9:21 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id =203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/0df7c974/attachment-0002.html From leandro at oriontek.org Thu Sep 14 16:25:37 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Thu, 14 Sep 2006 15:25:37 -0500 Subject: [Vtigercrm-developers] New Features Message-ID: <200609141525.37760.leandro@oriontek.org> Hello Vtiger developer team, Im testing the V5 today, and V5Beta before, and I like the import utility for the notes, emails, quotes and tickets, because from sugar for my case is easy export this datas from the web form. The import utility for contacts and accounts is good for me, but i need import the notes and tickets and if is possible the quotes. Somebody has working in Spanish Translation for V5? (for aplication, manuals and plugins?) if none is available or you need for help, i would help to it. Congratulations For this hard JOB!! -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From joe at tsolucio.com Thu Sep 14 16:58:43 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 22:58:43 +0200 Subject: [Vtigercrm-developers] New Features In-Reply-To: <200609141525.37760.leandro@oriontek.org> References: <200609141525.37760.leandro@oriontek.org> Message-ID: <1158267523.8029.4.camel@joeshome.int> Hello Leandro, Can't help with imports but you should checkout this thread in the language forum: http://forums.vtiger.com/viewtopic.php?t=9668&postdays=0&postorder=asc&start=0 You should get a pretty good start into a spanish translation. I am Joe Bordes and I will start a new spanish translation project, as the thread says (the existing one seems to be dead), and coordinate all the efforts that are being done to this respect. Just give me a couple of days :-) Regards, Joe El jue, 14-09-2006 a las 15:25 -0500, Leandro Rache Sanchez escribi?: > Hello Vtiger developer team, > Im testing the V5 today, and V5Beta before, and I like the import utility for > the notes, emails, quotes and tickets, because from sugar for my case is easy > export this datas from the web form. The import utility for contacts and > accounts is good for me, but i need import the notes and tickets and if is > possible the quotes. > Somebody has working in Spanish Translation for V5? (for aplication, manuals > and plugins?) if none is available or you need for help, i would help to it. > > Congratulations For this hard JOB!! From libregeek at gmail.com Fri Sep 15 09:58:32 2006 From: libregeek at gmail.com (Manilal K M) Date: Fri, 15 Sep 2006 19:28:32 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 Message-ID: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Hi developers, I have just now downloaded and installed the amazing vtiger-5.0 and really impressed with the appearance and usability. But I came across a number of problems while installing. I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched logs/migration.log, but there was no log of any kind. I was actually trying to load the data through the second method (database dump of 4.2.3). This is still not solved. The second issue is with the IMAP connection. I tried to configure the mail account through the interface provided by vtiger and it was a great failure. In the end I found that the Connection String through which vtiger is connection is making the problem. The Connection String with which vtiger is connecting is: "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" Then I hardcoded my server's Connection String in modules/Webmail/MailBox.php like this: $this->mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, $this->secretkey); and it worked. I think that something happened with the Connection string, because it is different from the one that I used. Reference : http://in.php.net/manual/en/function.imap-open.php regards Manilal From allan.bush+vtiger_dev at gmail.com Fri Sep 15 10:51:04 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 07:51:04 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Message-ID: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Congratulations on the release. I'm sure everyone deserves a couple days off now. I hate to nag but a release should never occur when there are outstanding bugs will a target milestone of the release version. All these bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 should have been cleared off (either closed or had their milestone bumped) before the 5.0 release. It looks a little unprofessional to create a release with so many known outstanding issues. Also all open bugs with a version of 5.0-RC (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) should be reviewed against the 5.0 release now and either marked as fixed or have their version bumped to 5.0. Moving forward their should probably be 2 new targeted releases; 5.0.1 and 5.1.0. A 5.0 branch should be created and all bug fixes should be applied to it for a 5.0.1 release. Meanwhile all new features should be added to the trunk code which will become the 5.1 release in time. Bug fixes applied to the 5.0 branch should also be applied to the trunk code when appropriate. This is of course all my opinion and open to discussion. On 9/14/06, Dennis Grant wrote: > > > > > Congrats! > > > > And great timing too! > > > > Now, could someone with more Subversion experience than I explain how to > pull this release out of svn and sync my changes against my local copy of > RC1 against the new version? > > > > Tanks, > > > > DG > > > > ________________________________ > > > From: Richie [mailto:richie at vtiger.com] > Sent: Thursday, September 14, 2006 9:21 AM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > Hi! > > vtigercrm5 has been released! > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > I take this opportunity to thank each one of you for > the help, encouragement and support that > you have > provided to enable us to release it today. > > This has been 'the' toughest release in vtiger's > short history and also the most useful and > knowledgeable one. > The core-team learnt a lot about > community-building, making mistakes, using > trac and svn, handling volatile > emotions,etc. It has been a sort of > self-discovery actually. > > At this point of time, I cannot help but be > philosophical about the output. > We have given our best we could in the given > circumstances. > The result is for all of you to decide upon. > Yes, we could have done more but then I am not sure > if that would have made the release any > better. > > There comes a time when we have to let go and take > a step back and observe. > I think this is the time. > > Thank You for taking out some time to read this mail. > I want all of you to know that we need you and we > respect you. > We will make mistakes in the future too but we are > willing to learn and adapt also. > So, please bear with us. > > Do let us know how you feel about the release. > > Thanks once again, > Richie > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 11:05:15 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 10:05:15 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: It is better to be able to get a list of known bugs in an app. Reassigning or closing the bugs would prevent a user from finding out that their specific version has a known bug. Before I deploy an application, I should be able to tell what is wrong with it to see if there are any show stoppers. For example, if there is a fatal flaw in the ability to send emails and I require emails then I want to know before deployment. Ideally, the bug tracker has the ability to note that a bug exists in multiple versions and when it was fixed. In lieu of that, leave the bugs open and create a new bug for the next milestone that references the previous version. When the bug is fixed, note that in the previous bug so they know to move up to 5.1.0 or if it is a patch then mark it as fixed in 5.0.1. In summary, if 5.0.0 has a bug then it always will have a bug. Anyone running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. Regards, Tim OnwealdTim On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > I'm sure everyone deserves a couple days off now. > > I hate to nag but a release should never occur when there are > outstanding bugs will a target milestone of the release version. All > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > should have been cleared off (either closed or had their milestone > bumped) before the 5.0 release. It looks a little unprofessional to > create a release with so many known outstanding issues. > > Also all open bugs with a version of 5.0-RC > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority > ) > should be reviewed against the 5.0 release now and either marked as > fixed or have their version bumped to 5.0. > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > applied to it for a 5.0.1 release. Meanwhile all new features should > be added to the trunk code which will become the 5.1 release in time. > Bug fixes applied to the 5.0 branch should also be applied to the > trunk code when appropriate. > > This is of course all my opinion and open to discussion. > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > Congrats! > > > > > > > > And great timing too! > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > pull this release out of svn and sync my changes against my local copy > of > > RC1 against the new version? > > > > > > > > Tanks, > > > > > > > > DG > > > > > > > > ________________________________ > > > > > > From: Richie [mailto:richie at vtiger.com] > > Sent: Thursday, September 14, 2006 9:21 AM > > > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > Hi! > > > > vtigercrm5 has been released! > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > I take this opportunity to thank each one of you for > > the help, encouragement and support that > > you have > > provided to enable us to release it today. > > > > This has been 'the' toughest release in vtiger's > > short history and also the most useful and > > knowledgeable one. > > The core-team learnt a lot about > > community-building, making mistakes, using > > trac and svn, handling volatile > > emotions,etc. It has been a sort of > > self-discovery actually. > > > > At this point of time, I cannot help but be > > philosophical about the output. > > We have given our best we could in the given > > circumstances. > > The result is for all of you to decide upon. > > Yes, we could have done more but then I am not sure > > if that would have made the release any > > better. > > > > There comes a time when we have to let go and take > > a step back and observe. > > I think this is the time. > > > > Thank You for taking out some time to read this mail. > > I want all of you to know that we need you and we > > respect you. > > We will make mistakes in the future too but we are > > willing to learn and adapt also. > > So, please bear with us. > > > > Do let us know how you feel about the release. > > > > Thanks once again, > > Richie > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/c0aa6513/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 11:17:29 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 08:17:29 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. On 9/15/06, Tim Smith wrote: > It is better to be able to get a list of known bugs in an app. Reassigning > or closing the bugs would prevent a user from finding out that their > specific version has a known bug. > > Before I deploy an application, I should be able to tell what is wrong with > it to see if there are any show stoppers. For example, if there is a fatal > flaw in the ability to send emails and I require emails then I want to know > before deployment. > > Ideally, the bug tracker has the ability to note that a bug exists in > multiple versions and when it was fixed. In lieu of that, leave the bugs > open and create a new bug for the next milestone that references the > previous version. When the bug is fixed, note that in the previous bug so > they know to move up to 5.1.0 or if it is a patch then mark it as fixed in > 5.0.1. > > In summary, if 5.0.0 has a bug then it always will have a bug. Anyone > running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. > > Regards, > Tim > > OnwealdTim > > > On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > > > I'm sure everyone deserves a couple days off now. > > > > I hate to nag but a release should never occur when there are > > outstanding bugs will a target milestone of the release version. All > > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > > should have been cleared off (either closed or had their milestone > > bumped) before the 5.0 release. It looks a little unprofessional to > > create a release with so many known outstanding issues. > > > > Also all open bugs with a version of 5.0-RC > > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) > > should be reviewed against the 5.0 release now and either marked as > > fixed or have their version bumped to 5.0. > > > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > > applied to it for a 5.0.1 release. Meanwhile all new features should > > be added to the trunk code which will become the 5.1 release in time. > > Bug fixes applied to the 5.0 branch should also be applied to the > > trunk code when appropriate. > > > > This is of course all my opinion and open to discussion. > > > > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > > > > > > Congrats! > > > > > > > > > > > > And great timing too! > > > > > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > > pull this release out of svn and sync my changes against my local copy > of > > > RC1 against the new version? > > > > > > > > > > > > Tanks, > > > > > > > > > > > > DG > > > > > > > > > > > > ________________________________ > > > > > > > > > From: Richie [mailto: richie at vtiger.com] > > > Sent: Thursday, September 14, 2006 9:21 AM > > > > > > To: vtigercrm-developers at lists.vtigercrm.com > > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > > > > > > > > > Hi! > > > > > > vtigercrm5 has been released! > > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > > > I take this opportunity to thank each one of you for > > > the help, encouragement and support that > > > you have > > > provided to enable us to release it today. > > > > > > This has been 'the' toughest release in vtiger's > > > short history and also the most useful and > > > knowledgeable one. > > > The core-team learnt a lot about > > > community-building, making mistakes, using > > > trac and svn, handling volatile > > > emotions,etc. It has been a sort of > > > self-discovery actually. > > > > > > At this point of time, I cannot help but be > > > philosophical about the output. > > > We have given our best we could in the given > > > circumstances. > > > The result is for all of you to decide upon. > > > Yes, we could have done more but then I am not sure > > > if that would have made the release any > > > better. > > > > > > There comes a time when we have to let go and take > > > a step back and observe. > > > I think this is the time. > > > > > > Thank You for taking out some time to read this mail. > > > I want all of you to know that we need you and we > > > respect you. > > > We will make mistakes in the future too but we are > > > willing to learn and adapt also. > > > So, please bear with us. > > > > > > Do let us know how you feel about the release. > > > > > > Thanks once again, > > > Richie > > > > > > _______________________________________________ > > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 14:33:07 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 13:33:07 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/254f07e8/attachment-0002.html From dgrant at accuratetechnologies.com Fri Sep 15 14:55:39 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 14:55:39 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> So can anybody give me any pointers about how to grab the new release from SVN and synch up my repository with my patches? DG _____ From: Tim Smith [mailto:smith.timsmith at gmail.com] Sent: Friday, September 15, 2006 2:33 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Agreed. On 9/15/06, Allan Bush wrote: I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/81e804f9/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 15:17:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 12:17:09 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> Message-ID: <3bec26390609151217p25886abcvfafa30ccbe96e673@mail.gmail.com> Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Fri Sep 15 15:31:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 15:31:16 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091C@exch.accuratetechnologies.com> I thought there was a way to checkout a new working copy of 5.0GA, then do a merge of my trunk against it. They way I have been working so far, I actually imported my install of a working 5.0RC1 into SVN, then checked it out in place (meaning that SVN saw my hacking on a live install of RC1 as a working copy.) I never committed any of my changes, so a straight svn diff would dump a patch that was all my changes compared against vanilla RC1 - that was easy to submit to the mailing list to get my patches accepted. But given the amount of work that I'm doing - and am going to have to do, given the backup of feature requests I've got on the go right now - it'd be better for everyone if I adopted the same SVN practices as the rest of the vtiger core team. But I'm super new to svn, and could use a little handholding. Is there no way to get svn to download the new version and do the merge? DG -----Original Message----- From: Allan Bush [mailto:allan.bush+vtiger_dev at gmail.com] Sent: Friday, September 15, 2006 3:17 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From joe at tsolucio.com Sun Sep 17 19:09:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 18 Sep 2006 01:09:13 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> References: <1157677778.10479.7.camel@joeshome.int> <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Message-ID: <1158534554.11480.4.camel@joeshome.int> Hi, I finally got a moment to read and understand this email. I also updated some wiki pages with it. >From what I understand there is no official way of obtaining a tabid/blockid with which I can work without worrying of clashing with somebody elses. So why isn't there a tab_seq and block_seq table so we could use the getUniqueID when inserting records in these tables as we do with vtiger_fields? Thanks for your answer. Regards, Joe El vie, 08-09-2006 a las 03:17 -0700, Mangai escribi?: > Dear joebordes, > > I apologize for delay in reply. > > Here is the information you requested: > > Following changes should be done in > modules/Users/DefaultDataPopulator.php files. > > 1) To insert into vtiger_tab table > use value greater than 29 for tabid. values from 1 to 29 already > occupied for modules in vtigerCRM. > Syntax: $this->db->query("INSERT INTO vtiger_tab VALUES > (,'',,,'',,,)"); > > Example: $this->db->query("INSERT INTO vtiger_tab VALUES > (7,'Leads',0,4,'Leads',null,null,1)"); > [example given with respect to Leads module.] > > 2) To insert into vtiger_blocks table > use value greater than 83 for blockid. values from 1 to 83 are > already occupied. > Syntax: $this->db->query("insert into vtiger_blocks values > > (,,'',, >,,,,)"); > > Example: $this->db->query("insert into vtiger_blocks values > (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); > > 3) To insert into vtiger_field table > value for fieldid will be generated dynamically using getUniqueID > method of PearDataBase class. > Syntax: $this->db->query("insert into vtiger_field values > > (,,,,,,,, > > ,,,,,,,, > ,,)"); > > Example: $this->db->query("insert into vtiger_field values > > (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', > > 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); > > > This is a small part in module creation. As you asked about block,tab > and field id, I've given that. kindly wait for some time to get full > documentation for module creation. We will provide it soon. > > If you have any query or any difficulty in the above statements, > kindly feel free to mail me(email address: minnie at vtiger.com) > > Thanks & Regards, > Minnie. > > ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- > > Hi All, > > I asked a question on the forum a few days ago but nobody > answered. The > thread is: > > http://forums.vtiger.com/viewtopic.php?t=9516 > > It is about what numbers I should use when adding > vtiger_block, > vtiger_tab and vtiger_field. Do I just invent whatever numbers > I want > and hope they don't clobber/get clobberd? Or is there > somewhere I can > get my own "reserved" numbers? > > I'm asking because I just let out a patch to a project on the > forge that > has this problem. Or I make an install script for the project > and > generate te numbers dinamically so they can adapt to each > installation > or I used some reserved numbers. > > Please put me in the right direction. > > Thanks, Joe. > > BTW: If anybody has some time to test the project, all > feedback is > welcome (tsolucio::tttimecards). > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Mon Sep 18 01:01:51 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sun, 17 Sep 2006 23:01:51 -0600 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Message-ID: <1158555711.6562.1.camel@localhost.localdomain> The connection string seems to be a hit and miss depending on the email server. If I put too many connection attempts into the MailBox class it slows the system down considerably for each attempt. I'll work on it some more, have been out of town and missed the 5.0.0 release :(. Matt On Fri, 2006-09-15 at 19:28 +0530, Manilal K M wrote: > Hi developers, > I have just now downloaded and installed the amazing vtiger-5.0 and > really impressed with the appearance and usability. But I came across > a number of problems while installing. > I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched > logs/migration.log, but there was no log of any kind. I was actually > trying to load the data through the second method (database dump of > 4.2.3). This is still not solved. > > The second issue is with the IMAP connection. I tried to configure the > mail account through the > interface provided by vtiger and it was a great failure. In the end I > found that the Connection String through which vtiger is connection is > making the problem. The Connection String with which vtiger is > connecting is: > "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" > > Then I hardcoded my server's Connection String in > modules/Webmail/MailBox.php like this: > $this->mbox = imap_open > ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, > $this->secretkey); > and it worked. > > I think that something happened with the Connection string, because it > is different from the one that I used. > > Reference : http://in.php.net/manual/en/function.imap-open.php > > regards > Manilal > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From libregeek at gmail.com Mon Sep 18 01:41:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 18 Sep 2006 11:11:33 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <1158555711.6562.1.camel@localhost.localdomain> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> <1158555711.6562.1.camel@localhost.localdomain> Message-ID: <2315046d0609172241h19b90376q211e79d62b057669@mail.gmail.com> On 18/09/06, Matthew Brichacek wrote: > The connection string seems to be a hit and miss depending on the email > server. If I put too many connection attempts into the MailBox class it > slows the system down considerably for each attempt. I'll work on it > some more, have been out of town and missed the 5.0.0 release :(. > > Matt Dear Matt, I would like to bring to your notice some of the issues I notices in modules/Webmails. First of all, the vtiger connection string never includes a string like "{localhost:993/imap/ssl/novalidate-cert}". It is seen that a checking for $this->ssltype == "ssl" is included from the source, but the ssltype variable will never get a value like "SSL", because such a value is never returned from the UI. and hence a IMAP connection to port no 993 is not possible. It would be nice to include a radio button which has a value "SSL" in the Email Settings form along with TLS and NOTLS, so that users can enable SSL connection to 993. regards Manilal From don at vtiger.com Mon Sep 18 07:24:59 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 04:24:59 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: <10dc0abfe60.3128830003835031301.-7116431478932076005@@vtiger.com> Hi All, We do agree that currently there are issues with version and priority updates in the trac. Philip will be working on this and we will fix these issues at the earliest. Please bear with us in the mean time. As pointed out by Allan we will also move the tickets from version from 5.0-RC to 5.0.0 if the issue still persists in 5.0 GA Thanks & Regards, Don ---- On Fri, 15 Sep 2006 Tim Smith wrote ---- Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/707f150f/attachment-0002.html From gopals at vtiger.com Mon Sep 18 07:53:40 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 18 Sep 2006 04:53:40 -0700 Subject: [Vtigercrm-developers] Naming convention for language packs Message-ID: <10dc0c63e26.6514486618761055109.8022407613324589530@@vtiger.com> Dear Team, I would like to propose the following naming convention for version 5 language packs: vtigercrm-5.0.0--.zip Example: vtigercrm-5.0.0-en-us.zip Looking forward for your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag | blog ph: +1 877 788 4437 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/92309517/attachment-0002.html From jtk at yahoo.com Mon Sep 18 09:59:42 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 18 Sep 2006 09:59:42 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: Gopal wrote: > I would like to propose the following naming convention for version 5 language packs: What is vtigercrm's definition of a language pack: a) additional drop-in files providing a new translated language, multiple language packs can be dropped in and selected by site config file or user preference. vtigercrm only ships with one (or a few) language pack, for space reduction.* b) a localized variant of the complete vtigercrm source (e.g. substituted strings everywhere). I don't think this is what we're talking about here. > vtigercrm-5.0.0--.zip > > Example: vtigercrm-5.0.0-en-us.zip This naming convention gives the impression of b). As a release package, all name components should be ahead of the version number components. if a): vtigercrm-lang-en-us-5.0.0.zip if b): vtigercrm-localized-en-us-5.0.0.zip This 'package name' would be 'vtigercrm-lang-en-us', and can follow the same naming conventions and release procedures as we finalize in the trac Wiki. * I'm not keen on the idea of separating out language packs unless including them wastes an unspeakable amount of space. It will be much easier on release management to just treat translations as feature additions, and prepare a release accordingly. I think we should streamline the bugfix and feature release processes and follow them uniformly for every release. From don at vtiger.com Mon Sep 18 11:15:44 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 08:15:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <10dc17f3f47.-4775032917081322974.7833253795728513370@@vtiger.com> Hi All, Moving forward to the forthcoming releases ,we have planned to maintain the svn in the following format. Kindly let us know your views on this. The following two branches will be created over the vtigercrm-5.0.0 trunk: - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be done in this branch - 5.1 --> All the feature additions will be done in this branch. The bug fixes done in the 5.0.1 branch will also be updated in the 5.1 branch. We will require help in this area as we are not that well-versed with svn. Fathi/JeffK will need to help us out at this stage. Now when a minor bug fix/patch release namely 5.0.1 is to be done, we will do the following :- the modified source files present in the 5.0.1 branch will be provided as a zip to upgrade from 5.0 to 5.0.1 We will also provide the full .tar.gz/exe/zip files of 5.0.1 for newly installing users so that it is not required that the install 5.0 and then upgrade to 5.0.1 When a medium release, namely- 5.1 is to be done inclusive of the bug fixes/features , the modified source files present ie (5.0.1 - 5.1) in the 5.1 branch will be provided as a zip to upgrade from 5.0 to 5.1 We will also provide the full .tar.gz/exe/zip files of 5.1 for newly installing users. Top of the trunk development is frozen. Post 5.1 we will merge all the files in 5.1 branch to the top of the trunk and then again we will create the two braches over this, 5.1.1 for bug fixes and 5.2 for feature addition. Feel free to post your views on this. Thanks, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/f06cf1be/attachment-0002.html From fboudra at gmail.com Tue Sep 19 09:00:00 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 19 Sep 2006 15:00:00 +0200 Subject: [Vtigercrm-developers] Naming convention for language packs In-Reply-To: References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: <200609191500.00459.fboudra@gmail.com> another proposal: vtigercrm-i18n-lang-5.0.0 anyway version number is always at the end. from my point of view, localized or lang aren't commonly used. cheers, Fathi PS: example given vtigercrm-i18n-af-5.0.0 vtigercrm-i18n-ar-5.0.0 vtigercrm-i18n-az-5.0.0 vtigercrm-i18n-bg-5.0.0 vtigercrm-i18n-bn-5.0.0 vtigercrm-i18n-br-5.0.0 vtigercrm-i18n-bs-5.0.0 vtigercrm-i18n-ca-5.0.0 vtigercrm-i18n-cs-5.0.0 vtigercrm-i18n-cy-5.0.0 vtigercrm-i18n-da-5.0.0 vtigercrm-i18n-de-5.0.0 vtigercrm-i18n-el-5.0.0 vtigercrm-i18n-engb-5.0.0 vtigercrm-i18n-eo-5.0.0 vtigercrm-i18n-es-5.0.0 vtigercrm-i18n-et-5.0.0 vtigercrm-i18n-eu-5.0.0 vtigercrm-i18n-fa-5.0.0 vtigercrm-i18n-fi-5.0.0 vtigercrm-i18n-fr-5.0.0 vtigercrm-i18n-fy-5.0.0 vtigercrm-i18n-ga-5.0.0 vtigercrm-i18n-gl-5.0.0 vtigercrm-i18n-he-5.0.0 vtigercrm-i18n-hi-5.0.0 vtigercrm-i18n-hr-5.0.0 vtigercrm-i18n-hu-5.0.0 vtigercrm-i18n-is-5.0.0 vtigercrm-i18n-it-5.0.0 vtigercrm-i18n-ja-5.0.0 vtigercrm-i18n-km-5.0.0 vtigercrm-i18n-ko-5.0.0 vtigercrm-i18n-lt-5.0.0 vtigercrm-i18n-lv-5.0.0 vtigercrm-i18n-mk-5.0.0 vtigercrm-i18n-mn-5.0.0 vtigercrm-i18n-ms-5.0.0 vtigercrm-i18n-nb-5.0.0 vtigercrm-i18n-nds-5.0.0 vtigercrm-i18n-nl-5.0.0 vtigercrm-i18n-nn-5.0.0 vtigercrm-i18n-pa-5.0.0 vtigercrm-i18n-pl-5.0.0 vtigercrm-i18n-pt-5.0.0 vtigercrm-i18n-ptbr-5.0.0 vtigercrm-i18n-ro-5.0.0 vtigercrm-i18n-ru-5.0.0 vtigercrm-i18n-rw-5.0.0 vtigercrm-i18n-se-5.0.0 vtigercrm-i18n-sk-5.0.0 vtigercrm-i18n-sl-5.0.0 vtigercrm-i18n-sr-5.0.0 vtigercrm-i18n-srlatin-5.0.0 vtigercrm-i18n-ss-5.0.0 vtigercrm-i18n-sv-5.0.0 vtigercrm-i18n-ta-5.0.0 vtigercrm-i18n-tg-5.0.0 vtigercrm-i18n-tr-5.0.0 vtigercrm-i18n-uk-5.0.0 vtigercrm-i18n-uz-5.0.0 vtigercrm-i18n-zhcn-5.0.0 vtigercrm-i18n-zhtw-5.0.0 From jtk at yahoo.com Tue Sep 19 10:39:25 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 10:39:25 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> <200609191500.00459.fboudra@gmail.com> Message-ID: Fathi Boudra wrote: > vtigercrm-i18n-lang-5.0.0 > (...) > vtigercrm-i18n-es-5.0.0 Fathi's right, i18n is much better. Make sure to use proper ISO codes for the language component of the package name. I still don't see the wisdom of add-in packages for each language. The linux distro packagers have to write or configure something smart enough to install the system language. Is the intent to save space, or to allow individual translation packages to be released on independently in the weeks after a release of vtigercrm-proper? You could have a vtigercrm-i18n-5.0.0 release that added in *all* language files other than the 'en-us' that an i18n-stripped vtigercrm would ship with. From sergiokessler at gmail.com Tue Sep 19 11:50:20 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Tue, 19 Sep 2006 12:50:20 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-784867627482226232@unknownmsgid> References: <-784867627482226232@unknownmsgid> Message-ID: <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> I think this is wrong. I can understand (not agree) to create a 5.0.1 branch. but why you need to create a 5.1 branch at all ??? 5.1 development should be done in the trunk... branching 5.1 the only thing will do is complicate things... remember KISS (Keep It Simple, Stupid) On 9/18/06, don wrote: > > Hi All, > > Moving forward to the forthcoming releases ,we have > planned to maintain the svn in the > following format. Kindly let us know your views on this. > > The following two branches will be created over the > vtigercrm-5.0.0 trunk: > > - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be > done in this branch > - 5.1 --> All the feature additions will be done in this > branch. The bug fixes done in the 5.0.1 branch will also > be updated in the 5.1 branch. We will require help in this > area as we are not that well-versed with > svn. Fathi/JeffK will need to help us out > at this stage. > > > Now when a minor bug fix/patch release namely 5.0.1 is to > be done, we will do the following :- > the modified source files present in the 5.0.1 branch will > be provided as a zip to upgrade from 5.0 to 5.0.1 > We will also provide the full .tar.gz/exe/zip files of > 5.0.1 for newly installing users so that it is not required > that the install 5.0 and then upgrade to 5.0.1 > > > When a medium release, namely- 5.1 is to be done inclusive > of the bug fixes/features , the modified > source files present ie (5.0.1 - 5.1) in the 5.1 branch > will be provided as a zip to upgrade from 5.0 to 5.1 > We will also provide the full .tar.gz/exe/zip files of 5.1 > for newly installing users. > > > Top of the trunk development is frozen. > > Post 5.1 we will merge all the files in 5.1 branch to the > top of the trunk and then again we will > create the two braches over this, 5.1.1 for bug fixes and > 5.2 for > feature addition. > > Feel free to post your views on this. > > Thanks, > Don > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Tue Sep 19 12:25:02 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:02 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. From jtk at yahoo.com Tue Sep 19 12:25:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:23 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 From fp at crm-now.de Tue Sep 19 13:31:55 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 19 Sep 2006 19:31:55 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: Message-ID: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > From jtk at yahoo.com Tue Sep 19 13:35:11 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 13:35:11 -0400 Subject: [Vtigercrm-developers] Subversion (trunk) permissions opened again? Message-ID: Have the restricted commit permissions been removed from the repository (vtigercrm/trunk, specifically)? From jens at Strawberry.COM Tue Sep 19 14:24:04 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 19 Sep 2006 20:24:04 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: ; from Jeff Kowalczyk on Tue, Sep 19, 2006 at 12:25:02PM -0400 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <20060919202404.E18014@Strawberry.COM> Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From werk at r2g.nl Wed Sep 20 04:41:04 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Wed, 20 Sep 2006 10:41:04 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Working with some translations myself in other project, I agree with Frank. But I don't see why we still have to change a code. I would suggest make language pack just what they are: the files including a different language and let us ork on not having to change any code for a language, in the first place! That way it would be much easier to include a new language, instead of giving each language a complete ctigercrm. I'm afrai that we might end up with several forks, as people want to include their own packages. Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Frank Piepiorra Verzonden: dinsdag 19 september 2006 19:32 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: [Vtigercrm-developers] language packs Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From don at vtiger.com Wed Sep 20 05:47:42 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 02:47:42 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <20060919202404.E18014@Strawberry.COM> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> Message-ID: <10dca9fa4a3.-763084884070474814.4430338107967877023@@vtiger.com> Hi all, Thanks for all your valuable feedbacks and suggestions. >From looking into your inputs we also feel the maintaining a separate 5.1 branch is unnecessary and will be cumbersome. So we will be doing the feature additions for 5.1 in the top of the trunk. We will have only the 5.0.1 branch for bug fixing. All fixing done in this branch will also be merged in the top of th trunk. Kindly let us know your opinions on this. Thanks, Don ---- On Tue, 19 Sep 2006 Jens Hamisch wrote ---- Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/b8fcbeb3/attachment-0002.html From sergiokessler at gmail.com Wed Sep 20 11:19:10 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 20 Sep 2006 12:19:10 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-1527600265577740350@unknownmsgid> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> Message-ID: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Wed Sep 20 11:57:57 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 11:57:57 -0400 Subject: [Vtigercrm-developers] language packs References: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Dhr. R.R. Gerbrands wrote: > I would suggest make language pack just what they are: the files > including a different language and let us ork on not having to change > any code for a language, in the first place! What would be the name of a subsequent enhancement/bugfix release of the language pack: vtigercrm-i18n-de-5.0.0 My point is, this introduces a whole new release cycle which may be: delayed in its start from the vtigercrm-5.0.0 release, highly accelerated (e.g. releases may be rapidly followed by minor improvements), and driven by first-time or infrequent contributors. The user (and the packager) is now burdened with matching a precise language pack ISO code and version number to ensure proper operation. A successful language pack initiative making independently-timed releases would need a determined release manager to keep things from getting out of hand. From don at vtiger.com Wed Sep 20 12:36:45 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 09:36:45 -0700 Subject: [Vtigercrm-developers] Invtiting fixes/contributions for 5.0.1 Message-ID: <10dcc1621de.-2686492889488106902.2731985580817985028@@vtiger.com> Hi All, We invitie bug fixes/contributions for vtigerCRM 5.0.1. Kindly post your fixes/contributions in trac and the URL for the same is as follows: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report For all the fixes/contributions that you are posting in trac make sure that you also are making a blurb here in this mailing list. We also invite volunteers for testing these fixes and contributions. So interested people kindly contact us. Thanks & Regards, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/677fb25a/attachment-0002.html From richie at vtiger.com Wed Sep 20 12:38:44 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:38:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> Message-ID: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Well, my thought process is something like this :- I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. Does this make sense? Kindly let me know lest I go way overboard with svn fundas. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don <don at vtiger.com> wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch <jens at strawberry.com> > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/0a534241/attachment-0002.html From richie at vtiger.com Wed Sep 20 12:40:08 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:40:08 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc193bd2.6541870305308356549.-5434552578084649865@@vtiger.com> Jeff, any idea on the effort and the result of this operation please? Before I call for an all-out ceasefire on the checkins, I need to know whether this operation will have any benefits within stipulated timelines. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/59b244fd/attachment-0002.html From richie at vtiger.com Wed Sep 20 12:48:16 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:48:16 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc20af09.-8578252862366610154.6153230573603325771@@vtiger.com> Jeff, I need your personal thoughts on our decision to have a 5.0.1 branch and keep the 5.1 development to be done on the top-of-the-trunk for 5.0.0. This will give us the extra-confidence here to move forward. I have some queries. Kindly bear with me as I did read the document but was not quick enough to understand it. The bug fixes that are being done will be on the 5.0.1 branch. Now, to maintain the same fixes in the 5.1, we also need to make checkins in the 5.0.0 top of the trunk. Is that correct? To add to the above combo, we can also integrate the contributions of other features for example the mailing list enhancement from mmbrich (say) to ONLY the top-of-the-trunk. So, in brief, the 5.0.0 top of the trunk will have the following :- the 5.0.0 code the bug fixes that are going to 5.0.1 the features submitted newly The combination of these three is going to be called the 5.1 release. Is my understanding correct? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/88a14e1f/attachment-0002.html From richie at vtiger.com Wed Sep 20 13:12:24 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:12:24 -0700 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? Message-ID: <10dcc36c664.6515729719084379586.3312953583758173088@@vtiger.com> Hello! I want to know how to handle feature submissions given by various vtiger users into the 5.0.0 trunk. Is there any specific process that needs to be followed? The reason for the question is this :- We need to determine what all features should go into 5.1. For this to happen, we need to have a list of features that the users are willing to submit so that those features become part of the 5.1. Now, how do we keep track of these? How to ensure that the users do not step on each other's toes? I am sure someone will have this experience out there. I am willing to learn. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/282c5503/attachment-0002.html From richie at vtiger.com Wed Sep 20 13:17:12 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:17:12 -0700 Subject: [Vtigercrm-developers] Right time to start working on 5.1? Message-ID: <10dcc3b2d66.1054835573058807321.7639813491275639595@@vtiger.com> Hi! Wanted to know if you feel that it is the right time to start working on the 5.1 front? Or, do you suggest that we wait till the 5.0.1 is out and then start working on that end? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/ff913a45/attachment-0002.html From richie at vtiger.com Wed Sep 20 13:22:41 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:22:41 -0700 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? Message-ID: <10dcc40327f.584187284068407711.-945443142663597140@@vtiger.com> Hi! I am flooding the mailing list I think but please this is no spam :-)! How does one determine when to make the jump from the 5.0.x to a 5.y? Anyway, 5.y is going to be the final destination which is going to be a superset of fixes and features right? What criteria are used to determine this? Often in the past, I have made this mistake of jumping the gun immediately after a release and working on the next big thing. I realise that this approach is flawed but am not able to pinpoint why it is flawed. Matt has explained this to me many a times but I still do not get it. Kindly explain to me once again please. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/799e972e/attachment-0002.html From fboudra at gmail.com Wed Sep 20 13:32:33 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 19:32:33 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <200609201932.33373.fboudra@gmail.com> Hi, why it is so difficult to understand ? Please find below an overview of the repository and what must be done: The vtigercrm repository structure The repository is organised in main directories: * branches * tags * trunk The trunk directory The trunk directory is where the main development for vtigercrm occurs. What you will find here is what will become the next vtigercrm release. The tags directory This directory contains the official releases of the programs maintained and developed in the vtigercrm repository. Inside it, you will find the release numbers. The branches directory This directory contains the branch versions of vtigercrm after a major release. vtigercrm must adhere to the philosphy that new features (as well as new user-visible strings) are added only to the next release cycle ? the one that lives in trunk. However, bugfixes are applied to all applications, even after release. In order to do that, a branch is created at the moment of the release, indicating the state of the files at that time. Bugfixes are then checked in to those files. Those branches are the ones in branches. To resume: * bugfixes must be done in branches * new feature must be done in trunk * keep sync your bugfixes in trunk * never commit code that break vtigercrm we don't really care of versionning "right now" (5.0.1, 5.0.2, 5.1.0). This is bugfixes (must be done in branches) time so when we'll see that it's the right time to release a bugfix version, we'll do. For people, that want to work/add new feature, it must be done in trunk. my 2 cents. cheers, Fathi From jtk at yahoo.com Wed Sep 20 13:55:26 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 13:55:26 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <39773.0841803879$1158770934@news.gmane.org> Message-ID: Richie wrote: > Jeff, I need your personal thoughts on our decision to have a 5.0.1 > branch and keep the 5.1 development to be done on the top-of-the-trunk > for 5.0.0. I'd encourage the 'stable trunk' policy (which is kind of what we've been using), and branch only when necessary. Scenarios include: - Branching for release: just before a release to do a few tweaks. For the record, I think it was a mistake to close off the trunk for two months leading up to vtigercrm-5.0.0 tagging. Committers would have followed rules if given them. - Branching for maintenance: when you're about to take the trunk into a direction that won't be merge-compatible with supported releases, make a maintenance branch, and plan for it to be long-lived. vtigercrm/branches/4.2 has been functioning correctly in this capacity. - Branching for features: when you're about to add a feature that will break something until you're done working on it, or otherwise destabilize the trunk, make a branch, and plan for it to be short lived. Use a project-wide consistent name for your feature branch. Something that includes the ticket number is good, e.g. enh-0098-newfleem Document your branch copy URL at rev in the commit message Do your work in the branch as fast as possible, merging changes from parent branch to minimize your diff. Ask for a core-team review when done, if you have doubts about what your code change will do to the trunk. Keep your trunk diff minimized while you wait for merge approval. Merge back to the trunk, document your URL at rev in the commit message, close/update your feature ticket After a brief cooling-off period, move your branch to vtigercrm/branches/historical/, or delete. Based on current status, I'd envision things like: vtigercrm/ trunk/ (busy but always kept usable for 'test production') tags/ 5.0.0/ (over time, only keep official release tags) 5.0.1/ 4.2.5/ historical/ 5.0.0beta1 (useful old tags can be kept, delete rest) 5.0.0rc1 4.2.5rc1 branches/ 4.2/ 5.0.2/ (only for days/hours before release) enh-0093-fleem/ (only present while in development) enh-0098-newfleem/ historical/ 5.0.1/ (useful dead branches kept, delete rest) enh-0053-refubar/ From jtk at yahoo.com Wed Sep 20 14:03:15 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:03:15 -0400 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? References: <21410.9561210082$1158773018@news.gmane.org> Message-ID: Richie wrote: > How does one determine when to make the jump from the 5.0.x to a 5.y? Use trac to its fullest extent and it the repository will tell you when its time to make a release. Take a moment to absorb all the information embedded in the view of a properly managed milestone: http://trac.edgewall.org/milestone/0.10 Keep in mind that tickets can be reassigned to other milestones as priorites and developer resources change. From jtk at yahoo.com Wed Sep 20 14:12:07 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:12:07 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? References: <6393.70659268952$1158772373@news.gmane.org> Message-ID: Richie wrote: > I want to know how to handle feature submissions given by various vtiger > users into the 5.0.0 trunk. Is there any specific process that needs to > be followed? Its really just a matter of making a trac ticket, documenting the patch, the changesets committed, and if absolutely necessary make a short lived branch do the work without destabilizing the trunk. The more general comment to be made here is that all work done in the repository should take the fullest advantage of trac tickets, and smart trac references in the commit message (e.g. "fixes #0095. fleem added"). We lose a tremendous amount of trac labor-saving potential with every generic 'fixes done' commit message or 'fixed' ticket closing message. From dgrant at accuratetechnologies.com Wed Sep 20 14:15:43 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 20 Sep 2006 14:15:43 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for5.1? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D38@exch.accuratetechnologies.com> So how does one get a login ID for the trac? DG From jtk at yahoo.com Wed Sep 20 14:29:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:29:46 -0400 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page Message-ID: I would like to add some developer documentation pages to the trac wiki, but my login jeffk lacks permissions to edit the front page from which the new pages should be linked. Pages kind of hard to discover otherwise. Please add jeffk user's edit permissions to the front page. From philip at vtiger.com Wed Sep 20 14:47:46 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 11:47:46 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone Message-ID: <10dcc8e15d9.-5753421698361706924.3517267400752934774@@vtiger.com> Hi Matt, Kindly add the following options 5.0.2 and 5.0.3 in our trac Milestone field at the earliest, this to demarcate the issues that needs to be taken up for our forthcoming patches. Even though richie has admin permissions to trac, was unable to do this! what could be the reason? Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/49f15a18/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Wed Sep 20 14:50:40 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:50:40 -0700 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page In-Reply-To: References: Message-ID: <3bec26390609201150n21bef632hfc20a16de4e7df86@mail.gmail.com> hmm... you had permissions to modify the wiki, I guess you need a different permission to change the front page? anyways I set you up as a wiki admin which should do it for you. On 9/20/06, Jeff Kowalczyk wrote: > I would like to add some developer documentation pages to the trac wiki, > but my login jeffk lacks permissions to edit the front page from which the > new pages should be linked. Pages kind of hard to discover otherwise. > > Please add jeffk user's edit permissions to the front page. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 20 14:55:32 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:55:32 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <-5504457135839745342@unknownmsgid> References: <-5504457135839745342@unknownmsgid> Message-ID: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 20 15:25:49 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 12:25:49 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> Message-ID: <10dccb0ec00.-6559626176162626349.-6357892118758173588@@vtiger.com> Yes i agree adding two or more patches to a main release is not fair, but practically it is difficult for us to fix all the bugs in a single patch, as we have around 130+ bugs in trac for 5.0.1 milestone. As i was working on trac for last couple of days, sorting all the bugs/issues (right now i have completed only 75% of it) that need to be fixed for next patch i was surprised to see the count and still 25% is pending, the count will reach 200. So we wanted to fix it patch by patch, but positively not more than three. ---- On Wed, 20 Sep 2006 Allan Bush wrote ---- I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/3daa50ed/attachment-0002.html From fboudra at gmail.com Wed Sep 20 15:29:11 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 21:29:11 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <39773.0841803879$1158770934@news.gmane.org> Message-ID: <200609202129.11313.fboudra@gmail.com> Le mercredi 20 septembre 2006 19:55, Jeff Kowalczyk a ?crit : > vtigercrm/ > trunk/ (busy but always kept usable for 'test production') > tags/ > 5.0.0/ (over time, only keep official release tags) > 5.0.1/ > 4.2.5/ > historical/ > 5.0.0beta1 (useful old tags can be kept, delete rest) > 5.0.0rc1 > 4.2.5rc1 > branches/ > 4.2/ > 5.0.2/ (only for days/hours before release) > enh-0093-fleem/ (only present while in development) > enh-0098-newfleem/ > historical/ > 5.0.1/ (useful dead branches kept, delete rest) > enh-0053-refubar/ historical directory aren't needed, this is tagged version like others. based on my previous mail which explain how i'll see the development, my tree: trunk/ tags/ 4.2.5/ 5.0.0-beta1/ 5.0.0-rc1/ 5.0.0/ branches/ 4.2/ 5.0/ From allan.bush+vtiger_dev at gmail.com Wed Sep 20 15:32:53 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 12:32:53 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3141950195704887184@unknownmsgid> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> <3141950195704887184@unknownmsgid> Message-ID: <3bec26390609201232q7b705d41y66176a80a394d92a@mail.gmail.com> Very well, I'm not sure I agree, but I understand the your problem. I've added a 5.0.2 milestone for now. On 9/20/06, Philip wrote: > > > Yes i agree adding two or more patches to a main release > is not fair, but practically it is > difficult for us to fix all the bugs > in a single patch, as we have around 130+ bugs in trac for > 5.0.1 milestone. As i was working on trac for last couple > of days, > sorting all the bugs/issues (right now i have > completed only 75% of it) that need to be > fixed for next patch i was surprised to see > the count and still 25% is pending, the count will > reach 200. So we wanted to fix it patch by > patch, but positively not more > than three. > > > > ---- On Wed, 20 Sep 2006 Allan Bush > wrote ---- > > I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. > > 5.0.x is for bug fixes to the 5.0.0 release. All known > bugs should be > fixed in the next release in the series (5.0.1 at this > time). Are > there alright known bugs with 5.0.0 that we won't be able to > fix for > the 5.0.1 release, if so why not? > > On 9/20/06, Philip wrote: > > Hi Matt, > > > > Kindly add the following options 5.0.2 and 5.0.3 in our > > trac Milestone field at the earliest, this > > to demarcate the issues that needs > > to be taken up for our forthcoming patches. > > > > Even though richie has admin permissions to trac, > > was unable to do this! what could be the > > reason? > > > > Regards, > > Philip > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From leandro at oriontek.org Wed Sep 20 15:48:12 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 20 Sep 2006 14:48:12 -0500 Subject: [Vtigercrm-developers] Vtiger Service Packs and Hotfix Message-ID: <200609201448.12693.leandro@oriontek.org> Hello, I think that for vtiger would be a good Idea to devel 2 types of updates for easy manteinance of users, service packs and hotfix. The Hotfix would be critical patch or improves over the last release. For the Service packs it would to contain a summary of hotfix since the last service pack, and this would be accumulative. The syntax for this HotFix and Service packs would be some as it: vtiger-5.0.0.tar.gz (The install app) vtiger-hf-5.0.1-tar.gz vtiger-hf-5.0.2.tar.gz ... Vtiger-sp-5.1.tar.gz (contain all the hot fix inside) vtiger-hf-5.1.1-tar.gz .... .... If this releases of Vtiger work fine, the updates since any version would be easy and no more complex migrations of versions for the users with vtiger in production. Each user would to choice update the Hotfix or wait the next service pack for vtiger The procedure would to be a tool for Updates in settings (admin web panel). This is my idea. Best regards, -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From jtk at yahoo.com Wed Sep 20 18:29:21 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 18:29:21 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <10011.8887763985$1158770448@news.gmane.org> Message-ID: Richie wrote: > Jeff, any idea on the effort and the result of this operation (source > formatting with php_beautifier) please? Before I call for an all-out > ceasefire on the checkins, I need to know whether this operation will > have any benefits within stipulated timelines. No need for any cessation of checkins, the necessary invocation of php_beautifier has not been learned yet anyway. I've got questions to the PEAR list open for a few months now, no one has replied. If I/we do learn how to do the few necessary remaining things with php_beautifier, I'd probably do a feature branch and ask for all interested parties to help to get it done quickly. If it turns out well we'll merge it back to the trunk and that will be a big improvement to our branching and merging capability going forward. From jens at Strawberry.COM Thu Sep 21 02:34:29 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 21 Sep 2006 08:34:29 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com>; from Richie on Wed, Sep 20, 2006 at 09:38:44AM -0700 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Message-ID: <20060921083429.F29368@Strawberry.COM> Hi, On Wed, Sep 20, 2006 at 09:38:44AM -0700, Richie wrote: > Well, my thought process is something like this :- > > I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. I'm currently working on a (major?) feature upgrade: multiple organization support and organization units. IMHO this will be completed in a couple of days. To check in I'd prefer to create some feature branch, request the community for retest ans suggestions and to merge it back into the trunk as soon sa possible. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 21 08:01:09 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 21 Sep 2006 08:01:09 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D3A@exch.accuratetechnologies.com> > I'm currently working on a (major?) feature upgrade: multiple organization > support and organization units. IMHO this will be completed in a couple of > days. Yay! Jens, you're a man of your word. I like that. DG From philip at vtiger.com Thu Sep 21 09:37:21 2006 From: philip at vtiger.com (Philip) Date: Thu, 21 Sep 2006 06:37:21 -0700 Subject: [Vtigercrm-developers] Adding Milestone 5.0.3 Message-ID: <10dd0983fe2.-1558529279998099199.-7774887269989517932@@vtiger.com> Hi Matt, Kindly add '5.0.3' as an option in trac, in 'Milestone' field, as we need to assign a countable bugs to this milestone and i need to complete it by end of the day. Thanks for your understanding. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/04fc6570/attachment-0002.html From joe at tsolucio.com Thu Sep 21 21:01:30 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 03:01:30 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158886890.10290.2.camel@joeshome.int> Hi, I think I have found a bug in the profile creation script: http://forums.vtiger.com/viewtopic.php?t=9978 I would like to insert this bug into trac but cannot see how. Can somebody please explain to me how I should proceed? Thanks, Joe TSolucio From allan.bush+vtiger_dev at gmail.com Thu Sep 21 21:08:38 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 18:08:38 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158886890.10290.2.camel@joeshome.int> References: <1158886890.10290.2.camel@joeshome.int> Message-ID: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> I don't mean to be rude, but if you go to trac (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get access now? On 9/21/06, Joe Bordes wrote: > Hi, > > I think I have found a bug in the profile creation script: > > http://forums.vtiger.com/viewtopic.php?t=9978 > > I would like to insert this bug into trac but cannot see how. Can > somebody please explain to me how I should proceed? > > Thanks, Joe > TSolucio > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > From smith.timsmith at gmail.com Thu Sep 21 21:48:01 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Thu, 21 Sep 2006 20:48:01 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: The problem is that trac is designed for those developing the application, not users of the application. Just for grins, I tried to act like a user (or someone who doesn't know the way of the vtiger developer) and looked for how to find out if a bug is fixed and if not then how to report it. These are the steps I went through: 1. Went to http://www.vtiger.com 2. Clicked on the "developer" tab 3. Saw "View Bugs " so I clicked there. 4. Looked for a way to search bugs to make sure my bug isn't known... Saw "custom query" so I clicked it. 5. Stared a while... not the most friendly search engine for most users. Most people just want to search for the error text. 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. No good. 5.2. I then imagined Joe searching for a summary containing "TEXTAREA description" so I searched that. No good. 6. At this point, you might figure you should add a bug. So how would you do this? The menu bar gives these options - Wiki - Timeline - Roadmap - Browse Source - View Tickets None of those would have anything to do with reporting a bug. So I went back and clicked "View Bugs" again. 7. Okay, average user is now stumped or frustrated. Advanced user would start looking through the wiki. 8. Bang. Came across what Allan is talking about. Though I would rather see a link that says "Reporting bugs" that then tells me to request access from Richie. So here are my comments: - Provide a link from the vtiger.com support and developer tabs that go straight to the list of known bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 - Provide a link on all report pages that allows adding a new bug report. Call it a bug report, not an issue. - Provide a simple way to search for an error message on "Tickets - Reports". This form could route directly to the "custom query". Also: - When custom query form is first loaded, always include summary and keywords. - Change the button that removes search items on the custom query from [ - ] to [ X ] which is better known for removing items. Regards, Tim OnwealdTim On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get > access now? > > On 9/21/06, Joe Bordes wrote: > > Hi, > > > > I think I have found a bug in the profile creation script: > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > I would like to insert this bug into trac but cannot see how. Can > > somebody please explain to me how I should proceed? > > > > Thanks, Joe > > TSolucio > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/ad416501/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Thu Sep 21 22:19:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:19:14 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> I wasn't aware that there we links to trac that didn't go through the front page. Which leads me to the next thing I was going to suggest: put the contact for access information into the page header when the user isn't logged in. I think you'll have to edit one of the trac source files to do that, but it shouldn't be a difficult. On 9/21/06, Tim Smith wrote: > The problem is that trac is designed for those developing the application, > not users of the application. Just for grins, I tried to act like a user > (or someone who doesn't know the way of the vtiger developer) and looked for > how to find out if a bug is fixed and if not then how to report it. > > These are the steps I went through: > 1. Went to http://www.vtiger.com > 2. Clicked on the "developer" tab > 3. Saw " View Bugs" so I clicked there. > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > "custom query" so I clicked it. > 5. Stared a while... not the most friendly search engine for most users. > Most people just want to search for the error text. > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > No good. > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > description" so I searched that. No good. > 6. At this point, you might figure you should add a bug. So how would you > do this? The menu bar gives these options > Wiki > Timeline > Roadmap > Browse Source > View TicketsNone of those would have anything to do with reporting a bug. > So I went back and clicked "View Bugs" again. > 7. Okay, average user is now stumped or frustrated. Advanced user would > start looking through the wiki. > 8. Bang. Came across what Allan is talking about. Though I would rather > see a link that says "Reporting bugs" that then tells me to request access > from Richie. > > So here are my comments: > > Provide a link from the vtiger.com support and developer tabs that go > straight to the list of known bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > Provide a link on all report pages that allows adding a new bug report. > Call it a bug report, not an issue. > Provide a simple way to search for an error message on "Tickets - Reports". > This form could route directly to the "custom query". Also: > > When custom query form is first loaded, always include summary and keywords. > Change the button that removes search items on the custom query from [ - ] > to [ X ] which is better known for removing items. > Regards, > Tim > > OnwealdTim > > > On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > how to get > > access now? > > > > On 9/21/06, Joe Bordes wrote: > > > Hi, > > > > > > I think I have found a bug in the profile creation script: > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > somebody please explain to me how I should proceed? > > > > > > Thanks, Joe > > > TSolucio > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > From allan.bush+vtiger_dev at gmail.com Thu Sep 21 22:40:50 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:40:50 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> Message-ID: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> There is a "Search" tab which is probably exactly what an end user would want when looking for their bug, but it's disabled for anonymous users. If no one can think of a good reason for it to be disabled I'll enable it. On 9/21/06, Allan Bush wrote: > I wasn't aware that there we links to trac that didn't go through the > front page. > > Which leads me to the next thing I was going to suggest: put the > contact for access information into the page header when the user > isn't logged in. > > I think you'll have to edit one of the trac source files to do that, > but it shouldn't be a difficult. > > On 9/21/06, Tim Smith wrote: > > The problem is that trac is designed for those developing the application, > > not users of the application. Just for grins, I tried to act like a user > > (or someone who doesn't know the way of the vtiger developer) and looked for > > how to find out if a bug is fixed and if not then how to report it. > > > > These are the steps I went through: > > 1. Went to http://www.vtiger.com > > 2. Clicked on the "developer" tab > > 3. Saw " View Bugs" so I clicked there. > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > "custom query" so I clicked it. > > 5. Stared a while... not the most friendly search engine for most users. > > Most people just want to search for the error text. > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > No good. > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > description" so I searched that. No good. > > 6. At this point, you might figure you should add a bug. So how would you > > do this? The menu bar gives these options > > Wiki > > Timeline > > Roadmap > > Browse Source > > View TicketsNone of those would have anything to do with reporting a bug. > > So I went back and clicked "View Bugs" again. > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > start looking through the wiki. > > 8. Bang. Came across what Allan is talking about. Though I would rather > > see a link that says "Reporting bugs" that then tells me to request access > > from Richie. > > > > So here are my comments: > > > > Provide a link from the vtiger.com support and developer tabs that go > > straight to the list of known bugs: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > Provide a link on all report pages that allows adding a new bug report. > > Call it a bug report, not an issue. > > Provide a simple way to search for an error message on "Tickets - Reports". > > This form could route directly to the "custom query". Also: > > > > When custom query form is first loaded, always include summary and keywords. > > Change the button that removes search items on the custom query from [ - ] > > to [ X ] which is better known for removing items. > > Regards, > > Tim > > > > OnwealdTim > > > > > > On 9/21/06, Allan Bush wrote: > > > I don't mean to be rude, but if you go to trac > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > how to get > > > access now? > > > > > > On 9/21/06, Joe Bordes wrote: > > > > Hi, > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > somebody please explain to me how I should proceed? > > > > > > > > Thanks, Joe > > > > TSolucio > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > From joe at tsolucio.com Fri Sep 22 03:35:37 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 09:35:37 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> Message-ID: <1158910537.11340.2.camel@joesunix.int> If it so difficult for a "normal user" (you should check out the kind of responses I am giving on your forums and I have 2 projects open on the forge) to inform of a bug, then maybe we are missing out on a lot of testing power. Joe. El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > There is a "Search" tab which is probably exactly what an end user > would want when looking for their bug, but it's disabled for anonymous > users. If no one can think of a good reason for it to be disabled > I'll enable it. > > On 9/21/06, Allan Bush wrote: > > I wasn't aware that there we links to trac that didn't go through the > > front page. > > > > Which leads me to the next thing I was going to suggest: put the > > contact for access information into the page header when the user > > isn't logged in. > > > > I think you'll have to edit one of the trac source files to do that, > > but it shouldn't be a difficult. > > > > On 9/21/06, Tim Smith wrote: > > > The problem is that trac is designed for those developing the application, > > > not users of the application. Just for grins, I tried to act like a user > > > (or someone who doesn't know the way of the vtiger developer) and looked for > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > These are the steps I went through: > > > 1. Went to http://www.vtiger.com > > > 2. Clicked on the "developer" tab > > > 3. Saw " View Bugs" so I clicked there. > > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > > "custom query" so I clicked it. > > > 5. Stared a while... not the most friendly search engine for most users. > > > Most people just want to search for the error text. > > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > > No good. > > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > > description" so I searched that. No good. > > > 6. At this point, you might figure you should add a bug. So how would you > > > do this? The menu bar gives these options > > > Wiki > > > Timeline > > > Roadmap > > > Browse Source > > > View TicketsNone of those would have anything to do with reporting a bug. > > > So I went back and clicked "View Bugs" again. > > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > > start looking through the wiki. > > > 8. Bang. Came across what Allan is talking about. Though I would rather > > > see a link that says "Reporting bugs" that then tells me to request access > > > from Richie. > > > > > > So here are my comments: > > > > > > Provide a link from the vtiger.com support and developer tabs that go > > > straight to the list of known bugs: > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > Provide a link on all report pages that allows adding a new bug report. > > > Call it a bug report, not an issue. > > > Provide a simple way to search for an error message on "Tickets - Reports". > > > This form could route directly to the "custom query". Also: > > > > > > When custom query form is first loaded, always include summary and keywords. > > > Change the button that removes search items on the custom query from [ - ] > > > to [ X ] which is better known for removing items. > > > Regards, > > > Tim > > > > > > OnwealdTim > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > I don't mean to be rude, but if you go to trac > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > how to get > > > > access now? > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > Hi, > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > Thanks, Joe > > > > > TSolucio > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From smith.timsmith at gmail.com Fri Sep 22 10:09:22 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 22 Sep 2006 09:09:22 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158910537.11340.2.camel@joesunix.int> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> <1158910537.11340.2.camel@joesunix.int> Message-ID: Hi Joe, I hope I didn't offend with my "normal user" comment. I was trying to get a usability point across and didn't intend to imply anything about yourself. :-) I think anyone in their right mind would follow the steps I mentioned. I would say my scenario is a standard use case regardless of who is looking for help or providing a fix. While I'm here... Here are a couple of other suggestions I'll throw out: 1. Either use sourceforge or point it to trac and stop using sf. It only causes confusion. In any case, vtiger.sourceforge.net should probably redirect to www.vtiger.com. 2. Add a bug report in SourceForge that shows up at the top to indicate that users should add and search for bugs on the trac.fosslabs.com site. Personally, I will miss the sourceforge bug search. The search results are much easier to read. Regards, Tim OnwealdTim On 9/22/06, Joe Bordes wrote: > > If it so difficult for a "normal user" (you should check out the kind of > responses I am giving on your forums and I have 2 projects open on the > forge) to inform of a bug, then maybe we are missing out on a lot of > testing power. > > Joe. > > El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > > There is a "Search" tab which is probably exactly what an end user > > would want when looking for their bug, but it's disabled for anonymous > > users. If no one can think of a good reason for it to be disabled > > I'll enable it. > > > > On 9/21/06, Allan Bush wrote: > > > I wasn't aware that there we links to trac that didn't go through the > > > front page. > > > > > > Which leads me to the next thing I was going to suggest: put the > > > contact for access information into the page header when the user > > > isn't logged in. > > > > > > I think you'll have to edit one of the trac source files to do that, > > > but it shouldn't be a difficult. > > > > > > On 9/21/06, Tim Smith wrote: > > > > The problem is that trac is designed for those developing the > application, > > > > not users of the application. Just for grins, I tried to act like a > user > > > > (or someone who doesn't know the way of the vtiger developer) and > looked for > > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > > > These are the steps I went through: > > > > 1. Went to http://www.vtiger.com > > > > 2. Clicked on the "developer" tab > > > > 3. Saw " View Bugs" so I clicked there. > > > > 4. Looked for a way to search bugs to make sure my bug isn't > known... Saw > > > > "custom query" so I clicked it. > > > > 5. Stared a while... not the most friendly search engine for most > users. > > > > Most people just want to search for the error text. > > > > 5.1. I imagined Joe searching for a keyword of "profile" so I > searched that. > > > > No good. > > > > 5.2. I then imagined Joe searching for a summary containing > "TEXTAREA > > > > description" so I searched that. No good. > > > > 6. At this point, you might figure you should add a bug. So how > would you > > > > do this? The menu bar gives these options > > > > Wiki > > > > Timeline > > > > Roadmap > > > > Browse Source > > > > View TicketsNone of those would have anything to do with reporting a > bug. > > > > So I went back and clicked "View Bugs" again. > > > > 7. Okay, average user is now stumped or frustrated. Advanced user > would > > > > start looking through the wiki. > > > > 8. Bang. Came across what Allan is talking about. Though I would > rather > > > > see a link that says "Reporting bugs" that then tells me to request > access > > > > from Richie. > > > > > > > > So here are my comments: > > > > > > > > Provide a link from the vtiger.com support and developer tabs that > go > > > > straight to the list of known bugs: > > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > > Provide a link on all report pages that allows adding a new bug > report. > > > > Call it a bug report, not an issue. > > > > Provide a simple way to search for an error message on "Tickets - > Reports". > > > > This form could route directly to the "custom query". Also: > > > > > > > > When custom query form is first loaded, always include summary and > keywords. > > > > Change the button that removes search items on the custom query from > [ - ] > > > > to [ X ] which is better known for removing items. > > > > Regards, > > > > Tim > > > > > > > > OnwealdTim > > > > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > > I don't mean to be rude, but if you go to trac > > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > > how to get > > > > > access now? > > > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > > Hi, > > > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > > > I would like to insert this bug into trac but cannot see how. > Can > > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > > > Thanks, Joe > > > > > > TSolucio > > > > > > > > > > > > _______________________________________________ > > > > > > Get started with Online collaboration office & productivity > tools - > > > > http://zoho.com?vt > > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools > - > > > > http://zoho.com?vt > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/2e64fde6/attachment-0002.html From philip at vtiger.com Fri Sep 22 10:44:35 2006 From: philip at vtiger.com (Philip) Date: Fri, 22 Sep 2006 07:44:35 -0700 Subject: [Vtigercrm-developers] List of bugs to be fixed for v5 Patch 1 Message-ID: <10dd5fc28ce.473801925644899550.131149115957236440@@vtiger.com> Hi, We have the sorted the list of bugs that will be fixed in our vtiger CRM 5 Patch 1 release, the bug list that will be taken for this patch and the respective owners are given below. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Fixing will be done on 5.0.1 branch. We'll ensure that this is captured in the main trunk too. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/f3844016/attachment-0002.html From joe at tsolucio.com Fri Sep 22 11:21:29 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 17:21:29 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158938489.11340.6.camel@joesunix.int> Hi, Not ofended at all by your comment Tim, sorry to have given thath impression. I attach another users comments about another bug that I have confirmed and that he doesn't know what to do with either. As you demonstrated with your reasonings it is just not so obvious. In any case I hope somebody on this list will pick up both errores and insert them into the trac or wherever they should be. Joe -------------- next part -------------- An embedded message was scrubbed... From: webmaster at vtiger.com Subject: Topic Reply Notification for "Problem with users updating their preferences" in forum "Help Forum - 5.x" Date: Fri, 22 Sep 2006 07:51:44 -0700 Size: 1906 Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/ac8e60a6/attachment-0003.mht From libregeek at gmail.com Sat Sep 23 03:50:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:20:33 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow Message-ID: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Hello all, I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is compiled with UW-IMAP(2004g). It appears that it takes too much time to connect to the imap server and fetch mails in Email module of vtiger. I am also using horde/imp in the same server to access mails but it's much faster than that of vtiger. I don't know what's the real issue is ? Somebody please help. if this is a bug I can report it in the bug tracker. regards Manilal From libregeek at gmail.com Sat Sep 23 04:09:56 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:39:56 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow In-Reply-To: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Message-ID: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> On 23/09/06, Manilal K M wrote: > Hello all, > I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is > compiled with UW-IMAP(2004g). It appears that it takes too much time > to connect to the imap server and fetch mails in Email module of > vtiger. I am also using horde/imp in the same server to access mails > but it's much faster than that of vtiger. I don't know what's the real > issue is ? > Somebody please help. if this is a bug I can report it in the bug tracker. > http://forums.vtiger.com/viewtopic.php?t=9064 I tried this patch, still no use. regards Manilal From developer at infointegrated.com Sat Sep 23 12:14:54 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Sat, 23 Sep 2006 11:14:54 -0500 Subject: [Vtigercrm-developers] Patches for v5.0 In-Reply-To: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> Message-ID: <35987864-EE4D-48F2-919A-95633C6460AD@infointegrated.com> I have recently added some patches against v5.0 to fix issues into the forums (http://forums.vtiger.com/viewforum.php?f=55). I thought about where best to put them, as I didn't want them sitting in multiple places... I thought the forums would give the best community exposure. I know the Trac is really the best location for these types of issues, but I have noticed a few Trac items getting closed with no fixes being implemented. I am hopeful that by posting in the forums, I will be helping more people, and encouraging others in the community to provide patches, fixes, and testing. If anyone would like to propose a better mechanism to ensure the patches have better community visibility and ensure the developers don't mistakenly close the issues (which are two problems I see with Trac currently), then please let me know. Thanks, Brian On Sep 23, 2006, at 3:09 AM, Manilal K M wrote: > On 23/09/06, Manilal K M wrote: >> Hello all, >> I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is >> compiled with UW-IMAP(2004g). It appears that it takes too much time >> to connect to the imap server and fetch mails in Email module of >> vtiger. I am also using horde/imp in the same server to access mails >> but it's much faster than that of vtiger. I don't know what's the >> real >> issue is ? >> Somebody please help. if this is a bug I can report it in the bug >> tracker. >> > http://forums.vtiger.com/viewtopic.php?t=9064 > > I tried this patch, still no use. > > regards > Manilal > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From philip at vtiger.com Mon Sep 25 03:30:19 2006 From: philip at vtiger.com (Philip) Date: Mon, 25 Sep 2006 00:30:19 -0700 Subject: [Vtigercrm-developers] Reg: Bug fixing v5 patch 1 Message-ID: <10de3e1a878.-8334217980541839917.-8689750672430081837@@vtiger.com> Hi developers, As we have planned to release vtiger CRM 5 patch 1 by next week, we request you fix the issues assinged to you by then. Do get back to us for issues if any. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/3729e047/attachment-0002.html From gopals at vtiger.com Mon Sep 25 03:56:43 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 25 Sep 2006 00:56:43 -0700 Subject: [Vtigercrm-developers] Document Published: How to create new module? Message-ID: <10de3f9d30b.-339522588438872678.-276638214060261335@@vtiger.com> Dear Team, Thanks to Minnie for putting her valuable effort in preparing Creating new module in vtiger CRM document. This document can be used as a reference for future enhancements. We have used "Projects" as an example module in this document, so that developers can quickly grasp the core functions. You can access the document from Developer Guide in Wiki: http://wiki.vtiger.com/index.php/Creating_New_Module In the first version, we have tried to address only basics of the back-end & front-end part of the module. With all your suggestions & comments, we can further incorporate other functions, such as Security, Customization, Reports, Dashboards etc.. PS: You can add suggestion & comments online in the Wiki. Please let us know your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/339cc186/attachment-0002.html From francois.gaudin at makina-corpus.com Mon Sep 25 05:29:28 2006 From: francois.gaudin at makina-corpus.com (Francois Gaudin) Date: Mon, 25 Sep 2006 11:29:28 +0200 Subject: [Vtigercrm-developers] Kernel/module architecture Message-ID: <200609251129.29065.francois.gaudin@makina-corpus.com> Hi everybody, I'm new to the list and I am studying vtiger for my company. It's quite good and usable but there's one big problem which disturbs me : to install new modules, you often need to patch or replace files in other modules or in the kernel. I find this very durty and I would know if there is real module support planned and how ? indeed, you can't install 2 modules which replace the same file. I understand that the problem is very difficult because php doesn't provide reflexivity or mechanism like Zope's. Or perhaps is vtiger not as durty as I've seen and help me where I've misunderstood. Thx -- Fran?ois Gaudin Makina Corpus From libregeek at gmail.com Mon Sep 25 05:50:50 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 25 Sep 2006 15:20:50 +0530 Subject: [Vtigercrm-developers] Document Published: How to create new module? In-Reply-To: <1426712360988312405@unknownmsgid> References: <1426712360988312405@unknownmsgid> Message-ID: <2315046d0609250250w7c1d3446v49e8e758da0ab1ae@mail.gmail.com> On 25/09/06, Gopal wrote: > Dear Team, > > Thanks to Minnie for putting her valuable effort in preparing Creating new > module in vtiger CRM document. > > This document can be used as a reference for future enhancements. We have > used "Projects" as an example module in this document, so that developers > can quickly grasp the core functions. > > You can access the document from Developer Guide in Wiki: > > http://wiki.vtiger.com/index.php/Creating_New_Module > > In the first version, we have tried to address only basics of the back-end & > front-end part of the module. With all your suggestions & comments, we can > further incorporate other functions, such as Security, Customization, > Reports, Dashboards etc.. > > PS: You can add suggestion & comments online in the Wiki. > > Please let us know your views. This is a wonderful news. I will surely give a try. regards Manilal From jtk at yahoo.com Mon Sep 25 10:35:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 25 Sep 2006 10:35:46 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down Message-ID: I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. From richie at vtiger.com Tue Sep 26 03:08:07 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 00:08:07 -0700 Subject: [Vtigercrm-developers] Upgrade needed? Message-ID: <10de8f3b281.7860118392332093906.4601313544921775595@@vtiger.com> Hello! Jeff, since you are monitoring the third_party list, do you think we need to upgrade/update the softwares used in the vtiger infrastructure please? URL: http://wiki.vtiger.com/index.php/Software_used_by_vtiger Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/6cab11b1/attachment-0002.html From richie at vtiger.com Tue Sep 26 07:02:54 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:02:54 -0700 Subject: [Vtigercrm-developers] rpm installers available? Message-ID: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Hello! Are there any rpm installers for vtiger available? There was talk of a suse/debian/mandriva specific installers in the works. Just wanted to know so that we can make these links available from our site. We will be happy to link to the site offering these facilities. These rpm-installers will only help increase the reach of vtiger. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/8c9ce23d/attachment-0002.html From richie at vtiger.com Tue Sep 26 07:09:33 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:09:33 -0700 Subject: [Vtigercrm-developers] trac database writes appear to be down In-Reply-To: References: Message-ID: <10de9d0bd2d.-7448725883198618338.1544057288950732644@@vtiger.com> Matt, you tracking this? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ad2ce026/attachment-0002.html From webmaster at vtigerfacile.com Tue Sep 26 07:14:51 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:14:51 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Message-ID: <45190BAB.2020008@vtigerfacile.com> Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From richie at vtiger.com Tue Sep 26 07:27:51 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:27:51 -0700 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <45190BAB.2020008@vtigerfacile.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> Message-ID: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Hi Aissa! Thanks for the response. Kindly give us the link for the same if that is okay with you. We will be happy to link to your site if you want. Thanks, Richie ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/c6bc0564/attachment-0002.html From webmaster at vtigerfacile.com Tue Sep 26 07:38:30 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:38:30 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Message-ID: <45191136.5000103@vtigerfacile.com> I'm not ready, but it's a plan, i also plan to bundle lang pack on multi platform installer (win/lin/mac), and some users ask for mac os vtiger installer, so if i have time i made it. This is an old link for your personnal test : http://www.abonlinesolutions.com/files/vtigercrm5-1.0-linux-installer.bin do not publish, because it's not ready. Regards, A?ssa Richie a ?crit : > Hi Aissa! > > Thanks for the response. Kindly give us the link for the same if that is > okay with you. > > We will be happy to link to your site if you want. > > Thanks, > Richie > > > > > ---- A?ssa wrote ---- > > Dear Richie, > i don't want to work on rpm's for v5, i prefer to provide a single > vtiger CRM linux installer for all linux version. > This one bundle vtiger CRM 5 and xampp linux. > If others want to work on rpm's, the place is free. > Regards, > A?ssa > > Richie a ?crit : > > Hello! > > > > Are there any rpm installers for vtiger available? > > There was talk of a suse/debian/mandriva specific installers in > the works. > > > > Just wanted to know so that we can make these links available > from our site. > > > > We will be happy to link to the site offering these facilities. > > > > These rpm-installers will only help increase the reach of vtiger. > > > > Richie > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with Online collaboration office & productivity > tools - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From philip at vtiger.com Tue Sep 26 11:10:43 2006 From: philip at vtiger.com (Philip) Date: Tue, 26 Sep 2006 08:10:43 -0700 Subject: [Vtigercrm-developers] Reg: 5.0.1 bug fixing Message-ID: <10deaad8885.-2480761981717606601.331929408267778248@@vtiger.com> Hi developers, Request you not to add any more bugs to Milestone 5.0.1 in trac, as we have enough to fix for our first patch, we'll be taking all existing or new bugs in our 5.0.2 or latter patches. Matt: Could you please remove the Milestone option '5.0.1'. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ba3c41a6/attachment-0002.html From jtk at yahoo.com Tue Sep 26 15:35:43 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 26 Sep 2006 15:35:43 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down References: <40431.1902275824$1159269021@news.gmane.org> Message-ID: On Tue, 26 Sep 2006 04:09:33 -0700, Richie wrote: > Matt, you tracking this? Write (e.g wiki page saving) came back up within the hour, and may not have been down for others at all. It may have been some temporary glitch with my particular session. False alarm. From richie at vtiger.com Wed Sep 27 05:05:49 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 02:05:49 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? Message-ID: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Hello! I would like to get your views on what else can be done to make vtiger product and community better. I am sure you will be having different views as you are looking into vtiger than looking out as me. That, is a significant difference by my mind. Looking forward to your views, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/27d8e6bb/attachment-0002.html From colin at mitija.com Wed Sep 27 05:26:26 2006 From: colin at mitija.com (Colin Verot) Date: Wed, 27 Sep 2006 19:26:26 +1000 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A43C2.7030707@mitija.com> Hi, > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. To separate core files and data, so that we can do multi-site instances of vTiger using the same base of files. At the moment, many hard links are required to have local instances of vTiger (DB + data), and a central, updateable set of core files and modules. So we could SVN' the core installation, and keep it up-to-date with a minimum of work to update each client's instance. C. -- Colin Verot Mitija Australia http://www.mitija.com From webmaster at vtigerfacile.com Wed Sep 27 05:46:40 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Wed, 27 Sep 2006 11:46:40 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A4880.5090305@vtigerfacile.com> Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From don at vtiger.com Wed Sep 27 07:27:36 2006 From: don at vtiger.com (don) Date: Wed, 27 Sep 2006 04:27:36 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <451A4880.5090305@vtigerfacile.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> Message-ID: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Hi Aissa, Appreciate your valuable feedbacks. Yes we do agree that right now adding a module in vtiger is complex and the core api should be stabilized. We will work on this front, however it will take a considerable amout of time to accomplish this. Regarding tabdata.php, parenttabdata.php and user_privileges/* files: In vtigerCRM, for each click lot of common queries are fired to the db to get the header data and security data. This is eating up performance. So for all the data that are very frequently queried, we are writing those in flat files so that retreival is much much faster. Regarding the plugins and language-support it will help us a lot if you can add all issues faced by you in the trac so that we can prioritize and fix them at the earliest. Thanks & Regards, Don ---- On Wed, 27 Sep 2006 A?ssa wrote ---- Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/9fb8c5ae/attachment-0002.html From developer at infointegrated.com Wed Sep 27 08:39:39 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Wed, 27 Sep 2006 07:39:39 -0500 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Message-ID: <907CE22F-9F83-4D6E-9C5F-BBD33F42CCE6@infointegrated.com> Don, Great idea... to cache frequently used files. My suggestion would be to move all cached data to a cache folder. One cache folder. Make sure all of the folder names make sense. The one called "test" has a horrible name. There should be fewer files in the root of the vtiger directory. Use folders when necessary only, for example the schema folder only contains one file. Perhaps the database schema should be in the include folder (and not in a single folder by itself). Brian On Sep 27, 2006, at 6:27 AM, don wrote: > Hi Aissa, > > Appreciate your valuable feedbacks. > Yes we do agree that right now adding a module in vtiger is > complex and the core api should be stabilized. We will work on > this front, however > it will take a considerable amout of time to accomplish this. > > Regarding tabdata.php, parenttabdata.php and user_privileges/* files: > > In vtigerCRM, for each click lot of common queries are fired to the > db to get the header data and security data. This is eating up > performance. So > for all the data that are very frequently queried, we are writing > those in flat files so that retreival is much much faster. > > Regarding the plugins and language-support it will help us a lot if > you can add all issues faced by you in the trac so that we can > prioritize and fix them > at the earliest. > > Thanks & Regards, > Don > > > > ---- On Wed, 27 Sep 2006 A?ssa wrote ---- > > Hello Richie, > I think : > Simplify vtiger developpement, to much complex to create module > Stabilize core api : too much bugs in 5.0 > Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this > informations are on the database, thooses files have no sense > Improve the plug-ins, the best way to break my vtiger crm is to use > outlook plug-in. > Improve lang support, too much bugs by default, > > > I think the first & second point are the most important. > I know your effort. > This is my first felling. > A?ssa > > Richie a ?crit : > > Hello! > > > > I would like to get your views on what else can be done to make > vtiger product and community > > better. > > I am sure you will be having different views as you are looking > into vtiger than looking out as me. > > That, is a significant difference by my mind. > > > > Looking forward to your views, > > Richie > > > ---------------------------------------------------------------------- > -- > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From richie at vtiger.com Wed Sep 27 08:45:20 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 05:45:20 -0700 Subject: [Vtigercrm-developers] Community help needed Message-ID: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Dear Team, We are currently working on the following and we NEED volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those posts b) Publish the estimated dates for 5.0.x releases c) We need information on who all have done integration with any accounting softwares out there as it seems to be the most commonly asked query d) Make the product smaller in size still. I feel, the product is even now too big. We need assistance from you all in this regard. I think we should reduce the size by another 50% at least. e) Language packs. We are running in circles with this issue. We have tested and tested and still not able to reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The owner may have his own team/project f) More language packs needed g) More blogs needed h) More advertising needed i) More bundling of vtiger in CDs,DVDs needed j) More information on vtiger successes needed so that it enthuses others to use vtiger k) More information needed on where all vtiger lacks so that we can start working on those areas l) More themes needed to make the product more sexy m) More involvement with those given responsibility so that the core team is left free to do what it does best o) Need more contributions for patches/features. We have started working on this end by notifying the status of each contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits. p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this. q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information. r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testers s) Make vtiger as simple as a toy so that anyone can play with it t) Enhance the plugins u) Make more plugins v) Need more sponsors for vtiger w) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times .. Thanks for kicking my ass Balduin! I read your blog comment Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/22115970/attachment-0002.html From dgrant at accuratetechnologies.com Wed Sep 27 08:59:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 08:59:16 -0400 Subject: [Vtigercrm-developers] 5.0GA Migration Script Work Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091D@exch.accuratetechnologies.com> My boss has lowered the boom on me as to when I have to roll out our 5.0 migration, so I've stopped work on merging my 4.3 fork into 5.0GA and started trying to roll what I have complete done. I have a pretty big patch against 5.0 GA that implements most of my fork, but it is lacking a little polish in spots, so it's not quite ready for merging with the main trunk yet. It does some nice things with the PDF versions of Quotes and SalesOrders though... Anyway, I tried running the migration process against our production 4.x database, and it blew up. Poking around in the logs - thank you for making that work - has revealed that the problem is that the migration module assumes that the MySQL utilities (mysql, mysqldump) are in the webserver path, and that is not a valid assumption; especially on the default install package that provides MySQL, Apache, and PHP as a single tarball. More to follow as I figure it out. DG From richie at vtiger.com Wed Sep 27 09:21:13 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 06:21:13 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <10def6fa232.-5108020600942463637.-7454996869612702660@@vtiger.com> Team, Just let me know who all are willing to take responsibility with total awareness. Nothing to get emotional about this. The only problem with emotions is that it subsides after sometime and then mother reality seems too painful. So, those who are willing to take responsibility, please raise their hands. We need help in making vtiger better. I have laid out the areas we need help in. I will act as facilitator, just let me know what all are needed for you all to get started and end within quantifiable limits else we will never have anything done. In case you want to have tele-conferences for this to work, let me know. I will arrange. I would like to point out that we will have to do it within limits as we have limited infrastructure. You are free to make your own teams and work on any specific issue. Do what you feel is right, just keep the community posted. I have no intention of keeping 'control'. We guide vtiger together, that is it. vtiger is our baby, our responsibility. Anyone has any better ideas, kindly do pitch in. Richie ---- Richie<richie at vtiger.com> wrote ---- Dear Team, We are currently working on the following and we NEED  volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those postsb) Publish the estimated dates for 5.0.x releasesc) We need information on who all have done integration with any accounting softwares out there asit seems to be the most commonly asked queryd) Make the product smaller in size still. I feel, the product is even now too big. We need assistancefrom you all in this regard. I think we should reduce the size by another 50% at least.e) Language packs. We are running in circles with this issue. We have tested and tested and still not ableto reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The ownermay have his own team/projectf) More language packs neededg) More blogs neededh) More advertising neededi) More bundling of vtiger in CDs,DVDs neededj) More information on vtiger successes needed so that it enthuses others to use vtigerk) More information needed on where all vtiger lacks so that we can start working on those areasl) More themes needed to make the product more sexym) More involvement with those given responsibility so that the core team is left free to do what it does besto) Need more contributions for patches/features. We have started working on this end by notifying the status ofeach contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits.p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this.q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information.r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testerss) Make vtiger as simple as a toy so that anyone can play with itt) Enhance the pluginsu) Make more pluginsv) Need more sponsors for vtigerw) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what notx) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times ..Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/0228dd7f/attachment-0002.html From dgrant at accuratetechnologies.com Wed Sep 27 09:30:31 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 09:30:31 -0400 Subject: [Vtigercrm-developers] Community help needed Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG From dan.means at teamsrs.com Wed Sep 27 11:40:04 2006 From: dan.means at teamsrs.com (Dan Means) Date: Wed, 27 Sep 2006 08:40:04 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451A9B54.2010608@teamsrs.com> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/5e50d0de/attachment-0002.html From lists at thomasmathiesen.com Wed Sep 27 12:35:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:35:21 +0200 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451AA849.5050904@thomasmathiesen.com> Richie, I'd like to help out with translation, and I've asked gopal for access to trac (every now and again I come across a bug). The first thing the core vtiger team should do, is to explain how we can help you out. Gnome and Ubuntu has a brilliant website, where it states how the community can help (and the links are easily found). Tip: Create a page under the faq section on the front-page; "How can you help vTiger". Tip2: Under testimonials on the front-page, have a link saying "Tell about your success-story". I've got the time to help you out, but I need to know how.. Cheers /Thomas Richie wrote: > Dear Team, > > We are currently working on the following and we NEED volunteers for almost all the activities :- From lists at thomasmathiesen.com Wed Sep 27 12:38:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:38:21 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451AA8FD.7050706@thomasmathiesen.com> I came up with an idea after implementing a color patch for one of my vtiger customers.. why don't we do what firefox does; extensions! If we'd have a straight-forward framework for extensions, we'd be able to let others create functionality and include in an easy way. Under the settings menu you could have a "extensions" page, where admins could enable or disable an extension. Joomla and Xoops works in this way.. and I do believe people would like this in vTiger as well (even though it has much more core functionality than the two others). /T Richie wrote: > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > From leandro at oriontek.org Wed Sep 27 18:09:13 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 27 Sep 2006 17:09:13 -0500 Subject: [Vtigercrm-developers] Accounts don't import Message-ID: <200609271709.13244.leandro@oriontek.org> Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From kim at haverblad.se Wed Sep 27 22:57:38 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 04:57:38 +0200 Subject: [Vtigercrm-developers] Please disable Guest posting within the forum! In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <451B3A22.8080608@haverblad.se> Well, I usually surf into the forum once a while to check out postings and as well clean out spam. Today I had around 260 and found well over 50 of them was spam that I could delete. I would strongly suggest that every visitors that wants to share their ideas, comments or suggestions should register as an user. /Kim From list.anshul at gmail.com Thu Sep 28 03:04:12 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 12:34:12 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php Message-ID: Hi All Earlier I was working with vtiger crm 5 rc version, but as i downloaded vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly apreciated. Anshul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/b7a38947/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From mickie at vtiger.com Thu Sep 28 03:26:38 2006 From: mickie at vtiger.com (Mickie) Date: Thu, 28 Sep 2006 00:26:38 -0700 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: <10df3515f06.-1894465021093541808.-3929210643614725132@@vtiger.com> Dear Leandro, please change the FATAL to DEBUG in line 19 in log4php.properties fileand then do the import. After done the import send thelogs/vtigercrm.log file. so that we can look into the issue and fix ittoo. Thanks Mickie ---- On Wed, 27 Sep 2006 Leandro Rache Sanchez wrote ---- Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/8acf77a1/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 03:53:59 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 00:53:59 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: References: Message-ID: <10df36a683b.-2210670694947015033.-3608432190116592886@@vtiger.com> Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/c4be3959/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:18:25 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:18:25 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3b7b50a.1138930853454837058.-270420119199783769@@vtiger.com> Hello Dennis! Product size is an issue because in some countries bandwidth is still a premium. For example in India, you will be damn lucky to download vtiger on your home net connection. We do not want to lose those guys who are trying to download vtiger over a slow connection. Typically, if you see a product is too big, one will not readily download the product mostly because of laziness and the time-delay. Moreover, vtiger should not hog space too. Presenting interfaces depending on region is something that we need to address i agree. I suggest that we form a group which works on this in parallel. Volunteers needed. Language support is an issue in itself. So, that too will have to be addressed. Patch integration process is something like this : - Post your issue in the trac. Post the patch to the issue in the trac and put a blurb over here in the mailing list. We will integrate the patch. I am in discussion with Matt on how to make the trac user registration to be more widespread instead of me being the sole guy allowed to do it. I am awaiting his answer and will proceed at the earliest once I get it. Apropos the Sweet Crunchy Goodness part, we are working on it. We will try and make it more better. The intent is to side by side spread the word. No doubt the current word of mouth is generating quite a lot of crowd but i still feel that we need to accelerate the process. I am in total agreement on making the product better. But we should educate or let the word spread that something like vtiger exists. The more eyeballs looking into vtiger, the better the product becomes. Will get back on the others. Lots of homework to do before I respond :-) Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/de912650/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:19:27 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:19:27 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <451A9B54.2010608@teamsrs.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> <451A9B54.2010608@teamsrs.com> Message-ID: <10df3b8a845.7385764465327675975.-1138013674408783247@@vtiger.com> Thanks for the update Dan! We will post these works on the Wiki so that ppl know what is in the works. That might even get you more crowd. Richie ---- Dan Means<dan.means at teamsrs.com> wrote ---- Hi Richie and everybody... We presently have the integration between Vtiger 4.2 and Accountmate v 6.5 (MS-SQL server back end, Visual FoxPro 9.0 front end) - products & order entry and various customer service functions share data. We're presently building the scripts for OpenMFG (cross platform, Postgresql back end). We have some other possible engagements for some older ERP systems (mostly have either MS backends, or FoxPro back ends)-? this lets clients extend the useful life of their existing systems . Richie wrote: Dear?Team, We?are?currently?working?on?the?following?and?we?NEED??volunteers?for?almost?all?the?activities?:- a)?Move?common?forum?posts?to?the?wiki?and?lock?those?posts b)?Publish?the?estimated?dates?for?5.0.x?releases c)?We?need?information?on?who?all?have?done?integration?with?any?accounting?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now?too?big.?We?need?assistance from?you?all?in?this?regard.?I?think?we?should?reduce?the?size?by?another?50%?at?least. e)?Language?packs.?We?are?running?in?circles?with?this?issue.?We?have?tested?and?tested?and?still?not?able to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? It?will?be?great?if?we?have?owners?for?this?issue?who?will?take?this?issue?to?its?logical?conclusion.?The?owner may?have?his?own?team/project f)?More?language?packs?needed g)?More?blogs?needed h)?More?advertising?needed i)?More?bundling?of?vtiger?in?CDs,DVDs?needed j)?More?information?on?vtiger?successes?needed?so?that?it?enthuses?others?to?use?vtiger k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start?working?on?those?areas l)?More?themes?needed?to?make?the?product?more?sexy m)?More?involvement?with?those?given?responsibility?so?that?the?core?team?is?left?free?to?do?what?it?does?best o)?Need?more?contributions?for?patches/features.?We?have?started?working?on?this?end?by?notifying?the?status?of each?contribution.?I?hope?this?will?encourage?the?contributors?to?contribute?more?and?add?value?to?the?product.?Also? we?are?making?it?a?point?to?acknowledge?all?credits. p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.?vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.?Tell?me?what?can?we? do?to?achieve?this.?I?have?been?spending?sleepless?nights?for?far?too?long?on?this. q)?Need?information?on?sites?hosting?vtiger?so?that?the?customers?have?an?easy?option?to?choose?and?not?scour?for?information. r)?Try?and?make?the?product?more?plug?and?play.?This?can?be?achieved?if?we?are?fanatical?about?quality?so?we?need?more?testers s)?Make?vtiger?as?simple?as?a?toy?so?that?anyone?can?play?with?it t)?Enhance?the?plugins u)?Make?more?plugins v)?Need?more?sponsors?for?vtiger w)?Need?more?wild?ideas?for?incorporating?into?vtiger?as?one?never?knows?what?will?succeed?and?what?not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n)?Need?more?friends,?it?is?so?tough?at?times?.. Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -- Dan Means Mission Viejo, CA www.dkmeansonline.com www.teamsrs.com _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/96cdec66/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From list.anshul at gmail.com Thu Sep 28 05:25:52 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 14:55:52 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: <-5482651731696891706@unknownmsgid> References: <-5482651731696891706@unknownmsgid> Message-ID: Hello The Error Page shows me:: *Parse error*: parse error, unexpected $end in * C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php* on line *906* -Anshul ** ** On 9/28/06, Mangai wrote: > > Dear Anshul, > > please send me the error page. it will be more helpful for me to > fix the error. > > Thanks & Regards, > Minnie. > > > > > ---- On Thu, 28 Sep 2006 *Anshul Yadav * wrote ---- > > > Hi All > Earlier I was working with vtiger crm 5 rc version, but as i downloaded > vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly > apreciated. > > Anshul > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/504fef61/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:28:26 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:28:26 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process Message-ID: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> * Request trac access by sending mail to richie at vtiger dot com * Put entry in trac for the bug * Submit the fix in the trac * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/47b9fd26/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:37:29 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:37:29 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3c927e0.8088499962897578932.5320137410843539501@@vtiger.com> Ok I am back again! A wiki will be maintained for the other products with which vtiger is in the works to be integrated with. This should be up soon. A patch contribution process mail has been sent to the mailing list and this too will be put in the wiki. Instructions have been sent to shutdown the developer forum and move them to the mailing list. Anyone having objection to this please escalate now. This will happen over a period of 1 week as I need to get others reactions to this. Dennis, your trac account has been created. Let us see how many patches come from you :-)! Hope you keep Philip busy over here integrating the patches. I hope the mail post on the Patch Contribution process and wiki on this issue lays to rest the issues with the Patch process. Your 'Comments' post has been taken to heart. Instructions have been sent to ensure that the maligned code is fixed and with proper comments. It also has been integrated into the development process. All patch contributions will be intimated of their status soon. The Subversion How To part is something that I need help from all the masters concerned. JeffK, your help needed. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/16e13395/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 05:46:49 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 02:46:49 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: null References: <-5482651731696891706@unknownmsgid> null Message-ID: <10df3d1b667.5274288499974633712.1335609305314817134@@vtiger.com> Dear Anshul, I'll test it here and letyou know what is the issue. kindly bear with me for some time. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hello The Error Page shows me:: Parse error: parse error, unexpected $end in C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php on line 906 -Anshul On 9/28/06, Mangai wrote:Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/71986352/attachment-0002.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From libregeek at gmail.com Thu Sep 28 06:04:30 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:34:30 +0530 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <8552418951228855775@unknownmsgid> References: <8552418951228855775@unknownmsgid> Message-ID: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> On 28/09/06, Richie wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal From libregeek at gmail.com Thu Sep 28 06:22:20 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:52:20 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <-8035749043592274294@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> Message-ID: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal From richie at vtiger.com Thu Sep 28 06:58:13 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 03:58:13 -0700 Subject: [Vtigercrm-developers] Move towards Wiki Message-ID: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Hi! vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best tool to be used in this regard. The Wiki has been updated to the latest version. The intent is to move towards the wiki from now on so that all these issues like search, not being able to get to the mail unless you have the absolute link available, forum posts getting lost, etc are resolved. All the moderators are requested to move the frequenly used data to the Wiki and lock the forum from which the data has been taken. The community is encouraged to participate in this activity. The sooner we get over this, the better it is. Requesting your kind co-operation in this regard. The Wiki will house the commonly asked queries and tips so that it becomes a single point stop for all those interested in the product. The forum will be used for one-off queries which do not merit addressing in the Wiki. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/ce342e69/attachment-0002.html From richie at vtiger.com Thu Sep 28 07:07:32 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:07:32 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> References: <8552418951228855775@unknownmsgid> <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> Message-ID: <10df41b995d.56277158003138226.599961552368062623@@vtiger.com> This will be done. All moderators please note this. Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie <richie at vtiger.com> wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/fa4fdfef/attachment-0002.html From richie at vtiger.com Thu Sep 28 07:11:20 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:11:20 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> Message-ID: <10df41f143e.704080439223041116.1975211868551301638@@vtiger.com> The anonymous postings will not be removed for now as we feel it might further delay the posting procedure. Moreover, we have many moderators now. They will have to take the responsibility of removing the posts. Kindly go ahead and register to the MARC list. I am reviewing your mail Manilal and feel that most of them have been addressed in the vtiger5 release. Do feel free to post your thoughts. Please do have a look at my other mail also toward moving towards Wiki. This I feel will help assuage a lot of emotions :-) Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/7be3d856/attachment-0002.html From libregeek at gmail.com Thu Sep 28 07:23:45 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 16:53:45 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <7508186244449328067@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> <7508186244449328067@unknownmsgid> Message-ID: <2315046d0609280423w10a42155h390d5e7eb57f2b20@mail.gmail.com> On 28/09/06, Richie wrote: > The anonymous postings will not be removed for now as we feel it might > further delay the posting procedure. Moreover, we have many moderators now. > They will have to take the responsibility of removing the posts. > > Kindly go ahead and register to the MARC list. > > I am reviewing your mail Manilal and feel that most of them have been > addressed in the vtiger5 release. Do feel free to post your thoughts. > > Please do have a look at my other mail also toward moving towards > Wiki. This I feel will help assuage a lot of emotions :-) > > Richie > Yes, we are in the right direction. I am now actually delighted in working with vtiger community, simply because more communication is taking place and hence more work. I'm sure that one day vtiger will on top of the many CRMs. I'll contact MARC and let you people know the URL. regards Manilal From jens at Strawberry.COM Thu Sep 28 08:29:46 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 28 Sep 2006 14:29:46 +0200 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com>; from Richie on Thu, Sep 28, 2006 at 02:28:26AM -0700 References: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> Message-ID: <20060928142946.B5816@Strawberry.COM> Hi, > * Request trac access by sending mail to richie at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com I'd agree for small patches, but what about entire feature addons, which may become comparably hughe? I'd suggest to request a feature branch for that and the permissions to upload everything into this branch. We might use trac for the branch request and discussion anyway. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 28 12:28:46 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 12:28:46 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D40@exch.accuratetechnologies.com> OK, I got the migration script working, and it appears to have done the right things everywhere. Everything I checked was properly imported. That analysis may change once the users get a look at it. :) But for now, it worked. Attached is the patch for how I did it. It's not pretty, and it isn't suitable for inclusion in the general release. I've included it so Minnie can see what I did to fix the problem, and then do it correctly. ;) The core issue was not being able to find the mysql binary utilities, and the migration script not handling this case very well. I solved the problem by hardcoding the paths to the mysql binaries and the working directory for the database dumps to match my installation. Once that was resolved, the migration proceeded normally, save this: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 That stuff all failed, although I can't see any subsequent problems with that. Note that as a general point, when one does this: $some_command_string = 'some series of commands and switches; exec($some_command_string); Doing this as part of the logging: $log->debug('We executed the following command string: some series of commands and switches'); Is NOT very useful, as it doesn't actually report the commands being exec-ed. The proper way to do it is: $log->debug("We executed the following command string: $some_command_string"); As this reports the same command string that was passed to the exec. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migrationpatch.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/9b77e17f/attachment-0001.txt From allan.bush+vtiger_dev at gmail.com Thu Sep 28 12:37:18 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 28 Sep 2006 09:37:18 -0700 Subject: [Vtigercrm-developers] Trac 0.10 Message-ID: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Trac 0.10 was just released (about 20 minutes ago): http://trac.edgewall.org/wiki/TracDownload Included in the new features is the ability to add a spam filter plugin, like this one: http://trac.edgewall.org/wiki/SpamFilter I'd suggest we try upgrading our current installation, adding that plugin and enabling anonymous trac posting again. From kim at haverblad.se Thu Sep 28 13:11:21 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:11:21 +0200 Subject: [Vtigercrm-developers] Move towards Wiki In-Reply-To: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> References: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Message-ID: <451C0239.1060908@haverblad.se> Totally agree with this and will start to get more familiar with the wiki structure. /Kim Richie wrote: > Hi! > > vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best > tool to be used in this regard. The Wiki has been updated to the latest version. > > The intent is to move towards the wiki from now on so that all these issues > like > > * search, > * not being able to get to the mail unless you have the absolute link available, > * forum posts getting lost, > * etc > > are resolved. > > All the moderators are requested to move the frequenly used data to the Wiki > and lock the forum from which the data has been taken. The community is encouraged to > > participate in this activity. The sooner we get over this, the better it is. > Requesting your kind co-operation in this regard. > > The Wiki will house the commonly asked queries and tips so that it becomes a > > single point stop for all those interested in the product. The forum will be used for > one-off queries which do not merit addressing in the Wiki. > > Thanks, > Richie > > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > From kim at haverblad.se Thu Sep 28 13:14:12 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:14:12 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <451C02E4.8030507@haverblad.se> Just wondering, but what is status on this vulnerability? /Kim Kim Haverblad wrote: > New vulnerability has been posted by Ivan Markovic regarding Cross Site > Scripting, Security Bypass and Remote Command Execution. > > Original advisory: > http://www.security-net.biz/adv/D3906a.txt > > Secunia advisory: > http://secunia.com/advisories/21728/ > > Description: > Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which > can be exploited by malicious people to conduct script insertion attacks > and bypass certain security restrictions. > > 1) Input passed to the "description" field in various modules when e.g. > creating a contact and the "solution" field when an administrator > modifies the solution in the HelpDesk modules isn't properly sanitised > before being used. This can be exploited to inject arbitrary HTML and > script code, which will be executed in a user's browser session in > context of an affected site when the malicious user data is viewed. > > 2) An error in the access control verification can be exploited by a > normal user to access administrative modules (e.g. the settings section) > by accessing certain URLs directly. > > The vulnerabilities have been confirmed in version 4.2.4. Other versions > may also be affected. > > Solution: > Edit the source code to ensure that input is properly sanitised and that > access to administrative modules are properly checked. > > Use another product. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > __________ NOD32 1.1738 (20060904) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > From dgrant at accuratetechnologies.com Thu Sep 28 13:32:13 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 13:32:13 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Whoops.. just discovered that the last patch wasn't quite correct. This one actually worked - same issue. Here's the list of failed queries this time: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migration_v2.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/58a3d3af/attachment-0001.txt From jtk at yahoo.com Thu Sep 28 13:51:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 28 Sep 2006 13:51:24 -0400 Subject: [Vtigercrm-developers] Trac 0.10 References: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Message-ID: Allan Bush wrote: > Trac 0.10 was just released (about 20 minutes ago): > http://trac.edgewall.org/wiki/TracDownload There's a lot of cool trac usage to learn from on that milestone page: http://trac.edgewall.org/milestone/0.10 > Included in the new features is the ability to add a spam filter plugin, > like this one: http://trac.edgewall.org/wiki/SpamFilter I'm looking to the InterWiki and InterWeb features to bridge the developer and end-user wiki divergence. TracNotification improvements are good, too. > I'd suggest we try upgrading our current installation, adding that > plugin and enabling anonymous trac posting again. I'd advise some caution regarding the strength of the spam filters. Those spammer types are resourceful. From gopals at vtiger.com Fri Sep 29 00:15:52 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 28 Sep 2006 21:15:52 -0700 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers Message-ID: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Dear Team, I have created a Wiki page for listing all our Language Packs maintainers: URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers PS: Currently this document is in draft stage. Kindly help us by updating your language projects. The data is pulled from various sources, such as vtiger Forums, vtigerForge, SourceForge. personal mails etc. Please give your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/3955e29b/attachment-0002.html From webmaster at vtigerfacile.com Fri Sep 29 03:04:46 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 29 Sep 2006 09:04:46 +0200 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers In-Reply-To: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> References: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Message-ID: <451CC58E.9010802@vtigerfacile.com> Dear Gopal, French lang infos updated, i'm also happy to inform we restart french user doc project, i have now some community help. Best regards, A?ssa Gopal a ?crit : > Dear Team, > > I have created a Wiki page for listing all our Language Packs maintainers: > > URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers > > PS: Currently this document is in draft stage. Kindly help us by > updating your language projects. > > The data is pulled from various sources, such as vtiger Forums, > vtigerForge, SourceForge. personal mails etc. > > Please give your views. > > Thanks, > Gopal > > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://blogs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From gutong at shine-it.net Fri Sep 29 04:30:26 2006 From: gutong at shine-it.net (=?UTF-8?B?6aG+5b2k?=) Date: Fri, 29 Sep 2006 16:30:26 +0800 Subject: [Vtigercrm-developers] Need help for searching double byte character in VtigerCRM 5 In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Message-ID: <451CD9A2.4050806@shine-it.net> Hi team, We have done most part of the Simplified Chinese translation for 5.0GA, yet we have been encountering insurmountable problems of doulble-byte character support in the system. The main problem is that the current global search engine doesn't work for double-byte characters. We have done our code hacking as following to allow the Chinese characters to be passed to the query variable. Modified the UnifiedSearch.php around line 45, From: if(isset($_REQUEST['query_string']) && preg_match("/[\w]/", $_REQUEST['query_string'])) { To: if(isset($_REQUEST['query_string']) && preg_match('/[^'.chr(0xa1)."-".chr(0xff).']+/',$_REQUEST['query_string'])) { It seems that the regex pattern matched the Chinese characters and the $search_val received the query string, however, the result was not returned. Please kindly advise us how to resolve the said problem, thank you. Also, the Chinese characters are not showing normally for all the Ajax related parts. Cheers, Tony From gopals at vtiger.com Fri Sep 29 11:17:38 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:17:38 -0700 Subject: [Vtigercrm-developers] Vtiger Developers Forum Locked Message-ID: <10dfa26ef8a.-3647830802605948308.-5383683028224550964@@vtiger.com> Dear Team, I would like to inform you that, since all our developer related discussions are taking place in mailing list, I have locked the Developer Forums for v5.x and v4.x. Please let us know is there any better code snippets management so that we can also stop Code Contributions forums in vtiger.com and request developers to post their contributions in in our Trac. Please let me know your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/73fc472f/attachment-0002.html From gopals at vtiger.com Fri Sep 29 11:32:34 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:32:34 -0700 Subject: [Vtigercrm-developers] Holidays in India Message-ID: <10dfa349a79.7601145631339705590.8244417788271073956@@vtiger.com> Dear Team, Next three days we will be having Puja holidays. Our team will be back on Oct 3rd. Happy Week End, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/f3a2a4de/attachment-0002.html From smith.timsmith at gmail.com Fri Sep 29 12:31:24 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 29 Sep 2006 11:31:24 -0500 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: We have confirmed this problem. If you are trying to save the import definition as a template you will get an error displayed in the browser. Something similar to this: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2006-09-29 11:15:45'', ''2006-09-29 11:15:45'', '1')' at line 1 We may be able to fix it today but it depends on scheduling. In any case, don't save as a template and you should be good to go. Tim (OnwealdTim) Tim Smith Onweald, Inc. http://www.onweald.com On 9/27/06, Leandro Rache Sanchez wrote: > > Hi, > Im importing accounts and contacts from sugar to vtiger, in 4.3 this work > fine, but in 5, and last svn this not work properly, don't import noting, > it > seem some sql error. > Im not test yet the contacts. > -- > > ~ Leandro Rache Sanchez > (. .) leandro at oriontek.org > \V/ > //"\\ Corporacion Tecnol?gica ORION. > /( ' )\ info at oriontek.org > ^*-*^ http://www.oriontek.org/orion/ > --------------------------------------- > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/8a764740/attachment-0002.html From gopals at vtiger.com Fri Sep 29 23:48:50 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 20:48:50 -0700 Subject: [Vtigercrm-developers] Developer Articles - Your Wish list Message-ID: <10dfcd6ad0d.5004576236579876392.-6991852857106135914@@vtiger.com> Hello, Special thanks to Michel JACQUEMES, Joe Bordes, Dennis Grant, Minnie, Fathi, MMBrich, Richie & vtiger developer community for creating very useful articles on vtiger CRM development. So far we have added the following topics in our Developer Zone in Wiki: API Documentation UI Types for Fields Creating New Module Creating New Fields in Existing Modules Creating User Specific Related Lists Creating Dashboards Adding Dashboards Translating vtiger CRM Merging a Local Working Copy of vtiger CRM to a New SVN Release Down the road, I am expecting more developers will join the vtiger development and it will be very essential for us to add many more topics to make our Developer Zone a reliable resource for the new developers. Also our developer zone should cater to the needs of developers with a different skill set. Please let me know Articles that add more value to the existing list. To kick start I have listed the following Wish list: 1. How to create new theme? 2. How to create PDF file for Quotes, Orders, & Invoices? 3. How to write SOAP methods for all modules? Let us know your wish list. Once we have a wish list it is easy to figure out writing articles Share your thoughts.. Cheers, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/d61a478a/attachment-0002.html From radiant at vtiger.com Sat Sep 30 04:29:09 2006 From: radiant at vtiger.com (Radiant) Date: Sat, 30 Sep 2006 13:59:09 +0530 Subject: [Vtigercrm-developers] [LANCER] - Color theme guide in vtiger wiki Message-ID: <451E2AD5.4070207@vtiger.com> Team, Just for your information. I have started writing the color theme development guide in vtiger wiki. As of now only a small intro and few basics are available. Will write more daily and hope to finish the guide within a week. :-) http://wiki.vtiger.com/index.php/Vtiger_CRM_5_:_Creating_your_own_Color_Theme - Radiant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/be9317b5/attachment-0002.html From kim at haverblad.se Sat Sep 30 05:42:56 2006 From: kim at haverblad.se (Kim Haverblad) Date: Sat, 30 Sep 2006 11:42:56 +0200 Subject: [Vtigercrm-developers] vtiger v5.0ga vulnerability scan report In-Reply-To: <451E2AD5.4070207@vtiger.com> References: <451E2AD5.4070207@vtiger.com> Message-ID: <451E3C20.2010707@haverblad.se> Made some scan of vtiger 5.0ga on on a test server running Debian and to be mentioned is that the scan has be done by using the admin account on a newly fresh installation. I was kind of curious to see what I would get. The Accunetix scanners shows 79 high, 16 medium and 261 low alerts so it might be of interest for some developers. -- Regards, Kim Haverblad tel: 070-728 37 86 http://www.haverblad.se -------------- next part -------------- A non-text attachment was scrubbed... Name: Vtiger-Vulnerability-Scan.zip Type: application/x-zip-compressed Size: 45410 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/aeac7571/attachment-0001.bin From webmaster at vtigerfacile.com Fri Sep 1 08:04:28 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Fri, 01 Sep 2006 14:04:28 +0200 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44EC052E.1000801@haverblad.se> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <10d394423a4.-4887155498548908934.6088648220612835058@@vtiger.com> <44EC052E.1000801@haverblad.se> Message-ID: <44F821CC.1010102@vtigerfacile.com> About this security advise, have look to the origin :http://www.hardened-php.net/advisory_232005.105.html Disclosure Timeline: 16. September 2005 - Vendor informed. 10. October 2005 - Follow-up to vendor. 24. November 2005 - public disclosure Recommendation: Since there is currently no fixed version available, you should protect your vTiger installation with the following measures: 1. Restrict access to vtigercrm*.log via .htaccess 2. Switch register_globals to Off. 3. Turn magic_quotes_gpc off. 4. Install the Hardening-Patch for PHP to disable %00 URL characters. 1. not resolved Really easy to add a .htaccess "deny from all" on logs folder Best regards, A?ssa Kim Haverblad a ?crit : > Sounds great that it's taken care of since vulnerability release date > was 2005-11-24. So applause to Mike O'Loan for doing some checking. > > Bugtraq list also gave som hits on vtiger; seems to be the same > vulnerability, but there are some comments as well regarding the log > handling. > > http://search.securityfocus.com/swsearch?sbm=%2F&metaname=alldoc&query=vtiger&x=0&y=0 > > Regards, > Kim Haverblad > > Gopal wrote: > >> Dear Mike O'Loan, >> >> Thanks for notifying issues in some of the modules. We will ensure that >> these issues are fixed immediately. If required we will release a patch >> for v4.2.3 immediately. >> >> Regards, >> Gopal >> --- >> S.S.G.Gopal >> skype: sripadag >> ph: +1 877 788 4437 >> blog: http://gopal.vtiger.com >> >> >> >> >> ---- On Tue, 22 Aug 2006 *Mike O'Loan * wrote >> ---- >> >> The following files still have the same SQL injection vulnerability, >> carried over from vTiger 4.2.3. Although these aren't a problem with >> magic_quotes_gpc turned ON, it still needs to be fixed. It has been >> fixed in other modules by putting the PearDatabase::quote() function >> around any variable that needs to be placed in an SQL statement. >> >> Affected files: >> modules\Faq\ListView.php >> modules\HelpDesk\ListView.php >> modules\Invoice\Popup.php >> modules\Leads\ListView.php >> modules\Leads\Popup.php >> modules\Products\Popup.php >> >> Implementing this would reduce the SQL injection vulnerability for >> vTiger 4.2.x >> >> -- >> Mike O'Loan >> Chief Technical Officer >> Sauce Software Pty Ltd >> >> >> http://saucesoft.com >> Phone: +61 1300 559 165 >> Fax: +61 7 3009 0442 >> Email: mike.oloan at saucesoft.com >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From dgrant at accuratetechnologies.com Fri Sep 1 09:53:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 09:53:35 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> As part of my project to port the features from our fork of V4.2 to V5.0, I find I need to add some new fields to various modules. What I did in my fork (brace yourselves, this is horribly ugly) was to create the new fields as a custom field, and then hardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it is utterly unacceptable for anything I want to have incorporated into the main vTiger trunk - not to mention that it's just ugly hackery. So then, assume I want to add a new field to a Quote; a checkbox Boolean value. I know the field must be added to the database schema; I know how to do that. But where is the proper place to add this field so that it shows up in the "Quote Information" block on DetailView and EditView? I'd really appreciate a little help here. DG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/6fd28770/attachment-0003.html From smith.timsmith at gmail.com Fri Sep 1 12:23:27 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 1 Sep 2006 11:23:27 -0500 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44F821CC.1010102@vtigerfacile.com> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/12d94fdf/attachment-0003.html From dgrant at accuratetechnologies.com Fri Sep 1 13:24:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:24:48 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDF file export Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D13@exch.accuratetechnologies.com> Here is a patch against vanilla 5.0_RC This adds all (except one) of our extensions to the PDF version of the Quote, while still retaining the new look and feel. Changes: 1) Shows new fields Date Issued, Prepared For, Prepared By 2) Logo graphic is scaled (allows use of higher resolution logos for better print quality) 3) Layout of Company Name, Billing Address, and Shipping Address reformatted for cleaner look 4) Column headers print bold 5) Smaller font size for less cluttered look 6) Columns now Qty, Part No, Product Name, List Price, Unit Price, Tax, Total (makes more sense laid out this way) 7) Page number includes total number of pages (page 1/3 etc) 8) If present in database, global terms and conditions are printed out as an annex to the quote (ours span 2 pages...) 9) Comments on parts now print above the line item in the Product Name column, formatted bold & underline. This allows the sales people to create subgroups within the quote, using the comment as a subgroup header - great for doing packages, etc. (this, in concert with preserving the print order was the most requested feature I had) Try it out - you'll like it! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/2f51e79f/attachment-0002.txt From dgrant at accuratetechnologies.com Fri Sep 1 13:54:18 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:54:18 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDFfile export CORRECTED VERSION Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D14@exch.accuratetechnologies.com> Whoops! Disregard that last patch and use this one instead - the last one has a couple of bugs in it related to multiple-page Quotes. This one is good to go. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/0c778a58/attachment-0002.txt From webmaster at vtigerfacile.com Sat Sep 2 09:35:35 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Sat, 02 Sep 2006 15:35:35 +0200 Subject: [Vtigercrm-developers] Multiple selectbox Message-ID: <44F988A7.7020909@vtigerfacile.com> Hi team, i have just discover that : http://c82.net/samples/checklist-samples.html It's seem to be very interresting. Best regards, A?ssa From webmaster at vtigerfacile.com Sat Sep 2 18:48:03 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sun, 03 Sep 2006 00:48:03 +0200 Subject: [Vtigercrm-developers] vtiger5: Outlook, Office, and Thunderbird Plugins for TESTING In-Reply-To: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> References: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> Message-ID: <44FA0A23.6080905@vtigerfacile.com> Dear Gopal, i have asked for "private" testers on french community (only 1 answer !) I use snapshot from svn & office 2007, my french tester use the vtiger CRM package you provide on the mail & office 2000 This is a small feedback for outlook : It's seem there is a problem with dates & time sometimes ex : my task start at 30/12/1899 due date 30/12/1899 For the calendar, it's correct for me, but my tester have the date & time problem here and not on tasks. The problem is may be time format, here we don't use AM/PM. ex : Meeting Outlook from 10h00 to 19h00 give in Vtiger 10:00 AM ? 11:50 PM Meeting Outlook from 19h00 to 20h30 give in Vtiger 7:00 PM ? 11:50 PM On homepage, Upcoming activity are not on chronologic list. We have alway problem with accents. My "synctask" have worked first time, but now thebutton is disabled. More feedback later. Regards, A?ssa Gopal a ?crit : > Dear Team, > > Finally the long wait is over. I have some good news regarding vtiger > 5 plugins. > > For the last one week, Jerry (Thanks to Suman Raj for helping him out) > was working very hard to bring back the Outlook, Office, and > Thunderbird plugins to mainstream. > > He has ported all the existing features from 4.2.x to 5.0 and enabled > security functionality for plugins. > > Kindly install the latest vtiger CRM build to work with Plugins. > > 1. vtiger CRM: http://vtiger.com/products/crm/aug30/vtigercrm-5.0.0.exe > > 2. Outlook Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-outlook-plugin-5.0.0.exe > > 3. Office Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-office-plugin-5.0.0.exe > > 4. Thunderbird Extension: > http://vtiger.com/products/crm/aug30/vtigercrm-thunderbird-ext-5.0.0.zip > > PS: Change the file format from ZIP to XPI. > > While reporting an issue, please let me know, your Windows OS, MS > Outlook, and MS Word versions, which will easy for us debugging the > issues. > > Once you have completed the testing, please let me know your observations. > > Please have a look at the attached User Manuals while working with > Plugins. If you found any errors drop me a mail at gopals at vtiger > dot com. > > PS: We have enabled English, French, Dutch, German, and Portuguese > languages in Office plugin. Looking forward for community help in > adding new languages. > > Happy testing, > > Gopal > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://gopal.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From minnie at vtiger.com Mon Sep 4 02:38:49 2006 From: minnie at vtiger.com (Mangai) Date: Sun, 03 Sep 2006 23:38:49 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> Message-ID: <10d778cf4d7.-7429440611753458504.4143310975612447221@@vtiger.com> Dear DG, Thank you for giving an opportunity to service you. In vtigerCRM5RC, For 'QuoteInformation' blockid is 51 and tabid is 20. you have to write aninsert query for each field in 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: take some field say XYZ, the query is given below $this->db->query("insertinto vtiger_field values(20,".$this->db->getUniqueID("vtiger_field").",'xyz','vtiger_quotes', 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); In that query, you have take care of each field value. This entry is applicable for both editview and detailview. I hope this helps you. kindly contact me for further clarifictaions. Thanks & Regards, Minnie. ---- On Fri, 01 Sep 2006 Dennis Grant wrote ---- As part of my project to port the featuresfrom our fork of V4.2 to V5.0, I find I need to add some new fields to variousmodules. What I did in my fork (brace yourselves,this is horribly ugly) was to create the new fields as a custom field, and thenhardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it isutterly unacceptable for anything I want to have incorporated into the main vTigertrunk ? not to mention that it?s just ugly hackery. So then, assume I want to add a new fieldto a Quote; a checkbox Boolean value. I know the field must be added to thedatabase schema; I know how to do that. But where is the proper place to add thisfield so that it shows up in the ?Quote Information? block on DetailView andEditView? I?d really appreciate a little help here. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060903/1ccd72de/attachment-0003.html From ahmed at vtiger.com Mon Sep 4 06:25:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Mon, 04 Sep 2006 03:25:52 -0700 Subject: [Vtigercrm-developers] Misspelled field name in vtiger 4 and 5 In-Reply-To: References: Message-ID: <10d785cd6d2.4660954672230400407.-247269953199448983@@vtiger.com> Dear Tim, The spelling of organization name has been rectified and checked in. Please checkout the latest version from SVN from the following link: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk/ Regards, Ahmed ---- On Wed, 30 Aug 2006 Tim Smith wrote ---- organization.organizationame is mispelled. Should be organizationame.organizationname (e.g. "organization name" instead of "organization ame") Regards, Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/f62e834a/attachment-0003.html From richie at vtiger.com Mon Sep 4 06:39:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 03:39:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? Message-ID: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Hi! I was wondering if this is a right time to start thinking of the post 5.0.0 releases. Should the next release be 5.0.1 or 5.1? On what criteria should these be done? I am opening this up so that we have a more community-wide view on this. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/8f470d14/attachment-0003.html From eng.luis at gmail.com Mon Sep 4 06:46:22 2006 From: eng.luis at gmail.com (Luis Santos) Date: Mon, 04 Sep 2006 11:46:22 +0100 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <1157366782.5730.19.camel@localhost> Hi! My hunble opinion is that 5.1 has to have at least a major change from 5.0.0. 5.0.1 would be security fixes, patches, minor features.. 6.0.0 would be a major change to all of vtiger or its essence... /Luis Santos On Mon, 2006-09-04 at 03:39 -0700, Richie wrote: > Hi! > > I was wondering if this is a right time to start thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Mon Sep 4 07:00:00 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:00:00 -0700 Subject: [Vtigercrm-developers] features and feature owners for 5.x Message-ID: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Hello! Should there be an owner for the feature-list for each 5.x releases? How do these things operate in other big projects? For eg, how/who decides what all should be there in the 5.0.1/5.1 release etc? As mentioned earlier, the intent is to make vtiger a more community-oriented product. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/feef55b3/attachment-0003.html From fboudra at free.fr Mon Sep 4 07:05:39 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:05:39 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <200609041305.40465.fboudra@free.fr> hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi From richie at vtiger.com Mon Sep 4 07:20:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:20:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041305.40465.fboudra@free.fr> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> Message-ID: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Hi Fathi! I was referring to what release should we have post 5.0.0 ie whether the next release should be 5.0.1 or 5.1? I was not referring to the naming convention. Thanks anyway, Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/93ab834d/attachment-0003.html From kim at haverblad.se Mon Sep 4 07:28:57 2006 From: kim at haverblad.se (Kim Haverblad) Date: Mon, 04 Sep 2006 13:28:57 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <44FC0DF9.10809@haverblad.se> New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. From fboudra at free.fr Mon Sep 4 07:36:48 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:36:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <200609041336.48969.fboudra@free.fr> > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. From fboudra at free.fr Mon Sep 4 07:45:10 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:45:10 +0200 Subject: [Vtigercrm-developers] features and feature owners for 5.x In-Reply-To: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> References: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Message-ID: <200609041345.10215.fboudra@free.fr> > Should there be an owner for the feature-list for each 5.x releases? > How do these things operate in other big projects? > For eg, how/who decides what all should be there in the 5.0.1/5.1 release > etc? > As mentioned earlier, the intent is to make vtiger a more > community-oriented product. a simple reminder: http://www.vtiger.com/wiki/index.php/User:FathiBoudra Authors, official developers decides for a roadmap, update it, put names of people (official mentor?) who work on the feature, and follow it. Other contributors can help according to the roadmap or submit new features with patch. "big projects" are meritocracy: http://en.wikipedia.org/wiki/Meritocracy Just search the mailing list archive for many of my suggestions, especially regarding licensing issue, it could be nice to provide vtiger crm only sources (without external dependencies) for becoming a "community-oriented" product. It's not really a reply to all your questions but more a general point of view. cheers, Fathi From werk at r2g.nl Mon Sep 4 10:41:48 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 4 Sep 2006 16:41:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041336.48969.fboudra@free.fr> Message-ID: Indeed my point of vieuw aswell, So Richie what did you mean with your question then? Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: maandag 4 september 2006 13:37 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] next release - 5.0.1 or 5.1? > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From richie at vtiger.com Mon Sep 4 10:56:43 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 07:56:43 -0700 Subject: [Vtigercrm-developers] blogs changed Message-ID: <10d7954cf5f.7177449017857625563.-3694316649866535852@@vtiger.com> Dear Team, blogs.vtiger.com has a new face. We have moved to WordPress blogs. There will be a few issues as we are still in Beta with the blog movement. Please bear with us in the meantime. Feel free to report all the issues in the forum. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/4dd299a3/attachment-0003.html From developer at infointegrated.com Mon Sep 4 11:07:07 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Mon, 4 Sep 2006 10:07:07 -0500 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <3FA67E7F-346F-44DB-8847-6E3206CD682E@infointegrated.com> The way I envision it, once 5.0.0 is released, you create a 5.0 branch. Any bug fixes are applied to the branch and the trunk. New features are only applied to the trunk. Most likely, I would expect 5.0.1 to come first, as a released product is going to receive more testing and feedback than a pre-release. This release would likely come out between 1 and 3 months after product release. This would be dependent on the quantity and severity of the fixes that are found in 5.0.0. Regardless, v5.0.0 should be maintained for a set period of time (perhaps 18 months) minimum. This ensures that companies do not need to accept new features to stay current with security and bug fixes. A 5.1 release should be a minimum of 6 months out. Too many releases create a nightmare for support, and make the product appear to be less stable to the companies. On Sep 4, 2006, at 6:20 AM, Richie wrote: > Hi Fathi! > > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. > > Thanks anyway, > Richie > > > > > ---- Fathi Boudra wrote ---- > > hi ritchie, > > Le lundi 4 septembre 2006 12:39, Richie a ?crit : > > I was wondering if this is a right time to start thinking of the > post 5.0.0 > > releases. Should the next release be 5.0.1 or 5.1? > > > > On what criteria should these be done? > > > > I am opening this up so that we have a more community-wide view > on this. > > it's already stated on the naming conventions subject and in the wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http:// > zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/5b077844/attachment-0003.html From sergiokessler at gmail.com Mon Sep 4 13:59:19 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Mon, 4 Sep 2006 14:59:19 -0300 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <1987093657170059147@unknownmsgid> References: <1987093657170059147@unknownmsgid> Message-ID: <49216030609041059j7c5ccc2av8f0f373ffbd26e42@mail.gmail.com> the next release should be 5.0.1 and should contain nothing more than fixes and more fixes, ie. nothing new (and God forbid database changes)... /sak On 9/4/06, Richie wrote: > > Hi! > > I was wondering if this is a right time to start > thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more > community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From gopals at vtiger.com Tue Sep 5 00:38:14 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 04 Sep 2006 21:38:14 -0700 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: <10d7c44ec7c.-411779779187577052.-5097062524184520435@@vtiger.com> Dear Team, Ivan Markovic of www.security-net.biz has identified "moderate risk" security issues in 4.2.x version. For more details please refer to: http://www.frsirt.com/english/advisories/2006/3444 Philip has started analyzing the issues and will keep you update the status. In the meantime if you have any solutions please let us share. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Fri, 01 Sep 2006 Tim Smith wrote ---- There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/970d946b/attachment-0003.html From gopals at vtiger.com Tue Sep 5 03:58:39 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 00:58:39 -0700 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <10d7cfc6aba.-6541985869223802041.8466374674918951292@@vtiger.com> Dear Kim Haverblad, My sincere apologies for posting reply to another thread. It is a mistake on my part. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 04 Sep 2006 Kim Haverblad wrote ---- New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/7869fafd/attachment-0003.html From dgrant at accuratetechnologies.com Tue Sep 5 13:08:59 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Tue, 5 Sep 2006 13:08:59 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and? tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG From gopals at vtiger.com Tue Sep 5 22:55:22 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 19:55:22 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> Message-ID: <10d810d1c56.5168669373337133763.6577050973320880196@@vtiger.com> Hi, It is a wonderful idea. Please have a look at the "Developer Guide" in vtiger Wiki: http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide So far I have added articles on creating dashboards, related lists, language packs. Thanks to Michel Jacquemes and Richie for their valuable contributions. By the way, I have also contributed one of the articles :-) Currently I am working with Minnie on "how to create a module in vtiger CRM 5?" article, which will open doors for new developers. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Tue, 05 Sep 2006 Dennis Grant wrote ---- > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/16600072/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 02:10:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:10:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9127 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php In-Reply-To: References: <20060824124620.9305A75E7E7@vtiger.fosslabs.com> <3bec26390608240842w5233ce5fpbd51e9be62f3dc20@mail.gmail.com> <3bec26390608280758m727b9558m7f8efc0566f81b08@mail.gmail.com> <3bec26390608282125q110cf54o41deb145aecac3b3@mail.gmail.com> Message-ID: <3bec26390609052310x2eb132b8n4dedc34236551238@mail.gmail.com> I rolled this change back by simply merging the change in reverse. This may not be the ideal solution however we don't have a untouched 4.2.4 branch to work against and I would have had to pull one from an old revision. In the end the HEAD of the tag is the same and that's likely all anyone will care about. On 8/28/06, Jeff Kowalczyk wrote: > Allan Bush wrote: > > That looks good except we want to exclude r9127 from the tag as it > > wasn't part of the 4.2.4 release. > > I see. Trim the merge range: > > # svn switch (url)/branches/4.2.4 > # svn merge -r 6810:6930 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r6930 comes in) > > And after tagging tags/vtigercrm-4.2.4, merge in the straggler r9127 to a > branches/4.2 and/or branches/4.2.5, as appropriate > > # svn switch (url)/branches/4.2 > # svn merge -r 6930:9127 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r9127 comes in) > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 6 02:49:44 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:49:44 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> Message-ID: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > From richie at vtiger.com Wed Sep 6 03:26:37 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:26:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d8205736e.-2386127368813020782.8080687821603972621@@vtiger.com> Allan, Be warned that you are using abusive language and causing disrespect to a member of the community. We always try and make an effort to understand what is going on regardless of English being our first or last language. Whatever be the issue, I think, we can deal it like mature and mannered people. You have done a good job on vtiger-4.2.x but that does not give you the liberty to treat people like dirt. I expect everyone on the list to be couth enough to treat others with respect. Do you not think it would have been better to for saraj's email address so that you could resolve the problem personally instead of what you have done now? You are good technically, but you need to be a good human being too, which incidentally is most important in life. Please apologise to saraj on this mailing list and let us get on with it. If you want to talk to me in person, call me at 18777884437 or Give me your number. I will call you now. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/a0c46610/attachment-0002.html From richie at vtiger.com Wed Sep 6 03:27:54 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:27:54 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d82069f66.5974971160233137988.-5465377170316991356@@vtiger.com> Mike, Please put Allan's request on hold. Kindly maintain status quo till further notice please. I expect this fire to die down fast. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/066e5e13/attachment-0002.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 03:34:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 00:34:59 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <6850184341801969779@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> Message-ID: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 6 04:03:26 2006 From: philip at vtiger.com (Philip) Date: Wed, 06 Sep 2006 01:03:26 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Message-ID: <10d822725ef.-2963427893705069027.-4819865131191860493@@vtiger.com> I apologize, for not checking in the file in the right branch. Henceforth i'll make sure that the 4.2.4 fixes are checked into the 4.2.4.1 branch, if the fix has not been done. So, shall i revert the changes that has been done in the r9306 version? Philip ---- On Wed, 06 Sep 2006 Allan Bush wrote ---- Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/272fbccf/attachment-0003.html From dgrant at accuratetechnologies.com Wed Sep 6 09:37:08 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 09:37:08 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D17@exch.accuratetechnologies.com> > Please have a look at the "Developer Guide" in vtiger Wiki: > http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide OK, I've started to rough in this discussion on the wiki. You/Minnie/anybody else are welcome to fill in the missing info. > Currently I am working with Minnie on "how to create a module in vtiger > CRM 5?" article, which will open doors for new developers. That'll be good, 'cause I'll need that too. DG From allan.bush+vtiger_dev at gmail.com Wed Sep 6 11:28:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 08:28:09 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <-3290663298364172079@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> Message-ID: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Wed Sep 6 15:04:42 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 15:04:42 -0400 Subject: [Vtigercrm-developers] [PATCH] Attachments on Contacts Show on Accounts As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D18@exch.accuratetechnologies.com> Another in my series of fork-reduction patches. This one lists Attachments made to Contacts under the associated Account as well. This has proven very useful, as one can track Account-related activity without needing to know the name of the Contact at that Account who was the recipient. Share and Enjoy! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_4.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/1e5fa3f7/attachment-0002.txt From richie at vtiger.com Thu Sep 7 07:12:42 2006 From: richie at vtiger.com (Richie) Date: Thu, 07 Sep 2006 04:12:42 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Message-ID: <10d87facb78.4297665939683443926.2198855573448620880@@vtiger.com> Hi Allan! Are there any plans to have a 4.2.5 out soon? I think it is time we had another release on the 4.2.x series. What do you feel? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip <philip at vtiger.com> wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > <allan.bush+vtiger_dev at gmail.com> wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie <richie at vtiger.com> wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > <vtigercrm-commits at vtiger.fosslabs.com> wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/27c3f689/attachment-0003.html From lists.vtigercrm.com at callum-macdonald.com Thu Sep 7 07:22:56 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Thu, 07 Sep 2006 18:22:56 +0700 Subject: [Vtigercrm-developers] Problems installing from trunk Message-ID: <45000110.9030306@callum-macdonald.com> Hey Guys, New to svn and vtiger development, so forgive me if I'm missing something obvious, but my install failed after downloading from trunk. The process was as follows: 1] svn checkout http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk 2] http://mysite.com/vtiger/, run through install process 3] Final step died with the error: Can't create table './vtiger5t/#sql-78f_13.frm' (errno: 121)Error: Tables partially created. Table creation failed. Now when I try to access the site I can see the login page but after I login I get the error: *Fatal error*: Call to a member function Move() on a non-object in */home/sites/vtiger5t.harttdev.com/html/include/database/PearDatabase.php* on line *441* Can anyone suggest what my problem might be? Is there an alternative method to install from trunk? Thanks in advance, Callum. From philip at vtiger.com Thu Sep 7 09:53:47 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 06:53:47 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Hi, We have started our validation for 5GA and this will be completed by tomorrow. The issues we come across will be updated in trac, we'll be fixing most of the issues before releasing GA. Matt, could you please add a option 5.0.-val in the version field of our trac. Thanks, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/3de0bec5/attachment-0003.html From dgrant at accuratetechnologies.com Thu Sep 7 10:55:01 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 10:55:01 -0400 Subject: [Vtigercrm-developers] [FEATURE REQUEST] - Populating Contact on New/Edit Quote should Populate Account and Address Info As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1A@exch.accuratetechnologies.com> This is probably simple for someone. On a new/edit Quote, selecting a Contact should populate the Account field with the Account associated with that Contact, and when it does so, should populate the Address info with the address info for that CONTACT. DG From fboudra at free.fr Thu Sep 7 11:13:00 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 17:13:00 +0200 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Message-ID: <200609071713.01613.fboudra@free.fr> hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi From dgrant at accuratetechnologies.com Thu Sep 7 11:17:03 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:17:03 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Can I get confirmation on which of my patches made it in to 5 GA? DG From jtk at yahoo.com Thu Sep 7 11:32:16 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:32:16 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. From gopals at vtiger.com Thu Sep 7 11:43:11 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 07 Sep 2006 08:43:11 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing Message-ID: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Dear Team, I am happy to inform you that our GA validation build is ready for testing. Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. Kindly participate in this final testing and report any bugs in Trac: http://vtiger.fosslabs.com You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: http://vtiger.com/archives/vtigercrm-5.0.0.exe http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz http://vtiger.com/archives/vtigercrm-5.0.0.bin I have also attached the scripts for migrating data from v5 RC to v5 GA - Val build - By tomorrow morning (India time), we are expecting plugins to be ready for the testing purpose. In the meantime, kindly post any issues in Trac under "Version: 5.0-VAL" Data Migration Procedure: V5 RC to v5 GA VAL ****WARNING: Before starting migration, take a backup of theexisting database**** Step 1: First take a database dump from the version 5 RC setup. Step 2: Install v5 GA - VAL Build in a new folder in your Web server. Step 3: Save the rc_to_ga_migration.php file inside the /modules/Migration folder. Step 4: Log in to your vtiger CRM system after extracting GA - VAL build Step 5: In the Browser invoke the following URL: http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration Note: Assuming that you have installed vtiger CRM inhttp://localhost/vtigercrm/ directory. If you have a different directory structurespecify your own URL. or, Click on the Settings -> Migration Wizard and change theURL: from, http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings to, http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings It will take few seconds to migrate database from v5 RC tov5 GA- VAL. After successful migration, following message will be displayed: "Needed database changes from 5 RC to 5 GA have beendone." Happy testing, Best Regards, Gopal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: rc_to_ga_migration.php Type: application/octet-stream Size: 7246 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0002.obj From dgrant at accuratetechnologies.com Thu Sep 7 11:54:11 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:54:11 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Where does the trac live? DG -----Original Message----- From: Jeff Kowalczyk [mailto:jtk at yahoo.com] Sent: Thursday, September 07, 2006 11:32 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [SPAM-Bayesian] - Re: [Vtigercrm-developers] 5 GA validation and changes in trac. - Bayesian Filter detected spam Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From allan.bush+vtiger_dev at gmail.com Thu Sep 7 11:57:47 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 08:57:47 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <-6532429895316336822@unknownmsgid> References: <-6532429895316336822@unknownmsgid> Message-ID: <3bec26390609070857wa73c69v5ff62fcaacd7ae14@mail.gmail.com> It's great that we have this release, but why can't we use the same naming convention as every other software project? What is a "val" release? Why not just call it 5.0.0-RC2? On 9/7/06, Gopal wrote: > > Dear Team, > > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of > validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the > following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 GA - > Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready for > the testing purpose. In the meantime, kindly post any issues in Trac under > "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different directory > structure specify your own URL. > > > > or, > > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > From jtk at yahoo.com Thu Sep 7 11:58:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:58:23 -0400 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. From fboudra at free.fr Thu Sep 7 12:01:26 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 18:01:26 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: <200609071801.26810.fboudra@free.fr> Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi From allan.bush+vtiger_dev at gmail.com Thu Sep 7 12:04:12 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 09:04:12 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <8896254713592840310@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> <8896254713592840310@unknownmsgid> Message-ID: <3bec26390609070904w44df29aav7f314d2c7170acc8@mail.gmail.com> The list of everything currently planned for 4.2.5 is here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5 There's not that much left, but I currently nearly no one is working on it so I can't give any estimate on when it will be complete. On 9/7/06, Richie wrote: > > Hi Allan! > > Are there any plans to have a 4.2.5 out soon? > I think it is time we had another release on the 4.2.x series. > What do you feel? > > > Richie > > > > > ---- Allan Bush wrote ---- > > Thanks for your attention philip, > > If we are going to create a 4.2.5 release quickly that just has a > couple bug fixes and some security fixes then please make the changes > to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel > free to make the changes to the 4.2 branch. Actually any changes to > 4.2.4.1 should be made to 4.2 as well anyways. > > The real lesson here is you should never ever make any changes to > anything in the "tags" folder. I've already rolled back the changes > you did make. > > I apologies if you found the language I used too harsh, but my polite > requests seem to be ignored. > > On 9/6/06, Philip wrote: > > > > I apologize, for not checking in the file in the > > right branch. Henceforth i'll make sure > > that the 4.2.4 fixes are > > checked into the 4.2.4.1 branch, if the fix has not been > > done. > > > > So, shall i revert the changes that has been done > > in the r9306 version? > > > > Philip > > > > > > ---- On Wed, 06 Sep 2006 Allan Bush > > wrote ---- > > > > > > Sorry I may have been a little out of line, I just > > get frustrated > > sometimes having to redo work because of people not > > paying attentions > > to my requests for changes. > > > > Regardless of the tone of my request, there is no > > reason to every make > > changes (other then adding new tags) to anything in the > > tags folder > > and as such making it readonly is probably a good idea. > > > > On 9/6/06, Richie wrote: > > > > > > Mike, > > > Please put Allan's request on hold. Kindly > > maintain status quo till further > > > notice please. > > > > > > I expect this fire to die down fast. > > > > > > Richie > > > > > > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > > > > Umm yeah, > > > > > > so exactly 35 minutes after I fixed your last fuck up > > you do the same > > > damn thing again. > > > > > > I understand that english isn't your first > > language, but please try > > > and make an effort to understand what's going on. > > > > > > Does anyone have saraj's personally email address? > > so I can try and > > > resolve this problem directly. > > > > > > Mike, can we just revoke commit privileges to > > everyone in the tags > > > directory? I'm not sure how we'd create tags then > > though... > > > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > > wrote: > > > > Author: saraj > > > > Date: Wed Sep 6 00:41:42 2006 > > > > New Revision: 9306 > > > > > > > > Log: > > > > T added > > > > > > > > Modified: > > > > > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > > > ============================================================================== > > > > --- > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > (original) > > > > +++ > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > Wed Sep 6 00:41:42 2006 > > > > @@ -946,6 +946,7 @@ > > > > , 'Q' > > > > , 'R' > > > > , 'S' > > > > + , 'T' > > > > , 'U' > > > > , 'V' > > > > , 'W' > > > > > > > > > > > > _______________________________________________ > > > > vtigercrm-commits mailing list > > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Thu Sep 7 12:09:59 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 09:09:59 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: <10d890af48e.-1076554671253392790.-325996934154176655@@vtiger.com> Hi Dennis, We have added two of your patches in vtigerCRM 5 GA 1) Product Code's display text to "Part Number" 2) Preserve add order of products in Quotes, Invoice and Salesorder. Philp ---- On Thu, 07 Sep 2006 Dennis Grant wrote ---- Can I get confirmation on which of my patches made it in to 5 GA? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/315550b6/attachment-0003.html From jtk at yahoo.com Thu Sep 7 12:31:00 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 12:31:00 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi/timeline?daysback=1 This is the fast-loading view of recent activity that I bookmark. From werk at r2g.nl Thu Sep 7 16:31:26 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 7 Sep 2006 22:31:26 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609071713.01613.fboudra@free.fr> Message-ID: Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jtk at yahoo.com Thu Sep 7 18:01:47 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 18:01:47 -0400 Subject: [Vtigercrm-developers] What does windows installer do? Message-ID: I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. From kenlyle at yahoo.com Thu Sep 7 18:06:57 2006 From: kenlyle at yahoo.com (Ken Lyle) Date: Thu, 7 Sep 2006 15:06:57 -0700 (PDT) Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: Message-ID: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Another Secunia advisory has popped up: http://secunia.com/advisories/21728/ Who is managing and addressing these? Ken 484-948-5706 866-OUT OF BOX (866-688-6326) -- "He who reads nothing is more educated than he who reads nothing but newspapers." - Thomas Jefferson From joe at tsolucio.com Thu Sep 7 21:09:38 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 03:09:38 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <1157677778.10479.7.camel@joeshome.int> Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). From kim at haverblad.se Thu Sep 7 23:13:11 2006 From: kim at haverblad.se (Kim Haverblad) Date: Fri, 08 Sep 2006 05:13:11 +0200 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Message-ID: <4500DFC7.2030703@haverblad.se> Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > From gopals at vtiger.com Fri Sep 8 03:17:00 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 08 Sep 2006 00:17:00 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Hello, My only intention was to get more feedback from our developer community, so that we can have a better control over GA release. So far we have gathered about 100 issues from our community, which may not be possible with our core team in India. I apologize for breaking the release management process this time. Thanks for your understanding, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Thu, 07 Sep 2006 Dhr. R.R. Gerbrands wrote ---- Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/1e5a705e/attachment-0003.html From fboudra at free.fr Fri Sep 8 03:34:02 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 09:34:02 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Message-ID: <200609080934.02955.fboudra@free.fr> hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... From ahmed at vtiger.com Fri Sep 8 03:34:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 00:34:52 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached Message-ID: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Dear Dino, Thanks for notifying the issue. The error occurs due to the extra blank line after the php close tag in the file "user_privileges/enable_backup.php". And it is noticed only in the Linux OS. I have attached the file with the blank space removed. Please replace it and let us know your feedbacks. Thanks and Regards, Ahmed Team Member - vtiger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: enable_backup.php Type: application/octet-stream Size: 572 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0002.obj From philip at vtiger.com Fri Sep 8 03:41:09 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 00:41:09 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: <10d8c5f796d.1787771530455067840.-2415800108430080376@@vtiger.com> Hi Jeff, Here after the source build will have the following naming convention vtigercrm-x.y.z.tar.gz Philip ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/a8945eab/attachment-0003.html From webmaster at vtigerfacile.com Fri Sep 8 04:06:59 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 10:06:59 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Message-ID: <450124A3.4000105@vtigerfacile.com> Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ahmed at vtiger.com Fri Sep 8 05:06:25 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 02:06:25 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <450124A3.4000105@vtigerfacile.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> Message-ID: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Dear A?ssa, I stand corrected. Apologize for jumping the gun. Didn't test in the xampp windows version. Hope the fix works across different OS. Thanks, Ahmed Team - vtiger ---- On Fri, 08 Sep 2006 A?ssa wrote ---- Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/992ea82f/attachment-0003.html From webmaster at vtigerfacile.com Fri Sep 8 05:33:33 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 11:33:33 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Message-ID: <450138ED.7090203@vtigerfacile.com> Dear Ahmed, just remove the empty line after php tag, that work perfectly. Best regards, A?ssa Ahmed Hussian a ?crit : > > > Dear A?ssa, > > I stand corrected. > > Apologize for jumping the gun. Didn't test in the xampp windows version. > > Hope the fix works across different OS. > > Thanks, > Ahmed > Team - vtiger > > > ---- On Fri, 08 Sep 2006 *A?ssa * wrote ---- > > Dear Ahmed, > "And it is noticed only in the Linux OS." > You can add windows, i have tested on xampp windows version. > Best regards, > A?ssa > Ahmed Hussian a ?crit : > > > > Dear Dino, > > > > Thanks for notifying the issue. > > > > The error occurs due to the extra blank line after the php close > tag > > in the file "user_privileges/enable_backup.php". > > > > And it is noticed only in the Linux OS. > > > > I have attached the file with the blank space removed. Please > replace > > it and let us know your feedbacks. > > > > > > Thanks and Regards, > > Ahmed > > Team Member - vtiger > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ngombert at ng-consultant.com Fri Sep 8 06:00:44 2006 From: ngombert at ng-consultant.com (Nicolas GOMBERT) Date: Fri, 08 Sep 2006 12:00:44 +0200 Subject: [Vtigercrm-developers] Warning with BAS blocks In-Reply-To: <200609071713.01613.fboudra@free.fr> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> <200609071713.01613.fboudra@free.fr> Message-ID: <1157709644.8836.7.camel@localhost> Hi guys, I'm working on a new module for vtiger and I got a warning in my EditView page cause I only have BAS field in it. It comes from l.1015 in CommonUtils.php : foreach($getBlockInfo as $label=>$contents) $getBlockInfo is not define if there is no ADV field. it can be solved by adding "if ($getBlockInfo)" just before that line. Perhaps I miss something (I'm pretty new in vtiger dev) that why I don't directly post on trac. From don at vtiger.com Fri Sep 8 06:02:22 2006 From: don at vtiger.com (don) Date: Fri, 08 Sep 2006 03:02:22 -0700 Subject: [Vtigercrm-developers] What does windows installer do? In-Reply-To: References: Message-ID: <10d8ce0c0b2.8855639365923098319.-2481585964593962777@@vtiger.com> Hi, The windows .exe installer similar to the Linux .bin installer will install the required Apache, PHP,MySQL and gd libraries required to run vtigerCRM. Option is also provided to use the already installed Apache and MySQL. Option to start the Apache as a service is also provided in the windows installer. Hope this helps you. Thanks, Don ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/18fa7590/attachment-0003.html From richie at vtiger.com Fri Sep 8 06:13:04 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:13:04 -0700 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Dear Team, Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I propose that we merge these into 1 wiki only. We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users in wiki.vtiger.com as well. wiki.vtiger.com is based on media-wiki and is said to be more configurable. We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com site. This way, we will have data consolidation as well. Apropos the L&F, we will ensure that these too are taken care of. Please let us know what you feel. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/06438616/attachment-0003.html From minnie at vtiger.com Fri Sep 8 06:17:37 2006 From: minnie at vtiger.com (Mangai) Date: Fri, 08 Sep 2006 03:17:37 -0700 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <1157677778.10479.7.camel@joeshome.int> References: <1157677778.10479.7.camel@joeshome.int> Message-ID: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Dear joebordes, I apologize for delay in reply. Here is the information you requested: Following changes should be done in modules/Users/DefaultDataPopulator.php files. 1) To insert into vtiger_tab table use value greater than 29 for tabid. values from 1 to 29 already occupied for modules in vtigerCRM. Syntax:$this->db->query("INSERT INTO vtiger_tab VALUES (,'',,,'',,,)"); Example: $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); [example given with respect to Leads module.] 2) To insert into vtiger_blocks table use value greater than 83 for blockid. values from 1 to 83 are already occupied. Syntax: $this->db->query("insert into vtiger_blocks values (,,'',,,,,,)"); Example: $this->db->query("insert into vtiger_blocks values (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); 3) To insert into vtiger_field table value for fieldid will be generated dynamically using getUniqueID method of PearDataBase class. Syntax: $this->db->query("insert into vtiger_field values (,,,,,,,, ,,,,,,,, ,,)"); Example: $this->db->query("insert into vtiger_field values (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); This is a small part in module creation. As you asked about block,tab andfield id, I've given that. kindly wait for some time to get fulldocumentation for module creation. We will provide it soon. If you have any query or any difficulty in the above statements, kindly feel free to mail me(email address: minnie at vtiger.com) Thanks & Regards, Minnie. ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/fc26bfc2/attachment-0003.html From webmaster at vtigerfacile.com Fri Sep 8 06:26:49 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 12:26:49 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <45014569.5090201@vtigerfacile.com> Too much tools kill the tools. I agree with you, with too much tools, it's difficult for users to follow. 1 wiki for all the doc, 1 bug traker, ... Richie a ?crit : > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Fri Sep 8 06:58:36 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:58:36 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609080934.02955.fboudra@free.fr> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> <200609080934.02955.fboudra@free.fr> Message-ID: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/c65b68b5/attachment-0003.html From richie at vtiger.com Fri Sep 8 07:01:27 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 04:01:27 -0700 Subject: [Vtigercrm-developers] Fwd: Re: naming conventions Message-ID: <10d8d16d9a2.8041820541097757908.-3347095238241642222@@vtiger.com> I thought I had copied to the mailing list, yet to get it , so resending it. Richie ============ Forwarded Mail ============ >From : Richie To : fboudra at free.fr,vtigercrm-developers at lists.vtigercrm.com Cc : vtigercrm-developers at lists.vtigercrm.com,gopals at vtiger.com Date :Fri, 8 Sep 2006 03:58:36 -0700 Subject : Re: [Vtigercrm-developers] naming conventions ============ Forwarded Mail ============ Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/8576252f/attachment-0003.html From dgrant at accuratetechnologies.com Fri Sep 8 08:28:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 08:28:48 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Joe, Do us all a favour and, as you get the information, add it to the developer wiki - the same way I've been doing with the "how to add a field to an existing module" documentation. We need to start capturing and documenting this, and the ideal people to do so are the people who are implementing the things the questions are about. DG From werk at r2g.nl Fri Sep 8 08:31:39 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 14:31:39 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Message-ID: Richie and team, It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting. I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Richie Verzonden: vrijdag 8 september 2006 12:59 Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.com CC: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/04cb2540/attachment-0003.html From richie at vtiger.com Fri Sep 8 08:56:35 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 05:56:35 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Fathi, Would you like to discuss your idea here please? Richie ---- Dhr. R.R. Gerbrands<werk at r2g.nl> wrote ---- ? Richie and team,   It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting.   I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this.   Best regards,   Remco        -----Oorspronkelijk bericht-----Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens RichieVerzonden: vrijdag 8 september 2006 12:59Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.comCC: vtigercrm-developers at lists.vtigercrm.comOnderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal,> My only intention was to get more feedback from our developer community, so> that we can have a better control over GA release.Could you explain me, how not respecting naming conventions help you to have a better control over GA release ?> So far we have gathered about 100 issues from our community, which may not> be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence.> I apologize for breaking the release management process this time.> Thanks for your understanding,Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible.My apologies to be again the bad guy who talk about the reality.cheers,FathiPS: and i don't talk about your licensing issue this time ..._______________________________________________Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/b6de862c/attachment-0003.html From philip at vtiger.com Fri Sep 8 09:10:38 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:10:38 -0700 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <4500DFC7.2030703@haverblad.se> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> <4500DFC7.2030703@haverblad.se> Message-ID: <10d8d8d201e.-7252714424372858302.8220088687626437314@@vtiger.com> Hi Kim, I have posted this as a ticket in trac, kindly refer the url for status http://secunia.com/advisories/21728/ , i'll be fixing this on vtigerCRM 5 GA only. Can anybody volunter for vtigerCRM 4.2.x ? if it has not been fixed on that. Philip ---- On Thu, 07 Sep 2006 Kim Haverblad wrote ---- Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/64f26a76/attachment-0003.html From philip at vtiger.com Fri Sep 8 09:31:32 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:31:32 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609071801.26810.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> Message-ID: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Hi Fathi, Do we have any wiki type document in trac to track such patches, if so kindly let me know so that i can update that in future, i coud'nt find such doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. Thanks, Philip ---- Fathi Boudra<fboudra at free.fr> wrote ---- Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/4ed0436b/attachment-0003.html From fboudra at free.fr Fri Sep 8 10:00:35 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:00:35 +0200 Subject: [Vtigercrm-developers] =?iso-8859-15?q?=5BSPAM-Bayesian=5D_-_Re?= =?iso-8859-15?q?=3A_5_GA_validation=09and_changes_in_trac=2E_-_Bayesian_F?= =?iso-8859-15?q?ilter_detected_spam?= In-Reply-To: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Message-ID: <200609081600.35984.fboudra@free.fr> hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi From fboudra at free.fr Fri Sep 8 10:27:53 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:27:53 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> References: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Message-ID: <200609081627.54008.fboudra@free.fr> hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. From philip at vtiger.com Fri Sep 8 10:39:17 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 07:39:17 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609081600.35984.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> <200609081600.35984.fboudra@free.fr> Message-ID: <10d8dde4974.-4721662930359186979.-7383047317377409472@@vtiger.com> Having a new ticket type say 'Patch' in trac sounds good, we can ask our developers to submit their patches here. Can you create that option trac please? or anyone who has permission. Giving access to anonymous may create trouble. Philip ---- On Fri, 08 Sep 2006 Fathi Boudra wrote ---- hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/17afc3e6/attachment-0003.html From joe at tsolucio.com Fri Sep 8 10:49:57 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 16:49:57 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Message-ID: <1157726997.29190.13.camel@joesunix.int> Ok, sure. I have already added things to your page and I had thought of adding this as well. I's better to have it there than hanging around in my computer :-) Regards, Joe. El vie, 08-09-2006 a las 08:28 -0400, Dennis Grant escribi?: > Joe, > > Do us all a favour and, as you get the information, add it to the > developer wiki - the same way I've been doing with the "how to add a > field to an existing module" documentation. > > We need to start capturing and documenting this, and the ideal people to > do so are the people who are implementing the things the questions are > about. > > DG > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From dgrant at accuratetechnologies.com Fri Sep 8 10:54:44 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 10:54:44 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D22@exch.accuratetechnologies.com> > Ok, sure. I have already added things to your page and I had thought of > adding this as well. I's better to have it there than hanging around in > my computer :-) Not "my" page; *OUR* page. I moved it to its own page and did a little tweaking. I also put in a placemarker for the "Create a Module" page. Good work. Keep it up. DG From allan.bush+vtiger_dev at gmail.com Fri Sep 8 11:03:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 08:03:59 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <-3104740452756007648@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <200609081600.35984.fboudra@free.fr> <-3104740452756007648@unknownmsgid> Message-ID: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> I've added the patch ticket type. Anonymous access to ticket creation was revoked due to concerns about spam. Trac 0.10 is said to have the ability to control spam better, maybe when that is released we can upgrade and re-enable anonymous content creation. On 9/8/06, Philip wrote: > > Having a new ticket type say 'Patch' in trac sounds > good, we can ask our developers to submit > their patches here. > Can you create that option trac please? or anyone > who has permission. > > Giving access to anonymous may create trouble. > > Philip > > > ---- On Fri, 08 Sep 2006 Fathi Boudra > wrote ---- > > > hi, > > > Do we have any wiki type document in trac to > track such patches, if so > > kindly let me know so that i can update that in future, > i coud'nt find such > > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. > > no, we don't have such wiki document. A solution, is > to add a wiki page, that > we must update manually. A better solution is to > keep track like said jeff in > the trac bug tracker and add a new ticket type (atm we have > defect/enhance/task) to easily follow patch > submission. Unfortuntely, there's > just one problem: there isn't anonymous access. We > can allow new ticket to > anonymous to resolve ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From fboudra at free.fr Fri Sep 8 11:20:38 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:20:38 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <-3104740452756007648@unknownmsgid> <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> Message-ID: <200609081720.39160.fboudra@free.fr> Le vendredi 8 septembre 2006 17:03, Allan Bush a ?crit : > I've added the patch ticket type. thanks :) more faster than me ;) From joe at tsolucio.com Fri Sep 8 11:41:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 17:41:18 +0200 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php Message-ID: <1157730078.11831.3.camel@joesunix.int> Hi all, I tried (very little) to add this bug to trac but couldn't see how. I'll try with more time and patience later. On line 62 of the log4php/LoggerBasicConfiguration.php script there is a syntax error with two parenthesis: $root->addAppender($appender)); should be: $root->addAppender($appender); If anybody with svn write access can fix. Regards, Joe. From fboudra at free.fr Fri Sep 8 11:48:23 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:48:23 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <45014569.5090201@vtigerfacile.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <45014569.5090201@vtigerfacile.com> Message-ID: <200609081748.24140.fboudra@free.fr> Le vendredi 8 septembre 2006 12:26, A?ssa a ?crit : > Too much tools kill the tools. > I agree with you, with too much tools, it's difficult for users to follow. > 1 wiki for all the doc, > 1 bug traker i tend to agree but personally i prefer to have 2 wiki. A long time ago, (27/2/2006 exactly), i proposed a developer documentation project: > We lack of a good developer documentation. > i started a developer documentation on vtiger.fosslabs.com wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki > it's a bit empty for the moment but your help is needed :) > Please, comments, add clues, notes, what can be used to do a developer > documentation. i see wiki.vtiger.com more a users wiki with installation tips, etc, for users by users, not too much technical. And vtiger.fosslabs.com (v.f.c) wiki, like a more developer oriented tool, much more technical, talking about vtiger internals. Without forget extra feature of the wiki, like special tags with links to bug tracker, etc... Concerning the bug tracker, it's difficult to have 2 bug trackers. We must allow users to do bug reports and v.f.c don't allow that atm. i prefer again v.f.c bug tracker (i like mail interface), and if possible migrate sf bugs to trac bug tracker. just my point of view, i'm completely open to other suggestions, especially if you want to merge the wikis (a TOC with 2 sections users/developers on mediawiki if possible too). cheers, Fathi From allan.bush+vtiger_dev at gmail.com Fri Sep 8 12:10:46 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 09:10:46 -0700 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php In-Reply-To: <1157730078.11831.3.camel@joesunix.int> References: <1157730078.11831.3.camel@joesunix.int> Message-ID: <3bec26390609080910q13344f9es62f5bb87f7d10a1f@mail.gmail.com> Ticket #1418 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1418) took care of this on the 4.2 branch. The trunk is locked down right now so someone else will have to change it there. You need to have a login to create tickets in trac, see the front page of the trac wiki for details in how to get one. On 9/8/06, Joe Bordes wrote: > Hi all, > > I tried (very little) to add this bug to trac but couldn't see how. I'll > try with more time and patience later. > > On line 62 of the log4php/LoggerBasicConfiguration.php script there is a > syntax error with two parenthesis: > > $root->addAppender($appender)); > > should be: > > $root->addAppender($appender); > > If anybody with svn write access can fix. > > Regards, Joe. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From jtk at yahoo.com Fri Sep 8 12:16:41 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 08 Sep 2006 12:16:41 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <16604.5306985781$1157710413@news.gmane.org> Message-ID: Richie wrote: > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I > propose that we merge these into 1 wiki only. -1 on merging wikis. Actually, that's a -1 for not using trac for development documentation. The trac instance should be the single-stop-shop information source for the development process and codebase, written to an intended audience of developers, system integrators and testing users. The vtiger.com wiki can have free reign over the usability and end-user documentation side of vtigercrm as far as I'm concerned. That said, if we someday have integrated documentation throughout the codebase (e.g. copious online help and code comments), then there's a lot that various trac plugins could do to auto-wikify that codebase documentation. http://www.trac-hacks.org/ With trac's strong codebase integration, I don't think it is the case that mediawiki could be useful to the vtiger developer community. Mediawiki may be more appropriate for the end-user documentation. From dgrant at accuratetechnologies.com Fri Sep 8 12:24:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 12:24:35 -0400 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG From eng.luis at gmail.com Fri Sep 8 12:47:53 2006 From: eng.luis at gmail.com (Luis Santos) Date: Fri, 08 Sep 2006 17:47:53 +0100 Subject: [Vtigercrm-developers] Problems importing big database in 5.0 GA validation Message-ID: <1157734073.12172.34.camel@localhost> Hi! My current vtigerCRM 4.2.3 Database is about 1.7GB... is this a problem to migrate to 5.0 GA validation? I've managed to finish the migration process but i had to change the code to do not verify is the db dump is a file and has a size bigger than 10000... However now i'm unable to login... Any idea? /Luis Santos From werk at r2g.nl Fri Sep 8 15:08:40 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 21:08:40 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609081627.54008.fboudra@free.fr> Message-ID: That's a very mature idea. :-) Let's use it! Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: vrijdag 8 september 2006 16:28 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From mmbrich at fosslabs.com Fri Sep 8 19:17:05 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 08 Sep 2006 17:17:05 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <1157757425.14022.1.camel@localhost.localdomain> You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > From webmaster at vtigerfacile.com Sat Sep 9 04:42:22 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 10:42:22 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Message-ID: <45027E6E.6020407@vtigerfacile.com> Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From jeri at vtiger.com Sat Sep 9 06:32:59 2006 From: jeri at vtiger.com (Jeri John) Date: Sat, 09 Sep 2006 03:32:59 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <45027E6E.6020407@vtigerfacile.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> Message-ID: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Dear Aissa, We have planned to go with utf-8 as the default charset What you think? Thanks & Regards, Jerry. ------------------------------------------ D.Jeri John Skype: jerijohn_vtiger Blog : http://jerry.vtiger.com/ Toll Free: +1 877 788 4437 ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - <file attached> > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the <vtiger > Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060909/e2a8328d/attachment-0003.html From webmaster at vtigerfacile.com Sat Sep 9 07:15:41 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 13:15:41 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Message-ID: <4502A25D.60306@vtigerfacile.com> I'm ok, but note : - Default charset before vtiger CRM 5 isn't utf-8, so all the datas on db have to be converted during migration, - Advertise for translators, we have to convert lang pack (by say only now, do not count to have lang pack the same week with $naming_convention[GA]) - Becarefull with plug-ins (not sure outlook & word know utf-8) ! We have already problem with caracters in plug-ins. - That not resolve the problem with picklist edition but only with announcements, try to add "?" on any picklist, To be compliant with europe, try your product with accents (?, ?, ?, ?, ?,?, ?....) & quotes (",') and you will see a lot of problem we have here with vtiger CRM. I may be forgot something. Regards, A?ssa Jeri John a ?crit : > Dear Aissa, > We have planned to go with utf-8 as the default charset > What you think? > > Thanks & Regards, > Jerry. > > > ------------------------------------------ > D.Jeri John > Skype: jerijohn_vtiger > Blog : http://jerry.vtiger.com/ > Toll Free: +1 877 788 4437 > > > > > ---- A?ssa wrote ---- > > Hi team, > The caracter problem with announcements is not closed, i have sent a > temporary solution on trac. > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 > Regards, > A?ssa > > Gopal a ?crit : > > Dear Team, > > > > I am happy to inform you that our GA validation build is ready for > > testing. > > > > Before announcing our public release we would like to have a final > > round of validation, so that we can avoid any last minute glitches. > > > > Kindly participate in this final testing and report any bugs in > Trac: > > > > http://vtiger.fosslabs.com > > > > You can download the version 5 GA validation build *(SVN Tag: 9353) > > *from the following URLs: > > > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > > > I have also attached the scripts for migrating data from v5 RC > to v5 > > GA - Val build - > > > > By tomorrow morning (India time), we are expecting plugins to be > ready > > for the testing purpose. In the meantime, kindly post any issues in > > Trac under "Version: 5.0-VAL" > > > > Data Migration Procedure: V5 RC to v5 GA VAL > > > > ****WARNING: Before starting migration, take a backup of the > existing > > database**** > > > > Step 1: First take a database dump from the version 5 RC setup. > > > > Step 2: Install v5 GA - VAL Build in a new folder in your Web > server. > > > > Step 3: Save the rc_to_ga_migration.php file inside the > Home>/modules/Migration folder. > > > > Step 4: Log in to your vtiger CRM system after extracting GA - > VAL build > > > > Step 5: In the Browser invoke the following URL: > > > > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > > > > Note: Assuming that you have installed vtiger CRM in > > http://localhost/vtigercrm/ directory. If you have a different > > directory structure specify your own URL. > > > > or, > > > > Click on the Settings -> Migration Wizard and change the URL: > > > > from, > > > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > > > > to, > > > > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > > > > > > It will take few seconds to migrate database from v5 RC to v5 > GA- VAL. > > > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > > > Happy testing, > > > > Best Regards, > > Gopal > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sat Sep 9 15:37:49 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sat, 09 Sep 2006 13:37:49 -0600 Subject: [Vtigercrm-developers] UI help In-Reply-To: <44B4921F.8020402@vtiger.com> References: <1152565743.32174.120.camel@localhost.localdomain> <1152590570.16985.4.camel@localhost.localdomain> <1152678056.16985.149.camel@localhost.localdomain> <44B4921F.8020402@vtiger.com> Message-ID: <1157830669.5620.1.camel@localhost.localdomain> Any word on getting a UI built for sales force automation in the campaigns module? I am building this as a plug-in system so that other SFA actions can be hooked into campaigns without much sweat. I can keep working with the current UI but you may have other ideas for making this work. Matt On Wed, 2006-07-12 at 11:39 +0530, Saint wrote: > Matt.. > > I am aware that, the campaigns module is fairly attended in the UI > front.I am in the middle of other works. So give me a few more days.. > I will hop in and check it out :-) > > -Saint > > > > > Matthew Brichacek wrote: > > I'm going to keep posting these hoping that someone will finally get fed > > up with the ugly and help out ;). > > > > Matt > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > ____________________________________________________________________ > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From fboudra at free.fr Sun Sep 10 13:43:58 2006 From: fboudra at free.fr (Fathi Boudra) Date: Sun, 10 Sep 2006 19:43:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable Message-ID: <200609101943.59164.fboudra@free.fr> hi, i tried to install current svn version and it isn't installable. it failed at step "confirm settings" only me ? cheers, Fathi From gopals at vtiger.com Mon Sep 11 03:36:48 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 00:36:48 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. Message-ID: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/f9c39228/attachment-0003.html From gopals at vtiger.com Mon Sep 11 07:02:23 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 04:02:23 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <10d9c8ac74f.4087497381546003718.321325161514699284@@vtiger.com> Dear Team, vtiger CRM Windows Build label is vtigercrm-5.0.0.exe instead of vtigerCRM-5.0.0.exe. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 11 Sep 2006 Gopal wrote ---- Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/94bc4f44/attachment-0003.html From richie at vtiger.com Mon Sep 11 07:18:39 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 04:18:39 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <1157757425.14022.1.camel@localhost.localdomain> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> Message-ID: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Thanks for responding. Man, you are getting difficult to reach by telephone nowadays. Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/a8d968d7/attachment-0003.html From mmbrich at fosslabs.com Mon Sep 11 07:26:35 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 11 Sep 2006 05:26:35 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Message-ID: <1157973995.5466.3.camel@localhost.localdomain> Yes.. I am not staying up as late any more and my mornings are fairly busy :). You can always call and leave a msg but I think the time difference will present a problem. Matt On Mon, 2006-09-11 at 04:18 -0700, Richie wrote: > Thanks for responding. Man, you are getting difficult to reach by > telephone nowadays. > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > You could keep them separated too, use mediawiki for the user > wiki and > trac for the developer wiki. I like using trac for the devel > wiki > because it's more integrated with the rest of the developer > environment. > Honestly though, I've barely read either one of them so it > really > doesn't make any diff to me. > > Matt > > On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > > Dear Team, > > > > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and > wiki.vtiger.com . > > > > I propose that we merge these into 1 wiki only. > > We can take the contents in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to > wiki.vtiger.com. > > We will provide all the privileges given as of now in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > > in wiki.vtiger.com as well. > > > > wiki.vtiger.com is based on media-wiki and is said to be > more configurable. > > We could let the wiki link remain in the vtiger.fosslabs.com > page and have it redirected to the wiki.vtiger.com > > site. > > This way, we will have data consolidation as well. > > > > Apropos the L&F, we will ensure that these too are taken > care of. > > > > Please let us know what you feel. > > > > Richie > > From richie at vtiger.com Mon Sep 11 08:06:15 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 05:06:15 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> Message-ID: <10d9cc541a4.2512570924560104299.5282016981339119205@@vtiger.com> Guys, how do we come to a conclusion on this? Gopal thinks that it is better to merge the two as the wiki at wiki.vtiger.com is already divided into 2 zones - User Zone and Developer Zone. So, the respective areas will have the related docs. I am not clear about how the development is related to the wiki as mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and wiki are tightly integrated. I think this will be an important point to base the decision to merge or not. Kindly explain. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/3e1fe997/attachment-0003.html From fboudra at free.fr Mon Sep 11 10:49:18 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 11 Sep 2006 16:49:18 +0200 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <200609111649.19217.fboudra@free.fr> hi gopal, Le lundi 11 septembre 2006 09:36, Gopal a ?crit : > I have come up with the following file names for v5 GA release: file names is ok, just the "v5 GA" is wrong. GA term isn't well known in the software applications. We must avoid this term, especially, when i saw r9413 commit comment: "RC changed to 5.0.0 GA" cheers, Fathi From jtk at yahoo.com Mon Sep 11 14:24:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 11 Sep 2006 14:24:24 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> <14119.6420453072$1157976398@news.gmane.org> Message-ID: Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. From werk at r2g.nl Mon Sep 11 14:40:56 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 11 Sep 2006 20:40:56 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: Message-ID: The way I seet things are : trac is allready very usefull for development, why use wiki ? Use wiki for enduser informations only. Regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Jeff Kowalczyk Verzonden: maandag 11 september 2006 20:24 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] merging the wikis Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jens at Strawberry.COM Mon Sep 11 16:55:25 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Mon, 11 Sep 2006 22:55:25 +0200 Subject: [Vtigercrm-developers] vtiger 5: Installation Manual for PostgreSQL DB In-Reply-To: <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com>; from Gopal on Mon, Sep 11, 2006 at 12:25:02AM -0700 References: <10d87e89883.5865705763054288946.-3390436903255532194@@vtiger.com> <20060910144143.A3768@Strawberry.COM> <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com> Message-ID: <20060911225525.C3768@Strawberry.COM> Hi Gopal, hi Don, > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. I hadn't had the time to look at this. I'll come back to you. Regarding the current integration of the postgres fixes into the SVN I had a closer look at SVN revision 9402. My fixes were almost present, however I figured out the following: include/database/PearDatabase.php install/5createTables.inc.php - The fix regarding the SEQUENCE mapping is missing include/database/Postgres8.php - I've reworked my fix in a way that removes the column names from this source file. The rework has not been implemented. install/4createConfigFile.php - The check against $_REQUEST['db_type'] must be done before handling the database type. Otherwise $dbType will be undefined. modules/Potentials/Opportunity.php modules/SalesOrder/SalesOrder.php modules/Leads/Lead.php modules/Invoice/Invoice.php modules/PurchaseOrder/PurchaseOrder.php modules/Quotes/Quote.php - PostgreSQL does not support the && operator. AND must be used instead. modules/Campaigns/ListView.php - The OFFSET/LIMIT fix was applied. However the old code was not deleted. modules/Products/ListView.php modules/Activities/ListView.php modules/Quotes/ListView.php modules/HelpDesk/Save.php - You forgot these files entirely modules/Calendar/Appointment.php - New problem figured out today. The fixPostgresQuery function needs to be added. modules/Calendar/calendarLayout.php - One fixPostgresQuery was missing modules/Home/index.php - New problem figured out today. Another 'AS' was missing. modules/Users/User.php - A misleading comment was removed install/5createTables.inc.php modules/Users/DefaultDataPopulator.php - New problem figured out today. The user2group entries introduced in DefaultDataPopulator.php were tried to be inserted into the database before the user records were created. This violates the layout constraint: Key (userid)=(2) is not present in table "vtiger_users" I've split off this code into two parts, one in 5createTables.inc.php and the other one in DefaultDataPopulator.php. modules/Faq/ListView.php - Duplicate comment themes/blue/style.css There's a patch containing all changes mentioned above attached to this mail. I'll also document this in TRAC#2033. Kind regards -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 04:11:59 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:11:59 +0100 Subject: [Vtigercrm-developers] Support Tickets Message-ID: Is there a possibility of having a Time Taken field and a Progress bar in vtiger Support Tickets, rather than having to make custom fields for those. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/4cec603a/attachment-0003.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 04:53:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:53:35 +0100 Subject: [Vtigercrm-developers] Export to PDF Message-ID: I'm testing out v5 RC1, and trying to save an invoice as pdf but Adobe tells me the file is corrupt. Is this feature working? And can I have an export to xls aswell as pdf. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/a99f9e21/attachment-0003.html From jens at Strawberry.COM Tue Sep 12 05:26:39 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 12 Sep 2006 11:26:39 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609101943.59164.fboudra@free.fr>; from Fathi Boudra on Sun, Sep 10, 2006 at 07:43:58PM +0200 References: <200609101943.59164.fboudra@free.fr> Message-ID: <20060912112639.C7979@Strawberry.COM> Hi, there's a syntax error in modules/Users/User.php in all revisions up to 9426 ('-' in the first column of line 925). It is fixes with the postgres patches I've posted yesterday. cu, Jens On Sun, Sep 10, 2006 at 07:43:58PM +0200, Fathi Boudra wrote: > hi, > > i tried to install current svn version and it isn't installable. > it failed at step "confirm settings" only me ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From joe at tsolucio.com Tue Sep 12 05:48:28 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 11:48:28 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: Message-ID: <1158054508.11125.11.camel@joesunix.int> Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From developer at infointegrated.com Tue Sep 12 08:40:30 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Tue, 12 Sep 2006 07:40:30 -0500 Subject: [Vtigercrm-developers] SVN - Watch File Names Message-ID: <813F2D4F-E70B-4F8C-8850-D6625CEE6130@infointegrated.com> Please make sure you watch your file names. Unix and Mac are case sensitive. Check in 9414 added: themes/alphagrey/images/aboutUs.jpg The other file remains: themes/alphagrey/images/aboutUS.jpg When this happens I can no longer do checkouts on the Mac. Thanks. From smith.timsmith at gmail.com Tue Sep 12 10:17:59 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Tue, 12 Sep 2006 09:17:59 -0500 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: <1158054508.11125.11.camel@joesunix.int> References: <1158054508.11125.11.camel@joesunix.int> Message-ID: Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: > > Hi Joseph, > > I am responsable of the TTTimecards project which associates timecards > to the support tickets. I find this idea very interesting and will > implement the "total time taken" with no problem. As for the progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > > > Is there a possibility of having a Time Taken field and a Progress bar > > in vtiger Support Tickets, rather than having to make custom fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for the use of > > the individual or entity to which it is addressed, and may contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly prohibited and may > > be unlawful. If you received this in error, please contact the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of transmitting > > software viruses, however, you need to carry out your own virus checks > > on any attachments as we can take no responsibility for any computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions available on > > request. > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/0b042b1f/attachment-0003.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 10:41:19 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 15:41:19 +0100 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: Message-ID: Maybe if people have different ways of doing things, then maybe a Time data type could be required in the custom fields, and maybe rather than custom fields to always be called custom fields from the area in a form maybe a "category name" could be assigned to the fields so that they are grouped together by whatever category name they were given.. "Tim Smith" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 12/09/2006 15:21 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] Support Tickets Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/b390ada6/attachment-0003.html From joe at tsolucio.com Tue Sep 12 10:47:00 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 16:47:00 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: <1158054508.11125.11.camel@joesunix.int> Message-ID: <1158072421.7280.5.camel@joesunix.int> Thank you for all the detail!! I will read this email carefully and try to incorporate it into the project. Joe. El mar, 12-09-2006 a las 09:17 -0500, Tim Smith escribi?: > Hi Joe, > > There are several measures of time that should be considered. Though > not all these may be supported, they will eventually so they need to > be thought about. > > "Elapsed Time" is the normal measure of how much time elapsed from > open to close status. > > "Effort Time" is a measure of effort and is probably most relevant to > the TTTimecards project. A support task may stay open for a week but > the support rep might spend an hour here and 15 minutes there until > the project is closed. > > "Response Time" is how long we took to respond and is generally > evaluated against a guarantee. For example, if someone has a "gold" > contract then you might guarantee a response within 30 minutes of > opening. A "platinum" contract might guarantee a 15 minute response. > > "Contract Time" is like Elapsed Time in that the time is measured from > open to close status. The difference is time is measured differently > depending on (hopefully) configuration and/or a contract associated > with the incident. A silver contract may guarantee closure in 5 work > days. A gold contract may guarantee closure within 24 working hours. > A platinum contract may guarantee closure within 24 hours. So the > silver and gold contract measure time in work days but platinum > guarantees someone will work all night long to get something done. > The definition of a work day will vary. For example, 6am to 6pm GMT, > Monday through Friday and 8am to 3pm Saturday. You also have to deal > with holidays. > > A simple way to handle all these time measures is to allow only one > definition of time. "We work 9 to 5, Monday to Friday except > holidays" and one definition for a contract. That way you don't have > to support a contract system. > > ------------ > Ideally, I think what Joeseph requested would be related to "Response > Time" or "Contract Time" because it is what you are guaranteeing. > > In MarketForce, we showed a graph that was Green -> Yellow -> Red. > You defined an amount of time for each color depending on the > contract. For example, a platinum contract had 3 minutes for Green, 8 > minutes for Yellow and 4 minutes for Red. A bar would cross the > colors to indicate how much time had progressed. > > For a first version, I would prefer a simple Green/Yellow/Red graphic > as described except there would be only one configuration for time > (not based on contracts). I would like to see those graphs for > Response Time and Elapsed Time since those are most useful. > > Kind regards, > Tim > > OnwealdTim > > > On 9/12/06, Joe Bordes wrote: > Hi Joseph, > > I am responsable of the TTTimecards project which associates > timecards > to the support tickets. I find this idea very interesting and > will > implement the "total time taken" with no problem. As for the > progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech > escribi?: > > > > Is there a possibility of having a Time Taken field and a > Progress bar > > in vtiger Support Tickets, rather than having to make custom > fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for > the use of > > the individual or entity to which it is addressed, and may > contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended > recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly > prohibited and may > > be unlawful. If you received this in error, please contact > the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of > transmitting > > software viruses, however, you need to carry out your own > virus checks > > on any attachments as we can take no responsibility for any > computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author > and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions > available on > > request. > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 11:07:18 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 16:07:18 +0100 Subject: [Vtigercrm-developers] Leasing Products Message-ID: Would it be possible to have a field for Account Names that products are leased to and with locations. Then maybe some kind of pivot table reports that shows the different type of Products against the Customers that have them. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/d0c39252/attachment-0003.html From fboudra at gmail.com Tue Sep 12 12:14:27 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 12 Sep 2006 18:14:27 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060912112639.C7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> Message-ID: <200609121814.27941.fboudra@gmail.com> Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > there's a syntax error in modules/Users/User.php in all revisions > up to 9426 ('-' in the first column of line 925). It is fixes with > the postgres patches I've posted yesterday. tested, not better. I have: * apache v2.0.55 * mysql 5.0.24a * php v5.1.6 tested with 2 browsers: * firefox * konqueror under Debian Sid. i use "Populate database with demo data" option. Someone can confirm, this is a local issue ? cheers, Fathi From jens at Strawberry.COM Wed Sep 13 02:41:50 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:41:50 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913084150.F7979@Strawberry.COM> Hi Fathi, I'm running the current SVN in the following environment: Apache 2.2.2 PHP 5.1.4 Postgres 8.1.2 There are some minor issues with this version, but in general it is working fine for me. I do not populate demo data ... maybe that's the reason? Did you try to change the rootlogger level from FATAL to INFO in log4php.properties and watch the log file vtigercrm.log during installation? This might point you to the latest installation step performed successfully ... Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixed with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Wed Sep 13 02:51:58 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:51:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913085158.G7979@Strawberry.COM> Fathi, there's another issue, I've fixed with my postgres patches: In DefaultDataPopulator.php there were some user2group records introduced. This is a problem, because there's a layout con- straint in the database which requires a user record to be existing before a groups records relates to it. However users are populated into the database *AFTER* Default- DataPopulater has completed. I don't know if this would also be an issue for mysql. Using PostgreSQL results in the installation failing at this step. I've attached my patches to this mail again. Please have a look at the diffs for DefaultDataPopulator.php and 5createtables.inc.php. Those contain the according patches. Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixes with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 03:18:10 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:18:10 +0100 Subject: [Vtigercrm-developers] activity reports Message-ID: Is it possible to have an activity report that groups the activities by Account Name or related to, and with subtotal for each. The same for tickets... Would be useful for monthly reports, billing. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/9a5e34ba/attachment-0003.html From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 03:35:47 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:35:47 +0100 Subject: [Vtigercrm-developers] Exporting Invoices to pdf Message-ID: Somehow I get a corrupt pdf file when exporting a demo invoice to pdf. this is the error i get It exports perfectly on the demo site, but on my local pc it gives me a corrupt pdf file error. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigerpdf.jpg Type: image/jpeg Size: 9571 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0002.jpg From jens at Strawberry.COM Wed Sep 13 07:24:11 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 13:24:11 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com>; from don on Wed, Sep 13, 2006 at 03:45:10AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> Message-ID: <20060913132411.D8836@Strawberry.COM> Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From fboudra at gmail.com Wed Sep 13 10:55:03 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 13 Sep 2006 16:55:03 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060913084150.F7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> Message-ID: <200609131655.04334.fboudra@gmail.com> Le mercredi 13 septembre 2006 08:41, Jens Hamisch a ?crit : > I do not populate demo data ... maybe that's the reason? Same result without populating demo data. > Did you try to change the rootlogger level from FATAL to INFO in > log4php.properties and watch the log file vtigercrm.log during > installation? Yes, unfortunately, logging start at step 5 and i fail step 3/4. i tested with svn r9508. i'll try to do the installation with other Apache/Mysql/PHP. cheers, Fathi From don at vtiger.com Wed Sep 13 14:42:23 2006 From: don at vtiger.com (don) Date: Wed, 13 Sep 2006 11:42:23 -0700 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <20060913132411.D8836@Strawberry.COM> References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> Message-ID: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Hi Jens, This issue is fixed as in your patch and the files are checked into the SVN. Thanks, Don ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/1853df13/attachment-0003.html From jens at Strawberry.COM Thu Sep 14 03:25:30 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:25:30 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609131655.04334.fboudra@gmail.com>; from Fathi Boudra on Wed, Sep 13, 2006 at 04:55:03PM +0200 References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> <200609131655.04334.fboudra@gmail.com> Message-ID: <20060914092530.P7979@Strawberry.COM> Hi Fathi, > Yes, unfortunately, logging start at step 5 and i fail step 3/4. ooups! Means that you have either probs with your database or your global mysql/php/apache settings. I'll forward a beta versin of the current installation guide to you in a seperate mail. Please check the settings shown in there. You may also watch your mySQL log if there''s any connection recorded and if it runs into errors. > i tested with svn r9508. i'll try to do the installation with other The fixes are at least in r9512. However they address problems encountered in step 5 ... cu -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Thu Sep 14 03:26:10 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:26:10 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com>; from don on Wed, Sep 13, 2006 at 11:42:23AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Message-ID: <20060914092610.Q7979@Strawberry.COM> Hi, have seen them. Thx, Jens On Wed, Sep 13, 2006 at 11:42:23AM -0700, don wrote: > Hi Jens, > > This issue is fixed as in your patch and the files are checked into the SVN. > > Thanks, > Don > > > > > ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- > > > Don, > > > however please have a look at my fixes to > DefaultDataPopulator.php and 5createTables.inc.php. > > The current implementation violates the database > layout constraints. The installation of vtiger will > definitely fail unless the database engine ignores > those violations (it should not, otherwise the > constraint does not make any sense). > > Also there's a typo in one of the source files > (User.php: '-' at the beginning of the line). > > At least one community member already is facing > installation probles with one of the latest SVN > revisions ... > > Regardless the remaining postgres fixes I'd tag > those 'critical' with the potential of blocking > GA. > > > > Jens > > > > On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > > Hi Jens, > > > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > > We are expecting the v5 release to be happening in another 24 hours. > > > > > > We will definitely integrate these patches post 5.0 GA > > > > Thanks for your understanding, > > Don > > > > > > > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > > > Sorry, typo! > > > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > > > > > ========================= Forwarded Mail ========================= > > > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > > PostgreSQL DB > > From: Jens Hamisch > > Date: Mon, 11 Sep 2006 22:55:25 +0200 > > To: gopals at vtiger.com, don at vctiger.com > > CC: vtigercrm-developers at lists.vtigercrm.com > > > > ------------------------- Contents ------------------------- > > > > Hi Gopal, > > hi Don, > > > > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > > > > I hadn't had the time to look at this. I'll come back to you. > > > > Regarding the current integration of the postgres fixes into the SVN > > I had a closer look at SVN revision 9402. My fixes were almost present, > > however I figured out the following: > > > > > > > > include/database/PearDatabase.php > > install/5createTables.inc.php > > - The fix regarding the SEQUENCE mapping is missing > > > > include/database/Postgres8.php > > - I've reworked my fix in a way that removes the column names > > from this source file. The rework has not been implemented. > > > > install/4createConfigFile.php > > - The check against $_REQUEST['db_type'] must be done before > > handling the database type. Otherwise $dbType will be undefined. > > > > modules/Potentials/Opportunity.php > > modules/SalesOrder/SalesOrder.php > > modules/Leads/Lead.php > > modules/Invoice/Invoice.php > > modules/PurchaseOrder/PurchaseOrder.php > > modules/Quotes/Quote.php > > - PostgreSQL does not support the && operator. AND must be used > > instead. > > > > modules/Campaigns/ListView.php > > - The OFFSET/LIMIT fix was applied. However the old code was not > > deleted. > > > > modules/Products/ListView.php > > modules/Activities/ListView.php > > modules/Quotes/ListView.php > > modules/HelpDesk/Save.php > > - You forgot these files entirely > > > > modules/Calendar/Appointment.php > > - New problem figured out today. The fixPostgresQuery function > > needs to be added. > > > > modules/Calendar/calendarLayout.php > > - One fixPostgresQuery was missing > > > > modules/Home/index.php > > - New problem figured out today. Another 'AS' was missing. > > > > modules/Users/User.php > > - A misleading comment was removed > > > > install/5createTables.inc.php > > modules/Users/DefaultDataPopulator.php > > - New problem figured out today. The user2group entries introduced > > in DefaultDataPopulator.php were tried to be inserted into the > > database before the user records were created. This violates > > the layout constraint: > > Key (userid)=(2) is not present in table "vtiger_users" > > > > I've split off this code into two parts, one in 5createTables.inc.php > > and the other one in DefaultDataPopulator.php. > > > > modules/Faq/ListView.php > > - Duplicate comment > > > > themes/blue/style.css > > > > > > > > There's a patch containing all changes mentioned above attached to this mail. > > I'll also document this in TRAC#2033. > > > > > > Kind regards > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > ====================== End of Forwarded Mail ====================== > > > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jlee at zertis.net Thu Sep 14 04:27:17 2006 From: jlee at zertis.net (Josh Lee) Date: Thu, 14 Sep 2006 03:27:17 -0500 Subject: [Vtigercrm-developers] Online Petition Message-ID: <45091265.9020503@zertis.net> I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: text/x-vcard Size: 219 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/bc022d49/attachment-0002.vcf From joe at tsolucio.com Thu Sep 14 05:00:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 11:00:13 +0200 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <1158224413.586.2.camel@joesunix.int> If you have never sent spam before, don't start now :-) Let's please keep this list clean and talk about our personal convictions elsewhere. Joe. El jue, 14-09-2006 a las 03:27 -0500, Josh Lee escribi?: > I've never sent spam before. After reading this, I don't think it is > spam and being that I served in Iraq myself, I am forwarding it to > everyone in my address book. I've seen a Gunnery Sergent, who saved my > life, go to the brig for shit like this. So I feel strongly about it. > > **The U.S. Marine in Iraq who shot and killed an enemy combatant who was > pretending to be dead but in reality was alive. If you have any feelings > for this Marine who was doing his job then please read and help take > action for this American Hero. I am asking all who receive this message > to add your name in support of the young Marine accused of murdering a > combatant in Iraq . ** > > **He called out to his buddies that the person was faking, the person > apparently made a suspect move and the Marine shot him dead. There was > another combatant in the room who identified himself as being > wounded...The Marines did not shoot him. The ACLU are claiming the > Marine is guilty of a war crime. This is ridiculous! ** > > **Bill O'Reilly of the Fox News Channel feels there is overwhelming > support for this young Marine - ** > > **Let's prove him right- we can make a difference! ** > > **The servicemen fighting for our freedom and safety deserve our > support. Support is indicated by adding your name to the list that > follows. Best to copy and paste, then add your name to the list or, > press "forward" and send to everyone in your address book you think > should read this. You can only add your name after you have pressed > "forward" or "copy and paste" don't delete any names - just go to the > next number and type your name. ** > > **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** > > **1. Joe Mallison , Michigan *** > **2. William Ast, Florida ** > **3. John Stockberger, Tennessee ** > **4. Charles Horst, Tennessee ** > **5. Clarence Elmore, Tennessee ** > **6. Arthur Claessens, California ** > **7. Guy Veasey , California ** > **8. John Granville, Texas ** > **9. Laura Granville, Texas ** > **10. Ernie Granville, California ** > **11. Chris Carnohan, Texas ** > **12. Pat Carnohan , Texas ** > **13. Myron Rodee, Iowa ** > **14. Art Bloomer, Kansas ** > **15. Jack Turner, Virgi! nia ** > **16. Victor DuBois ** > **17. Marguerite DuBois ** > **18. Theresa Champagne ** > **19. Robert Champagne ** > **20. Carol Worthley ** > **21. R. Randy Worthley ** > **22. Arthur J. Roy, Lewiston , Me. ** > **23. Paul J. Chevalier, New Hampshire ** > **24. Cathie Chevalier , New Hampshire ** > **25. Joe Petrone, New Hampshire ** > **26. Augusta Petrone, New Hampshire ** > **27. Sam Thiessen, Colorado ** > **28. Ken Melcher , Colorado ** > **29. Louise Walko, Colorado ** > **30. Walter A. Walko, Colorado ** > **31. Billy J. Barr,llinois ** > **32. Marilyn S. Barr, Illinois ** > **33. Cliff Sonberg, Colorado ** > **34. Eileen Sonberg, Colorado ** > **35. Dale J. Kreller, La ** > **36. Stan Zaborowski, Washington ** > **37. Fain Pool, WA ** > **38. Wm. Harris , TX ** > **39. Sally Harri s, TX ** > **40. Tim Ireland, SC ** > **41. Fran Ireland , SC ** > **42. Tommy Thorne, SC ** > **43 . June Thorne, SC ** > **44. Kitty Jackson , SC ** > **45. Blanche Bell, SC ** > **46. George Warchol ** > **47. Mary Warchol ** > **48. Megan Warchol ** > **49. Ray Croft, Washington ** > **50. Rosan! ne Croft, Washington ** > **51. Doug Talley, Washington ** > **52. Pat Talley , Washington ** > **53. Roland Chastain, Indianapolis , IN ** > **54. Pat Chastain, Indianapolis , IN ** > **55. Harry Sanders, Columbus, In ** > **56. Sue Sanders, Columbus , IN ** > **57. Christy Sanders, Columbus , IN ** > **58. Will Pumphrey, Greensburg , IN ** > **59. Joe Prosser, Cape Coral , FL ** > **60. Rodney Post, Westminster , CA ** > **61. Gerda Post, Westminster , CA ** > **62. Roberta Anderson ** > **63. Donald Anderson ** > **64. Bonnie J.Mauch ** > **65. Brad Vaughn ** > **66. Shelly Vaughn ** > **67. Savannah Vaughn ** > **68. Scarlett Vaughn ** > **69. James Ayers ** > **70. Dawn Ayers ** > **71. Elizabeth Meyer ** > **72. Rick Gallier ** > **73. Charlie Johnson, Houston , TX ** > **74. SSgt. Johnson, USMC ** > **75. Mike Dabbs ** > **76. Sharon Dabbs ** > **77. Carl Weaver ** > **78. Lois Weaver ** > **79. Kevin MacLaren ** > **80. John Wolfe ** > **81. Michelle Wolfe ** > **82. ROBERT PETERS ** > **83. Syvian Gieiring , PA ** > **84. Joel Reed, PA ** > **85. Richard Emlin Reed , FL ** > **86. Betty C. Reed, FL ** > **87. Connie Williams, PA ** > **89. Steve Phillips, Birmingham AL . ** > **90. Michele McDowall ** > **100. John McDowall101. ** > **101. James Selkirk Jr. TN ** > **102. David Selkirk, NC ** > **103. Jack Mansfield , TN ** > **104. Robert Romines, TN ** > **105. Bonnie Romines, TN ** > **107. Gary W. Osborne ** > **108. Ken Burns, FL ** > **109. Brian E. Langford, FL ** > **110. Kevin B. Krueger, FL ** > **111. Tad J. Humphreys, Tampa FL ** > **112. Ted Van Duin, Seattle , WA ** > **113. David DelValle, Fl. ** > **114. Paul Deterding, Fl. ** > **115. Tony Austin, Tampa . ** > **116. Joel Herrington , TX ** > **117. Curtis Smith, Tx ** > **118. Mary Longnecker, Texas ** > **119. Paula Stoerner, Texas ** > **12 0. Ernie Stoerner, Texas ** > **121. jessica sjolander, Tx ** > **122. M.D. Weatherford , TX ** > **123. B.J. Weatherfo rd, TX ** > **124. Dixie Roffe , Texas ** > **125. Denny DeSautell , Oklahoma ** > **126. Paul DeBow, Minnesota ** > **127 Nina Darrington, South Dakota ** > **128. Chuck Darrington , South Dakota ** > **129. Trudy DeBow ** > **130. David DeBow ** > **1! 31. Fay Mott ** > **132. Russ Sanders, Ariz. ** > **133. Ann sanders, Ariz ** > **134. Lew Sanders, Phoenix Az. ** > **135. J. L. (Jim) Tenney ** > **136. Marion Tenney ** > **137. Elizabeth Arnold, Alaska ** > **138. John O. Landreth, Las Vegas , NV ** > **139. Earl Evenson, Las Vegas , NV ** > **140. Betty Evenson, Las Vegas , NV ** > **141. Kristine Schuster, San Clemente , CA . ** > **142. Deb O'Connell, San Juan Capistrano , CA ** > **143. Darrell Joseph, San Juan Capistrano , Ca ** > **144. Robert Voorhies, Twentynine Palms, CA ** > **145. Tony McDowell, 29 Palms Ca. ** > **146. Tricia McDowell, 29 Palms Ca. ** > **147. Shea McDowell, Chico Ca. ** > **148 Diana McDowell, Chico Ca. ** > **149. Morgan McDowell, Chico Ca. ** > **150. Art Belenzo, Chula Vista , CA ** > **151. Lydia Belenzo, Chula Vista , CA ** > **152. Arlene Belenzo, Chula Vista , CA ** > **153. Arthur Belenzo, Chula Vista , CA ** > **154. Leslie Belenzo, Chula Vista , CA ** > **155. Cris Belenzo, San Diego , CA ** > **157. Dennis Schrock, Atoka , OK ** > **158.William E Smith, Atoka , OK ** > **159. Penalt! on N . Lloyd, Montgomery , AL ** > **160. Benjamin Perez, Apple Valley, CA - He should have shot the > reporter first. ** > **161. Bill Yackle , SC ** > **162. Chris Huddleston, Orange , CA ** > **163. Don Huddleston, Orange , CA ** > **164. David Allin, Spring Valley , CA . ** > **165. Jan Allin, Spring Valley , CA . ** > **166. Lola Melton, San Marcos , CA ** > **167. Ed Melton San Marcos , CA ** > **168. Rhonda Brant, Murrieta , CA ** > **169. Rick Brant, Murrieta , CA ** > **170. Andrew Bulfer, San Diego , CA ** > **171. Dan Bulfer, Ramona , CA ** > **172. Tonia Ovalle, Chula Vista CA ** > **173. Albert Ovalle, Chula Vista , CA ** > **174. Ciarra Ovalle, Chula Vista , CA ** > **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** > **176. Gonzalo Martinez, San Diego , CA ** > **177. Terri Hernandez, Chula Vista CA ** > **178. Diane Nye, Stayton , OR ** > **179. Michael Woodward, Salem , OR ** > **180. Sandy Woodward, Salem , OR ** > **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin > Perez (whom I've never met). ** > **182. Frank J. Maxon ** > **183. Chuck Dye (Don't always agree with Bill O, but if they don't > fight fair, what should they expect? How about imbedding some ACLU > members with the Marines to check over the supposed dead bodies first.) ** > **184. Kristal Dye ** > **185. Samantha Dye ** > **186. Reece Dye ** > **187. Jason Nieman ** > **188. Stacy Nieman ** > **189. Emily Nieman ** > **190. GERRY RUSSEL ** > **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** > **192. Linda Morley, Yuba City , California ** > **193. Jim Chatell, Colusa , California ** > **194. Joanne Abbaticchio, Polk City , FL ** > **195. Isadora Ciagala,USMC-1962-1966 ** > **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** > **197. Pat Buote, Holiday , Fl ** > **198. Linda Ford V! FWA PDP AR ** > **199. James Ford VFW P.Dist. Commander AR ** > **200. Donna Walker, VFW Auxiliary , Springdale , AR ** > **201. Vic Walker, VFW, Springdale , AR. ** > **202. Bennie Parks , DAV, Fayetteville , AR. ** > **203. Jane Parks, Fayetteville , AR ** > **204. Bob Loyd, Siloam Springs , AR ** > **205. Ellen Gibbs, Gentry, AR ** > **206. Sharron Hay, AR ** > **207. Joy Moore , AR ** > **208. Debby Reed Torreon Mexico ** > **209. Garry Reed Torreon Mexico ** > **210. Bill Tompkins El Cajon California ** > **211. Craig Wheeler El Cajon CA ** > **212. Katrina Wheeler El Cajon CA ** > **213. Logan Wheeler El Cajon CA ** > **214. ;Lukasz Mikula Boston MA ** > **215. Melissa McKenna, Gunnison, CO Sgt USMC ** > **216. Pablo Briones Donna , TX Cpl USMC ** > **217. Sgt. James Leedale, CA USMC ** > **218. Mayra Leedale ** > **219. Sgt Brian Clarke, MO USMC ** > **220. Mason D. Kelley TX ** > **221. Michael Kiley NJ USMC ** > **222. Michael F. Gross CA LCpl USMC ** > **223. Lyndon C. Lyon ** > **224. Marlene Y. Lyon ** > **225. James M. Cole ** > **226. James W McMaster ** > **22! 7. Corry Steiner, Brookings , OR ** > **228. Jack Steiner, Brookings , OR ** > **229. Gladys Harper, San Diego , CA ** > **230. Kent Harper, San Diego , CA ** > **231. Pat R. Dobbs, San Marcos , CA ** > **232. Char Empet, Plano , Texas ** > **233. Ken Empet, Plano , Texas ** > **234. Mary Ann Aceves (I agree with Chuck, 183) ** > **235. Robert Aceves ** > **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. > Play by the ACLU's rules? I don't think so!) ** > **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR > " What if the Marine had been killed by this enemy combatant? Then they > would be saying things like..."the troops are under prepared, untrtained > and... " wait, they already have been saying that. This guy is a hero > and there should be no mistaking it! ** > **(Accusing him otherwise should be considered an act of treason!) ** > **238. Bill Weaver, USMC Retired, Richland , WA ** > **239. Nora Weaver, Richland , WA ** > **240! . BILL POWELL USMC RET CABOT , AR ** > **241. VIRGINIA A POWELL, CABOT , AR ** > **242. Dick Upshaw, Captain, USMC (inactive) ** > **243. Ed DeSaussure, Captain, USMC (inactive) ** > **244. Paul Underwood, Captain, USMC (Ret.) ** > **245 John Scott, Captain, USAF (Ret.) ** > **246. Ray Wright, Tsgt, USAF (Ret) ** > **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** > **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., > WWII ** > **249. Judy Kalebjian, Lockeford , CA ** > **250. Myrna Pitchford, Lodi , CA ** > **251. G. D. Pitchford, Lodi , CA ** > **252. E.R. Alexander, Galva, Ks. ** > **253. A.J. Alexander, Galva, Ks. ** > **254. M.L. Brown, Wichita, KS - Many of the comments made by people on > this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support > his every move... ** > **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it > should be the ACLU (lawyers for communism, inc.)Let's hustle and get > this list to ** > **1000 and forward to O'Reilly. We need to stop this travesty and > protect out troops!!! ** > **256. Shirley Harding, Winfield, Ks. ** > **257. Marion C Kelly ** > **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** > **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** > **260. R. B. Mellen Sr, Lowell MA ** > **261. Lindy Merolle, Lowell MA ** > **262. Patricia Centola, Lynn , MA ** > **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to > 1000 or more!! Combat is dangerous enough without having to what if the > lawyers and the media to back you up when confronted with the enemy. Mr. > Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF > (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** > **(978) 857-5263 ** > **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** > **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** > **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** > **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** > **268. Andrea Reppond ** > **269. Wayne Scott, MS ** > **270. Gina Teel, MS ** > **271. Genelle Teel , MS ** > **272. Warren Teel, MS ** > **273. Wayne Teel, MS ** > **274. Dianna Teel, MS ** > **275. Paula Poff, MS Army National Guard Wife ** > **276. Scott Poff, MS SSG Army National Guard ** > **277. Candy Taylor, Ms ** > **278. Gloria Fortner, MS ** > **279. Cathy Moffitt, MS ** > **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** > **281. LESLIE JORDAN, MS ** > **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** > > **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** > **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** > **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in > Iraq ** > **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in > Iraq ** > **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in > Iraq ** > **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard > -Serving in Iraq ** > **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in > Iraq ** > **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING > IN IRAQ ** > **292. Mik e Stacey, Al ** > **293. Danny Jaye father to a US Marine ** > **294. A.J.Cleland, Florida ** > **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** > **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** > **297. S. F. "Smokey" Stover, USMC(Ret.) ** > **298. Chuck Yates , COL USMC RET ** > **299. Becky Yates, Retired Marine Wife of 50 Years ** > **300. Marv Mann , COL USMC (Ret) ** > **301. Arleta Mann ** > **302. Ned L. Cagle, Col. USAF (Ret) ** > **303. Dorothy A. Cagle ** > **304. Karen Cagle ** > **305. Si Rees ** > **306. Faith Rees ** > **307. Jack Bishop ** > **308. Terry Huggins, Paradise , CA ** > **309. Bill Light, Northern California ** > **310. Patti DeRitis, Sunnyvale , Ca ** > **311. Jeffrey (Tom) Black, Fremont , CA ** > **312. Donna Black, Fremont , CA ** > **313. John R. Black, Fremont , CA ** > **314. Jeremiah Black, Fremont , CA ** > **315. James Black, Fremont , CA ** > **316. Terry Weddle, Fremont CA ** > **317. Tim Mellor, Wallace , ID ** > **318. Leona DiVecchia, Walla ce, ID ** > **319. Donna Niles, Wallace,! ID ** > **320. Bob Niles, Wallace< ID ** > **321. Vikki Patton , WA ** > **322. Bill Patton , WA ** > **323. Jwerrilyn Stinsom ** > **324. Kathryn Eaton ** > **325. Tom Eaton, Woodland , CA ** > **326. Gary Anderson, CA ** > **327. Scott German, CPA Antelope, CA ** > **328. Sonne Fleming, Roseville , CA ** > **329. Trillis Fleming , UT ** > **330. Larry Fleming, Morgan , UT ** > **331. Alta Julene Dixon Arizona City , Arizona ** > **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** > **333. Georgena Whiting Salome , Arizona ** > **334. Marvin Whiting Salome , Arizona ** > **335. Jack D, Grover ** > **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** > **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** > **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** > **339. PATRICK GOLDSMITH ROCKVALE, TN ** > **340. George H Moore Pleasant Hill , TN ** > **341. TALMADGE C. LEWIS ** > **342. PATRICIA A. LEWIS ** > **343. Marcia Nelson, Minnesota ** > **344 . Lavern Soukup&nbs! p; Minnesota ** > **345. Janet Miller Minnesota ** > **346. Gary Starman Minnesota ** > **347. J! oan Pfeifer , Minnesota ** > **348. Tin Hansen, 52 Waseca, Minnesota ** > **349. Dennis Halverson, Lino Lakes , Mn. ** > **350. Jim Wigley, USAR, Ret., Minnesota ** > **351. Clark P. Wigley, Colonel, USAF (Ret) ** > **352. Carl G. Jensen, LtCol (USAF (Ret) ** > **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with > my Marine! through thick and thin... because I am there, and will > continue my duty! just as he did his.... ** > **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** > **355. Greg Flinders, Alabama ** > **356. Susan ! E. Flinders , Alabama ** > **357. Michelle L. Patterson, Texas ** > **356. Isabella M. Milks, Germany , SrA, USAF I ** > **357. Glendora Jaco, California happen to agree with all of the > comments that everyone else has made, as far as I'm concerned all of > these people that think killing combatant that is playing dead need to > go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** > **358. Ralph C Spaight, California, TSgt, USAF Since this started there > have been people crying about this and that, and how could you kill > them! Well if there are shooting at me, then you better believe that I > am going to shoot back. Maybe if these bleeding heart people stopped > talking long enough to really see what's going on or better yet send > them over to defend this country they would get it, but then again > seeing how they work they would just get someone else to do it for them > and complain that the work is too hard, in the words of my father who > was a U.S. Marine for 23 years, "If you don't do the job others are > willing to do for this country, then SHUT THE HELL UP AND MOVE TO A > DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** > **3 59. Deneane Bell, Tampa Fl ** > **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very > easy to comment from the corner of " Bleeding Heart Street ". Come on > over to Iraq and take a ride off the FOB and let's see if they change > tunes once the vehicle begins receiving small arms fire from a local > neighborhood not to mention the man made bombs buried on the side of the > roads designed to take out military vehicles and personnel This is a > combat zone people and these extremists are playing for keeps. why can't > we? Align your front sight in the center of your rear sight. once you > have proper sight alignment squeeze one off! ** > **361. Gregory Cook "DoD Serving in Iraq " ** > **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I > would have taken the gun, turned it sideways and shoved it straight up > that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope > that the troops will leave. And then I'll grab my rocket launcher! He > should have surrendered! Better yet, he should have left the damn city > when they were told to. ** > **363. Carl Finto II, American Contractor in Iraq ** > **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** > **365. Jacob Chytka, American Firefighter Contractor in Iraq ** > **366. Joseph L Brooks U.S Army, Vietnam Vet ** > **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** > **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** > **369. Amy DuPree, Ft. Walton Bch, Florida ** > **370. Mike Chauvin, Ft Walton Beach , FL ** > **371. Shelby Chauvin, Ft Walton Beach , FL ** > **372. Michelle Piaquadio, Ft Walton Beach , FL ** > **373. Christopher Piaquadio, FT Walton Beach , FL ** > **374. Dick Keaton Galeton , Pa. ** > **375. Janice Keaton Galeton , Pa. ** > **376. Scott Keaton Galeton , Pa ** > **377. Dickie Keaton ; Galeton , Pa ** > **378. Chris Rucker, Newport , RI ** > **3! 79. Belinda Cole new mexico ** > **380. Barbara Hensley new mexico ** > **381. Michelle Salas new mexico ** > **382. Jennifer McCutchen, Albuquerque , New Mexico ** > **383. Becky Rodgers Levelland, Texas ** > **384. Mev Upton, Midland , TX ** > **385. Glynece Upton, Midland , TX ** > **395. C.S Ainsworth , NM ** > **396. Margret Schlageter, NM ** > **397. Jacquelyn A. Schlageter NM Former USN ** > **398. George J. Schlageter NM Former USCG ** > **399. Fred J. Schlageter NM ** > **400. Phyllis Hancock IL ** > **401. Darrell E. James - Tamms, Illinois ** > **402. Dariel Emery-IL ** > **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot > of lip...but wouldn't dare to set their feet in real harms way, as > Service Men & Women do everyday!! ** > **404. Jean Whipple - IL ** > **405. Vi Adams - IL ** > **406. John Adams - IL ** > **407. Colleen VanZandt-IL. ** > **408. James Langley ** > **409. Karen Langley ** > **410. Cody Thibodeaux ** > **411. Susanne Kerr, Ohio ** > **412. Delbert Goss ,, Tx , Former USA ** > **413. Sheila miller,, Indiana , USA ** > **414. William Miller, Indiana , USA ** > **415. Georgeann Prestin, South Bend Ind ** > **416. Deb Connett, South Bend Ind ** > **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This > young man will never forget what he has done to another human being, > while defending freedom. ACLU needs to leave this country since they > don't like the way we do things in America ... it's majority rules, not > minority! ** > **418. Vince Rumfelt, Elkhart , IN ** > **419. Max Rink, Florida ** > **420. Nancy Rink, Florida ** > **421. Barbara Materiale, Florida ** > **422. Suzanne Hicks, Kansas City , KS ** > **423. Susan Boyd, Springfield , Missouri ** > **434. Cheryl Crow, Springfield , MO ** > **435. Marge Conyers, Springfield , MO. ** > **436. Becky Woods, Republic, MO ** > **437. Theresa Fly, Clever, MO. ** > **438. Deena Cope, Jay, Ok. ** > **439. Kenneth Cope, Jay, Ok. ** > **440. Mary Hodges Gro! ve, Ok ** > **441. Gearld Hodges Grove, Ok ** > **442. Lela Davis Grove, Ok ** > **443. Nikki Lewis Grove, Ok ** > **444. Karin Redd Springfield , MO. ** > **445. Pam & Scott Keane Springfield MO, daughter currently serving in > Iraq in the Army ** > **446. Carolyn Gourley, St. Louis , MO ** > **447. Cathey Martin - why do we allow a communist organization to take > over our country and our laws? ** > **448. Cathy Champion - Fenton , MO ** > **449. Paul Dunn, Stanton , MO ** > **500. Ruth Dunn, Stanton , MO ** > **501. Carol Cherry, Sullivan , Mo. ** > **502. Richard Cherry, Sullivan , Mo. ** > **503. James M. Scott, Sullivan , Mo. ** > **504. Ruth Scott, Sullivan , Mo. ** > **505. G. Monda, Mo ** > **506. B. Monda , Mo ** > **507. Dannie Adk sion Mo ** > **508. Susie Adkison Mo ** > **509. Velma Martin This Marine probably saved a lot of his buddies by > being very alert! Thank God for this young man! ** > **510. Stanley Martin ** > **511. Phyllis Conaway ** > **512. Carolyn Gargus, Saint James , MO ** > **513. Mary Moran Hyannis , neb. ** > **514. Kim Foreman, Hyannis , NE ** > **515. Glenda Phipps, Whitman , NE ** > **516. Gary Phipps, Whitman , NE ** > **517. Norma Sigler, CA ** > **5! 18. Shirley Moffett , CO ** > **519. Bill Moffett, CO - thank God for our young men, we are at war > folks! ** > **520. Bill Anderson , AR ** > **521. Bette Anderson, AR Pray for this young man and his family. ** > **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you > haven't been there, do not judge the actions of those that are there. I > think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** > **523. John Hale, RMCS, USN, RET. ** > **524. Ray Benacci Claremont Ca. ** > **525. Richard & Loretta Chesnutt, Yerington , NV ** > **526. Jim Witowski, CA ** > **527. Coni Witowski , CA ** > **528. Debbie Rojek, AZ ** > **529. Vernon Rojek, USMC, RET. ** > **530. Pat Imbastaro ** > **531. Joan Mitchell,AZ ** > **532. B Dittenhauser ** > **533. Diane Dittenhauser, Murfreesboro , TN ** > **534. Scott Dittenhauser, Murfreesboro , TN ** > **535. Sue Nesbitt , Ohio ** > **536. Valerie Parker ** > **537. Danny Parker ** > **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a > new job... I think Micky Dee 's was still hiring! ** > **539. Wes Ford, Rochester , MN ** > **540. Cindy Page, WV ** > **541. Ken Page, WV ** > **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** > **543. Mary Harris wife of a deployed US ARMY soldier ** > **544. Rose Breeding (Grandmother of a soldier) 1 year there and now > must return again for another year! ** > **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our > troops. ** > **546. Delores Conklin Ridgefield, Wash. ** > **547. Leonard Conklin Ridgefield, Wash. ** > **548. R. Robert Burns. USMC in the 60's WA ** > **549. Kent Burns ** > **550. Fred Pickering ** > **551. Bob Croskey ww2 and Korea ** > **552. Sally Luse WA ** > **553. Sandi Allen, Lacey, WA ** > **554. Tammy Yeakey, WA ** > **555. Linda Shaw, WA ** > **556. Mary Franks, Washington ** > **557. Paula James , Washington ** > **558 Jennifer Wilston ** > **559. Pam Wilwton, HI ** > **560. Dan Wilston, HI ** > **561. Rhonda Hay, Kihei , HI ** > **562. Morgan Rigel, Kihei HI ** > **563. Helen Jackson Wa ** > **564. Linda Simmons ** > **565. Dave Simmons ** > **566. Evelyn L. Benson, IL ** > **567. O.L. Potts , Illinois ** > **568. Wayne Arnold, Illinois ** > **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** > **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** > **571. Tom McCurley, Middletown , Ohio ** > **572. Scott Weaver , Middletown , Ohio ** > **573. Deborah Mink, Bradenton , Florida ** > **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a > lost second can cost you your life this Marine did his duty. When the > enemy uses those tactics as part of their way of fighting they must then > handle the actions taken to stop it. ** > **575. Cindy Balach - Wife - Ret. USMC ** > **576. Lisa See - Grove City , OH ** > **577. Nancy Clay - Columbus , Ohio ** > **578. Carmen Stemen, Westerville , Ohio ** > **579. Carolyn Hannick, Westerville , Ohio ** > **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** > **581. Susan O'Cull Goshen, Ohio (USAR wife) ** > **582. Phill O'Cull Goshen , Ohio (USAR) ** > **583. Stacie Humpert Goshen , Ohio ** > **584. Rick Williams Hillsboro, Ohio (USAR) ** > **585.Becky Williams Hillsboro, Ohio (USAR wife ** > **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** > **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** > **588. Jennifer T. Randolph - Hillsboro , Ohio ** > **589. Cathy Dachenbach, Columbus , OH ** > **590. James Melville Duner, Colorado Springs, CO ** > **591. C. Dino Pappas, Skokie , IL . ** > **592. Jim Vlazny, Glenview , IL ** > **593. Jean Dorgan, Chicago , IL . ** > **594. Juliann Rottier, Onalaska , Wi . ** > **595. Catherine Mitchell, New Lenox , IL ** > **596. Cindy Young, New Lenox , IL ** > **597. Kim Smyth New Lenox, Il ** > **598. Cindy Stukel, Plainfield , IL . ** > **599. Kristine Himmelman, Joliet , IL ** > **600. Heather Hanbaum, Joliet IL ** > **601. Christine Wilhelmi, Wiesbaden , Germany ** > **602. Dan Feeney, Manhattan Il ** > **603. Russ Gwynne, Henderson , NV . ** > **604. Robert Spana, Tampa , FL ** > **605. Mona Strayer, Maytown , PA ** > **606. Sharon Early, Lancaster , PA ** > **607. Linda Whalen, Lewistown , MT ** > **608. Kimberly Rice- former UARA always in support of our people in all > Service ** > **609. Karen M. Harris ** > **610 Melinda Butts, Have! lock NC ** > **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we > are at war. These guys are doing what they need to to survive. Should we > have ast back and let these cowards continue to attack our country? > Unfortunately War = death. These soldiers know this and don't want to > die. That means they have to kill the enemy that is trying to kill them! > I will always support our troops, They don't get to decide when war > breaks out! ** > **612 Kim Rice ** > **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** > **614 Stephanie Riggi ** > **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** > **616 Courtney Riggi (US Army Wife) ** > **617 PFC Dougl as Riggi (US ARMY) in Korea ** > **618: Spc Allison kohler, camp Humphreys Korea ** > **619. PFC Steven Moats( US ARMY) Camp Humphreys ** > **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** > > **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** > **622. Will Thompson, Paso Robles CA ** > **623. DJ Peck, Paso Robles, CA ** > **624. Bethany Saylor, san Luis Obispo, CA ** > **625. Brian Joanou, SLO , CA ** > **626. Janie Arnold, Lompoc , CA .. ** > **627. Neo Anderson, Vancouver ,B.C., Canada ** > **628. April Phillips, Spartanburg , SC ** > **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) > Okinawa , Japan ** > **631. PFC Hanes (USMC) Okinawa , Japan ** > **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** > **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** > **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , > Japan . ** > **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** > **636. Rachel Buskey , Okinawa , Ja. ** > **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** > **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** > **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** > **670. Erica Jacobo, Spokane , WA ** > **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** > **672. Deborah Romberger, Spokane WA ** > **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** > **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & > OKinawa, Japan ** > **675. Natalie Grubb Anaheim , CA ** > **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper > Fi! ** > **677. Angela England Fort Drum NY ** > **678. lcpl Webb Alexandria ! va ** > **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** > > **680. Kathryn Amirpashaie , VA *** > **681. Carolyn Amirpashaie, VA ** > **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we > are here doing what we can to protect you all back home... many of us > here have been in his shoes too many times, and in that split second you > are thinking about your safety and your buddies to your left and right's > safety, I know in my heart he made the right decision... those hippies > are a bunch of herbs ** > **683. Allison Kaler, VA ** > **684. Bryan Evans, VA I'm glad someone's doing something for this guy > cuz that's complete b/s i don't believe in this war but i love our > military and its hard enough to fight some random towel heads without > uniforms but for a guy to get court marshaled and be on trial for murder > for protecting himself and his fellow soldiers is ludicrous everyone > else thank you for your support. ** > **685. Tony Martinez , VA why is this even a big deal? he was doing what > he had to do in order to protect himself and his fellow soldiers. > what,.... was he supposed to wait for the man to fire two rounds & > nbsp;into his chest before he shot back? ** > **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** > **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did > to protect himself and others around him. This Marine should be praised > not punished. How many Marines would be dead now if the person he shot > would've pulled out a gun or a pin on a Grenade? ** > **688. Amanda Willis , Va.- Anybody would protect their own life! It is > natural! ** > **689. Kristin Stell , VA ** > **690. Chris Smith, VA- The man was protecting his life as well as his > fellow Marines! . He should he praised for that, instead of being > charged. What would you have done? That combatant could've done anything > to kill all of those Marines. ** > **691. Amber Hale , Va ** > **692. Julie Miller,Va ** > **693. Brittany hedgepeth ,va ** > **694. Julia Keene, NC ** > **6 95. Evelyn White, WV...when did doing one's job become a > crime?...soldiers kill the enemy...its in their job description..and to > those of you now serving and who have served before...THANK YOU FOR MY > LIFE!!! ** > **696. Tim Collins , VA ** > **697 Karen Vannoy, NC ** > **698. Mary McBride USMC Wife ** > **699. Jennifer K. Rau, NC ** > **700. Leanne Sudbrink, NC ** > **701. Benson Huff. grandson currently in Iraq again. *** > > **702. Mildred Huff grandson currently in Iraq again. *** > **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** > **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** > **705. Dawn Schirtzinger , OH ** > **706. Shelba Webb, FL ** > **707 Nicole Ehlermann, Fl Are these the same people bitching about the > lives lost in Iraq this young m! an did his job, did it WELL and saved > lives. he has all my respect ** > **708. C.J. Grisham - You can lead a fool to wisd om but you can't make > him think. We can't prevent the birds of sorrow from flying over our > heads, but we can refuse to let them build nests in our hair. ** > **709. Sherrie Rafferty , Alaska - daughter and wife of retired > military. Thank you to all who serve! ** > **710. Gregg Baumeier , Virginia - son of and retired military. ** > **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** > **712. AZ1(AW/SW) J. Lynch, USNR - VA ** > **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** > **714. R.M.Van Kirk, (USN Retired) MA. ** > **715. J. Rumsis, Massachusetts ** > **716. Adelaide LaBauve (LA) ** > **717. Randy LaBauve Sr. (LA) ** > **718. Barbara Robinson (AR) ** > **719. Al Robinson (AR) ** > **720. A.M.Armstrong (AR) ** > **721. K.F.Smorol (AR ** > **722. Rita Warner, AR. ** > **723. Jane Stone , AR. ** > **724. Angela Strawn (OK) ** > **725. Gabby Baker - Riverside , CA . ** > **726. Wayne Edwards, CA ** > **727. Arlene E dwards, Mission Viejo, California ** > **728. Don Edwards, Mission Viejo , CA ** > **729. Sheila Gershwin, Huntington Beach , CA ** > **730. Hershel Gershwin, Huntington Beach , CA ** > **731. Mary Hanson, Fountain Valley , CA ** > **732. Janet Winstead, Burlington , N.C. ** > **733 Bill Winstead, Burlington , N.C. ** > **734. Scotty Key, Burlington , N. C. ** > **735. Donald A. Smith, Roanoke , VA. ** > **736. Sandra R. Smith, Roanoke , VA. ** > **737. Norm Noble, Sun Lakes , AZ ** > **738. DenisAnn Noble, Sun Lakes , AZJim ** > **739. Jim Sinclair, Burbank , WA ** > **740. Virginia Sinclair, Burban! k, WA ** > **741. Archie Hook Wallowa, Or ** > **742. Vicqui Hook Wallowa, Or ** > **743. Becky Story, Cove, OR ** > **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back > them up in their actions in the line of their Duty. ** > **745. Patsy Hutchinson, La Grande, OR All who serve their country, > should be praised for their great contribution. ** > **746 WARD THOMAS, TUALATIN , OREGON ** > **747. Keith Book, Boise , ID ** > **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force > and is heading to Iraq for the 3rd time! I support our troops 100%! ** > **749. Beatrice Lasater , ID God bless and protect our troops! Thank you > for your sacrifices. ** > **750. Carmen Hunt , ID ** > **751. Linda Newell, Boise , ID ** > **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom > so the war is not being fought on American soil. ** > **753. Shirley Carnahan, Boise ID ** > **754. David Dill. Boise ID ** > **755. Shannon Fick, Boise , ID ** > **756. Kenneth Dill, Boise ID ** > **757. Mandy Barth, Boise ID ** > **758. Carol Anderson, Boise ID ** > **759. Jennifer Bonilla, Boise ID ** > **760. Jesama Rosensweig, Boise ID ** > **761. PO3 ROSENSWEIG, GUAM ** > **762 June Johnson (TX) ** > **763 Nancy Parlberg (TX) ** > **76 4 Kathryan Barber (Tx) ** > **765 Stacy Sooter (Tx) ** > **766 Alan B. Sooter (Tx) ** > **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** > **768 Sandra Sooter (TX) ** > **769 David Sooter ** > **770 Phil Sooter ** > **771 Marietta Sooter ** > **772 Shawn Sooter ** > **773 Kent Knight Midland, TX ** > **774 John Reed (WWII vet) Midland, TX ** > **775 Max Wright, Midland, TX ** > **776 Paul B. Homer, China Lake, CA ** > **777 Claire Goodell, Ridgecrest, CA ** > **778. Jeff Sinclair, USMC, Ret ** > **779. George Nehr, Ridgecrest , CA *** > > **780 Jake and Sheryl, Oxnard CA *** > **781 Arlene Raisner, Camarillo, CA ** > **782 Norman Wilcox Oxnard, CA. ** > **783. Shawn Clay California ** > **784. Duane DeSalvo, Fillmore , CA ** > **785. Robert T. Morock, Oxnard , CA ** > **786. Keith High, Camarillo, Ca. -- Former military brat and son of > USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, > they have "license to kill" in time of WAR! ** > **787. Liz Higgins, Rosamond CA ** > **788. Annette Pitre, Rosamond, can't even write what I think. Son did > two tours. Semper Fidelis ** > **789. Margie Vincent, Weatherford , OK ** > **790. Kathy Bell, Norman , OK ** > **791. Austilene Borum , OK ** > **792. Ron Borum, OK ** > **793. Marshall Whittaker, TN ** > **794. Doc Gillespie , TN Semper Fi! ** > **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with > pen removed) ** > **796 June Landrum,Tn, ** > **797 Earl McCosh, Col, USAF (Ret) ** > **798 Jane McCosh, wife of Col McCosh ** > **799 Rodney McCosh, Sgt E-6, Disabled Vet ** > **800 Pam McCosh, Wife of Sgt McCosh ** > **801 Robert Ahrens, NC ** > **802.Mary H. Ahrens, NC ** > **803 Myron Speer ** > **804 Ross W Connors ** > **805 Elva M Connors ** > **806 Harriet Anthony ** > **807 Joan Kniager ** > **808. Pam Shaffer ** > **809. Don Shaffer ** > **810 Shane Shaffer ** > **811. Jennifer Shaffer Morales ** > **812. Geri McClung, Wellington ,Ks ** > **813. Huey Hubbard, Wellington ,Ks ** > **814. Audrea Frazer, Wellington , Ks ** > **815. Eldridge Anthony LA. ** > **816. Amy Heisey, Waldorf MD ** > **817. Debra Baca, Statesboro , Georgia ** > **818. Don Holland, Orlando, Florida ** > **819 HERB NORCH, EL PASO, TEXAS ** > **820 Roy McLendon, Tallahassee, Foriida> ** > **821. Charles McLendon/ Florahome, fl. ** > **822. Luther McDonald, >>Semper Fi<< ** > **823 Gerry Redmon, Panama City, FL ** > **824 Frank Redmon, Panama City, FL ** > **825 Charles Newman, Florence, AL ** > **826 Willene Newman, Florence, AL ** > **827 Rebecca Schwartz Gadsden AL ** > **828 Ronald Schwartz Gadsden AL ** > **829 W.C. Murphy, Gadsden, Al. ** > **830 Marlene Murphy, Gadsden, Al. ** > **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak > for us any more than Jane Fonda during the Vietnam War?! They are a > cowardly group trying to force their opinions on the rest of us. ** > **832 James Asbury, McDonough , GA ** > **833 Mary Stanfield, Beaumont , Tx . *** > **834 Terry Sykes,Attalla,Al,** > **835 Jerry Parker, Orange Beach , AL** > **836 Jean Parker, Orange Beach , AL** > **837**** Terry Gilmore, Glencoe , AL** > **838 Linda Gilmore, Glencoe , AL** > **839 James Little, Gadsden , AL** > **840 Betty Little, Gadsden , AL ** > **841 Omar Hancock, Henagar , AL** > **842 Joyce Hancock, Henagar , AL** > **843 James Johnson, Fort Payne AL ** > **844 Brenda Johnson, Fort Payne AL** > **845. Bud Hilyer, Fort Payne , AL** > **846. Joan Pace Gilmore** > **847. Pat Gillespie , TN** > **848: Joyce S. Gilliland Ohio** > **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** > **850: Herman Keisler. Msgt. USAF retired. SC** > **851: Patricia Keisler. SC** > **852:Glenn Lancaster S.C.** > 853:Cindy Lancaster, S.C. > **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** > **855. Darlene Cook, Barnwell , SC*** > **856. Walter Breland SFC RET, Lodge, S.C.*** > **857. W. Collier, South Carolina*** > **858. B. Frye , South Carolina***** ** > 859. Alice Brooks , South Carolina > 860. Phillip Baker , USA , SFC Ret., Columbia , SC > 861. Lisa Crimm, Attalla , */AL/**//* > > > > > > > > */[862. GINA HANNAH , GADSDEN , AL/* > */863. MIRREN HANNAH, GADSDEN , AL/* > */864. ALYSSA HANNAH, GADSDEN AL/* > */865. JOSH HANNAH, GADSDEN , AL/* > */866. LOLA M. CLOYD GADSDEN , AL/* > */867. MARTHA RHODEN, GADSDEN , AL > 868. JOY HUDSON, RAINBOW CITY, AL > 869. ALYSSA HUDSON, RAINBOW CITY, AL > 870. Josh Lee Rainbow City, Al > /* > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Thu Sep 14 05:12:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Thu, 14 Sep 2006 10:12:35 +0100 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> Message-ID: Someone who blindly forwards to a mailing list, should be taken off. Josh Lee Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 14/09/2006 09:32 Please respond to vtigercrm-developers at lists.vtigercrm.com To jlee at cellbg.com cc Subject [Vtigercrm-developers] Online Petition I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0003.html -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: application/octet-stream Size: 231 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0002.obj From richie at vtiger.com Thu Sep 14 05:53:33 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 02:53:33 -0700 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <10dabbed644.7656873636832605813.-607893398635991359@@vtiger.com> JLee, I understand that this pains you but please note that the fora for these sort of feelings is not this. I am sure we will not get to see any more of these sort of posts from anyone in the community in the future. Richie ---- Josh Lee<jlee at zertis.net> wrote ---- I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//*     */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/4de8d475/attachment-0003.html From richie at vtiger.com Thu Sep 14 09:20:35 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 06:20:35 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/6df45c3b/attachment-0003.html From liuzs at bit2x.com Thu Sep 14 09:51:51 2006 From: liuzs at bit2x.com (Zesheng Liu) Date: Thu, 14 Sep 2006 21:51:51 +0800 Subject: [Vtigercrm-developers] vtigercrm5 released References: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Message-ID: <006701c6d804$fe223000$de0ac50a@liuzs> Hi, Congration! Thanks to Richie and your team. Noah Liu ----- Original Message ----- From: Richie To: vtigercrm-developers at lists.vtigercrm.com Sent: Thursday, September 14, 2006 9:20 PM Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie ------------------------------------------------------------------------------ _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/602d219d/attachment-0003.html From dgrant at accuratetechnologies.com Thu Sep 14 10:21:58 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 14 Sep 2006 10:21:58 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Congrats! And great timing too! Now, could someone with more Subversion experience than I explain how to pull this release out of svn and sync my changes against my local copy of RC1 against the new version? Tanks, DG _____ From: Richie [mailto:richie at vtiger.com] Sent: Thursday, September 14, 2006 9:21 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id =203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/0df7c974/attachment-0003.html From leandro at oriontek.org Thu Sep 14 16:25:37 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Thu, 14 Sep 2006 15:25:37 -0500 Subject: [Vtigercrm-developers] New Features Message-ID: <200609141525.37760.leandro@oriontek.org> Hello Vtiger developer team, Im testing the V5 today, and V5Beta before, and I like the import utility for the notes, emails, quotes and tickets, because from sugar for my case is easy export this datas from the web form. The import utility for contacts and accounts is good for me, but i need import the notes and tickets and if is possible the quotes. Somebody has working in Spanish Translation for V5? (for aplication, manuals and plugins?) if none is available or you need for help, i would help to it. Congratulations For this hard JOB!! -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From joe at tsolucio.com Thu Sep 14 16:58:43 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 22:58:43 +0200 Subject: [Vtigercrm-developers] New Features In-Reply-To: <200609141525.37760.leandro@oriontek.org> References: <200609141525.37760.leandro@oriontek.org> Message-ID: <1158267523.8029.4.camel@joeshome.int> Hello Leandro, Can't help with imports but you should checkout this thread in the language forum: http://forums.vtiger.com/viewtopic.php?t=9668&postdays=0&postorder=asc&start=0 You should get a pretty good start into a spanish translation. I am Joe Bordes and I will start a new spanish translation project, as the thread says (the existing one seems to be dead), and coordinate all the efforts that are being done to this respect. Just give me a couple of days :-) Regards, Joe El jue, 14-09-2006 a las 15:25 -0500, Leandro Rache Sanchez escribi?: > Hello Vtiger developer team, > Im testing the V5 today, and V5Beta before, and I like the import utility for > the notes, emails, quotes and tickets, because from sugar for my case is easy > export this datas from the web form. The import utility for contacts and > accounts is good for me, but i need import the notes and tickets and if is > possible the quotes. > Somebody has working in Spanish Translation for V5? (for aplication, manuals > and plugins?) if none is available or you need for help, i would help to it. > > Congratulations For this hard JOB!! From libregeek at gmail.com Fri Sep 15 09:58:32 2006 From: libregeek at gmail.com (Manilal K M) Date: Fri, 15 Sep 2006 19:28:32 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 Message-ID: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Hi developers, I have just now downloaded and installed the amazing vtiger-5.0 and really impressed with the appearance and usability. But I came across a number of problems while installing. I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched logs/migration.log, but there was no log of any kind. I was actually trying to load the data through the second method (database dump of 4.2.3). This is still not solved. The second issue is with the IMAP connection. I tried to configure the mail account through the interface provided by vtiger and it was a great failure. In the end I found that the Connection String through which vtiger is connection is making the problem. The Connection String with which vtiger is connecting is: "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" Then I hardcoded my server's Connection String in modules/Webmail/MailBox.php like this: $this->mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, $this->secretkey); and it worked. I think that something happened with the Connection string, because it is different from the one that I used. Reference : http://in.php.net/manual/en/function.imap-open.php regards Manilal From allan.bush+vtiger_dev at gmail.com Fri Sep 15 10:51:04 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 07:51:04 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Message-ID: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Congratulations on the release. I'm sure everyone deserves a couple days off now. I hate to nag but a release should never occur when there are outstanding bugs will a target milestone of the release version. All these bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 should have been cleared off (either closed or had their milestone bumped) before the 5.0 release. It looks a little unprofessional to create a release with so many known outstanding issues. Also all open bugs with a version of 5.0-RC (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) should be reviewed against the 5.0 release now and either marked as fixed or have their version bumped to 5.0. Moving forward their should probably be 2 new targeted releases; 5.0.1 and 5.1.0. A 5.0 branch should be created and all bug fixes should be applied to it for a 5.0.1 release. Meanwhile all new features should be added to the trunk code which will become the 5.1 release in time. Bug fixes applied to the 5.0 branch should also be applied to the trunk code when appropriate. This is of course all my opinion and open to discussion. On 9/14/06, Dennis Grant wrote: > > > > > Congrats! > > > > And great timing too! > > > > Now, could someone with more Subversion experience than I explain how to > pull this release out of svn and sync my changes against my local copy of > RC1 against the new version? > > > > Tanks, > > > > DG > > > > ________________________________ > > > From: Richie [mailto:richie at vtiger.com] > Sent: Thursday, September 14, 2006 9:21 AM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > Hi! > > vtigercrm5 has been released! > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > I take this opportunity to thank each one of you for > the help, encouragement and support that > you have > provided to enable us to release it today. > > This has been 'the' toughest release in vtiger's > short history and also the most useful and > knowledgeable one. > The core-team learnt a lot about > community-building, making mistakes, using > trac and svn, handling volatile > emotions,etc. It has been a sort of > self-discovery actually. > > At this point of time, I cannot help but be > philosophical about the output. > We have given our best we could in the given > circumstances. > The result is for all of you to decide upon. > Yes, we could have done more but then I am not sure > if that would have made the release any > better. > > There comes a time when we have to let go and take > a step back and observe. > I think this is the time. > > Thank You for taking out some time to read this mail. > I want all of you to know that we need you and we > respect you. > We will make mistakes in the future too but we are > willing to learn and adapt also. > So, please bear with us. > > Do let us know how you feel about the release. > > Thanks once again, > Richie > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 11:05:15 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 10:05:15 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: It is better to be able to get a list of known bugs in an app. Reassigning or closing the bugs would prevent a user from finding out that their specific version has a known bug. Before I deploy an application, I should be able to tell what is wrong with it to see if there are any show stoppers. For example, if there is a fatal flaw in the ability to send emails and I require emails then I want to know before deployment. Ideally, the bug tracker has the ability to note that a bug exists in multiple versions and when it was fixed. In lieu of that, leave the bugs open and create a new bug for the next milestone that references the previous version. When the bug is fixed, note that in the previous bug so they know to move up to 5.1.0 or if it is a patch then mark it as fixed in 5.0.1. In summary, if 5.0.0 has a bug then it always will have a bug. Anyone running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. Regards, Tim OnwealdTim On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > I'm sure everyone deserves a couple days off now. > > I hate to nag but a release should never occur when there are > outstanding bugs will a target milestone of the release version. All > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > should have been cleared off (either closed or had their milestone > bumped) before the 5.0 release. It looks a little unprofessional to > create a release with so many known outstanding issues. > > Also all open bugs with a version of 5.0-RC > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority > ) > should be reviewed against the 5.0 release now and either marked as > fixed or have their version bumped to 5.0. > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > applied to it for a 5.0.1 release. Meanwhile all new features should > be added to the trunk code which will become the 5.1 release in time. > Bug fixes applied to the 5.0 branch should also be applied to the > trunk code when appropriate. > > This is of course all my opinion and open to discussion. > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > Congrats! > > > > > > > > And great timing too! > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > pull this release out of svn and sync my changes against my local copy > of > > RC1 against the new version? > > > > > > > > Tanks, > > > > > > > > DG > > > > > > > > ________________________________ > > > > > > From: Richie [mailto:richie at vtiger.com] > > Sent: Thursday, September 14, 2006 9:21 AM > > > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > Hi! > > > > vtigercrm5 has been released! > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > I take this opportunity to thank each one of you for > > the help, encouragement and support that > > you have > > provided to enable us to release it today. > > > > This has been 'the' toughest release in vtiger's > > short history and also the most useful and > > knowledgeable one. > > The core-team learnt a lot about > > community-building, making mistakes, using > > trac and svn, handling volatile > > emotions,etc. It has been a sort of > > self-discovery actually. > > > > At this point of time, I cannot help but be > > philosophical about the output. > > We have given our best we could in the given > > circumstances. > > The result is for all of you to decide upon. > > Yes, we could have done more but then I am not sure > > if that would have made the release any > > better. > > > > There comes a time when we have to let go and take > > a step back and observe. > > I think this is the time. > > > > Thank You for taking out some time to read this mail. > > I want all of you to know that we need you and we > > respect you. > > We will make mistakes in the future too but we are > > willing to learn and adapt also. > > So, please bear with us. > > > > Do let us know how you feel about the release. > > > > Thanks once again, > > Richie > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/c0aa6513/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 11:17:29 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 08:17:29 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. On 9/15/06, Tim Smith wrote: > It is better to be able to get a list of known bugs in an app. Reassigning > or closing the bugs would prevent a user from finding out that their > specific version has a known bug. > > Before I deploy an application, I should be able to tell what is wrong with > it to see if there are any show stoppers. For example, if there is a fatal > flaw in the ability to send emails and I require emails then I want to know > before deployment. > > Ideally, the bug tracker has the ability to note that a bug exists in > multiple versions and when it was fixed. In lieu of that, leave the bugs > open and create a new bug for the next milestone that references the > previous version. When the bug is fixed, note that in the previous bug so > they know to move up to 5.1.0 or if it is a patch then mark it as fixed in > 5.0.1. > > In summary, if 5.0.0 has a bug then it always will have a bug. Anyone > running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. > > Regards, > Tim > > OnwealdTim > > > On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > > > I'm sure everyone deserves a couple days off now. > > > > I hate to nag but a release should never occur when there are > > outstanding bugs will a target milestone of the release version. All > > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > > should have been cleared off (either closed or had their milestone > > bumped) before the 5.0 release. It looks a little unprofessional to > > create a release with so many known outstanding issues. > > > > Also all open bugs with a version of 5.0-RC > > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) > > should be reviewed against the 5.0 release now and either marked as > > fixed or have their version bumped to 5.0. > > > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > > applied to it for a 5.0.1 release. Meanwhile all new features should > > be added to the trunk code which will become the 5.1 release in time. > > Bug fixes applied to the 5.0 branch should also be applied to the > > trunk code when appropriate. > > > > This is of course all my opinion and open to discussion. > > > > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > > > > > > Congrats! > > > > > > > > > > > > And great timing too! > > > > > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > > pull this release out of svn and sync my changes against my local copy > of > > > RC1 against the new version? > > > > > > > > > > > > Tanks, > > > > > > > > > > > > DG > > > > > > > > > > > > ________________________________ > > > > > > > > > From: Richie [mailto: richie at vtiger.com] > > > Sent: Thursday, September 14, 2006 9:21 AM > > > > > > To: vtigercrm-developers at lists.vtigercrm.com > > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > > > > > > > > > Hi! > > > > > > vtigercrm5 has been released! > > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > > > I take this opportunity to thank each one of you for > > > the help, encouragement and support that > > > you have > > > provided to enable us to release it today. > > > > > > This has been 'the' toughest release in vtiger's > > > short history and also the most useful and > > > knowledgeable one. > > > The core-team learnt a lot about > > > community-building, making mistakes, using > > > trac and svn, handling volatile > > > emotions,etc. It has been a sort of > > > self-discovery actually. > > > > > > At this point of time, I cannot help but be > > > philosophical about the output. > > > We have given our best we could in the given > > > circumstances. > > > The result is for all of you to decide upon. > > > Yes, we could have done more but then I am not sure > > > if that would have made the release any > > > better. > > > > > > There comes a time when we have to let go and take > > > a step back and observe. > > > I think this is the time. > > > > > > Thank You for taking out some time to read this mail. > > > I want all of you to know that we need you and we > > > respect you. > > > We will make mistakes in the future too but we are > > > willing to learn and adapt also. > > > So, please bear with us. > > > > > > Do let us know how you feel about the release. > > > > > > Thanks once again, > > > Richie > > > > > > _______________________________________________ > > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 14:33:07 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 13:33:07 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/254f07e8/attachment-0003.html From dgrant at accuratetechnologies.com Fri Sep 15 14:55:39 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 14:55:39 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> So can anybody give me any pointers about how to grab the new release from SVN and synch up my repository with my patches? DG _____ From: Tim Smith [mailto:smith.timsmith at gmail.com] Sent: Friday, September 15, 2006 2:33 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Agreed. On 9/15/06, Allan Bush wrote: I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/81e804f9/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 15:17:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 12:17:09 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> Message-ID: <3bec26390609151217p25886abcvfafa30ccbe96e673@mail.gmail.com> Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Fri Sep 15 15:31:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 15:31:16 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091C@exch.accuratetechnologies.com> I thought there was a way to checkout a new working copy of 5.0GA, then do a merge of my trunk against it. They way I have been working so far, I actually imported my install of a working 5.0RC1 into SVN, then checked it out in place (meaning that SVN saw my hacking on a live install of RC1 as a working copy.) I never committed any of my changes, so a straight svn diff would dump a patch that was all my changes compared against vanilla RC1 - that was easy to submit to the mailing list to get my patches accepted. But given the amount of work that I'm doing - and am going to have to do, given the backup of feature requests I've got on the go right now - it'd be better for everyone if I adopted the same SVN practices as the rest of the vtiger core team. But I'm super new to svn, and could use a little handholding. Is there no way to get svn to download the new version and do the merge? DG -----Original Message----- From: Allan Bush [mailto:allan.bush+vtiger_dev at gmail.com] Sent: Friday, September 15, 2006 3:17 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From joe at tsolucio.com Sun Sep 17 19:09:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 18 Sep 2006 01:09:13 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> References: <1157677778.10479.7.camel@joeshome.int> <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Message-ID: <1158534554.11480.4.camel@joeshome.int> Hi, I finally got a moment to read and understand this email. I also updated some wiki pages with it. >From what I understand there is no official way of obtaining a tabid/blockid with which I can work without worrying of clashing with somebody elses. So why isn't there a tab_seq and block_seq table so we could use the getUniqueID when inserting records in these tables as we do with vtiger_fields? Thanks for your answer. Regards, Joe El vie, 08-09-2006 a las 03:17 -0700, Mangai escribi?: > Dear joebordes, > > I apologize for delay in reply. > > Here is the information you requested: > > Following changes should be done in > modules/Users/DefaultDataPopulator.php files. > > 1) To insert into vtiger_tab table > use value greater than 29 for tabid. values from 1 to 29 already > occupied for modules in vtigerCRM. > Syntax: $this->db->query("INSERT INTO vtiger_tab VALUES > (,'',,,'',,,)"); > > Example: $this->db->query("INSERT INTO vtiger_tab VALUES > (7,'Leads',0,4,'Leads',null,null,1)"); > [example given with respect to Leads module.] > > 2) To insert into vtiger_blocks table > use value greater than 83 for blockid. values from 1 to 83 are > already occupied. > Syntax: $this->db->query("insert into vtiger_blocks values > > (,,'',, >,,,,)"); > > Example: $this->db->query("insert into vtiger_blocks values > (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); > > 3) To insert into vtiger_field table > value for fieldid will be generated dynamically using getUniqueID > method of PearDataBase class. > Syntax: $this->db->query("insert into vtiger_field values > > (,,,,,,,, > > ,,,,,,,, > ,,)"); > > Example: $this->db->query("insert into vtiger_field values > > (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', > > 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); > > > This is a small part in module creation. As you asked about block,tab > and field id, I've given that. kindly wait for some time to get full > documentation for module creation. We will provide it soon. > > If you have any query or any difficulty in the above statements, > kindly feel free to mail me(email address: minnie at vtiger.com) > > Thanks & Regards, > Minnie. > > ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- > > Hi All, > > I asked a question on the forum a few days ago but nobody > answered. The > thread is: > > http://forums.vtiger.com/viewtopic.php?t=9516 > > It is about what numbers I should use when adding > vtiger_block, > vtiger_tab and vtiger_field. Do I just invent whatever numbers > I want > and hope they don't clobber/get clobberd? Or is there > somewhere I can > get my own "reserved" numbers? > > I'm asking because I just let out a patch to a project on the > forge that > has this problem. Or I make an install script for the project > and > generate te numbers dinamically so they can adapt to each > installation > or I used some reserved numbers. > > Please put me in the right direction. > > Thanks, Joe. > > BTW: If anybody has some time to test the project, all > feedback is > welcome (tsolucio::tttimecards). > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Mon Sep 18 01:01:51 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sun, 17 Sep 2006 23:01:51 -0600 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Message-ID: <1158555711.6562.1.camel@localhost.localdomain> The connection string seems to be a hit and miss depending on the email server. If I put too many connection attempts into the MailBox class it slows the system down considerably for each attempt. I'll work on it some more, have been out of town and missed the 5.0.0 release :(. Matt On Fri, 2006-09-15 at 19:28 +0530, Manilal K M wrote: > Hi developers, > I have just now downloaded and installed the amazing vtiger-5.0 and > really impressed with the appearance and usability. But I came across > a number of problems while installing. > I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched > logs/migration.log, but there was no log of any kind. I was actually > trying to load the data through the second method (database dump of > 4.2.3). This is still not solved. > > The second issue is with the IMAP connection. I tried to configure the > mail account through the > interface provided by vtiger and it was a great failure. In the end I > found that the Connection String through which vtiger is connection is > making the problem. The Connection String with which vtiger is > connecting is: > "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" > > Then I hardcoded my server's Connection String in > modules/Webmail/MailBox.php like this: > $this->mbox = imap_open > ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, > $this->secretkey); > and it worked. > > I think that something happened with the Connection string, because it > is different from the one that I used. > > Reference : http://in.php.net/manual/en/function.imap-open.php > > regards > Manilal > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From libregeek at gmail.com Mon Sep 18 01:41:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 18 Sep 2006 11:11:33 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <1158555711.6562.1.camel@localhost.localdomain> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> <1158555711.6562.1.camel@localhost.localdomain> Message-ID: <2315046d0609172241h19b90376q211e79d62b057669@mail.gmail.com> On 18/09/06, Matthew Brichacek wrote: > The connection string seems to be a hit and miss depending on the email > server. If I put too many connection attempts into the MailBox class it > slows the system down considerably for each attempt. I'll work on it > some more, have been out of town and missed the 5.0.0 release :(. > > Matt Dear Matt, I would like to bring to your notice some of the issues I notices in modules/Webmails. First of all, the vtiger connection string never includes a string like "{localhost:993/imap/ssl/novalidate-cert}". It is seen that a checking for $this->ssltype == "ssl" is included from the source, but the ssltype variable will never get a value like "SSL", because such a value is never returned from the UI. and hence a IMAP connection to port no 993 is not possible. It would be nice to include a radio button which has a value "SSL" in the Email Settings form along with TLS and NOTLS, so that users can enable SSL connection to 993. regards Manilal From don at vtiger.com Mon Sep 18 07:24:59 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 04:24:59 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: <10dc0abfe60.3128830003835031301.-7116431478932076005@@vtiger.com> Hi All, We do agree that currently there are issues with version and priority updates in the trac. Philip will be working on this and we will fix these issues at the earliest. Please bear with us in the mean time. As pointed out by Allan we will also move the tickets from version from 5.0-RC to 5.0.0 if the issue still persists in 5.0 GA Thanks & Regards, Don ---- On Fri, 15 Sep 2006 Tim Smith wrote ---- Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/707f150f/attachment-0003.html From gopals at vtiger.com Mon Sep 18 07:53:40 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 18 Sep 2006 04:53:40 -0700 Subject: [Vtigercrm-developers] Naming convention for language packs Message-ID: <10dc0c63e26.6514486618761055109.8022407613324589530@@vtiger.com> Dear Team, I would like to propose the following naming convention for version 5 language packs: vtigercrm-5.0.0--.zip Example: vtigercrm-5.0.0-en-us.zip Looking forward for your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag | blog ph: +1 877 788 4437 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/92309517/attachment-0003.html From jtk at yahoo.com Mon Sep 18 09:59:42 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 18 Sep 2006 09:59:42 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: Gopal wrote: > I would like to propose the following naming convention for version 5 language packs: What is vtigercrm's definition of a language pack: a) additional drop-in files providing a new translated language, multiple language packs can be dropped in and selected by site config file or user preference. vtigercrm only ships with one (or a few) language pack, for space reduction.* b) a localized variant of the complete vtigercrm source (e.g. substituted strings everywhere). I don't think this is what we're talking about here. > vtigercrm-5.0.0--.zip > > Example: vtigercrm-5.0.0-en-us.zip This naming convention gives the impression of b). As a release package, all name components should be ahead of the version number components. if a): vtigercrm-lang-en-us-5.0.0.zip if b): vtigercrm-localized-en-us-5.0.0.zip This 'package name' would be 'vtigercrm-lang-en-us', and can follow the same naming conventions and release procedures as we finalize in the trac Wiki. * I'm not keen on the idea of separating out language packs unless including them wastes an unspeakable amount of space. It will be much easier on release management to just treat translations as feature additions, and prepare a release accordingly. I think we should streamline the bugfix and feature release processes and follow them uniformly for every release. From don at vtiger.com Mon Sep 18 11:15:44 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 08:15:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <10dc17f3f47.-4775032917081322974.7833253795728513370@@vtiger.com> Hi All, Moving forward to the forthcoming releases ,we have planned to maintain the svn in the following format. Kindly let us know your views on this. The following two branches will be created over the vtigercrm-5.0.0 trunk: - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be done in this branch - 5.1 --> All the feature additions will be done in this branch. The bug fixes done in the 5.0.1 branch will also be updated in the 5.1 branch. We will require help in this area as we are not that well-versed with svn. Fathi/JeffK will need to help us out at this stage. Now when a minor bug fix/patch release namely 5.0.1 is to be done, we will do the following :- the modified source files present in the 5.0.1 branch will be provided as a zip to upgrade from 5.0 to 5.0.1 We will also provide the full .tar.gz/exe/zip files of 5.0.1 for newly installing users so that it is not required that the install 5.0 and then upgrade to 5.0.1 When a medium release, namely- 5.1 is to be done inclusive of the bug fixes/features , the modified source files present ie (5.0.1 - 5.1) in the 5.1 branch will be provided as a zip to upgrade from 5.0 to 5.1 We will also provide the full .tar.gz/exe/zip files of 5.1 for newly installing users. Top of the trunk development is frozen. Post 5.1 we will merge all the files in 5.1 branch to the top of the trunk and then again we will create the two braches over this, 5.1.1 for bug fixes and 5.2 for feature addition. Feel free to post your views on this. Thanks, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/f06cf1be/attachment-0003.html From fboudra at gmail.com Tue Sep 19 09:00:00 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 19 Sep 2006 15:00:00 +0200 Subject: [Vtigercrm-developers] Naming convention for language packs In-Reply-To: References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: <200609191500.00459.fboudra@gmail.com> another proposal: vtigercrm-i18n-lang-5.0.0 anyway version number is always at the end. from my point of view, localized or lang aren't commonly used. cheers, Fathi PS: example given vtigercrm-i18n-af-5.0.0 vtigercrm-i18n-ar-5.0.0 vtigercrm-i18n-az-5.0.0 vtigercrm-i18n-bg-5.0.0 vtigercrm-i18n-bn-5.0.0 vtigercrm-i18n-br-5.0.0 vtigercrm-i18n-bs-5.0.0 vtigercrm-i18n-ca-5.0.0 vtigercrm-i18n-cs-5.0.0 vtigercrm-i18n-cy-5.0.0 vtigercrm-i18n-da-5.0.0 vtigercrm-i18n-de-5.0.0 vtigercrm-i18n-el-5.0.0 vtigercrm-i18n-engb-5.0.0 vtigercrm-i18n-eo-5.0.0 vtigercrm-i18n-es-5.0.0 vtigercrm-i18n-et-5.0.0 vtigercrm-i18n-eu-5.0.0 vtigercrm-i18n-fa-5.0.0 vtigercrm-i18n-fi-5.0.0 vtigercrm-i18n-fr-5.0.0 vtigercrm-i18n-fy-5.0.0 vtigercrm-i18n-ga-5.0.0 vtigercrm-i18n-gl-5.0.0 vtigercrm-i18n-he-5.0.0 vtigercrm-i18n-hi-5.0.0 vtigercrm-i18n-hr-5.0.0 vtigercrm-i18n-hu-5.0.0 vtigercrm-i18n-is-5.0.0 vtigercrm-i18n-it-5.0.0 vtigercrm-i18n-ja-5.0.0 vtigercrm-i18n-km-5.0.0 vtigercrm-i18n-ko-5.0.0 vtigercrm-i18n-lt-5.0.0 vtigercrm-i18n-lv-5.0.0 vtigercrm-i18n-mk-5.0.0 vtigercrm-i18n-mn-5.0.0 vtigercrm-i18n-ms-5.0.0 vtigercrm-i18n-nb-5.0.0 vtigercrm-i18n-nds-5.0.0 vtigercrm-i18n-nl-5.0.0 vtigercrm-i18n-nn-5.0.0 vtigercrm-i18n-pa-5.0.0 vtigercrm-i18n-pl-5.0.0 vtigercrm-i18n-pt-5.0.0 vtigercrm-i18n-ptbr-5.0.0 vtigercrm-i18n-ro-5.0.0 vtigercrm-i18n-ru-5.0.0 vtigercrm-i18n-rw-5.0.0 vtigercrm-i18n-se-5.0.0 vtigercrm-i18n-sk-5.0.0 vtigercrm-i18n-sl-5.0.0 vtigercrm-i18n-sr-5.0.0 vtigercrm-i18n-srlatin-5.0.0 vtigercrm-i18n-ss-5.0.0 vtigercrm-i18n-sv-5.0.0 vtigercrm-i18n-ta-5.0.0 vtigercrm-i18n-tg-5.0.0 vtigercrm-i18n-tr-5.0.0 vtigercrm-i18n-uk-5.0.0 vtigercrm-i18n-uz-5.0.0 vtigercrm-i18n-zhcn-5.0.0 vtigercrm-i18n-zhtw-5.0.0 From jtk at yahoo.com Tue Sep 19 10:39:25 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 10:39:25 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> <200609191500.00459.fboudra@gmail.com> Message-ID: Fathi Boudra wrote: > vtigercrm-i18n-lang-5.0.0 > (...) > vtigercrm-i18n-es-5.0.0 Fathi's right, i18n is much better. Make sure to use proper ISO codes for the language component of the package name. I still don't see the wisdom of add-in packages for each language. The linux distro packagers have to write or configure something smart enough to install the system language. Is the intent to save space, or to allow individual translation packages to be released on independently in the weeks after a release of vtigercrm-proper? You could have a vtigercrm-i18n-5.0.0 release that added in *all* language files other than the 'en-us' that an i18n-stripped vtigercrm would ship with. From sergiokessler at gmail.com Tue Sep 19 11:50:20 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Tue, 19 Sep 2006 12:50:20 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-784867627482226232@unknownmsgid> References: <-784867627482226232@unknownmsgid> Message-ID: <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> I think this is wrong. I can understand (not agree) to create a 5.0.1 branch. but why you need to create a 5.1 branch at all ??? 5.1 development should be done in the trunk... branching 5.1 the only thing will do is complicate things... remember KISS (Keep It Simple, Stupid) On 9/18/06, don wrote: > > Hi All, > > Moving forward to the forthcoming releases ,we have > planned to maintain the svn in the > following format. Kindly let us know your views on this. > > The following two branches will be created over the > vtigercrm-5.0.0 trunk: > > - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be > done in this branch > - 5.1 --> All the feature additions will be done in this > branch. The bug fixes done in the 5.0.1 branch will also > be updated in the 5.1 branch. We will require help in this > area as we are not that well-versed with > svn. Fathi/JeffK will need to help us out > at this stage. > > > Now when a minor bug fix/patch release namely 5.0.1 is to > be done, we will do the following :- > the modified source files present in the 5.0.1 branch will > be provided as a zip to upgrade from 5.0 to 5.0.1 > We will also provide the full .tar.gz/exe/zip files of > 5.0.1 for newly installing users so that it is not required > that the install 5.0 and then upgrade to 5.0.1 > > > When a medium release, namely- 5.1 is to be done inclusive > of the bug fixes/features , the modified > source files present ie (5.0.1 - 5.1) in the 5.1 branch > will be provided as a zip to upgrade from 5.0 to 5.1 > We will also provide the full .tar.gz/exe/zip files of 5.1 > for newly installing users. > > > Top of the trunk development is frozen. > > Post 5.1 we will merge all the files in 5.1 branch to the > top of the trunk and then again we will > create the two braches over this, 5.1.1 for bug fixes and > 5.2 for > feature addition. > > Feel free to post your views on this. > > Thanks, > Don > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Tue Sep 19 12:25:02 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:02 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. From jtk at yahoo.com Tue Sep 19 12:25:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:23 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 From fp at crm-now.de Tue Sep 19 13:31:55 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 19 Sep 2006 19:31:55 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: Message-ID: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > From jtk at yahoo.com Tue Sep 19 13:35:11 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 13:35:11 -0400 Subject: [Vtigercrm-developers] Subversion (trunk) permissions opened again? Message-ID: Have the restricted commit permissions been removed from the repository (vtigercrm/trunk, specifically)? From jens at Strawberry.COM Tue Sep 19 14:24:04 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 19 Sep 2006 20:24:04 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: ; from Jeff Kowalczyk on Tue, Sep 19, 2006 at 12:25:02PM -0400 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <20060919202404.E18014@Strawberry.COM> Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From werk at r2g.nl Wed Sep 20 04:41:04 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Wed, 20 Sep 2006 10:41:04 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Working with some translations myself in other project, I agree with Frank. But I don't see why we still have to change a code. I would suggest make language pack just what they are: the files including a different language and let us ork on not having to change any code for a language, in the first place! That way it would be much easier to include a new language, instead of giving each language a complete ctigercrm. I'm afrai that we might end up with several forks, as people want to include their own packages. Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Frank Piepiorra Verzonden: dinsdag 19 september 2006 19:32 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: [Vtigercrm-developers] language packs Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From don at vtiger.com Wed Sep 20 05:47:42 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 02:47:42 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <20060919202404.E18014@Strawberry.COM> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> Message-ID: <10dca9fa4a3.-763084884070474814.4430338107967877023@@vtiger.com> Hi all, Thanks for all your valuable feedbacks and suggestions. >From looking into your inputs we also feel the maintaining a separate 5.1 branch is unnecessary and will be cumbersome. So we will be doing the feature additions for 5.1 in the top of the trunk. We will have only the 5.0.1 branch for bug fixing. All fixing done in this branch will also be merged in the top of th trunk. Kindly let us know your opinions on this. Thanks, Don ---- On Tue, 19 Sep 2006 Jens Hamisch wrote ---- Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/b8fcbeb3/attachment-0003.html From sergiokessler at gmail.com Wed Sep 20 11:19:10 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 20 Sep 2006 12:19:10 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-1527600265577740350@unknownmsgid> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> Message-ID: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Wed Sep 20 11:57:57 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 11:57:57 -0400 Subject: [Vtigercrm-developers] language packs References: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Dhr. R.R. Gerbrands wrote: > I would suggest make language pack just what they are: the files > including a different language and let us ork on not having to change > any code for a language, in the first place! What would be the name of a subsequent enhancement/bugfix release of the language pack: vtigercrm-i18n-de-5.0.0 My point is, this introduces a whole new release cycle which may be: delayed in its start from the vtigercrm-5.0.0 release, highly accelerated (e.g. releases may be rapidly followed by minor improvements), and driven by first-time or infrequent contributors. The user (and the packager) is now burdened with matching a precise language pack ISO code and version number to ensure proper operation. A successful language pack initiative making independently-timed releases would need a determined release manager to keep things from getting out of hand. From don at vtiger.com Wed Sep 20 12:36:45 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 09:36:45 -0700 Subject: [Vtigercrm-developers] Invtiting fixes/contributions for 5.0.1 Message-ID: <10dcc1621de.-2686492889488106902.2731985580817985028@@vtiger.com> Hi All, We invitie bug fixes/contributions for vtigerCRM 5.0.1. Kindly post your fixes/contributions in trac and the URL for the same is as follows: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report For all the fixes/contributions that you are posting in trac make sure that you also are making a blurb here in this mailing list. We also invite volunteers for testing these fixes and contributions. So interested people kindly contact us. Thanks & Regards, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/677fb25a/attachment-0003.html From richie at vtiger.com Wed Sep 20 12:38:44 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:38:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> Message-ID: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Well, my thought process is something like this :- I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. Does this make sense? Kindly let me know lest I go way overboard with svn fundas. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don <don at vtiger.com> wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch <jens at strawberry.com> > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/0a534241/attachment-0003.html From richie at vtiger.com Wed Sep 20 12:40:08 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:40:08 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc193bd2.6541870305308356549.-5434552578084649865@@vtiger.com> Jeff, any idea on the effort and the result of this operation please? Before I call for an all-out ceasefire on the checkins, I need to know whether this operation will have any benefits within stipulated timelines. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/59b244fd/attachment-0003.html From richie at vtiger.com Wed Sep 20 12:48:16 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:48:16 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc20af09.-8578252862366610154.6153230573603325771@@vtiger.com> Jeff, I need your personal thoughts on our decision to have a 5.0.1 branch and keep the 5.1 development to be done on the top-of-the-trunk for 5.0.0. This will give us the extra-confidence here to move forward. I have some queries. Kindly bear with me as I did read the document but was not quick enough to understand it. The bug fixes that are being done will be on the 5.0.1 branch. Now, to maintain the same fixes in the 5.1, we also need to make checkins in the 5.0.0 top of the trunk. Is that correct? To add to the above combo, we can also integrate the contributions of other features for example the mailing list enhancement from mmbrich (say) to ONLY the top-of-the-trunk. So, in brief, the 5.0.0 top of the trunk will have the following :- the 5.0.0 code the bug fixes that are going to 5.0.1 the features submitted newly The combination of these three is going to be called the 5.1 release. Is my understanding correct? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/88a14e1f/attachment-0003.html From richie at vtiger.com Wed Sep 20 13:12:24 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:12:24 -0700 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? Message-ID: <10dcc36c664.6515729719084379586.3312953583758173088@@vtiger.com> Hello! I want to know how to handle feature submissions given by various vtiger users into the 5.0.0 trunk. Is there any specific process that needs to be followed? The reason for the question is this :- We need to determine what all features should go into 5.1. For this to happen, we need to have a list of features that the users are willing to submit so that those features become part of the 5.1. Now, how do we keep track of these? How to ensure that the users do not step on each other's toes? I am sure someone will have this experience out there. I am willing to learn. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/282c5503/attachment-0003.html From richie at vtiger.com Wed Sep 20 13:17:12 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:17:12 -0700 Subject: [Vtigercrm-developers] Right time to start working on 5.1? Message-ID: <10dcc3b2d66.1054835573058807321.7639813491275639595@@vtiger.com> Hi! Wanted to know if you feel that it is the right time to start working on the 5.1 front? Or, do you suggest that we wait till the 5.0.1 is out and then start working on that end? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/ff913a45/attachment-0003.html From richie at vtiger.com Wed Sep 20 13:22:41 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:22:41 -0700 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? Message-ID: <10dcc40327f.584187284068407711.-945443142663597140@@vtiger.com> Hi! I am flooding the mailing list I think but please this is no spam :-)! How does one determine when to make the jump from the 5.0.x to a 5.y? Anyway, 5.y is going to be the final destination which is going to be a superset of fixes and features right? What criteria are used to determine this? Often in the past, I have made this mistake of jumping the gun immediately after a release and working on the next big thing. I realise that this approach is flawed but am not able to pinpoint why it is flawed. Matt has explained this to me many a times but I still do not get it. Kindly explain to me once again please. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/799e972e/attachment-0003.html From fboudra at gmail.com Wed Sep 20 13:32:33 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 19:32:33 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <200609201932.33373.fboudra@gmail.com> Hi, why it is so difficult to understand ? Please find below an overview of the repository and what must be done: The vtigercrm repository structure The repository is organised in main directories: * branches * tags * trunk The trunk directory The trunk directory is where the main development for vtigercrm occurs. What you will find here is what will become the next vtigercrm release. The tags directory This directory contains the official releases of the programs maintained and developed in the vtigercrm repository. Inside it, you will find the release numbers. The branches directory This directory contains the branch versions of vtigercrm after a major release. vtigercrm must adhere to the philosphy that new features (as well as new user-visible strings) are added only to the next release cycle ? the one that lives in trunk. However, bugfixes are applied to all applications, even after release. In order to do that, a branch is created at the moment of the release, indicating the state of the files at that time. Bugfixes are then checked in to those files. Those branches are the ones in branches. To resume: * bugfixes must be done in branches * new feature must be done in trunk * keep sync your bugfixes in trunk * never commit code that break vtigercrm we don't really care of versionning "right now" (5.0.1, 5.0.2, 5.1.0). This is bugfixes (must be done in branches) time so when we'll see that it's the right time to release a bugfix version, we'll do. For people, that want to work/add new feature, it must be done in trunk. my 2 cents. cheers, Fathi From jtk at yahoo.com Wed Sep 20 13:55:26 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 13:55:26 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <39773.0841803879$1158770934@news.gmane.org> Message-ID: Richie wrote: > Jeff, I need your personal thoughts on our decision to have a 5.0.1 > branch and keep the 5.1 development to be done on the top-of-the-trunk > for 5.0.0. I'd encourage the 'stable trunk' policy (which is kind of what we've been using), and branch only when necessary. Scenarios include: - Branching for release: just before a release to do a few tweaks. For the record, I think it was a mistake to close off the trunk for two months leading up to vtigercrm-5.0.0 tagging. Committers would have followed rules if given them. - Branching for maintenance: when you're about to take the trunk into a direction that won't be merge-compatible with supported releases, make a maintenance branch, and plan for it to be long-lived. vtigercrm/branches/4.2 has been functioning correctly in this capacity. - Branching for features: when you're about to add a feature that will break something until you're done working on it, or otherwise destabilize the trunk, make a branch, and plan for it to be short lived. Use a project-wide consistent name for your feature branch. Something that includes the ticket number is good, e.g. enh-0098-newfleem Document your branch copy URL at rev in the commit message Do your work in the branch as fast as possible, merging changes from parent branch to minimize your diff. Ask for a core-team review when done, if you have doubts about what your code change will do to the trunk. Keep your trunk diff minimized while you wait for merge approval. Merge back to the trunk, document your URL at rev in the commit message, close/update your feature ticket After a brief cooling-off period, move your branch to vtigercrm/branches/historical/, or delete. Based on current status, I'd envision things like: vtigercrm/ trunk/ (busy but always kept usable for 'test production') tags/ 5.0.0/ (over time, only keep official release tags) 5.0.1/ 4.2.5/ historical/ 5.0.0beta1 (useful old tags can be kept, delete rest) 5.0.0rc1 4.2.5rc1 branches/ 4.2/ 5.0.2/ (only for days/hours before release) enh-0093-fleem/ (only present while in development) enh-0098-newfleem/ historical/ 5.0.1/ (useful dead branches kept, delete rest) enh-0053-refubar/ From jtk at yahoo.com Wed Sep 20 14:03:15 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:03:15 -0400 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? References: <21410.9561210082$1158773018@news.gmane.org> Message-ID: Richie wrote: > How does one determine when to make the jump from the 5.0.x to a 5.y? Use trac to its fullest extent and it the repository will tell you when its time to make a release. Take a moment to absorb all the information embedded in the view of a properly managed milestone: http://trac.edgewall.org/milestone/0.10 Keep in mind that tickets can be reassigned to other milestones as priorites and developer resources change. From jtk at yahoo.com Wed Sep 20 14:12:07 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:12:07 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? References: <6393.70659268952$1158772373@news.gmane.org> Message-ID: Richie wrote: > I want to know how to handle feature submissions given by various vtiger > users into the 5.0.0 trunk. Is there any specific process that needs to > be followed? Its really just a matter of making a trac ticket, documenting the patch, the changesets committed, and if absolutely necessary make a short lived branch do the work without destabilizing the trunk. The more general comment to be made here is that all work done in the repository should take the fullest advantage of trac tickets, and smart trac references in the commit message (e.g. "fixes #0095. fleem added"). We lose a tremendous amount of trac labor-saving potential with every generic 'fixes done' commit message or 'fixed' ticket closing message. From dgrant at accuratetechnologies.com Wed Sep 20 14:15:43 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 20 Sep 2006 14:15:43 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for5.1? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D38@exch.accuratetechnologies.com> So how does one get a login ID for the trac? DG From jtk at yahoo.com Wed Sep 20 14:29:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:29:46 -0400 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page Message-ID: I would like to add some developer documentation pages to the trac wiki, but my login jeffk lacks permissions to edit the front page from which the new pages should be linked. Pages kind of hard to discover otherwise. Please add jeffk user's edit permissions to the front page. From philip at vtiger.com Wed Sep 20 14:47:46 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 11:47:46 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone Message-ID: <10dcc8e15d9.-5753421698361706924.3517267400752934774@@vtiger.com> Hi Matt, Kindly add the following options 5.0.2 and 5.0.3 in our trac Milestone field at the earliest, this to demarcate the issues that needs to be taken up for our forthcoming patches. Even though richie has admin permissions to trac, was unable to do this! what could be the reason? Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/49f15a18/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Wed Sep 20 14:50:40 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:50:40 -0700 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page In-Reply-To: References: Message-ID: <3bec26390609201150n21bef632hfc20a16de4e7df86@mail.gmail.com> hmm... you had permissions to modify the wiki, I guess you need a different permission to change the front page? anyways I set you up as a wiki admin which should do it for you. On 9/20/06, Jeff Kowalczyk wrote: > I would like to add some developer documentation pages to the trac wiki, > but my login jeffk lacks permissions to edit the front page from which the > new pages should be linked. Pages kind of hard to discover otherwise. > > Please add jeffk user's edit permissions to the front page. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 20 14:55:32 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:55:32 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <-5504457135839745342@unknownmsgid> References: <-5504457135839745342@unknownmsgid> Message-ID: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 20 15:25:49 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 12:25:49 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> Message-ID: <10dccb0ec00.-6559626176162626349.-6357892118758173588@@vtiger.com> Yes i agree adding two or more patches to a main release is not fair, but practically it is difficult for us to fix all the bugs in a single patch, as we have around 130+ bugs in trac for 5.0.1 milestone. As i was working on trac for last couple of days, sorting all the bugs/issues (right now i have completed only 75% of it) that need to be fixed for next patch i was surprised to see the count and still 25% is pending, the count will reach 200. So we wanted to fix it patch by patch, but positively not more than three. ---- On Wed, 20 Sep 2006 Allan Bush wrote ---- I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/3daa50ed/attachment-0003.html From fboudra at gmail.com Wed Sep 20 15:29:11 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 21:29:11 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <39773.0841803879$1158770934@news.gmane.org> Message-ID: <200609202129.11313.fboudra@gmail.com> Le mercredi 20 septembre 2006 19:55, Jeff Kowalczyk a ?crit : > vtigercrm/ > trunk/ (busy but always kept usable for 'test production') > tags/ > 5.0.0/ (over time, only keep official release tags) > 5.0.1/ > 4.2.5/ > historical/ > 5.0.0beta1 (useful old tags can be kept, delete rest) > 5.0.0rc1 > 4.2.5rc1 > branches/ > 4.2/ > 5.0.2/ (only for days/hours before release) > enh-0093-fleem/ (only present while in development) > enh-0098-newfleem/ > historical/ > 5.0.1/ (useful dead branches kept, delete rest) > enh-0053-refubar/ historical directory aren't needed, this is tagged version like others. based on my previous mail which explain how i'll see the development, my tree: trunk/ tags/ 4.2.5/ 5.0.0-beta1/ 5.0.0-rc1/ 5.0.0/ branches/ 4.2/ 5.0/ From allan.bush+vtiger_dev at gmail.com Wed Sep 20 15:32:53 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 12:32:53 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3141950195704887184@unknownmsgid> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> <3141950195704887184@unknownmsgid> Message-ID: <3bec26390609201232q7b705d41y66176a80a394d92a@mail.gmail.com> Very well, I'm not sure I agree, but I understand the your problem. I've added a 5.0.2 milestone for now. On 9/20/06, Philip wrote: > > > Yes i agree adding two or more patches to a main release > is not fair, but practically it is > difficult for us to fix all the bugs > in a single patch, as we have around 130+ bugs in trac for > 5.0.1 milestone. As i was working on trac for last couple > of days, > sorting all the bugs/issues (right now i have > completed only 75% of it) that need to be > fixed for next patch i was surprised to see > the count and still 25% is pending, the count will > reach 200. So we wanted to fix it patch by > patch, but positively not more > than three. > > > > ---- On Wed, 20 Sep 2006 Allan Bush > wrote ---- > > I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. > > 5.0.x is for bug fixes to the 5.0.0 release. All known > bugs should be > fixed in the next release in the series (5.0.1 at this > time). Are > there alright known bugs with 5.0.0 that we won't be able to > fix for > the 5.0.1 release, if so why not? > > On 9/20/06, Philip wrote: > > Hi Matt, > > > > Kindly add the following options 5.0.2 and 5.0.3 in our > > trac Milestone field at the earliest, this > > to demarcate the issues that needs > > to be taken up for our forthcoming patches. > > > > Even though richie has admin permissions to trac, > > was unable to do this! what could be the > > reason? > > > > Regards, > > Philip > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From leandro at oriontek.org Wed Sep 20 15:48:12 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 20 Sep 2006 14:48:12 -0500 Subject: [Vtigercrm-developers] Vtiger Service Packs and Hotfix Message-ID: <200609201448.12693.leandro@oriontek.org> Hello, I think that for vtiger would be a good Idea to devel 2 types of updates for easy manteinance of users, service packs and hotfix. The Hotfix would be critical patch or improves over the last release. For the Service packs it would to contain a summary of hotfix since the last service pack, and this would be accumulative. The syntax for this HotFix and Service packs would be some as it: vtiger-5.0.0.tar.gz (The install app) vtiger-hf-5.0.1-tar.gz vtiger-hf-5.0.2.tar.gz ... Vtiger-sp-5.1.tar.gz (contain all the hot fix inside) vtiger-hf-5.1.1-tar.gz .... .... If this releases of Vtiger work fine, the updates since any version would be easy and no more complex migrations of versions for the users with vtiger in production. Each user would to choice update the Hotfix or wait the next service pack for vtiger The procedure would to be a tool for Updates in settings (admin web panel). This is my idea. Best regards, -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From jtk at yahoo.com Wed Sep 20 18:29:21 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 18:29:21 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <10011.8887763985$1158770448@news.gmane.org> Message-ID: Richie wrote: > Jeff, any idea on the effort and the result of this operation (source > formatting with php_beautifier) please? Before I call for an all-out > ceasefire on the checkins, I need to know whether this operation will > have any benefits within stipulated timelines. No need for any cessation of checkins, the necessary invocation of php_beautifier has not been learned yet anyway. I've got questions to the PEAR list open for a few months now, no one has replied. If I/we do learn how to do the few necessary remaining things with php_beautifier, I'd probably do a feature branch and ask for all interested parties to help to get it done quickly. If it turns out well we'll merge it back to the trunk and that will be a big improvement to our branching and merging capability going forward. From jens at Strawberry.COM Thu Sep 21 02:34:29 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 21 Sep 2006 08:34:29 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com>; from Richie on Wed, Sep 20, 2006 at 09:38:44AM -0700 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Message-ID: <20060921083429.F29368@Strawberry.COM> Hi, On Wed, Sep 20, 2006 at 09:38:44AM -0700, Richie wrote: > Well, my thought process is something like this :- > > I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. I'm currently working on a (major?) feature upgrade: multiple organization support and organization units. IMHO this will be completed in a couple of days. To check in I'd prefer to create some feature branch, request the community for retest ans suggestions and to merge it back into the trunk as soon sa possible. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 21 08:01:09 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 21 Sep 2006 08:01:09 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D3A@exch.accuratetechnologies.com> > I'm currently working on a (major?) feature upgrade: multiple organization > support and organization units. IMHO this will be completed in a couple of > days. Yay! Jens, you're a man of your word. I like that. DG From philip at vtiger.com Thu Sep 21 09:37:21 2006 From: philip at vtiger.com (Philip) Date: Thu, 21 Sep 2006 06:37:21 -0700 Subject: [Vtigercrm-developers] Adding Milestone 5.0.3 Message-ID: <10dd0983fe2.-1558529279998099199.-7774887269989517932@@vtiger.com> Hi Matt, Kindly add '5.0.3' as an option in trac, in 'Milestone' field, as we need to assign a countable bugs to this milestone and i need to complete it by end of the day. Thanks for your understanding. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/04fc6570/attachment-0003.html From joe at tsolucio.com Thu Sep 21 21:01:30 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 03:01:30 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158886890.10290.2.camel@joeshome.int> Hi, I think I have found a bug in the profile creation script: http://forums.vtiger.com/viewtopic.php?t=9978 I would like to insert this bug into trac but cannot see how. Can somebody please explain to me how I should proceed? Thanks, Joe TSolucio From allan.bush+vtiger_dev at gmail.com Thu Sep 21 21:08:38 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 18:08:38 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158886890.10290.2.camel@joeshome.int> References: <1158886890.10290.2.camel@joeshome.int> Message-ID: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> I don't mean to be rude, but if you go to trac (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get access now? On 9/21/06, Joe Bordes wrote: > Hi, > > I think I have found a bug in the profile creation script: > > http://forums.vtiger.com/viewtopic.php?t=9978 > > I would like to insert this bug into trac but cannot see how. Can > somebody please explain to me how I should proceed? > > Thanks, Joe > TSolucio > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > From smith.timsmith at gmail.com Thu Sep 21 21:48:01 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Thu, 21 Sep 2006 20:48:01 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: The problem is that trac is designed for those developing the application, not users of the application. Just for grins, I tried to act like a user (or someone who doesn't know the way of the vtiger developer) and looked for how to find out if a bug is fixed and if not then how to report it. These are the steps I went through: 1. Went to http://www.vtiger.com 2. Clicked on the "developer" tab 3. Saw "View Bugs " so I clicked there. 4. Looked for a way to search bugs to make sure my bug isn't known... Saw "custom query" so I clicked it. 5. Stared a while... not the most friendly search engine for most users. Most people just want to search for the error text. 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. No good. 5.2. I then imagined Joe searching for a summary containing "TEXTAREA description" so I searched that. No good. 6. At this point, you might figure you should add a bug. So how would you do this? The menu bar gives these options - Wiki - Timeline - Roadmap - Browse Source - View Tickets None of those would have anything to do with reporting a bug. So I went back and clicked "View Bugs" again. 7. Okay, average user is now stumped or frustrated. Advanced user would start looking through the wiki. 8. Bang. Came across what Allan is talking about. Though I would rather see a link that says "Reporting bugs" that then tells me to request access from Richie. So here are my comments: - Provide a link from the vtiger.com support and developer tabs that go straight to the list of known bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 - Provide a link on all report pages that allows adding a new bug report. Call it a bug report, not an issue. - Provide a simple way to search for an error message on "Tickets - Reports". This form could route directly to the "custom query". Also: - When custom query form is first loaded, always include summary and keywords. - Change the button that removes search items on the custom query from [ - ] to [ X ] which is better known for removing items. Regards, Tim OnwealdTim On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get > access now? > > On 9/21/06, Joe Bordes wrote: > > Hi, > > > > I think I have found a bug in the profile creation script: > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > I would like to insert this bug into trac but cannot see how. Can > > somebody please explain to me how I should proceed? > > > > Thanks, Joe > > TSolucio > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/ad416501/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Thu Sep 21 22:19:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:19:14 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> I wasn't aware that there we links to trac that didn't go through the front page. Which leads me to the next thing I was going to suggest: put the contact for access information into the page header when the user isn't logged in. I think you'll have to edit one of the trac source files to do that, but it shouldn't be a difficult. On 9/21/06, Tim Smith wrote: > The problem is that trac is designed for those developing the application, > not users of the application. Just for grins, I tried to act like a user > (or someone who doesn't know the way of the vtiger developer) and looked for > how to find out if a bug is fixed and if not then how to report it. > > These are the steps I went through: > 1. Went to http://www.vtiger.com > 2. Clicked on the "developer" tab > 3. Saw " View Bugs" so I clicked there. > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > "custom query" so I clicked it. > 5. Stared a while... not the most friendly search engine for most users. > Most people just want to search for the error text. > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > No good. > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > description" so I searched that. No good. > 6. At this point, you might figure you should add a bug. So how would you > do this? The menu bar gives these options > Wiki > Timeline > Roadmap > Browse Source > View TicketsNone of those would have anything to do with reporting a bug. > So I went back and clicked "View Bugs" again. > 7. Okay, average user is now stumped or frustrated. Advanced user would > start looking through the wiki. > 8. Bang. Came across what Allan is talking about. Though I would rather > see a link that says "Reporting bugs" that then tells me to request access > from Richie. > > So here are my comments: > > Provide a link from the vtiger.com support and developer tabs that go > straight to the list of known bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > Provide a link on all report pages that allows adding a new bug report. > Call it a bug report, not an issue. > Provide a simple way to search for an error message on "Tickets - Reports". > This form could route directly to the "custom query". Also: > > When custom query form is first loaded, always include summary and keywords. > Change the button that removes search items on the custom query from [ - ] > to [ X ] which is better known for removing items. > Regards, > Tim > > OnwealdTim > > > On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > how to get > > access now? > > > > On 9/21/06, Joe Bordes wrote: > > > Hi, > > > > > > I think I have found a bug in the profile creation script: > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > somebody please explain to me how I should proceed? > > > > > > Thanks, Joe > > > TSolucio > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > From allan.bush+vtiger_dev at gmail.com Thu Sep 21 22:40:50 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:40:50 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> Message-ID: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> There is a "Search" tab which is probably exactly what an end user would want when looking for their bug, but it's disabled for anonymous users. If no one can think of a good reason for it to be disabled I'll enable it. On 9/21/06, Allan Bush wrote: > I wasn't aware that there we links to trac that didn't go through the > front page. > > Which leads me to the next thing I was going to suggest: put the > contact for access information into the page header when the user > isn't logged in. > > I think you'll have to edit one of the trac source files to do that, > but it shouldn't be a difficult. > > On 9/21/06, Tim Smith wrote: > > The problem is that trac is designed for those developing the application, > > not users of the application. Just for grins, I tried to act like a user > > (or someone who doesn't know the way of the vtiger developer) and looked for > > how to find out if a bug is fixed and if not then how to report it. > > > > These are the steps I went through: > > 1. Went to http://www.vtiger.com > > 2. Clicked on the "developer" tab > > 3. Saw " View Bugs" so I clicked there. > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > "custom query" so I clicked it. > > 5. Stared a while... not the most friendly search engine for most users. > > Most people just want to search for the error text. > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > No good. > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > description" so I searched that. No good. > > 6. At this point, you might figure you should add a bug. So how would you > > do this? The menu bar gives these options > > Wiki > > Timeline > > Roadmap > > Browse Source > > View TicketsNone of those would have anything to do with reporting a bug. > > So I went back and clicked "View Bugs" again. > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > start looking through the wiki. > > 8. Bang. Came across what Allan is talking about. Though I would rather > > see a link that says "Reporting bugs" that then tells me to request access > > from Richie. > > > > So here are my comments: > > > > Provide a link from the vtiger.com support and developer tabs that go > > straight to the list of known bugs: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > Provide a link on all report pages that allows adding a new bug report. > > Call it a bug report, not an issue. > > Provide a simple way to search for an error message on "Tickets - Reports". > > This form could route directly to the "custom query". Also: > > > > When custom query form is first loaded, always include summary and keywords. > > Change the button that removes search items on the custom query from [ - ] > > to [ X ] which is better known for removing items. > > Regards, > > Tim > > > > OnwealdTim > > > > > > On 9/21/06, Allan Bush wrote: > > > I don't mean to be rude, but if you go to trac > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > how to get > > > access now? > > > > > > On 9/21/06, Joe Bordes wrote: > > > > Hi, > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > somebody please explain to me how I should proceed? > > > > > > > > Thanks, Joe > > > > TSolucio > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > From joe at tsolucio.com Fri Sep 22 03:35:37 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 09:35:37 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> Message-ID: <1158910537.11340.2.camel@joesunix.int> If it so difficult for a "normal user" (you should check out the kind of responses I am giving on your forums and I have 2 projects open on the forge) to inform of a bug, then maybe we are missing out on a lot of testing power. Joe. El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > There is a "Search" tab which is probably exactly what an end user > would want when looking for their bug, but it's disabled for anonymous > users. If no one can think of a good reason for it to be disabled > I'll enable it. > > On 9/21/06, Allan Bush wrote: > > I wasn't aware that there we links to trac that didn't go through the > > front page. > > > > Which leads me to the next thing I was going to suggest: put the > > contact for access information into the page header when the user > > isn't logged in. > > > > I think you'll have to edit one of the trac source files to do that, > > but it shouldn't be a difficult. > > > > On 9/21/06, Tim Smith wrote: > > > The problem is that trac is designed for those developing the application, > > > not users of the application. Just for grins, I tried to act like a user > > > (or someone who doesn't know the way of the vtiger developer) and looked for > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > These are the steps I went through: > > > 1. Went to http://www.vtiger.com > > > 2. Clicked on the "developer" tab > > > 3. Saw " View Bugs" so I clicked there. > > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > > "custom query" so I clicked it. > > > 5. Stared a while... not the most friendly search engine for most users. > > > Most people just want to search for the error text. > > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > > No good. > > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > > description" so I searched that. No good. > > > 6. At this point, you might figure you should add a bug. So how would you > > > do this? The menu bar gives these options > > > Wiki > > > Timeline > > > Roadmap > > > Browse Source > > > View TicketsNone of those would have anything to do with reporting a bug. > > > So I went back and clicked "View Bugs" again. > > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > > start looking through the wiki. > > > 8. Bang. Came across what Allan is talking about. Though I would rather > > > see a link that says "Reporting bugs" that then tells me to request access > > > from Richie. > > > > > > So here are my comments: > > > > > > Provide a link from the vtiger.com support and developer tabs that go > > > straight to the list of known bugs: > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > Provide a link on all report pages that allows adding a new bug report. > > > Call it a bug report, not an issue. > > > Provide a simple way to search for an error message on "Tickets - Reports". > > > This form could route directly to the "custom query". Also: > > > > > > When custom query form is first loaded, always include summary and keywords. > > > Change the button that removes search items on the custom query from [ - ] > > > to [ X ] which is better known for removing items. > > > Regards, > > > Tim > > > > > > OnwealdTim > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > I don't mean to be rude, but if you go to trac > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > how to get > > > > access now? > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > Hi, > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > Thanks, Joe > > > > > TSolucio > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From smith.timsmith at gmail.com Fri Sep 22 10:09:22 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 22 Sep 2006 09:09:22 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158910537.11340.2.camel@joesunix.int> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> <1158910537.11340.2.camel@joesunix.int> Message-ID: Hi Joe, I hope I didn't offend with my "normal user" comment. I was trying to get a usability point across and didn't intend to imply anything about yourself. :-) I think anyone in their right mind would follow the steps I mentioned. I would say my scenario is a standard use case regardless of who is looking for help or providing a fix. While I'm here... Here are a couple of other suggestions I'll throw out: 1. Either use sourceforge or point it to trac and stop using sf. It only causes confusion. In any case, vtiger.sourceforge.net should probably redirect to www.vtiger.com. 2. Add a bug report in SourceForge that shows up at the top to indicate that users should add and search for bugs on the trac.fosslabs.com site. Personally, I will miss the sourceforge bug search. The search results are much easier to read. Regards, Tim OnwealdTim On 9/22/06, Joe Bordes wrote: > > If it so difficult for a "normal user" (you should check out the kind of > responses I am giving on your forums and I have 2 projects open on the > forge) to inform of a bug, then maybe we are missing out on a lot of > testing power. > > Joe. > > El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > > There is a "Search" tab which is probably exactly what an end user > > would want when looking for their bug, but it's disabled for anonymous > > users. If no one can think of a good reason for it to be disabled > > I'll enable it. > > > > On 9/21/06, Allan Bush wrote: > > > I wasn't aware that there we links to trac that didn't go through the > > > front page. > > > > > > Which leads me to the next thing I was going to suggest: put the > > > contact for access information into the page header when the user > > > isn't logged in. > > > > > > I think you'll have to edit one of the trac source files to do that, > > > but it shouldn't be a difficult. > > > > > > On 9/21/06, Tim Smith wrote: > > > > The problem is that trac is designed for those developing the > application, > > > > not users of the application. Just for grins, I tried to act like a > user > > > > (or someone who doesn't know the way of the vtiger developer) and > looked for > > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > > > These are the steps I went through: > > > > 1. Went to http://www.vtiger.com > > > > 2. Clicked on the "developer" tab > > > > 3. Saw " View Bugs" so I clicked there. > > > > 4. Looked for a way to search bugs to make sure my bug isn't > known... Saw > > > > "custom query" so I clicked it. > > > > 5. Stared a while... not the most friendly search engine for most > users. > > > > Most people just want to search for the error text. > > > > 5.1. I imagined Joe searching for a keyword of "profile" so I > searched that. > > > > No good. > > > > 5.2. I then imagined Joe searching for a summary containing > "TEXTAREA > > > > description" so I searched that. No good. > > > > 6. At this point, you might figure you should add a bug. So how > would you > > > > do this? The menu bar gives these options > > > > Wiki > > > > Timeline > > > > Roadmap > > > > Browse Source > > > > View TicketsNone of those would have anything to do with reporting a > bug. > > > > So I went back and clicked "View Bugs" again. > > > > 7. Okay, average user is now stumped or frustrated. Advanced user > would > > > > start looking through the wiki. > > > > 8. Bang. Came across what Allan is talking about. Though I would > rather > > > > see a link that says "Reporting bugs" that then tells me to request > access > > > > from Richie. > > > > > > > > So here are my comments: > > > > > > > > Provide a link from the vtiger.com support and developer tabs that > go > > > > straight to the list of known bugs: > > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > > Provide a link on all report pages that allows adding a new bug > report. > > > > Call it a bug report, not an issue. > > > > Provide a simple way to search for an error message on "Tickets - > Reports". > > > > This form could route directly to the "custom query". Also: > > > > > > > > When custom query form is first loaded, always include summary and > keywords. > > > > Change the button that removes search items on the custom query from > [ - ] > > > > to [ X ] which is better known for removing items. > > > > Regards, > > > > Tim > > > > > > > > OnwealdTim > > > > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > > I don't mean to be rude, but if you go to trac > > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > > how to get > > > > > access now? > > > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > > Hi, > > > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > > > I would like to insert this bug into trac but cannot see how. > Can > > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > > > Thanks, Joe > > > > > > TSolucio > > > > > > > > > > > > _______________________________________________ > > > > > > Get started with Online collaboration office & productivity > tools - > > > > http://zoho.com?vt > > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools > - > > > > http://zoho.com?vt > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/2e64fde6/attachment-0003.html From philip at vtiger.com Fri Sep 22 10:44:35 2006 From: philip at vtiger.com (Philip) Date: Fri, 22 Sep 2006 07:44:35 -0700 Subject: [Vtigercrm-developers] List of bugs to be fixed for v5 Patch 1 Message-ID: <10dd5fc28ce.473801925644899550.131149115957236440@@vtiger.com> Hi, We have the sorted the list of bugs that will be fixed in our vtiger CRM 5 Patch 1 release, the bug list that will be taken for this patch and the respective owners are given below. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Fixing will be done on 5.0.1 branch. We'll ensure that this is captured in the main trunk too. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/f3844016/attachment-0003.html From joe at tsolucio.com Fri Sep 22 11:21:29 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 17:21:29 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158938489.11340.6.camel@joesunix.int> Hi, Not ofended at all by your comment Tim, sorry to have given thath impression. I attach another users comments about another bug that I have confirmed and that he doesn't know what to do with either. As you demonstrated with your reasonings it is just not so obvious. In any case I hope somebody on this list will pick up both errores and insert them into the trac or wherever they should be. Joe -------------- next part -------------- An embedded message was scrubbed... From: webmaster at vtiger.com Subject: Topic Reply Notification for "Problem with users updating their preferences" in forum "Help Forum - 5.x" Date: Fri, 22 Sep 2006 07:51:44 -0700 Size: 1906 Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/ac8e60a6/attachment-0004.mht From libregeek at gmail.com Sat Sep 23 03:50:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:20:33 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow Message-ID: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Hello all, I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is compiled with UW-IMAP(2004g). It appears that it takes too much time to connect to the imap server and fetch mails in Email module of vtiger. I am also using horde/imp in the same server to access mails but it's much faster than that of vtiger. I don't know what's the real issue is ? Somebody please help. if this is a bug I can report it in the bug tracker. regards Manilal From libregeek at gmail.com Sat Sep 23 04:09:56 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:39:56 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow In-Reply-To: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Message-ID: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> On 23/09/06, Manilal K M wrote: > Hello all, > I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is > compiled with UW-IMAP(2004g). It appears that it takes too much time > to connect to the imap server and fetch mails in Email module of > vtiger. I am also using horde/imp in the same server to access mails > but it's much faster than that of vtiger. I don't know what's the real > issue is ? > Somebody please help. if this is a bug I can report it in the bug tracker. > http://forums.vtiger.com/viewtopic.php?t=9064 I tried this patch, still no use. regards Manilal From developer at infointegrated.com Sat Sep 23 12:14:54 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Sat, 23 Sep 2006 11:14:54 -0500 Subject: [Vtigercrm-developers] Patches for v5.0 In-Reply-To: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> Message-ID: <35987864-EE4D-48F2-919A-95633C6460AD@infointegrated.com> I have recently added some patches against v5.0 to fix issues into the forums (http://forums.vtiger.com/viewforum.php?f=55). I thought about where best to put them, as I didn't want them sitting in multiple places... I thought the forums would give the best community exposure. I know the Trac is really the best location for these types of issues, but I have noticed a few Trac items getting closed with no fixes being implemented. I am hopeful that by posting in the forums, I will be helping more people, and encouraging others in the community to provide patches, fixes, and testing. If anyone would like to propose a better mechanism to ensure the patches have better community visibility and ensure the developers don't mistakenly close the issues (which are two problems I see with Trac currently), then please let me know. Thanks, Brian On Sep 23, 2006, at 3:09 AM, Manilal K M wrote: > On 23/09/06, Manilal K M wrote: >> Hello all, >> I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is >> compiled with UW-IMAP(2004g). It appears that it takes too much time >> to connect to the imap server and fetch mails in Email module of >> vtiger. I am also using horde/imp in the same server to access mails >> but it's much faster than that of vtiger. I don't know what's the >> real >> issue is ? >> Somebody please help. if this is a bug I can report it in the bug >> tracker. >> > http://forums.vtiger.com/viewtopic.php?t=9064 > > I tried this patch, still no use. > > regards > Manilal > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From philip at vtiger.com Mon Sep 25 03:30:19 2006 From: philip at vtiger.com (Philip) Date: Mon, 25 Sep 2006 00:30:19 -0700 Subject: [Vtigercrm-developers] Reg: Bug fixing v5 patch 1 Message-ID: <10de3e1a878.-8334217980541839917.-8689750672430081837@@vtiger.com> Hi developers, As we have planned to release vtiger CRM 5 patch 1 by next week, we request you fix the issues assinged to you by then. Do get back to us for issues if any. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/3729e047/attachment-0003.html From gopals at vtiger.com Mon Sep 25 03:56:43 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 25 Sep 2006 00:56:43 -0700 Subject: [Vtigercrm-developers] Document Published: How to create new module? Message-ID: <10de3f9d30b.-339522588438872678.-276638214060261335@@vtiger.com> Dear Team, Thanks to Minnie for putting her valuable effort in preparing Creating new module in vtiger CRM document. This document can be used as a reference for future enhancements. We have used "Projects" as an example module in this document, so that developers can quickly grasp the core functions. You can access the document from Developer Guide in Wiki: http://wiki.vtiger.com/index.php/Creating_New_Module In the first version, we have tried to address only basics of the back-end & front-end part of the module. With all your suggestions & comments, we can further incorporate other functions, such as Security, Customization, Reports, Dashboards etc.. PS: You can add suggestion & comments online in the Wiki. Please let us know your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/339cc186/attachment-0003.html From francois.gaudin at makina-corpus.com Mon Sep 25 05:29:28 2006 From: francois.gaudin at makina-corpus.com (Francois Gaudin) Date: Mon, 25 Sep 2006 11:29:28 +0200 Subject: [Vtigercrm-developers] Kernel/module architecture Message-ID: <200609251129.29065.francois.gaudin@makina-corpus.com> Hi everybody, I'm new to the list and I am studying vtiger for my company. It's quite good and usable but there's one big problem which disturbs me : to install new modules, you often need to patch or replace files in other modules or in the kernel. I find this very durty and I would know if there is real module support planned and how ? indeed, you can't install 2 modules which replace the same file. I understand that the problem is very difficult because php doesn't provide reflexivity or mechanism like Zope's. Or perhaps is vtiger not as durty as I've seen and help me where I've misunderstood. Thx -- Fran?ois Gaudin Makina Corpus From libregeek at gmail.com Mon Sep 25 05:50:50 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 25 Sep 2006 15:20:50 +0530 Subject: [Vtigercrm-developers] Document Published: How to create new module? In-Reply-To: <1426712360988312405@unknownmsgid> References: <1426712360988312405@unknownmsgid> Message-ID: <2315046d0609250250w7c1d3446v49e8e758da0ab1ae@mail.gmail.com> On 25/09/06, Gopal wrote: > Dear Team, > > Thanks to Minnie for putting her valuable effort in preparing Creating new > module in vtiger CRM document. > > This document can be used as a reference for future enhancements. We have > used "Projects" as an example module in this document, so that developers > can quickly grasp the core functions. > > You can access the document from Developer Guide in Wiki: > > http://wiki.vtiger.com/index.php/Creating_New_Module > > In the first version, we have tried to address only basics of the back-end & > front-end part of the module. With all your suggestions & comments, we can > further incorporate other functions, such as Security, Customization, > Reports, Dashboards etc.. > > PS: You can add suggestion & comments online in the Wiki. > > Please let us know your views. This is a wonderful news. I will surely give a try. regards Manilal From jtk at yahoo.com Mon Sep 25 10:35:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 25 Sep 2006 10:35:46 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down Message-ID: I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. From richie at vtiger.com Tue Sep 26 03:08:07 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 00:08:07 -0700 Subject: [Vtigercrm-developers] Upgrade needed? Message-ID: <10de8f3b281.7860118392332093906.4601313544921775595@@vtiger.com> Hello! Jeff, since you are monitoring the third_party list, do you think we need to upgrade/update the softwares used in the vtiger infrastructure please? URL: http://wiki.vtiger.com/index.php/Software_used_by_vtiger Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/6cab11b1/attachment-0003.html From richie at vtiger.com Tue Sep 26 07:02:54 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:02:54 -0700 Subject: [Vtigercrm-developers] rpm installers available? Message-ID: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Hello! Are there any rpm installers for vtiger available? There was talk of a suse/debian/mandriva specific installers in the works. Just wanted to know so that we can make these links available from our site. We will be happy to link to the site offering these facilities. These rpm-installers will only help increase the reach of vtiger. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/8c9ce23d/attachment-0003.html From richie at vtiger.com Tue Sep 26 07:09:33 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:09:33 -0700 Subject: [Vtigercrm-developers] trac database writes appear to be down In-Reply-To: References: Message-ID: <10de9d0bd2d.-7448725883198618338.1544057288950732644@@vtiger.com> Matt, you tracking this? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ad2ce026/attachment-0003.html From webmaster at vtigerfacile.com Tue Sep 26 07:14:51 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:14:51 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Message-ID: <45190BAB.2020008@vtigerfacile.com> Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From richie at vtiger.com Tue Sep 26 07:27:51 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:27:51 -0700 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <45190BAB.2020008@vtigerfacile.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> Message-ID: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Hi Aissa! Thanks for the response. Kindly give us the link for the same if that is okay with you. We will be happy to link to your site if you want. Thanks, Richie ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/c6bc0564/attachment-0003.html From webmaster at vtigerfacile.com Tue Sep 26 07:38:30 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:38:30 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Message-ID: <45191136.5000103@vtigerfacile.com> I'm not ready, but it's a plan, i also plan to bundle lang pack on multi platform installer (win/lin/mac), and some users ask for mac os vtiger installer, so if i have time i made it. This is an old link for your personnal test : http://www.abonlinesolutions.com/files/vtigercrm5-1.0-linux-installer.bin do not publish, because it's not ready. Regards, A?ssa Richie a ?crit : > Hi Aissa! > > Thanks for the response. Kindly give us the link for the same if that is > okay with you. > > We will be happy to link to your site if you want. > > Thanks, > Richie > > > > > ---- A?ssa wrote ---- > > Dear Richie, > i don't want to work on rpm's for v5, i prefer to provide a single > vtiger CRM linux installer for all linux version. > This one bundle vtiger CRM 5 and xampp linux. > If others want to work on rpm's, the place is free. > Regards, > A?ssa > > Richie a ?crit : > > Hello! > > > > Are there any rpm installers for vtiger available? > > There was talk of a suse/debian/mandriva specific installers in > the works. > > > > Just wanted to know so that we can make these links available > from our site. > > > > We will be happy to link to the site offering these facilities. > > > > These rpm-installers will only help increase the reach of vtiger. > > > > Richie > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with Online collaboration office & productivity > tools - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From philip at vtiger.com Tue Sep 26 11:10:43 2006 From: philip at vtiger.com (Philip) Date: Tue, 26 Sep 2006 08:10:43 -0700 Subject: [Vtigercrm-developers] Reg: 5.0.1 bug fixing Message-ID: <10deaad8885.-2480761981717606601.331929408267778248@@vtiger.com> Hi developers, Request you not to add any more bugs to Milestone 5.0.1 in trac, as we have enough to fix for our first patch, we'll be taking all existing or new bugs in our 5.0.2 or latter patches. Matt: Could you please remove the Milestone option '5.0.1'. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ba3c41a6/attachment-0003.html From jtk at yahoo.com Tue Sep 26 15:35:43 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 26 Sep 2006 15:35:43 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down References: <40431.1902275824$1159269021@news.gmane.org> Message-ID: On Tue, 26 Sep 2006 04:09:33 -0700, Richie wrote: > Matt, you tracking this? Write (e.g wiki page saving) came back up within the hour, and may not have been down for others at all. It may have been some temporary glitch with my particular session. False alarm. From richie at vtiger.com Wed Sep 27 05:05:49 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 02:05:49 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? Message-ID: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Hello! I would like to get your views on what else can be done to make vtiger product and community better. I am sure you will be having different views as you are looking into vtiger than looking out as me. That, is a significant difference by my mind. Looking forward to your views, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/27d8e6bb/attachment-0003.html From colin at mitija.com Wed Sep 27 05:26:26 2006 From: colin at mitija.com (Colin Verot) Date: Wed, 27 Sep 2006 19:26:26 +1000 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A43C2.7030707@mitija.com> Hi, > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. To separate core files and data, so that we can do multi-site instances of vTiger using the same base of files. At the moment, many hard links are required to have local instances of vTiger (DB + data), and a central, updateable set of core files and modules. So we could SVN' the core installation, and keep it up-to-date with a minimum of work to update each client's instance. C. -- Colin Verot Mitija Australia http://www.mitija.com From webmaster at vtigerfacile.com Wed Sep 27 05:46:40 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Wed, 27 Sep 2006 11:46:40 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A4880.5090305@vtigerfacile.com> Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From don at vtiger.com Wed Sep 27 07:27:36 2006 From: don at vtiger.com (don) Date: Wed, 27 Sep 2006 04:27:36 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <451A4880.5090305@vtigerfacile.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> Message-ID: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Hi Aissa, Appreciate your valuable feedbacks. Yes we do agree that right now adding a module in vtiger is complex and the core api should be stabilized. We will work on this front, however it will take a considerable amout of time to accomplish this. Regarding tabdata.php, parenttabdata.php and user_privileges/* files: In vtigerCRM, for each click lot of common queries are fired to the db to get the header data and security data. This is eating up performance. So for all the data that are very frequently queried, we are writing those in flat files so that retreival is much much faster. Regarding the plugins and language-support it will help us a lot if you can add all issues faced by you in the trac so that we can prioritize and fix them at the earliest. Thanks & Regards, Don ---- On Wed, 27 Sep 2006 A?ssa wrote ---- Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/9fb8c5ae/attachment-0003.html From developer at infointegrated.com Wed Sep 27 08:39:39 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Wed, 27 Sep 2006 07:39:39 -0500 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Message-ID: <907CE22F-9F83-4D6E-9C5F-BBD33F42CCE6@infointegrated.com> Don, Great idea... to cache frequently used files. My suggestion would be to move all cached data to a cache folder. One cache folder. Make sure all of the folder names make sense. The one called "test" has a horrible name. There should be fewer files in the root of the vtiger directory. Use folders when necessary only, for example the schema folder only contains one file. Perhaps the database schema should be in the include folder (and not in a single folder by itself). Brian On Sep 27, 2006, at 6:27 AM, don wrote: > Hi Aissa, > > Appreciate your valuable feedbacks. > Yes we do agree that right now adding a module in vtiger is > complex and the core api should be stabilized. We will work on > this front, however > it will take a considerable amout of time to accomplish this. > > Regarding tabdata.php, parenttabdata.php and user_privileges/* files: > > In vtigerCRM, for each click lot of common queries are fired to the > db to get the header data and security data. This is eating up > performance. So > for all the data that are very frequently queried, we are writing > those in flat files so that retreival is much much faster. > > Regarding the plugins and language-support it will help us a lot if > you can add all issues faced by you in the trac so that we can > prioritize and fix them > at the earliest. > > Thanks & Regards, > Don > > > > ---- On Wed, 27 Sep 2006 A?ssa wrote ---- > > Hello Richie, > I think : > Simplify vtiger developpement, to much complex to create module > Stabilize core api : too much bugs in 5.0 > Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this > informations are on the database, thooses files have no sense > Improve the plug-ins, the best way to break my vtiger crm is to use > outlook plug-in. > Improve lang support, too much bugs by default, > > > I think the first & second point are the most important. > I know your effort. > This is my first felling. > A?ssa > > Richie a ?crit : > > Hello! > > > > I would like to get your views on what else can be done to make > vtiger product and community > > better. > > I am sure you will be having different views as you are looking > into vtiger than looking out as me. > > That, is a significant difference by my mind. > > > > Looking forward to your views, > > Richie > > > ---------------------------------------------------------------------- > -- > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From richie at vtiger.com Wed Sep 27 08:45:20 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 05:45:20 -0700 Subject: [Vtigercrm-developers] Community help needed Message-ID: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Dear Team, We are currently working on the following and we NEED volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those posts b) Publish the estimated dates for 5.0.x releases c) We need information on who all have done integration with any accounting softwares out there as it seems to be the most commonly asked query d) Make the product smaller in size still. I feel, the product is even now too big. We need assistance from you all in this regard. I think we should reduce the size by another 50% at least. e) Language packs. We are running in circles with this issue. We have tested and tested and still not able to reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The owner may have his own team/project f) More language packs needed g) More blogs needed h) More advertising needed i) More bundling of vtiger in CDs,DVDs needed j) More information on vtiger successes needed so that it enthuses others to use vtiger k) More information needed on where all vtiger lacks so that we can start working on those areas l) More themes needed to make the product more sexy m) More involvement with those given responsibility so that the core team is left free to do what it does best o) Need more contributions for patches/features. We have started working on this end by notifying the status of each contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits. p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this. q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information. r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testers s) Make vtiger as simple as a toy so that anyone can play with it t) Enhance the plugins u) Make more plugins v) Need more sponsors for vtiger w) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times .. Thanks for kicking my ass Balduin! I read your blog comment Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/22115970/attachment-0003.html From dgrant at accuratetechnologies.com Wed Sep 27 08:59:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 08:59:16 -0400 Subject: [Vtigercrm-developers] 5.0GA Migration Script Work Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091D@exch.accuratetechnologies.com> My boss has lowered the boom on me as to when I have to roll out our 5.0 migration, so I've stopped work on merging my 4.3 fork into 5.0GA and started trying to roll what I have complete done. I have a pretty big patch against 5.0 GA that implements most of my fork, but it is lacking a little polish in spots, so it's not quite ready for merging with the main trunk yet. It does some nice things with the PDF versions of Quotes and SalesOrders though... Anyway, I tried running the migration process against our production 4.x database, and it blew up. Poking around in the logs - thank you for making that work - has revealed that the problem is that the migration module assumes that the MySQL utilities (mysql, mysqldump) are in the webserver path, and that is not a valid assumption; especially on the default install package that provides MySQL, Apache, and PHP as a single tarball. More to follow as I figure it out. DG From richie at vtiger.com Wed Sep 27 09:21:13 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 06:21:13 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <10def6fa232.-5108020600942463637.-7454996869612702660@@vtiger.com> Team, Just let me know who all are willing to take responsibility with total awareness. Nothing to get emotional about this. The only problem with emotions is that it subsides after sometime and then mother reality seems too painful. So, those who are willing to take responsibility, please raise their hands. We need help in making vtiger better. I have laid out the areas we need help in. I will act as facilitator, just let me know what all are needed for you all to get started and end within quantifiable limits else we will never have anything done. In case you want to have tele-conferences for this to work, let me know. I will arrange. I would like to point out that we will have to do it within limits as we have limited infrastructure. You are free to make your own teams and work on any specific issue. Do what you feel is right, just keep the community posted. I have no intention of keeping 'control'. We guide vtiger together, that is it. vtiger is our baby, our responsibility. Anyone has any better ideas, kindly do pitch in. Richie ---- Richie<richie at vtiger.com> wrote ---- Dear Team, We are currently working on the following and we NEED  volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those postsb) Publish the estimated dates for 5.0.x releasesc) We need information on who all have done integration with any accounting softwares out there asit seems to be the most commonly asked queryd) Make the product smaller in size still. I feel, the product is even now too big. We need assistancefrom you all in this regard. I think we should reduce the size by another 50% at least.e) Language packs. We are running in circles with this issue. We have tested and tested and still not ableto reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The ownermay have his own team/projectf) More language packs neededg) More blogs neededh) More advertising neededi) More bundling of vtiger in CDs,DVDs neededj) More information on vtiger successes needed so that it enthuses others to use vtigerk) More information needed on where all vtiger lacks so that we can start working on those areasl) More themes needed to make the product more sexym) More involvement with those given responsibility so that the core team is left free to do what it does besto) Need more contributions for patches/features. We have started working on this end by notifying the status ofeach contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits.p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this.q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information.r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testerss) Make vtiger as simple as a toy so that anyone can play with itt) Enhance the pluginsu) Make more pluginsv) Need more sponsors for vtigerw) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what notx) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times ..Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/0228dd7f/attachment-0003.html From dgrant at accuratetechnologies.com Wed Sep 27 09:30:31 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 09:30:31 -0400 Subject: [Vtigercrm-developers] Community help needed Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG From dan.means at teamsrs.com Wed Sep 27 11:40:04 2006 From: dan.means at teamsrs.com (Dan Means) Date: Wed, 27 Sep 2006 08:40:04 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451A9B54.2010608@teamsrs.com> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/5e50d0de/attachment-0003.html From lists at thomasmathiesen.com Wed Sep 27 12:35:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:35:21 +0200 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451AA849.5050904@thomasmathiesen.com> Richie, I'd like to help out with translation, and I've asked gopal for access to trac (every now and again I come across a bug). The first thing the core vtiger team should do, is to explain how we can help you out. Gnome and Ubuntu has a brilliant website, where it states how the community can help (and the links are easily found). Tip: Create a page under the faq section on the front-page; "How can you help vTiger". Tip2: Under testimonials on the front-page, have a link saying "Tell about your success-story". I've got the time to help you out, but I need to know how.. Cheers /Thomas Richie wrote: > Dear Team, > > We are currently working on the following and we NEED volunteers for almost all the activities :- From lists at thomasmathiesen.com Wed Sep 27 12:38:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:38:21 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451AA8FD.7050706@thomasmathiesen.com> I came up with an idea after implementing a color patch for one of my vtiger customers.. why don't we do what firefox does; extensions! If we'd have a straight-forward framework for extensions, we'd be able to let others create functionality and include in an easy way. Under the settings menu you could have a "extensions" page, where admins could enable or disable an extension. Joomla and Xoops works in this way.. and I do believe people would like this in vTiger as well (even though it has much more core functionality than the two others). /T Richie wrote: > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > From leandro at oriontek.org Wed Sep 27 18:09:13 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 27 Sep 2006 17:09:13 -0500 Subject: [Vtigercrm-developers] Accounts don't import Message-ID: <200609271709.13244.leandro@oriontek.org> Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From kim at haverblad.se Wed Sep 27 22:57:38 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 04:57:38 +0200 Subject: [Vtigercrm-developers] Please disable Guest posting within the forum! In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <451B3A22.8080608@haverblad.se> Well, I usually surf into the forum once a while to check out postings and as well clean out spam. Today I had around 260 and found well over 50 of them was spam that I could delete. I would strongly suggest that every visitors that wants to share their ideas, comments or suggestions should register as an user. /Kim From list.anshul at gmail.com Thu Sep 28 03:04:12 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 12:34:12 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php Message-ID: Hi All Earlier I was working with vtiger crm 5 rc version, but as i downloaded vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly apreciated. Anshul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/b7a38947/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From mickie at vtiger.com Thu Sep 28 03:26:38 2006 From: mickie at vtiger.com (Mickie) Date: Thu, 28 Sep 2006 00:26:38 -0700 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: <10df3515f06.-1894465021093541808.-3929210643614725132@@vtiger.com> Dear Leandro, please change the FATAL to DEBUG in line 19 in log4php.properties fileand then do the import. After done the import send thelogs/vtigercrm.log file. so that we can look into the issue and fix ittoo. Thanks Mickie ---- On Wed, 27 Sep 2006 Leandro Rache Sanchez wrote ---- Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/8acf77a1/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 03:53:59 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 00:53:59 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: References: Message-ID: <10df36a683b.-2210670694947015033.-3608432190116592886@@vtiger.com> Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/c4be3959/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:18:25 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:18:25 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3b7b50a.1138930853454837058.-270420119199783769@@vtiger.com> Hello Dennis! Product size is an issue because in some countries bandwidth is still a premium. For example in India, you will be damn lucky to download vtiger on your home net connection. We do not want to lose those guys who are trying to download vtiger over a slow connection. Typically, if you see a product is too big, one will not readily download the product mostly because of laziness and the time-delay. Moreover, vtiger should not hog space too. Presenting interfaces depending on region is something that we need to address i agree. I suggest that we form a group which works on this in parallel. Volunteers needed. Language support is an issue in itself. So, that too will have to be addressed. Patch integration process is something like this : - Post your issue in the trac. Post the patch to the issue in the trac and put a blurb over here in the mailing list. We will integrate the patch. I am in discussion with Matt on how to make the trac user registration to be more widespread instead of me being the sole guy allowed to do it. I am awaiting his answer and will proceed at the earliest once I get it. Apropos the Sweet Crunchy Goodness part, we are working on it. We will try and make it more better. The intent is to side by side spread the word. No doubt the current word of mouth is generating quite a lot of crowd but i still feel that we need to accelerate the process. I am in total agreement on making the product better. But we should educate or let the word spread that something like vtiger exists. The more eyeballs looking into vtiger, the better the product becomes. Will get back on the others. Lots of homework to do before I respond :-) Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/de912650/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:19:27 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:19:27 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <451A9B54.2010608@teamsrs.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> <451A9B54.2010608@teamsrs.com> Message-ID: <10df3b8a845.7385764465327675975.-1138013674408783247@@vtiger.com> Thanks for the update Dan! We will post these works on the Wiki so that ppl know what is in the works. That might even get you more crowd. Richie ---- Dan Means<dan.means at teamsrs.com> wrote ---- Hi Richie and everybody... We presently have the integration between Vtiger 4.2 and Accountmate v 6.5 (MS-SQL server back end, Visual FoxPro 9.0 front end) - products & order entry and various customer service functions share data. We're presently building the scripts for OpenMFG (cross platform, Postgresql back end). We have some other possible engagements for some older ERP systems (mostly have either MS backends, or FoxPro back ends)-? this lets clients extend the useful life of their existing systems . Richie wrote: Dear?Team, We?are?currently?working?on?the?following?and?we?NEED??volunteers?for?almost?all?the?activities?:- a)?Move?common?forum?posts?to?the?wiki?and?lock?those?posts b)?Publish?the?estimated?dates?for?5.0.x?releases c)?We?need?information?on?who?all?have?done?integration?with?any?accounting?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now?too?big.?We?need?assistance from?you?all?in?this?regard.?I?think?we?should?reduce?the?size?by?another?50%?at?least. e)?Language?packs.?We?are?running?in?circles?with?this?issue.?We?have?tested?and?tested?and?still?not?able to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? It?will?be?great?if?we?have?owners?for?this?issue?who?will?take?this?issue?to?its?logical?conclusion.?The?owner may?have?his?own?team/project f)?More?language?packs?needed g)?More?blogs?needed h)?More?advertising?needed i)?More?bundling?of?vtiger?in?CDs,DVDs?needed j)?More?information?on?vtiger?successes?needed?so?that?it?enthuses?others?to?use?vtiger k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start?working?on?those?areas l)?More?themes?needed?to?make?the?product?more?sexy m)?More?involvement?with?those?given?responsibility?so?that?the?core?team?is?left?free?to?do?what?it?does?best o)?Need?more?contributions?for?patches/features.?We?have?started?working?on?this?end?by?notifying?the?status?of each?contribution.?I?hope?this?will?encourage?the?contributors?to?contribute?more?and?add?value?to?the?product.?Also? we?are?making?it?a?point?to?acknowledge?all?credits. p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.?vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.?Tell?me?what?can?we? do?to?achieve?this.?I?have?been?spending?sleepless?nights?for?far?too?long?on?this. q)?Need?information?on?sites?hosting?vtiger?so?that?the?customers?have?an?easy?option?to?choose?and?not?scour?for?information. r)?Try?and?make?the?product?more?plug?and?play.?This?can?be?achieved?if?we?are?fanatical?about?quality?so?we?need?more?testers s)?Make?vtiger?as?simple?as?a?toy?so?that?anyone?can?play?with?it t)?Enhance?the?plugins u)?Make?more?plugins v)?Need?more?sponsors?for?vtiger w)?Need?more?wild?ideas?for?incorporating?into?vtiger?as?one?never?knows?what?will?succeed?and?what?not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n)?Need?more?friends,?it?is?so?tough?at?times?.. Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -- Dan Means Mission Viejo, CA www.dkmeansonline.com www.teamsrs.com _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/96cdec66/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From list.anshul at gmail.com Thu Sep 28 05:25:52 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 14:55:52 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: <-5482651731696891706@unknownmsgid> References: <-5482651731696891706@unknownmsgid> Message-ID: Hello The Error Page shows me:: *Parse error*: parse error, unexpected $end in * C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php* on line *906* -Anshul ** ** On 9/28/06, Mangai wrote: > > Dear Anshul, > > please send me the error page. it will be more helpful for me to > fix the error. > > Thanks & Regards, > Minnie. > > > > > ---- On Thu, 28 Sep 2006 *Anshul Yadav * wrote ---- > > > Hi All > Earlier I was working with vtiger crm 5 rc version, but as i downloaded > vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly > apreciated. > > Anshul > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/504fef61/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:28:26 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:28:26 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process Message-ID: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> * Request trac access by sending mail to richie at vtiger dot com * Put entry in trac for the bug * Submit the fix in the trac * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/47b9fd26/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 05:37:29 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:37:29 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3c927e0.8088499962897578932.5320137410843539501@@vtiger.com> Ok I am back again! A wiki will be maintained for the other products with which vtiger is in the works to be integrated with. This should be up soon. A patch contribution process mail has been sent to the mailing list and this too will be put in the wiki. Instructions have been sent to shutdown the developer forum and move them to the mailing list. Anyone having objection to this please escalate now. This will happen over a period of 1 week as I need to get others reactions to this. Dennis, your trac account has been created. Let us see how many patches come from you :-)! Hope you keep Philip busy over here integrating the patches. I hope the mail post on the Patch Contribution process and wiki on this issue lays to rest the issues with the Patch process. Your 'Comments' post has been taken to heart. Instructions have been sent to ensure that the maligned code is fixed and with proper comments. It also has been integrated into the development process. All patch contributions will be intimated of their status soon. The Subversion How To part is something that I need help from all the masters concerned. JeffK, your help needed. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/16e13395/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 05:46:49 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 02:46:49 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: null References: <-5482651731696891706@unknownmsgid> null Message-ID: <10df3d1b667.5274288499974633712.1335609305314817134@@vtiger.com> Dear Anshul, I'll test it here and letyou know what is the issue. kindly bear with me for some time. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hello The Error Page shows me:: Parse error: parse error, unexpected $end in C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php on line 906 -Anshul On 9/28/06, Mangai wrote:Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/71986352/attachment-0003.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From libregeek at gmail.com Thu Sep 28 06:04:30 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:34:30 +0530 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <8552418951228855775@unknownmsgid> References: <8552418951228855775@unknownmsgid> Message-ID: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> On 28/09/06, Richie wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal From libregeek at gmail.com Thu Sep 28 06:22:20 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:52:20 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <-8035749043592274294@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> Message-ID: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal From richie at vtiger.com Thu Sep 28 06:58:13 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 03:58:13 -0700 Subject: [Vtigercrm-developers] Move towards Wiki Message-ID: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Hi! vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best tool to be used in this regard. The Wiki has been updated to the latest version. The intent is to move towards the wiki from now on so that all these issues like search, not being able to get to the mail unless you have the absolute link available, forum posts getting lost, etc are resolved. All the moderators are requested to move the frequenly used data to the Wiki and lock the forum from which the data has been taken. The community is encouraged to participate in this activity. The sooner we get over this, the better it is. Requesting your kind co-operation in this regard. The Wiki will house the commonly asked queries and tips so that it becomes a single point stop for all those interested in the product. The forum will be used for one-off queries which do not merit addressing in the Wiki. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/ce342e69/attachment-0003.html From richie at vtiger.com Thu Sep 28 07:07:32 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:07:32 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> References: <8552418951228855775@unknownmsgid> <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> Message-ID: <10df41b995d.56277158003138226.599961552368062623@@vtiger.com> This will be done. All moderators please note this. Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie <richie at vtiger.com> wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/fa4fdfef/attachment-0003.html From richie at vtiger.com Thu Sep 28 07:11:20 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:11:20 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> Message-ID: <10df41f143e.704080439223041116.1975211868551301638@@vtiger.com> The anonymous postings will not be removed for now as we feel it might further delay the posting procedure. Moreover, we have many moderators now. They will have to take the responsibility of removing the posts. Kindly go ahead and register to the MARC list. I am reviewing your mail Manilal and feel that most of them have been addressed in the vtiger5 release. Do feel free to post your thoughts. Please do have a look at my other mail also toward moving towards Wiki. This I feel will help assuage a lot of emotions :-) Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/7be3d856/attachment-0003.html From libregeek at gmail.com Thu Sep 28 07:23:45 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 16:53:45 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <7508186244449328067@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> <7508186244449328067@unknownmsgid> Message-ID: <2315046d0609280423w10a42155h390d5e7eb57f2b20@mail.gmail.com> On 28/09/06, Richie wrote: > The anonymous postings will not be removed for now as we feel it might > further delay the posting procedure. Moreover, we have many moderators now. > They will have to take the responsibility of removing the posts. > > Kindly go ahead and register to the MARC list. > > I am reviewing your mail Manilal and feel that most of them have been > addressed in the vtiger5 release. Do feel free to post your thoughts. > > Please do have a look at my other mail also toward moving towards > Wiki. This I feel will help assuage a lot of emotions :-) > > Richie > Yes, we are in the right direction. I am now actually delighted in working with vtiger community, simply because more communication is taking place and hence more work. I'm sure that one day vtiger will on top of the many CRMs. I'll contact MARC and let you people know the URL. regards Manilal From jens at Strawberry.COM Thu Sep 28 08:29:46 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 28 Sep 2006 14:29:46 +0200 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com>; from Richie on Thu, Sep 28, 2006 at 02:28:26AM -0700 References: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> Message-ID: <20060928142946.B5816@Strawberry.COM> Hi, > * Request trac access by sending mail to richie at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com I'd agree for small patches, but what about entire feature addons, which may become comparably hughe? I'd suggest to request a feature branch for that and the permissions to upload everything into this branch. We might use trac for the branch request and discussion anyway. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 28 12:28:46 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 12:28:46 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D40@exch.accuratetechnologies.com> OK, I got the migration script working, and it appears to have done the right things everywhere. Everything I checked was properly imported. That analysis may change once the users get a look at it. :) But for now, it worked. Attached is the patch for how I did it. It's not pretty, and it isn't suitable for inclusion in the general release. I've included it so Minnie can see what I did to fix the problem, and then do it correctly. ;) The core issue was not being able to find the mysql binary utilities, and the migration script not handling this case very well. I solved the problem by hardcoding the paths to the mysql binaries and the working directory for the database dumps to match my installation. Once that was resolved, the migration proceeded normally, save this: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 That stuff all failed, although I can't see any subsequent problems with that. Note that as a general point, when one does this: $some_command_string = 'some series of commands and switches; exec($some_command_string); Doing this as part of the logging: $log->debug('We executed the following command string: some series of commands and switches'); Is NOT very useful, as it doesn't actually report the commands being exec-ed. The proper way to do it is: $log->debug("We executed the following command string: $some_command_string"); As this reports the same command string that was passed to the exec. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migrationpatch.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/9b77e17f/attachment-0002.txt From allan.bush+vtiger_dev at gmail.com Thu Sep 28 12:37:18 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 28 Sep 2006 09:37:18 -0700 Subject: [Vtigercrm-developers] Trac 0.10 Message-ID: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Trac 0.10 was just released (about 20 minutes ago): http://trac.edgewall.org/wiki/TracDownload Included in the new features is the ability to add a spam filter plugin, like this one: http://trac.edgewall.org/wiki/SpamFilter I'd suggest we try upgrading our current installation, adding that plugin and enabling anonymous trac posting again. From kim at haverblad.se Thu Sep 28 13:11:21 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:11:21 +0200 Subject: [Vtigercrm-developers] Move towards Wiki In-Reply-To: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> References: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Message-ID: <451C0239.1060908@haverblad.se> Totally agree with this and will start to get more familiar with the wiki structure. /Kim Richie wrote: > Hi! > > vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best > tool to be used in this regard. The Wiki has been updated to the latest version. > > The intent is to move towards the wiki from now on so that all these issues > like > > * search, > * not being able to get to the mail unless you have the absolute link available, > * forum posts getting lost, > * etc > > are resolved. > > All the moderators are requested to move the frequenly used data to the Wiki > and lock the forum from which the data has been taken. The community is encouraged to > > participate in this activity. The sooner we get over this, the better it is. > Requesting your kind co-operation in this regard. > > The Wiki will house the commonly asked queries and tips so that it becomes a > > single point stop for all those interested in the product. The forum will be used for > one-off queries which do not merit addressing in the Wiki. > > Thanks, > Richie > > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > From kim at haverblad.se Thu Sep 28 13:14:12 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:14:12 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <451C02E4.8030507@haverblad.se> Just wondering, but what is status on this vulnerability? /Kim Kim Haverblad wrote: > New vulnerability has been posted by Ivan Markovic regarding Cross Site > Scripting, Security Bypass and Remote Command Execution. > > Original advisory: > http://www.security-net.biz/adv/D3906a.txt > > Secunia advisory: > http://secunia.com/advisories/21728/ > > Description: > Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which > can be exploited by malicious people to conduct script insertion attacks > and bypass certain security restrictions. > > 1) Input passed to the "description" field in various modules when e.g. > creating a contact and the "solution" field when an administrator > modifies the solution in the HelpDesk modules isn't properly sanitised > before being used. This can be exploited to inject arbitrary HTML and > script code, which will be executed in a user's browser session in > context of an affected site when the malicious user data is viewed. > > 2) An error in the access control verification can be exploited by a > normal user to access administrative modules (e.g. the settings section) > by accessing certain URLs directly. > > The vulnerabilities have been confirmed in version 4.2.4. Other versions > may also be affected. > > Solution: > Edit the source code to ensure that input is properly sanitised and that > access to administrative modules are properly checked. > > Use another product. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > __________ NOD32 1.1738 (20060904) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > From dgrant at accuratetechnologies.com Thu Sep 28 13:32:13 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 13:32:13 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Whoops.. just discovered that the last patch wasn't quite correct. This one actually worked - same issue. Here's the list of failed queries this time: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migration_v2.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/58a3d3af/attachment-0002.txt From jtk at yahoo.com Thu Sep 28 13:51:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 28 Sep 2006 13:51:24 -0400 Subject: [Vtigercrm-developers] Trac 0.10 References: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Message-ID: Allan Bush wrote: > Trac 0.10 was just released (about 20 minutes ago): > http://trac.edgewall.org/wiki/TracDownload There's a lot of cool trac usage to learn from on that milestone page: http://trac.edgewall.org/milestone/0.10 > Included in the new features is the ability to add a spam filter plugin, > like this one: http://trac.edgewall.org/wiki/SpamFilter I'm looking to the InterWiki and InterWeb features to bridge the developer and end-user wiki divergence. TracNotification improvements are good, too. > I'd suggest we try upgrading our current installation, adding that > plugin and enabling anonymous trac posting again. I'd advise some caution regarding the strength of the spam filters. Those spammer types are resourceful. From gopals at vtiger.com Fri Sep 29 00:15:52 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 28 Sep 2006 21:15:52 -0700 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers Message-ID: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Dear Team, I have created a Wiki page for listing all our Language Packs maintainers: URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers PS: Currently this document is in draft stage. Kindly help us by updating your language projects. The data is pulled from various sources, such as vtiger Forums, vtigerForge, SourceForge. personal mails etc. Please give your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/3955e29b/attachment-0003.html From webmaster at vtigerfacile.com Fri Sep 29 03:04:46 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 29 Sep 2006 09:04:46 +0200 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers In-Reply-To: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> References: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Message-ID: <451CC58E.9010802@vtigerfacile.com> Dear Gopal, French lang infos updated, i'm also happy to inform we restart french user doc project, i have now some community help. Best regards, A?ssa Gopal a ?crit : > Dear Team, > > I have created a Wiki page for listing all our Language Packs maintainers: > > URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers > > PS: Currently this document is in draft stage. Kindly help us by > updating your language projects. > > The data is pulled from various sources, such as vtiger Forums, > vtigerForge, SourceForge. personal mails etc. > > Please give your views. > > Thanks, > Gopal > > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://blogs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From gutong at shine-it.net Fri Sep 29 04:30:26 2006 From: gutong at shine-it.net (=?UTF-8?B?6aG+5b2k?=) Date: Fri, 29 Sep 2006 16:30:26 +0800 Subject: [Vtigercrm-developers] Need help for searching double byte character in VtigerCRM 5 In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Message-ID: <451CD9A2.4050806@shine-it.net> Hi team, We have done most part of the Simplified Chinese translation for 5.0GA, yet we have been encountering insurmountable problems of doulble-byte character support in the system. The main problem is that the current global search engine doesn't work for double-byte characters. We have done our code hacking as following to allow the Chinese characters to be passed to the query variable. Modified the UnifiedSearch.php around line 45, From: if(isset($_REQUEST['query_string']) && preg_match("/[\w]/", $_REQUEST['query_string'])) { To: if(isset($_REQUEST['query_string']) && preg_match('/[^'.chr(0xa1)."-".chr(0xff).']+/',$_REQUEST['query_string'])) { It seems that the regex pattern matched the Chinese characters and the $search_val received the query string, however, the result was not returned. Please kindly advise us how to resolve the said problem, thank you. Also, the Chinese characters are not showing normally for all the Ajax related parts. Cheers, Tony From gopals at vtiger.com Fri Sep 29 11:17:38 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:17:38 -0700 Subject: [Vtigercrm-developers] Vtiger Developers Forum Locked Message-ID: <10dfa26ef8a.-3647830802605948308.-5383683028224550964@@vtiger.com> Dear Team, I would like to inform you that, since all our developer related discussions are taking place in mailing list, I have locked the Developer Forums for v5.x and v4.x. Please let us know is there any better code snippets management so that we can also stop Code Contributions forums in vtiger.com and request developers to post their contributions in in our Trac. Please let me know your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/73fc472f/attachment-0003.html From gopals at vtiger.com Fri Sep 29 11:32:34 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:32:34 -0700 Subject: [Vtigercrm-developers] Holidays in India Message-ID: <10dfa349a79.7601145631339705590.8244417788271073956@@vtiger.com> Dear Team, Next three days we will be having Puja holidays. Our team will be back on Oct 3rd. Happy Week End, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/f3a2a4de/attachment-0003.html From smith.timsmith at gmail.com Fri Sep 29 12:31:24 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 29 Sep 2006 11:31:24 -0500 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: We have confirmed this problem. If you are trying to save the import definition as a template you will get an error displayed in the browser. Something similar to this: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2006-09-29 11:15:45'', ''2006-09-29 11:15:45'', '1')' at line 1 We may be able to fix it today but it depends on scheduling. In any case, don't save as a template and you should be good to go. Tim (OnwealdTim) Tim Smith Onweald, Inc. http://www.onweald.com On 9/27/06, Leandro Rache Sanchez wrote: > > Hi, > Im importing accounts and contacts from sugar to vtiger, in 4.3 this work > fine, but in 5, and last svn this not work properly, don't import noting, > it > seem some sql error. > Im not test yet the contacts. > -- > > ~ Leandro Rache Sanchez > (. .) leandro at oriontek.org > \V/ > //"\\ Corporacion Tecnol?gica ORION. > /( ' )\ info at oriontek.org > ^*-*^ http://www.oriontek.org/orion/ > --------------------------------------- > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/8a764740/attachment-0003.html From gopals at vtiger.com Fri Sep 29 23:48:50 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 20:48:50 -0700 Subject: [Vtigercrm-developers] Developer Articles - Your Wish list Message-ID: <10dfcd6ad0d.5004576236579876392.-6991852857106135914@@vtiger.com> Hello, Special thanks to Michel JACQUEMES, Joe Bordes, Dennis Grant, Minnie, Fathi, MMBrich, Richie & vtiger developer community for creating very useful articles on vtiger CRM development. So far we have added the following topics in our Developer Zone in Wiki: API Documentation UI Types for Fields Creating New Module Creating New Fields in Existing Modules Creating User Specific Related Lists Creating Dashboards Adding Dashboards Translating vtiger CRM Merging a Local Working Copy of vtiger CRM to a New SVN Release Down the road, I am expecting more developers will join the vtiger development and it will be very essential for us to add many more topics to make our Developer Zone a reliable resource for the new developers. Also our developer zone should cater to the needs of developers with a different skill set. Please let me know Articles that add more value to the existing list. To kick start I have listed the following Wish list: 1. How to create new theme? 2. How to create PDF file for Quotes, Orders, & Invoices? 3. How to write SOAP methods for all modules? Let us know your wish list. Once we have a wish list it is easy to figure out writing articles Share your thoughts.. Cheers, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/d61a478a/attachment-0003.html From radiant at vtiger.com Sat Sep 30 04:29:09 2006 From: radiant at vtiger.com (Radiant) Date: Sat, 30 Sep 2006 13:59:09 +0530 Subject: [Vtigercrm-developers] [LANCER] - Color theme guide in vtiger wiki Message-ID: <451E2AD5.4070207@vtiger.com> Team, Just for your information. I have started writing the color theme development guide in vtiger wiki. As of now only a small intro and few basics are available. Will write more daily and hope to finish the guide within a week. :-) http://wiki.vtiger.com/index.php/Vtiger_CRM_5_:_Creating_your_own_Color_Theme - Radiant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/be9317b5/attachment-0003.html From kim at haverblad.se Sat Sep 30 05:42:56 2006 From: kim at haverblad.se (Kim Haverblad) Date: Sat, 30 Sep 2006 11:42:56 +0200 Subject: [Vtigercrm-developers] vtiger v5.0ga vulnerability scan report In-Reply-To: <451E2AD5.4070207@vtiger.com> References: <451E2AD5.4070207@vtiger.com> Message-ID: <451E3C20.2010707@haverblad.se> Made some scan of vtiger 5.0ga on on a test server running Debian and to be mentioned is that the scan has be done by using the admin account on a newly fresh installation. I was kind of curious to see what I would get. The Accunetix scanners shows 79 high, 16 medium and 261 low alerts so it might be of interest for some developers. -- Regards, Kim Haverblad tel: 070-728 37 86 http://www.haverblad.se -------------- next part -------------- A non-text attachment was scrubbed... Name: Vtiger-Vulnerability-Scan.zip Type: application/x-zip-compressed Size: 45410 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/aeac7571/attachment-0002.bin From webmaster at vtigerfacile.com Fri Sep 1 05:04:28 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Fri, 01 Sep 2006 14:04:28 +0200 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44EC052E.1000801@haverblad.se> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <10d394423a4.-4887155498548908934.6088648220612835058@@vtiger.com> <44EC052E.1000801@haverblad.se> Message-ID: <44F821CC.1010102@vtigerfacile.com> About this security advise, have look to the origin :http://www.hardened-php.net/advisory_232005.105.html Disclosure Timeline: 16. September 2005 - Vendor informed. 10. October 2005 - Follow-up to vendor. 24. November 2005 - public disclosure Recommendation: Since there is currently no fixed version available, you should protect your vTiger installation with the following measures: 1. Restrict access to vtigercrm*.log via .htaccess 2. Switch register_globals to Off. 3. Turn magic_quotes_gpc off. 4. Install the Hardening-Patch for PHP to disable %00 URL characters. 1. not resolved Really easy to add a .htaccess "deny from all" on logs folder Best regards, A?ssa Kim Haverblad a ?crit : > Sounds great that it's taken care of since vulnerability release date > was 2005-11-24. So applause to Mike O'Loan for doing some checking. > > Bugtraq list also gave som hits on vtiger; seems to be the same > vulnerability, but there are some comments as well regarding the log > handling. > > http://search.securityfocus.com/swsearch?sbm=%2F&metaname=alldoc&query=vtiger&x=0&y=0 > > Regards, > Kim Haverblad > > Gopal wrote: > >> Dear Mike O'Loan, >> >> Thanks for notifying issues in some of the modules. We will ensure that >> these issues are fixed immediately. If required we will release a patch >> for v4.2.3 immediately. >> >> Regards, >> Gopal >> --- >> S.S.G.Gopal >> skype: sripadag >> ph: +1 877 788 4437 >> blog: http://gopal.vtiger.com >> >> >> >> >> ---- On Tue, 22 Aug 2006 *Mike O'Loan * wrote >> ---- >> >> The following files still have the same SQL injection vulnerability, >> carried over from vTiger 4.2.3. Although these aren't a problem with >> magic_quotes_gpc turned ON, it still needs to be fixed. It has been >> fixed in other modules by putting the PearDatabase::quote() function >> around any variable that needs to be placed in an SQL statement. >> >> Affected files: >> modules\Faq\ListView.php >> modules\HelpDesk\ListView.php >> modules\Invoice\Popup.php >> modules\Leads\ListView.php >> modules\Leads\Popup.php >> modules\Products\Popup.php >> >> Implementing this would reduce the SQL injection vulnerability for >> vTiger 4.2.x >> >> -- >> Mike O'Loan >> Chief Technical Officer >> Sauce Software Pty Ltd >> >> >> http://saucesoft.com >> Phone: +61 1300 559 165 >> Fax: +61 7 3009 0442 >> Email: mike.oloan at saucesoft.com >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Get started with creating presentations online - http://zohoshow.com?vt >> >> __________ NOD32 1.1720 (20060822) Information __________ >> >> This message was checked by NOD32 antivirus system. >> http://www.eset.com >> >> > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From dgrant at accuratetechnologies.com Fri Sep 1 06:53:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 09:53:35 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> As part of my project to port the features from our fork of V4.2 to V5.0, I find I need to add some new fields to various modules. What I did in my fork (brace yourselves, this is horribly ugly) was to create the new fields as a custom field, and then hardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it is utterly unacceptable for anything I want to have incorporated into the main vTiger trunk - not to mention that it's just ugly hackery. So then, assume I want to add a new field to a Quote; a checkbox Boolean value. I know the field must be added to the database schema; I know how to do that. But where is the proper place to add this field so that it shows up in the "Quote Information" block on DetailView and EditView? I'd really appreciate a little help here. DG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/6fd28770/attachment-0004.html From smith.timsmith at gmail.com Fri Sep 1 09:23:27 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 1 Sep 2006 11:23:27 -0500 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: <44F821CC.1010102@vtigerfacile.com> References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/12d94fdf/attachment-0004.html From dgrant at accuratetechnologies.com Fri Sep 1 10:24:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:24:48 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDF file export Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D13@exch.accuratetechnologies.com> Here is a patch against vanilla 5.0_RC This adds all (except one) of our extensions to the PDF version of the Quote, while still retaining the new look and feel. Changes: 1) Shows new fields Date Issued, Prepared For, Prepared By 2) Logo graphic is scaled (allows use of higher resolution logos for better print quality) 3) Layout of Company Name, Billing Address, and Shipping Address reformatted for cleaner look 4) Column headers print bold 5) Smaller font size for less cluttered look 6) Columns now Qty, Part No, Product Name, List Price, Unit Price, Tax, Total (makes more sense laid out this way) 7) Page number includes total number of pages (page 1/3 etc) 8) If present in database, global terms and conditions are printed out as an annex to the quote (ours span 2 pages...) 9) Comments on parts now print above the line item in the Product Name column, formatted bold & underline. This allows the sales people to create subgroups within the quote, using the comment as a subgroup header - great for doing packages, etc. (this, in concert with preserving the print order was the most requested feature I had) Try it out - you'll like it! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/2f51e79f/attachment-0003.txt From dgrant at accuratetechnologies.com Fri Sep 1 10:54:18 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 1 Sep 2006 13:54:18 -0400 Subject: [Vtigercrm-developers] [PATCH] - Signifigant Revamp to Quotes PDFfile export CORRECTED VERSION Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D14@exch.accuratetechnologies.com> Whoops! Disregard that last patch and use this one instead - the last one has a couple of bugs in it related to multiple-page Quotes. This one is good to go. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_3.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060901/0c778a58/attachment-0003.txt From webmaster at vtigerfacile.com Sat Sep 2 06:35:35 2006 From: webmaster at vtigerfacile.com (=?ISO-8859-1?Q?A=EFssa?=) Date: Sat, 02 Sep 2006 15:35:35 +0200 Subject: [Vtigercrm-developers] Multiple selectbox Message-ID: <44F988A7.7020909@vtigerfacile.com> Hi team, i have just discover that : http://c82.net/samples/checklist-samples.html It's seem to be very interresting. Best regards, A?ssa From webmaster at vtigerfacile.com Sat Sep 2 15:48:03 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sun, 03 Sep 2006 00:48:03 +0200 Subject: [Vtigercrm-developers] vtiger5: Outlook, Office, and Thunderbird Plugins for TESTING In-Reply-To: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> References: <10d6098ca93.5835728300580517740.760228722060980891@@vtiger.com> Message-ID: <44FA0A23.6080905@vtigerfacile.com> Dear Gopal, i have asked for "private" testers on french community (only 1 answer !) I use snapshot from svn & office 2007, my french tester use the vtiger CRM package you provide on the mail & office 2000 This is a small feedback for outlook : It's seem there is a problem with dates & time sometimes ex : my task start at 30/12/1899 due date 30/12/1899 For the calendar, it's correct for me, but my tester have the date & time problem here and not on tasks. The problem is may be time format, here we don't use AM/PM. ex : Meeting Outlook from 10h00 to 19h00 give in Vtiger 10:00 AM ? 11:50 PM Meeting Outlook from 19h00 to 20h30 give in Vtiger 7:00 PM ? 11:50 PM On homepage, Upcoming activity are not on chronologic list. We have alway problem with accents. My "synctask" have worked first time, but now thebutton is disabled. More feedback later. Regards, A?ssa Gopal a ?crit : > Dear Team, > > Finally the long wait is over. I have some good news regarding vtiger > 5 plugins. > > For the last one week, Jerry (Thanks to Suman Raj for helping him out) > was working very hard to bring back the Outlook, Office, and > Thunderbird plugins to mainstream. > > He has ported all the existing features from 4.2.x to 5.0 and enabled > security functionality for plugins. > > Kindly install the latest vtiger CRM build to work with Plugins. > > 1. vtiger CRM: http://vtiger.com/products/crm/aug30/vtigercrm-5.0.0.exe > > 2. Outlook Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-outlook-plugin-5.0.0.exe > > 3. Office Plugin: > http://vtiger.com/products/crm/aug30/vtigercrm-office-plugin-5.0.0.exe > > 4. Thunderbird Extension: > http://vtiger.com/products/crm/aug30/vtigercrm-thunderbird-ext-5.0.0.zip > > PS: Change the file format from ZIP to XPI. > > While reporting an issue, please let me know, your Windows OS, MS > Outlook, and MS Word versions, which will easy for us debugging the > issues. > > Once you have completed the testing, please let me know your observations. > > Please have a look at the attached User Manuals while working with > Plugins. If you found any errors drop me a mail at gopals at vtiger > dot com. > > PS: We have enabled English, French, Dutch, German, and Portuguese > languages in Office plugin. Looking forward for community help in > adding new languages. > > Happy testing, > > Gopal > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://gopal.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From minnie at vtiger.com Sun Sep 3 23:38:49 2006 From: minnie at vtiger.com (Mangai) Date: Sun, 03 Sep 2006 23:38:49 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D12@exch.accuratetechnologies.com> Message-ID: <10d778cf4d7.-7429440611753458504.4143310975612447221@@vtiger.com> Dear DG, Thank you for giving an opportunity to service you. In vtigerCRM5RC, For 'QuoteInformation' blockid is 51 and tabid is 20. you have to write aninsert query for each field in 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: take some field say XYZ, the query is given below $this->db->query("insertinto vtiger_field values(20,".$this->db->getUniqueID("vtiger_field").",'xyz','vtiger_quotes', 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); In that query, you have take care of each field value. This entry is applicable for both editview and detailview. I hope this helps you. kindly contact me for further clarifictaions. Thanks & Regards, Minnie. ---- On Fri, 01 Sep 2006 Dennis Grant wrote ---- As part of my project to port the featuresfrom our fork of V4.2 to V5.0, I find I need to add some new fields to variousmodules. What I did in my fork (brace yourselves,this is horribly ugly) was to create the new fields as a custom field, and thenhardcode the name of the custom field into whatever module needed that info. That works for a local fork, but it isutterly unacceptable for anything I want to have incorporated into the main vTigertrunk ? not to mention that it?s just ugly hackery. So then, assume I want to add a new fieldto a Quote; a checkbox Boolean value. I know the field must be added to thedatabase schema; I know how to do that. But where is the proper place to add thisfield so that it shows up in the ?Quote Information? block on DetailView andEditView? I?d really appreciate a little help here. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060903/1ccd72de/attachment-0004.html From ahmed at vtiger.com Mon Sep 4 03:25:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Mon, 04 Sep 2006 03:25:52 -0700 Subject: [Vtigercrm-developers] Misspelled field name in vtiger 4 and 5 In-Reply-To: References: Message-ID: <10d785cd6d2.4660954672230400407.-247269953199448983@@vtiger.com> Dear Tim, The spelling of organization name has been rectified and checked in. Please checkout the latest version from SVN from the following link: http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk/ Regards, Ahmed ---- On Wed, 30 Aug 2006 Tim Smith wrote ---- organization.organizationame is mispelled. Should be organizationame.organizationname (e.g. "organization name" instead of "organization ame") Regards, Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/f62e834a/attachment-0004.html From richie at vtiger.com Mon Sep 4 03:39:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 03:39:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? Message-ID: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Hi! I was wondering if this is a right time to start thinking of the post 5.0.0 releases. Should the next release be 5.0.1 or 5.1? On what criteria should these be done? I am opening this up so that we have a more community-wide view on this. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/8f470d14/attachment-0004.html From eng.luis at gmail.com Mon Sep 4 03:46:22 2006 From: eng.luis at gmail.com (Luis Santos) Date: Mon, 04 Sep 2006 11:46:22 +0100 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <1157366782.5730.19.camel@localhost> Hi! My hunble opinion is that 5.1 has to have at least a major change from 5.0.0. 5.0.1 would be security fixes, patches, minor features.. 6.0.0 would be a major change to all of vtiger or its essence... /Luis Santos On Mon, 2006-09-04 at 03:39 -0700, Richie wrote: > Hi! > > I was wondering if this is a right time to start thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Mon Sep 4 04:00:00 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:00:00 -0700 Subject: [Vtigercrm-developers] features and feature owners for 5.x Message-ID: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Hello! Should there be an owner for the feature-list for each 5.x releases? How do these things operate in other big projects? For eg, how/who decides what all should be there in the 5.0.1/5.1 release etc? As mentioned earlier, the intent is to make vtiger a more community-oriented product. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/feef55b3/attachment-0004.html From fboudra at free.fr Mon Sep 4 04:05:39 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:05:39 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> Message-ID: <200609041305.40465.fboudra@free.fr> hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi From richie at vtiger.com Mon Sep 4 04:20:06 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 04:20:06 -0700 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041305.40465.fboudra@free.fr> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> Message-ID: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Hi Fathi! I was referring to what release should we have post 5.0.0 ie whether the next release should be 5.0.1 or 5.1? I was not referring to the naming convention. Thanks anyway, Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi ritchie, Le lundi 4 septembre 2006 12:39, Richie a ?crit : > I was wondering if this is a right time to start thinking of the post 5.0.0 > releases. Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more community-wide view on this. it's already stated on the naming conventions subject and in the wiki: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme cheers, Fathi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/93ab834d/attachment-0004.html From kim at haverblad.se Mon Sep 4 04:28:57 2006 From: kim at haverblad.se (Kim Haverblad) Date: Mon, 04 Sep 2006 13:28:57 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <44FC0DF9.10809@haverblad.se> New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. From fboudra at free.fr Mon Sep 4 04:36:48 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:36:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <200609041336.48969.fboudra@free.fr> > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. From fboudra at free.fr Mon Sep 4 04:45:10 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 4 Sep 2006 13:45:10 +0200 Subject: [Vtigercrm-developers] features and feature owners for 5.x In-Reply-To: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> References: <10d787c145d.4187005055088213768.3378714153522504429@@vtiger.com> Message-ID: <200609041345.10215.fboudra@free.fr> > Should there be an owner for the feature-list for each 5.x releases? > How do these things operate in other big projects? > For eg, how/who decides what all should be there in the 5.0.1/5.1 release > etc? > As mentioned earlier, the intent is to make vtiger a more > community-oriented product. a simple reminder: http://www.vtiger.com/wiki/index.php/User:FathiBoudra Authors, official developers decides for a roadmap, update it, put names of people (official mentor?) who work on the feature, and follow it. Other contributors can help according to the roadmap or submit new features with patch. "big projects" are meritocracy: http://en.wikipedia.org/wiki/Meritocracy Just search the mailing list archive for many of my suggestions, especially regarding licensing issue, it could be nice to provide vtiger crm only sources (without external dependencies) for becoming a "community-oriented" product. It's not really a reply to all your questions but more a general point of view. cheers, Fathi From werk at r2g.nl Mon Sep 4 07:41:48 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 4 Sep 2006 16:41:48 +0200 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <200609041336.48969.fboudra@free.fr> Message-ID: Indeed my point of vieuw aswell, So Richie what did you mean with your question then? Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: maandag 4 september 2006 13:37 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] next release - 5.0.1 or 5.1? > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. right, and on the wiki page: Always use one of the ordinals vtigercrm-W.X.Y.Z to indicate the scope of changes in a release. Increment as appropriate: * W: major version Completely new system. Forward migration supported, but perhaps only from latest previous version. * X: new features added New features should have at least a ticket describing them, referenced in changelog * Y: bugs fixed Diffable. Bugfixes are through visible changes in source code. Reset Y to zero if incrementing X. so if you read it, it's easy to answer to your question: * is it new features added -> 5.1.0 * is it bugs fixed -> 5.0.1 naming conventions defines release versionning. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From richie at vtiger.com Mon Sep 4 07:56:43 2006 From: richie at vtiger.com (Richie) Date: Mon, 04 Sep 2006 07:56:43 -0700 Subject: [Vtigercrm-developers] blogs changed Message-ID: <10d7954cf5f.7177449017857625563.-3694316649866535852@@vtiger.com> Dear Team, blogs.vtiger.com has a new face. We have moved to WordPress blogs. There will be a few issues as we are still in Beta with the blog movement. Please bear with us in the meantime. Feel free to report all the issues in the forum. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/4dd299a3/attachment-0004.html From developer at infointegrated.com Mon Sep 4 08:07:07 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Mon, 4 Sep 2006 10:07:07 -0500 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> Message-ID: <3FA67E7F-346F-44DB-8847-6E3206CD682E@infointegrated.com> The way I envision it, once 5.0.0 is released, you create a 5.0 branch. Any bug fixes are applied to the branch and the trunk. New features are only applied to the trunk. Most likely, I would expect 5.0.1 to come first, as a released product is going to receive more testing and feedback than a pre-release. This release would likely come out between 1 and 3 months after product release. This would be dependent on the quantity and severity of the fixes that are found in 5.0.0. Regardless, v5.0.0 should be maintained for a set period of time (perhaps 18 months) minimum. This ensures that companies do not need to accept new features to stay current with security and bug fixes. A 5.1 release should be a minimum of 6 months out. Too many releases create a nightmare for support, and make the product appear to be less stable to the companies. On Sep 4, 2006, at 6:20 AM, Richie wrote: > Hi Fathi! > > I was referring to what release should we have post 5.0.0 ie > whether the next release should be 5.0.1 or 5.1? > > I was not referring to the naming convention. > > Thanks anyway, > Richie > > > > > ---- Fathi Boudra wrote ---- > > hi ritchie, > > Le lundi 4 septembre 2006 12:39, Richie a ?crit : > > I was wondering if this is a right time to start thinking of the > post 5.0.0 > > releases. Should the next release be 5.0.1 or 5.1? > > > > On what criteria should these be done? > > > > I am opening this up so that we have a more community-wide view > on this. > > it's already stated on the naming conventions subject and in the wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http:// > zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/5b077844/attachment-0004.html From sergiokessler at gmail.com Mon Sep 4 10:59:19 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Mon, 4 Sep 2006 14:59:19 -0300 Subject: [Vtigercrm-developers] next release - 5.0.1 or 5.1? In-Reply-To: <1987093657170059147@unknownmsgid> References: <1987093657170059147@unknownmsgid> Message-ID: <49216030609041059j7c5ccc2av8f0f373ffbd26e42@mail.gmail.com> the next release should be 5.0.1 and should contain nothing more than fixes and more fixes, ie. nothing new (and God forbid database changes)... /sak On 9/4/06, Richie wrote: > > Hi! > > I was wondering if this is a right time to start > thinking of the post 5.0.0 releases. > Should the next release be 5.0.1 or 5.1? > > On what criteria should these be done? > > I am opening this up so that we have a more > community-wide view on this. > > Thanks, > Richie > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From gopals at vtiger.com Mon Sep 4 21:38:14 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 04 Sep 2006 21:38:14 -0700 Subject: [Vtigercrm-developers] vTiger mulitple vulnerabilities In-Reply-To: References: <536a91030608222110i172f9b75na9450e94adc3e993@mail.gmail.com> <44EC052E.1000801@haverblad.se> <44F821CC.1010102@vtigerfacile.com> Message-ID: <10d7c44ec7c.-411779779187577052.-5097062524184520435@@vtiger.com> Dear Team, Ivan Markovic of www.security-net.biz has identified "moderate risk" security issues in 4.2.x version. For more details please refer to: http://www.frsirt.com/english/advisories/2006/3444 Philip has started analyzing the issues and will keep you update the status. In the meantime if you have any solutions please let us share. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Fri, 01 Sep 2006 Tim Smith wrote ---- There are two options: 1. Fix the security flaws 2. Notify the user that their system has the security flaw during install #2 is only valid if you can detect that all the required security settings are enabled. I guess you could make a request to read the log and notify the user if you were able to. This check could also be done at login time when the administrator logs in. Personally, I'd rather see the security flaws fixed. Tim _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060904/970d946b/attachment-0004.html From gopals at vtiger.com Tue Sep 5 00:58:39 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 00:58:39 -0700 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <10d7cfc6aba.-6541985869223802041.8466374674918951292@@vtiger.com> Dear Kim Haverblad, My sincere apologies for posting reply to another thread. It is a mistake on my part. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 04 Sep 2006 Kim Haverblad wrote ---- New vulnerability has been posted by Ivan Markovic regarding Cross Site Scripting, Security Bypass and Remote Command Execution. Original advisory: http://www.security-net.biz/adv/D3906a.txt Secunia advisory: http://secunia.com/advisories/21728/ Description: Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which can be exploited by malicious people to conduct script insertion attacks and bypass certain security restrictions. 1) Input passed to the "description" field in various modules when e.g. creating a contact and the "solution" field when an administrator modifies the solution in the HelpDesk modules isn't properly sanitised before being used. This can be exploited to inject arbitrary HTML and script code, which will be executed in a user's browser session in context of an affected site when the malicious user data is viewed. 2) An error in the access control verification can be exploited by a normal user to access administrative modules (e.g. the settings section) by accessing certain URLs directly. The vulnerabilities have been confirmed in version 4.2.4. Other versions may also be affected. Solution: Edit the source code to ensure that input is properly sanitised and that access to administrative modules are properly checked. Use another product. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/7869fafd/attachment-0004.html From dgrant at accuratetechnologies.com Tue Sep 5 10:08:59 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Tue, 5 Sep 2006 13:08:59 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and? tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG From gopals at vtiger.com Tue Sep 5 19:55:22 2006 From: gopals at vtiger.com (Gopal) Date: Tue, 05 Sep 2006 19:55:22 -0700 Subject: [Vtigercrm-developers] How to add a new field to a Module? In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D0918@exch.accuratetechnologies.com> Message-ID: <10d810d1c56.5168669373337133763.6577050973320880196@@vtiger.com> Hi, It is a wonderful idea. Please have a look at the "Developer Guide" in vtiger Wiki: http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide So far I have added articles on creating dashboards, related lists, language packs. Thanks to Michel Jacquemes and Richie for their valuable contributions. By the way, I have also contributed one of the articles :-) Currently I am working with Minnie on "how to create a module in vtiger CRM 5?" article, which will open doors for new developers. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Tue, 05 Sep 2006 Dennis Grant wrote ---- > Dear DG, > Thank you for giving an opportunity to service you. Heh. :) The vTiger core team is in India, right? So English is probably a second language for a lot of the team. Just FYI, "to service someone" is not the same thing as "to serve someone". The correct phrase would be "Thank you for giving us an opportunity to serve you." Or, less formally (given that this is a developers' list and we're all peers here) "Here is the information you requested:" I'm not giving you a hard time; you just might want to avoid using a phrase that implies a much more... intimate... relationship than perhaps you wanted. :) :) > In vtigerCRM5RC, For 'Quote Information' blockid is 51 and tabid is 20. > you have to write an insert query for each field in > 'modules/Users/DefaultDataPopulator.php' file under //Block51. for eg: > take some field say XYZ, the query is given below OK, two quick questions: 1) What do "blockID" and "tabID" represent? 2) What is the process for registering new blockids and tabids? > $this->db->query("insert into vtiger_field values (20,".$this->db- > >getUniqueID("vtiger_field").",'xyz','vtiger_quotes', > 1,'2','xyz','XYZ',1,0,0,100,1,51,1,'V~M',1,null,'BAS')"); > In that query, you have take care of each field value. This entry is > applicable for both editview and detailview. OK, so looking at the table description: +---------------------+--------------+------+-----+---------+ | Field | Type | Null | Key | Default | +---------------------+--------------+------+-----+---------+ | tabid | int(19) | NO | MUL | | | fieldid | int(19) | NO | PRI | NULL | | columnname | varchar(30) | NO | | | | tablename | varchar(50) | NO | | | | generatedtype | int(19) | NO | | 0 | | uitype | varchar(30) | NO | | | | fieldname | varchar(50) | NO | MUL | | | fieldlabel | varchar(50) | NO | | | | readonly | int(1) | NO | | | | presence | int(19) | NO | | 1 | | selected | int(1) | NO | | | | maximumlength | int(19) | YES | | NULL | | sequence | int(19) | YES | | NULL | | block | int(19) | YES | MUL | NULL | | displaytype | int(19) | YES | MUL | NULL | | typeofdata | varchar(100) | YES | | NULL | | quickcreate | int(10) | NO | | 1 | | quickcreatesequence | int(19) | YES | | NULL | | info_type | varchar(20) | YES | | NULL | +---------------------+--------------+------+-----+---------+ You did: tabid = 20 fieldid = ".$this->db->getUniqueID("vtiger_field")." columnname = 'xyz' tablename = 'vtiger_quotes' generatedtype = 1 uitype = '2' fieldname = 'xyz' fieldlabel = 'XYZ' readonly = 1 presence = 0 selected = 0 maximumlength = 100 sequence = 1 block = 51 displaytype = 1 typeofdata = 'V~M' quickcreate = 1 quickcreatesequence = NULL info_type = 'BAS' Could you please break these down into what they mean, and (especially for items like uitype) the allowed values and what the values mean? When is /Users/DefaultDataPopulator.php executed? > I hope this helps you. kindly contact me for further clarifictaions. It's a good start - it is nice that vTiger is making a much better effort to work with downstream developers these days; thank you for that. Is there a Wiki somewhere where we should be capturing this conversation? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060905/16600072/attachment-0004.html From allan.bush+vtiger_dev at gmail.com Tue Sep 5 23:10:37 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:10:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9127 - /vtigercrm/tags/vtigercrm-4.2.4/modules/Leads/LeadConvertToEntities.php In-Reply-To: References: <20060824124620.9305A75E7E7@vtiger.fosslabs.com> <3bec26390608240842w5233ce5fpbd51e9be62f3dc20@mail.gmail.com> <3bec26390608280758m727b9558m7f8efc0566f81b08@mail.gmail.com> <3bec26390608282125q110cf54o41deb145aecac3b3@mail.gmail.com> Message-ID: <3bec26390609052310x2eb132b8n4dedc34236551238@mail.gmail.com> I rolled this change back by simply merging the change in reverse. This may not be the ideal solution however we don't have a untouched 4.2.4 branch to work against and I would have had to pull one from an old revision. In the end the HEAD of the tag is the same and that's likely all anyone will care about. On 8/28/06, Jeff Kowalczyk wrote: > Allan Bush wrote: > > That looks good except we want to exclude r9127 from the tag as it > > wasn't part of the 4.2.4 release. > > I see. Trim the merge range: > > # svn switch (url)/branches/4.2.4 > # svn merge -r 6810:6930 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r6930 comes in) > > And after tagging tags/vtigercrm-4.2.4, merge in the straggler r9127 to a > branches/4.2 and/or branches/4.2.5, as appropriate > > # svn switch (url)/branches/4.2 > # svn merge -r 6930:9127 (url)/tags/vtigercrm-4.2.4 > (verify that changeset r9127 comes in) > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Tue Sep 5 23:49:44 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Tue, 5 Sep 2006 23:49:44 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> Message-ID: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > From richie at vtiger.com Wed Sep 6 00:26:37 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:26:37 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d8205736e.-2386127368813020782.8080687821603972621@@vtiger.com> Allan, Be warned that you are using abusive language and causing disrespect to a member of the community. We always try and make an effort to understand what is going on regardless of English being our first or last language. Whatever be the issue, I think, we can deal it like mature and mannered people. You have done a good job on vtiger-4.2.x but that does not give you the liberty to treat people like dirt. I expect everyone on the list to be couth enough to treat others with respect. Do you not think it would have been better to for saraj's email address so that you could resolve the problem personally instead of what you have done now? You are good technically, but you need to be a good human being too, which incidentally is most important in life. Please apologise to saraj on this mailing list and let us get on with it. If you want to talk to me in person, call me at 18777884437 or Give me your number. I will call you now. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/a0c46610/attachment-0003.html From richie at vtiger.com Wed Sep 6 00:27:54 2006 From: richie at vtiger.com (Richie) Date: Wed, 06 Sep 2006 00:27:54 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> Message-ID: <10d82069f66.5974971160233137988.-5465377170316991356@@vtiger.com> Mike, Please put Allan's request on hold. Kindly maintain status quo till further notice please. I expect this fire to die down fast. Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Umm yeah, so exactly 35 minutes after I fixed your last fuck up you do the same damn thing again. I understand that english isn't your first language, but please try and make an effort to understand what's going on. Does anyone have saraj's personally email address? so I can try and resolve this problem directly. Mike, can we just revoke commit privileges to everyone in the tags directory? I'm not sure how we'd create tags then though... On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com <vtigercrm-commits at vtiger.fosslabs.com> wrote: > Author: saraj > Date: Wed Sep 6 00:41:42 2006 > New Revision: 9306 > > Log: > T added > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Modified: vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > ============================================================================== > --- vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php (original) > +++ vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php Wed Sep 6 00:41:42 2006 > @@ -946,6 +946,7 @@ > , 'Q' > , 'R' > , 'S' > + , 'T' > , 'U' > , 'V' > , 'W' > > > _______________________________________________ > vtigercrm-commits mailing list > vtigercrm-commits at lists.vtigercrm.com > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/066e5e13/attachment-0003.html From allan.bush+vtiger_dev at gmail.com Wed Sep 6 00:34:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 00:34:59 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <6850184341801969779@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> Message-ID: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 6 01:03:26 2006 From: philip at vtiger.com (Philip) Date: Wed, 06 Sep 2006 01:03:26 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> Message-ID: <10d822725ef.-2963427893705069027.-4819865131191860493@@vtiger.com> I apologize, for not checking in the file in the right branch. Henceforth i'll make sure that the 4.2.4 fixes are checked into the 4.2.4.1 branch, if the fix has not been done. So, shall i revert the changes that has been done in the r9306 version? Philip ---- On Wed, 06 Sep 2006 Allan Bush wrote ---- Sorry I may have been a little out of line, I just get frustrated sometimes having to redo work because of people not paying attentions to my requests for changes. Regardless of the tone of my request, there is no reason to every make changes (other then adding new tags) to anything in the tags folder and as such making it readonly is probably a good idea. On 9/6/06, Richie wrote: > > Mike, > Please put Allan's request on hold. Kindly maintain status quo till further > notice please. > > I expect this fire to die down fast. > > Richie > > > > > ---- Allan Bush wrote ---- > > > Umm yeah, > > so exactly 35 minutes after I fixed your last fuck up you do the same > damn thing again. > > I understand that english isn't your first language, but please try > and make an effort to understand what's going on. > > Does anyone have saraj's personally email address? so I can try and > resolve this problem directly. > > Mike, can we just revoke commit privileges to everyone in the tags > directory? I'm not sure how we'd create tags then though... > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > wrote: > > Author: saraj > > Date: Wed Sep 6 00:41:42 2006 > > New Revision: 9306 > > > > Log: > > T added > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > Modified: > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > ============================================================================== > > --- > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > (original) > > +++ > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > Wed Sep 6 00:41:42 2006 > > @@ -946,6 +946,7 @@ > > , 'Q' > > , 'R' > > , 'S' > > + , 'T' > > , 'U' > > , 'V' > > , 'W' > > > > > > _______________________________________________ > > vtigercrm-commits mailing list > > vtigercrm-commits at lists.vtigercrm.com > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/272fbccf/attachment-0004.html From dgrant at accuratetechnologies.com Wed Sep 6 06:37:08 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 09:37:08 -0400 Subject: [Vtigercrm-developers] How to add a new field to a Module? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D17@exch.accuratetechnologies.com> > Please have a look at the "Developer Guide" in vtiger Wiki: > http://wiki.vtiger.com/index.php/Vtiger_CRM_5_Developer_Guide OK, I've started to rough in this discussion on the wiki. You/Minnie/anybody else are welcome to fill in the missing info. > Currently I am working with Minnie on "how to create a module in vtiger > CRM 5?" article, which will open doors for new developers. That'll be good, 'cause I'll need that too. DG From allan.bush+vtiger_dev at gmail.com Wed Sep 6 08:28:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 6 Sep 2006 08:28:09 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <-3290663298364172079@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> Message-ID: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Wed Sep 6 12:04:42 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 6 Sep 2006 15:04:42 -0400 Subject: [Vtigercrm-developers] [PATCH] Attachments on Contacts Show on Accounts As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D18@exch.accuratetechnologies.com> Another in my series of fork-reduction patches. This one lists Attachments made to Contacts under the associated Account as well. This has proven very useful, as one can track Account-related activity without needing to know the name of the Contact at that Account who was the recipient. Share and Enjoy! DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_Patch_4.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060906/1e5fa3f7/attachment-0003.txt From richie at vtiger.com Thu Sep 7 04:12:42 2006 From: richie at vtiger.com (Richie) Date: Thu, 07 Sep 2006 04:12:42 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> Message-ID: <10d87facb78.4297665939683443926.2198855573448620880@@vtiger.com> Hi Allan! Are there any plans to have a 4.2.5 out soon? I think it is time we had another release on the 4.2.x series. What do you feel? Richie ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- Thanks for your attention philip, If we are going to create a 4.2.5 release quickly that just has a couple bug fixes and some security fixes then please make the changes to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel free to make the changes to the 4.2 branch. Actually any changes to 4.2.4.1 should be made to 4.2 as well anyways. The real lesson here is you should never ever make any changes to anything in the "tags" folder. I've already rolled back the changes you did make. I apologies if you found the language I used too harsh, but my polite requests seem to be ignored. On 9/6/06, Philip <philip at vtiger.com> wrote: > > I apologize, for not checking in the file in the > right branch. Henceforth i'll make sure > that the 4.2.4 fixes are > checked into the 4.2.4.1 branch, if the fix has not been > done. > > So, shall i revert the changes that has been done > in the r9306 version? > > Philip > > > ---- On Wed, 06 Sep 2006 Allan Bush > <allan.bush+vtiger_dev at gmail.com> wrote ---- > > > Sorry I may have been a little out of line, I just > get frustrated > sometimes having to redo work because of people not > paying attentions > to my requests for changes. > > Regardless of the tone of my request, there is no > reason to every make > changes (other then adding new tags) to anything in the > tags folder > and as such making it readonly is probably a good idea. > > On 9/6/06, Richie <richie at vtiger.com> wrote: > > > > Mike, > > Please put Allan's request on hold. Kindly > maintain status quo till further > > notice please. > > > > I expect this fire to die down fast. > > > > Richie > > > > > > > > > > ---- Allan Bush<allan.bush+vtiger_dev at gmail.com> wrote ---- > > > > > > Umm yeah, > > > > so exactly 35 minutes after I fixed your last fuck up > you do the same > > damn thing again. > > > > I understand that english isn't your first > language, but please try > > and make an effort to understand what's going on. > > > > Does anyone have saraj's personally email address? > so I can try and > > resolve this problem directly. > > > > Mike, can we just revoke commit privileges to > everyone in the tags > > directory? I'm not sure how we'd create tags then > though... > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > <vtigercrm-commits at vtiger.fosslabs.com> wrote: > > > Author: saraj > > > Date: Wed Sep 6 00:41:42 2006 > > > New Revision: 9306 > > > > > > Log: > > > T added > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > Modified: > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > ============================================================================== > > > --- > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > (original) > > > +++ > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > Wed Sep 6 00:41:42 2006 > > > @@ -946,6 +946,7 @@ > > > , 'Q' > > > , 'R' > > > , 'S' > > > + , 'T' > > > , 'U' > > > , 'V' > > > , 'W' > > > > > > > > > _______________________________________________ > > > vtigercrm-commits mailing list > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/27c3f689/attachment-0004.html From lists.vtigercrm.com at callum-macdonald.com Thu Sep 7 04:22:56 2006 From: lists.vtigercrm.com at callum-macdonald.com (Callum Macdonald) Date: Thu, 07 Sep 2006 18:22:56 +0700 Subject: [Vtigercrm-developers] Problems installing from trunk Message-ID: <45000110.9030306@callum-macdonald.com> Hey Guys, New to svn and vtiger development, so forgive me if I'm missing something obvious, but my install failed after downloading from trunk. The process was as follows: 1] svn checkout http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk 2] http://mysite.com/vtiger/, run through install process 3] Final step died with the error: Can't create table './vtiger5t/#sql-78f_13.frm' (errno: 121)Error: Tables partially created. Table creation failed. Now when I try to access the site I can see the login page but after I login I get the error: *Fatal error*: Call to a member function Move() on a non-object in */home/sites/vtiger5t.harttdev.com/html/include/database/PearDatabase.php* on line *441* Can anyone suggest what my problem might be? Is there an alternative method to install from trunk? Thanks in advance, Callum. From philip at vtiger.com Thu Sep 7 06:53:47 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 06:53:47 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Hi, We have started our validation for 5GA and this will be completed by tomorrow. The issues we come across will be updated in trac, we'll be fixing most of the issues before releasing GA. Matt, could you please add a option 5.0.-val in the version field of our trac. Thanks, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/3de0bec5/attachment-0004.html From dgrant at accuratetechnologies.com Thu Sep 7 07:55:01 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 10:55:01 -0400 Subject: [Vtigercrm-developers] [FEATURE REQUEST] - Populating Contact on New/Edit Quote should Populate Account and Address Info As Well Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1A@exch.accuratetechnologies.com> This is probably simple for someone. On a new/edit Quote, selecting a Contact should populate the Account field with the Account associated with that Contact, and when it does so, should populate the Address info with the address info for that CONTACT. DG From fboudra at free.fr Thu Sep 7 08:13:00 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 17:13:00 +0200 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> Message-ID: <200609071713.01613.fboudra@free.fr> hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi From dgrant at accuratetechnologies.com Thu Sep 7 08:17:03 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:17:03 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Can I get confirmation on which of my patches made it in to 5 GA? DG From jtk at yahoo.com Thu Sep 7 08:32:16 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:32:16 -0400 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. From gopals at vtiger.com Thu Sep 7 08:43:11 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 07 Sep 2006 08:43:11 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing Message-ID: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Dear Team, I am happy to inform you that our GA validation build is ready for testing. Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. Kindly participate in this final testing and report any bugs in Trac: http://vtiger.fosslabs.com You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: http://vtiger.com/archives/vtigercrm-5.0.0.exe http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz http://vtiger.com/archives/vtigercrm-5.0.0.bin I have also attached the scripts for migrating data from v5 RC to v5 GA - Val build - By tomorrow morning (India time), we are expecting plugins to be ready for the testing purpose. In the meantime, kindly post any issues in Trac under "Version: 5.0-VAL" Data Migration Procedure: V5 RC to v5 GA VAL ****WARNING: Before starting migration, take a backup of theexisting database**** Step 1: First take a database dump from the version 5 RC setup. Step 2: Install v5 GA - VAL Build in a new folder in your Web server. Step 3: Save the rc_to_ga_migration.php file inside the /modules/Migration folder. Step 4: Log in to your vtiger CRM system after extracting GA - VAL build Step 5: In the Browser invoke the following URL: http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration Note: Assuming that you have installed vtiger CRM inhttp://localhost/vtigercrm/ directory. If you have a different directory structurespecify your own URL. or, Click on the Settings -> Migration Wizard and change theURL: from, http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings to, http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings It will take few seconds to migrate database from v5 RC tov5 GA- VAL. After successful migration, following message will be displayed: "Needed database changes from 5 RC to 5 GA have beendone." Happy testing, Best Regards, Gopal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0004.html -------------- next part -------------- A non-text attachment was scrubbed... Name: rc_to_ga_migration.php Type: application/octet-stream Size: 7246 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/dd019d2d/attachment-0003.obj From dgrant at accuratetechnologies.com Thu Sep 7 08:54:11 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 7 Sep 2006 11:54:11 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Where does the trac live? DG -----Original Message----- From: Jeff Kowalczyk [mailto:jtk at yahoo.com] Sent: Thursday, September 07, 2006 11:32 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [SPAM-Bayesian] - Re: [Vtigercrm-developers] 5 GA validation and changes in trac. - Bayesian Filter detected spam Dennis Grant wrote: > Can I get confirmation on which of my patches made it in to 5 GA? We've been trying to steer away from patches, bug reports and feature requests via mailing lists. We had real difficulties managing such traffic before. The trac instance and the repository changelog are the appropriate medium for submitting and monitoring these issues. If you haven't already, please file a trac ticket for each of your patches, and attach the diff to the relevant svn branch e.g. vtigercrm/trunk. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From allan.bush+vtiger_dev at gmail.com Thu Sep 7 08:57:47 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 08:57:47 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <-6532429895316336822@unknownmsgid> References: <-6532429895316336822@unknownmsgid> Message-ID: <3bec26390609070857wa73c69v5ff62fcaacd7ae14@mail.gmail.com> It's great that we have this release, but why can't we use the same naming convention as every other software project? What is a "val" release? Why not just call it 5.0.0-RC2? On 9/7/06, Gopal wrote: > > Dear Team, > > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of > validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the > following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 GA - > Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready for > the testing purpose. In the meantime, kindly post any issues in Trac under > "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different directory > structure specify your own URL. > > > > or, > > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > From jtk at yahoo.com Thu Sep 7 08:58:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 11:58:23 -0400 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. From fboudra at free.fr Thu Sep 7 09:01:26 2006 From: fboudra at free.fr (Fathi Boudra) Date: Thu, 7 Sep 2006 18:01:26 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: <200609071801.26810.fboudra@free.fr> Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi From allan.bush+vtiger_dev at gmail.com Thu Sep 7 09:04:12 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 7 Sep 2006 09:04:12 -0700 Subject: [Vtigercrm-developers] [Vtigercrm-commits] [vtiger-commits] r9306 - /vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php In-Reply-To: <8896254713592840310@unknownmsgid> References: <20060906064146.AD2F976D05D@vtiger.fosslabs.com> <3bec26390609052349x22d5cfaex6edb8583b046417c@mail.gmail.com> <6850184341801969779@unknownmsgid> <3bec26390609060034y6f147f7ehe1d129ecb4fdbf4f@mail.gmail.com> <-3290663298364172079@unknownmsgid> <3bec26390609060828h7b84ace0vd57e5ad74851001d@mail.gmail.com> <8896254713592840310@unknownmsgid> Message-ID: <3bec26390609070904w44df29aav7f314d2c7170acc8@mail.gmail.com> The list of everything currently planned for 4.2.5 is here: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=4.2.5 There's not that much left, but I currently nearly no one is working on it so I can't give any estimate on when it will be complete. On 9/7/06, Richie wrote: > > Hi Allan! > > Are there any plans to have a 4.2.5 out soon? > I think it is time we had another release on the 4.2.x series. > What do you feel? > > > Richie > > > > > ---- Allan Bush wrote ---- > > Thanks for your attention philip, > > If we are going to create a 4.2.5 release quickly that just has a > couple bug fixes and some security fixes then please make the changes > to the 4.2.4.1 branch (which should be renamed to 4.2.5). If not feel > free to make the changes to the 4.2 branch. Actually any changes to > 4.2.4.1 should be made to 4.2 as well anyways. > > The real lesson here is you should never ever make any changes to > anything in the "tags" folder. I've already rolled back the changes > you did make. > > I apologies if you found the language I used too harsh, but my polite > requests seem to be ignored. > > On 9/6/06, Philip wrote: > > > > I apologize, for not checking in the file in the > > right branch. Henceforth i'll make sure > > that the 4.2.4 fixes are > > checked into the 4.2.4.1 branch, if the fix has not been > > done. > > > > So, shall i revert the changes that has been done > > in the r9306 version? > > > > Philip > > > > > > ---- On Wed, 06 Sep 2006 Allan Bush > > wrote ---- > > > > > > Sorry I may have been a little out of line, I just > > get frustrated > > sometimes having to redo work because of people not > > paying attentions > > to my requests for changes. > > > > Regardless of the tone of my request, there is no > > reason to every make > > changes (other then adding new tags) to anything in the > > tags folder > > and as such making it readonly is probably a good idea. > > > > On 9/6/06, Richie wrote: > > > > > > Mike, > > > Please put Allan's request on hold. Kindly > > maintain status quo till further > > > notice please. > > > > > > I expect this fire to die down fast. > > > > > > Richie > > > > > > > > > > > > > > > ---- Allan Bush wrote ---- > > > > > > > > > Umm yeah, > > > > > > so exactly 35 minutes after I fixed your last fuck up > > you do the same > > > damn thing again. > > > > > > I understand that english isn't your first > > language, but please try > > > and make an effort to understand what's going on. > > > > > > Does anyone have saraj's personally email address? > > so I can try and > > > resolve this problem directly. > > > > > > Mike, can we just revoke commit privileges to > > everyone in the tags > > > directory? I'm not sure how we'd create tags then > > though... > > > > > > On 9/5/06, vtigercrm-commits at vtiger.fosslabs.com > > > wrote: > > > > Author: saraj > > > > Date: Wed Sep 6 00:41:42 2006 > > > > New Revision: 9306 > > > > > > > > Log: > > > > T added > > > > > > > > Modified: > > > > > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > Modified: > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > > > > > > > > ============================================================================== > > > > --- > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > (original) > > > > +++ > > > > > > vtigercrm/tags/vtigercrm-4.2.4/include/language/en_us.lang.php > > > Wed Sep 6 00:41:42 2006 > > > > @@ -946,6 +946,7 @@ > > > > , 'Q' > > > > , 'R' > > > > , 'S' > > > > + , 'T' > > > > , 'U' > > > > , 'V' > > > > , 'W' > > > > > > > > > > > > _______________________________________________ > > > > vtigercrm-commits mailing list > > > > vtigercrm-commits at lists.vtigercrm.com > > > > > > > > > > http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-commits > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > > _______________________________________________ > > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - > > http://zohoshow.com?vt > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Thu Sep 7 09:09:59 2006 From: philip at vtiger.com (Philip) Date: Thu, 07 Sep 2006 09:09:59 -0700 Subject: [Vtigercrm-developers] 5 GA validation and changes in trac. In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1B@exch.accuratetechnologies.com> Message-ID: <10d890af48e.-1076554671253392790.-325996934154176655@@vtiger.com> Hi Dennis, We have added two of your patches in vtigerCRM 5 GA 1) Product Code's display text to "Part Number" 2) Preserve add order of products in Quotes, Invoice and Salesorder. Philp ---- On Thu, 07 Sep 2006 Dennis Grant wrote ---- Can I get confirmation on which of my patches made it in to 5 GA? DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060907/315550b6/attachment-0004.html From jtk at yahoo.com Thu Sep 7 09:31:00 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 12:31:00 -0400 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> Message-ID: Dennis Grant wrote: > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi/timeline?daysback=1 This is the fast-loading view of recent activity that I bookmark. From werk at r2g.nl Thu Sep 7 13:31:26 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Thu, 7 Sep 2006 22:31:26 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609071713.01613.fboudra@free.fr> Message-ID: Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jtk at yahoo.com Thu Sep 7 15:01:47 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 07 Sep 2006 18:01:47 -0400 Subject: [Vtigercrm-developers] What does windows installer do? Message-ID: I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. From kenlyle at yahoo.com Thu Sep 7 15:06:57 2006 From: kenlyle at yahoo.com (Ken Lyle) Date: Thu, 7 Sep 2006 15:06:57 -0700 (PDT) Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: Message-ID: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Another Secunia advisory has popped up: http://secunia.com/advisories/21728/ Who is managing and addressing these? Ken 484-948-5706 866-OUT OF BOX (866-688-6326) -- "He who reads nothing is more educated than he who reads nothing but newspapers." - Thomas Jefferson From joe at tsolucio.com Thu Sep 7 18:09:38 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 03:09:38 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <1157677778.10479.7.camel@joeshome.int> Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). From kim at haverblad.se Thu Sep 7 20:13:11 2006 From: kim at haverblad.se (Kim Haverblad) Date: Fri, 08 Sep 2006 05:13:11 +0200 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> Message-ID: <4500DFC7.2030703@haverblad.se> Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > From gopals at vtiger.com Fri Sep 8 00:17:00 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 08 Sep 2006 00:17:00 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Hello, My only intention was to get more feedback from our developer community, so that we can have a better control over GA release. So far we have gathered about 100 issues from our community, which may not be possible with our core team in India. I apologize for breaking the release management process this time. Thanks for your understanding, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Thu, 07 Sep 2006 Dhr. R.R. Gerbrands wrote ---- Hello everyone, Can someone from india please explain to me why you're not using the naming scheme/conventions? We had agreed using that, if you serious on more community involvement, why the hell still use your old method? It angers me more and more to see that only Fathi reverse to it. If vtigercrm wants to grow up, use the agreed methods! Remco (a little pissed off) -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: donderdag 7 september 2006 17:13 Aan: vtigercrm-developers at lists.vtigercrm.com CC: Jeff Kowalczyk Onderwerp: Re: [Vtigercrm-developers] 5 GA validation and changes in trac. hi guys, Le jeudi 7 septembre 2006 15:53, Philip a ?crit : > We have started our validation for 5GA and this will be completed by > tomorrow. The issues we come across will be updated in trac, we'll be > fixing most of the issues before releasing GA. you have probably forget, or didn't read at all our naming scheme/conventions: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki/NamingScheme Or maybe it isn't applicable to vtigercrm 5 ? Did i miss something ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/1e5a705e/attachment-0004.html From fboudra at free.fr Fri Sep 8 00:34:02 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 09:34:02 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> Message-ID: <200609080934.02955.fboudra@free.fr> hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... From ahmed at vtiger.com Fri Sep 8 00:34:52 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 00:34:52 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached Message-ID: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Dear Dino, Thanks for notifying the issue. The error occurs due to the extra blank line after the php close tag in the file "user_privileges/enable_backup.php". And it is noticed only in the Linux OS. I have attached the file with the blank space removed. Please replace it and let us know your feedbacks. Thanks and Regards, Ahmed Team Member - vtiger -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0004.html -------------- next part -------------- A non-text attachment was scrubbed... Name: enable_backup.php Type: application/octet-stream Size: 572 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/10bcdcf8/attachment-0003.obj From philip at vtiger.com Fri Sep 8 00:41:09 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 00:41:09 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: References: <8092.85265063426$1157643867@news.gmane.org> Message-ID: <10d8c5f796d.1787771530455067840.-2415800108430080376@@vtiger.com> Hi Jeff, Here after the source build will have the following naming convention vtigercrm-x.y.z.tar.gz Philip ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- Gopal wrote: > I am happy to inform you that our GA validation build is ready for testing. > > Before announcing our public release we would like to have a final round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build (SVN Tag: 9353) from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin If doing a validation step, the commonly used procedure is to keep releasing successive rc# builds. The one that the release managers decide is good enough to ship gets copied (e.g. tagged) with the final name, and no changes from the accepted rc# tag. There should never be two (pre)released filenames with different MD5 signatures out there, which is what we'll have if some flaw turns up in validation. Also, http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz should just be http://vtiger.com/archives/vtigercrm-5.0.0.tar.gz source is implied in a PHP project. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/a8945eab/attachment-0004.html From webmaster at vtigerfacile.com Fri Sep 8 01:06:59 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 10:06:59 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> Message-ID: <450124A3.4000105@vtigerfacile.com> Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ahmed at vtiger.com Fri Sep 8 02:06:25 2006 From: ahmed at vtiger.com (Ahmed Hussian) Date: Fri, 08 Sep 2006 02:06:25 -0700 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <450124A3.4000105@vtigerfacile.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> Message-ID: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Dear A?ssa, I stand corrected. Apologize for jumping the gun. Didn't test in the xampp windows version. Hope the fix works across different OS. Thanks, Ahmed Team - vtiger ---- On Fri, 08 Sep 2006 A?ssa wrote ---- Dear Ahmed, "And it is noticed only in the Linux OS." You can add windows, i have tested on xampp windows version. Best regards, A?ssa Ahmed Hussian a ?crit : > > Dear Dino, > > Thanks for notifying the issue. > > The error occurs due to the extra blank line after the php close tag > in the file "user_privileges/enable_backup.php". > > And it is noticed only in the Linux OS. > > I have attached the file with the blank space removed. Please replace > it and let us know your feedbacks. > > > Thanks and Regards, > Ahmed > Team Member - vtiger > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/992ea82f/attachment-0004.html From webmaster at vtigerfacile.com Fri Sep 8 02:33:33 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 11:33:33 +0200 Subject: [Vtigercrm-developers] Issue in Sign Out - Fix attached In-Reply-To: <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> References: <10d8c59b702.-3643452997500131561.3537553289379070040@@vtiger.com> <450124A3.4000105@vtigerfacile.com> <10d8cad8838.-2273793560658393973.5082695345877173817@@vtiger.com> Message-ID: <450138ED.7090203@vtigerfacile.com> Dear Ahmed, just remove the empty line after php tag, that work perfectly. Best regards, A?ssa Ahmed Hussian a ?crit : > > > Dear A?ssa, > > I stand corrected. > > Apologize for jumping the gun. Didn't test in the xampp windows version. > > Hope the fix works across different OS. > > Thanks, > Ahmed > Team - vtiger > > > ---- On Fri, 08 Sep 2006 *A?ssa * wrote ---- > > Dear Ahmed, > "And it is noticed only in the Linux OS." > You can add windows, i have tested on xampp windows version. > Best regards, > A?ssa > Ahmed Hussian a ?crit : > > > > Dear Dino, > > > > Thanks for notifying the issue. > > > > The error occurs due to the extra blank line after the php close > tag > > in the file "user_privileges/enable_backup.php". > > > > And it is noticed only in the Linux OS. > > > > I have attached the file with the blank space removed. Please > replace > > it and let us know your feedbacks. > > > > > > Thanks and Regards, > > Ahmed > > Team Member - vtiger > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From ngombert at ng-consultant.com Fri Sep 8 03:00:44 2006 From: ngombert at ng-consultant.com (Nicolas GOMBERT) Date: Fri, 08 Sep 2006 12:00:44 +0200 Subject: [Vtigercrm-developers] Warning with BAS blocks In-Reply-To: <200609071713.01613.fboudra@free.fr> References: <10d888e4375.4293174667482867605.6197313028696513102@@vtiger.com> <200609071713.01613.fboudra@free.fr> Message-ID: <1157709644.8836.7.camel@localhost> Hi guys, I'm working on a new module for vtiger and I got a warning in my EditView page cause I only have BAS field in it. It comes from l.1015 in CommonUtils.php : foreach($getBlockInfo as $label=>$contents) $getBlockInfo is not define if there is no ADV field. it can be solved by adding "if ($getBlockInfo)" just before that line. Perhaps I miss something (I'm pretty new in vtiger dev) that why I don't directly post on trac. From don at vtiger.com Fri Sep 8 03:02:22 2006 From: don at vtiger.com (don) Date: Fri, 08 Sep 2006 03:02:22 -0700 Subject: [Vtigercrm-developers] What does windows installer do? In-Reply-To: References: Message-ID: <10d8ce0c0b2.8855639365923098319.-2481585964593962777@@vtiger.com> Hi, The windows .exe installer similar to the Linux .bin installer will install the required Apache, PHP,MySQL and gd libraries required to run vtigerCRM. Option is also provided to use the already installed Apache and MySQL. Option to start the Apache as a service is also provided in the windows installer. Hope this helps you. Thanks, Don ---- On Thu, 07 Sep 2006 Jeff Kowalczyk wrote ---- I'm writing up some release management docs on the wiki, and I keep referring to the windows .exe variant, but I don't know what it does or why we have it? (I'm not a windows user) Not to dismiss the effort that goes into it, but it would be good to document what is the installer doing for the user. If it's some expansive thing that installs apache, secures services, etc. then its a much bigger footnote in our release process. Thanks. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/18fa7590/attachment-0004.html From richie at vtiger.com Fri Sep 8 03:13:04 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:13:04 -0700 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Dear Team, Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I propose that we merge these into 1 wiki only. We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users in wiki.vtiger.com as well. wiki.vtiger.com is based on media-wiki and is said to be more configurable. We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com site. This way, we will have data consolidation as well. Apropos the L&F, we will ensure that these too are taken care of. Please let us know what you feel. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/06438616/attachment-0004.html From minnie at vtiger.com Fri Sep 8 03:17:37 2006 From: minnie at vtiger.com (Mangai) Date: Fri, 08 Sep 2006 03:17:37 -0700 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <1157677778.10479.7.camel@joeshome.int> References: <1157677778.10479.7.camel@joeshome.int> Message-ID: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Dear joebordes, I apologize for delay in reply. Here is the information you requested: Following changes should be done in modules/Users/DefaultDataPopulator.php files. 1) To insert into vtiger_tab table use value greater than 29 for tabid. values from 1 to 29 already occupied for modules in vtigerCRM. Syntax:$this->db->query("INSERT INTO vtiger_tab VALUES (,'',,,'',,,)"); Example: $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); [example given with respect to Leads module.] 2) To insert into vtiger_blocks table use value greater than 83 for blockid. values from 1 to 83 are already occupied. Syntax: $this->db->query("insert into vtiger_blocks values (,,'',,,,,,)"); Example: $this->db->query("insert into vtiger_blocks values (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); 3) To insert into vtiger_field table value for fieldid will be generated dynamically using getUniqueID method of PearDataBase class. Syntax: $this->db->query("insert into vtiger_field values (,,,,,,,, ,,,,,,,, ,,)"); Example: $this->db->query("insert into vtiger_field values (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); This is a small part in module creation. As you asked about block,tab andfield id, I've given that. kindly wait for some time to get fulldocumentation for module creation. We will provide it soon. If you have any query or any difficulty in the above statements, kindly feel free to mail me(email address: minnie at vtiger.com) Thanks & Regards, Minnie. ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- Hi All, I asked a question on the forum a few days ago but nobody answered. The thread is: http://forums.vtiger.com/viewtopic.php?t=9516 It is about what numbers I should use when adding vtiger_block, vtiger_tab and vtiger_field. Do I just invent whatever numbers I want and hope they don't clobber/get clobberd? Or is there somewhere I can get my own "reserved" numbers? I'm asking because I just let out a patch to a project on the forge that has this problem. Or I make an install script for the project and generate te numbers dinamically so they can adapt to each installation or I used some reserved numbers. Please put me in the right direction. Thanks, Joe. BTW: If anybody has some time to test the project, all feedback is welcome (tsolucio::tttimecards). _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/fc26bfc2/attachment-0004.html From webmaster at vtigerfacile.com Fri Sep 8 03:26:49 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 08 Sep 2006 12:26:49 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <45014569.5090201@vtigerfacile.com> Too much tools kill the tools. I agree with you, with too much tools, it's difficult for users to follow. 1 wiki for all the doc, 1 bug traker, ... Richie a ?crit : > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From richie at vtiger.com Fri Sep 8 03:58:36 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 03:58:36 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609080934.02955.fboudra@free.fr> References: <10d8c495aee.-1466555231221961086.5811546983327603071@@vtiger.com> <200609080934.02955.fboudra@free.fr> Message-ID: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/c65b68b5/attachment-0004.html From richie at vtiger.com Fri Sep 8 04:01:27 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 04:01:27 -0700 Subject: [Vtigercrm-developers] Fwd: Re: naming conventions Message-ID: <10d8d16d9a2.8041820541097757908.-3347095238241642222@@vtiger.com> I thought I had copied to the mailing list, yet to get it , so resending it. Richie ============ Forwarded Mail ============ >From : Richie To : fboudra at free.fr,vtigercrm-developers at lists.vtigercrm.com Cc : vtigercrm-developers at lists.vtigercrm.com,gopals at vtiger.com Date :Fri, 8 Sep 2006 03:58:36 -0700 Subject : Re: [Vtigercrm-developers] naming conventions ============ Forwarded Mail ============ Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. >From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/8576252f/attachment-0004.html From dgrant at accuratetechnologies.com Fri Sep 8 05:28:48 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 08:28:48 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Joe, Do us all a favour and, as you get the information, add it to the developer wiki - the same way I've been doing with the "how to add a field to an existing module" documentation. We need to start capturing and documenting this, and the ideal people to do so are the people who are implementing the things the questions are about. DG From werk at r2g.nl Fri Sep 8 05:31:39 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 14:31:39 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d143c96.1769370669498595063.6230121378072069396@@vtiger.com> Message-ID: Richie and team, It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting. I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this. Best regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Richie Verzonden: vrijdag 8 september 2006 12:59 Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.com CC: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie ---- Fathi Boudra wrote ---- hi gopal, > My only intention was to get more feedback from our developer community, so > that we can have a better control over GA release. Could you explain me, how not respecting naming conventions help you to have a better control over GA release ? > So far we have gathered about 100 issues from our community, which may not > be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence. > I apologize for breaking the release management process this time. > Thanks for your understanding, Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible. My apologies to be again the bad guy who talk about the reality. cheers, Fathi PS: and i don't talk about your licensing issue this time ... _______________________________________________ Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/04cb2540/attachment-0004.html From richie at vtiger.com Fri Sep 8 05:56:35 2006 From: richie at vtiger.com (Richie) Date: Fri, 08 Sep 2006 05:56:35 -0700 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: References: Message-ID: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Fathi, Would you like to discuss your idea here please? Richie ---- Dhr. R.R. Gerbrands<werk at r2g.nl> wrote ---- ? Richie and team,   It's never too late to learn. Let's see this as one more lesson we've learned: not just taking but also direct acting.   I would be very pleased if Fathi could pick this up and that way we all would be sure the agreed naming is used. Fathi, I would be happy to assist if needed on this.   Best regards,   Remco        -----Oorspronkelijk bericht-----Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens RichieVerzonden: vrijdag 8 september 2006 12:59Aan: fboudra at free.fr; vtigercrm-developers at lists.vtigercrm.comCC: vtigercrm-developers at lists.vtigercrm.comOnderwerp: Re: [Vtigercrm-developers] naming conventions Team, This is yet another breakage from ourside which is not excusable. Having a better control over GA release is as lame as any other excuses come by, it holds no water. I sincerely regret this breakage. The core team is not excused of this fault. This will be made certain of. Fathi, your anger is truly well justified. Fathi, there is no restriction on speaking about reality. You are not seen by anyone to be the bad guy. I am the bad guy if at all anyone can be called that. It is my responsibility and I failed in it. From here on, Fathi will be consulted before we have a release. He will be the defacto namer of the release in other words. Yes, you could say that we had do better to read the release document but I would respectfully disagree as if we had made sense of the naming convention, we would have fixed ourselves by now. But, as we all see, we have conveniently disregarded the convention causing much consternation. Let this be the immediate punishment till Fathi feels that we are good enough to name the releases properly and lets us act independently. Remco, I can understand your chagrin too. I am pained and there is no excuse. I have mentioned the punishment to be put into effect immediately till we earn our 'naming laurel'. Let me assure you, the core team does not believe in 1 man shows. This is a team effort and your views are important. Richie---- Fathi Boudra<fboudra at free.fr> wrote ---- hi gopal,> My only intention was to get more feedback from our developer community, so> that we can have a better control over GA release.Could you explain me, how not respecting naming conventions help you to have a better control over GA release ?> So far we have gathered about 100 issues from our community, which may not> be possible with our core team in India. and ? is it a way to tell that core team do what they want ? I don't understand what you mean or maybe you must clearly rewrite your sentence.> I apologize for breaking the release management process this time.> Thanks for your understanding,Sorry, i don't understand. Respecting naming conventions is a basic request for release management that has been requested the first time in ferbruary/march. your decision to not follow it cannot be justified by your explanation which is far from credible.My apologies to be again the bad guy who talk about the reality.cheers,FathiPS: and i don't talk about your licensing issue this time ..._______________________________________________Get started with creating presentations online - possiblefraudstart "zohoshow.com" possiblefraudend http://zohoshow.com?vt ----- Scanned for virus and spam _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/b6de862c/attachment-0004.html From philip at vtiger.com Fri Sep 8 06:10:38 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:10:38 -0700 Subject: [Vtigercrm-developers] Security Advisories In-Reply-To: <4500DFC7.2030703@haverblad.se> References: <20060907220657.25911.qmail@web37304.mail.mud.yahoo.com> <4500DFC7.2030703@haverblad.se> Message-ID: <10d8d8d201e.-7252714424372858302.8220088687626437314@@vtiger.com> Hi Kim, I have posted this as a ticket in trac, kindly refer the url for status http://secunia.com/advisories/21728/ , i'll be fixing this on vtigerCRM 5 GA only. Can anybody volunter for vtigerCRM 4.2.x ? if it has not been fixed on that. Philip ---- On Thu, 07 Sep 2006 Kim Haverblad wrote ---- Well, I posted the advisory info within this list the same day (060904) it was issued by Secunia and so far no response from anyone on the list. /Kim Ken Lyle wrote: > Another Secunia advisory has popped up: > http://secunia.com/advisories/21728/ > > Who is managing and addressing these? > > Ken > > 484-948-5706 > 866-OUT OF BOX > (866-688-6326) > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/64f26a76/attachment-0004.html From philip at vtiger.com Fri Sep 8 06:31:32 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 06:31:32 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609071801.26810.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> Message-ID: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Hi Fathi, Do we have any wiki type document in trac to track such patches, if so kindly let me know so that i can update that in future, i coud'nt find such doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. Thanks, Philip ---- Fathi Boudra<fboudra at free.fr> wrote ---- Le jeudi 7 septembre 2006 17:54, Dennis Grant a ?crit : > Where does the trac live? http://vtiger.fosslabs.com/cgi-bin/trac.cgi i looked at vtigercrm svn and your patches weren't applied. cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/4ed0436b/attachment-0004.html From fboudra at free.fr Fri Sep 8 07:00:35 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:00:35 +0200 Subject: [Vtigercrm-developers] =?iso-8859-15?q?=5BSPAM-Bayesian=5D_-_Re?= =?iso-8859-15?q?=3A_5_GA_validation=09and_changes_in_trac=2E_-_Bayesian_F?= =?iso-8859-15?q?ilter_detected_spam?= In-Reply-To: <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> Message-ID: <200609081600.35984.fboudra@free.fr> hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi From fboudra at free.fr Fri Sep 8 07:27:53 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 16:27:53 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> References: <10d8d8041e0.-834449821189090296.5242618288781788209@@vtiger.com> Message-ID: <200609081627.54008.fboudra@free.fr> hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. From philip at vtiger.com Fri Sep 8 07:39:17 2006 From: philip at vtiger.com (Philip) Date: Fri, 08 Sep 2006 07:39:17 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <200609081600.35984.fboudra@free.fr> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <10d8da042bf.-4214656341682677031.-7574737736612543929@@vtiger.com> <200609081600.35984.fboudra@free.fr> Message-ID: <10d8dde4974.-4721662930359186979.-7383047317377409472@@vtiger.com> Having a new ticket type say 'Patch' in trac sounds good, we can ask our developers to submit their patches here. Can you create that option trac please? or anyone who has permission. Giving access to anonymous may create trouble. Philip ---- On Fri, 08 Sep 2006 Fathi Boudra wrote ---- hi, > Do we have any wiki type document in trac to track such patches, if so > kindly let me know so that i can update that in future, i coud'nt find such > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. no, we don't have such wiki document. A solution, is to add a wiki page, that we must update manually. A better solution is to keep track like said jeff in the trac bug tracker and add a new ticket type (atm we have defect/enhance/task) to easily follow patch submission. Unfortuntely, there's just one problem: there isn't anonymous access. We can allow new ticket to anonymous to resolve ? cheers, Fathi _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060908/17afc3e6/attachment-0004.html From joe at tsolucio.com Fri Sep 8 07:49:57 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 16:49:57 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D21@exch.accuratetechnologies.com> Message-ID: <1157726997.29190.13.camel@joesunix.int> Ok, sure. I have already added things to your page and I had thought of adding this as well. I's better to have it there than hanging around in my computer :-) Regards, Joe. El vie, 08-09-2006 a las 08:28 -0400, Dennis Grant escribi?: > Joe, > > Do us all a favour and, as you get the information, add it to the > developer wiki - the same way I've been doing with the "how to add a > field to an existing module" documentation. > > We need to start capturing and documenting this, and the ideal people to > do so are the people who are implementing the things the questions are > about. > > DG > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From dgrant at accuratetechnologies.com Fri Sep 8 07:54:44 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 10:54:44 -0400 Subject: [Vtigercrm-developers] block, tab and field id numbers Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D22@exch.accuratetechnologies.com> > Ok, sure. I have already added things to your page and I had thought of > adding this as well. I's better to have it there than hanging around in > my computer :-) Not "my" page; *OUR* page. I moved it to its own page and did a little tweaking. I also put in a placemarker for the "Create a Module" page. Good work. Keep it up. DG From allan.bush+vtiger_dev at gmail.com Fri Sep 8 08:03:59 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 08:03:59 -0700 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <-3104740452756007648@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <200609071801.26810.fboudra@free.fr> <200609081600.35984.fboudra@free.fr> <-3104740452756007648@unknownmsgid> Message-ID: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> I've added the patch ticket type. Anonymous access to ticket creation was revoked due to concerns about spam. Trac 0.10 is said to have the ability to control spam better, maybe when that is released we can upgrade and re-enable anonymous content creation. On 9/8/06, Philip wrote: > > Having a new ticket type say 'Patch' in trac sounds > good, we can ask our developers to submit > their patches here. > Can you create that option trac please? or anyone > who has permission. > > Giving access to anonymous may create trouble. > > Philip > > > ---- On Fri, 08 Sep 2006 Fathi Boudra > wrote ---- > > > hi, > > > Do we have any wiki type document in trac to > track such patches, if so > > kindly let me know so that i can update that in future, > i coud'nt find such > > doc in http://vtiger.fosslabs.com/cgi-bin/trac.cgi. > > no, we don't have such wiki document. A solution, is > to add a wiki page, that > we must update manually. A better solution is to > keep track like said jeff in > the trac bug tracker and add a new ticket type (atm we have > defect/enhance/task) to easily follow patch > submission. Unfortuntely, there's > just one problem: there isn't anonymous access. We > can allow new ticket to > anonymous to resolve ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From fboudra at free.fr Fri Sep 8 08:20:38 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:20:38 +0200 Subject: [Vtigercrm-developers] [SPAM-Bayesian] - Re: 5 GA validation and changes in trac. - Bayesian Filter detected spam In-Reply-To: <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D1C@exch.accuratetechnologies.com> <-3104740452756007648@unknownmsgid> <3bec26390609080803yf73da3dk2099daaca7fff6d5@mail.gmail.com> Message-ID: <200609081720.39160.fboudra@free.fr> Le vendredi 8 septembre 2006 17:03, Allan Bush a ?crit : > I've added the patch ticket type. thanks :) more faster than me ;) From joe at tsolucio.com Fri Sep 8 08:41:18 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 08 Sep 2006 17:41:18 +0200 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php Message-ID: <1157730078.11831.3.camel@joesunix.int> Hi all, I tried (very little) to add this bug to trac but couldn't see how. I'll try with more time and patience later. On line 62 of the log4php/LoggerBasicConfiguration.php script there is a syntax error with two parenthesis: $root->addAppender($appender)); should be: $root->addAppender($appender); If anybody with svn write access can fix. Regards, Joe. From fboudra at free.fr Fri Sep 8 08:48:23 2006 From: fboudra at free.fr (Fathi Boudra) Date: Fri, 8 Sep 2006 17:48:23 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <45014569.5090201@vtigerfacile.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <45014569.5090201@vtigerfacile.com> Message-ID: <200609081748.24140.fboudra@free.fr> Le vendredi 8 septembre 2006 12:26, A?ssa a ?crit : > Too much tools kill the tools. > I agree with you, with too much tools, it's difficult for users to follow. > 1 wiki for all the doc, > 1 bug traker i tend to agree but personally i prefer to have 2 wiki. A long time ago, (27/2/2006 exactly), i proposed a developer documentation project: > We lack of a good developer documentation. > i started a developer documentation on vtiger.fosslabs.com wiki: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki > it's a bit empty for the moment but your help is needed :) > Please, comments, add clues, notes, what can be used to do a developer > documentation. i see wiki.vtiger.com more a users wiki with installation tips, etc, for users by users, not too much technical. And vtiger.fosslabs.com (v.f.c) wiki, like a more developer oriented tool, much more technical, talking about vtiger internals. Without forget extra feature of the wiki, like special tags with links to bug tracker, etc... Concerning the bug tracker, it's difficult to have 2 bug trackers. We must allow users to do bug reports and v.f.c don't allow that atm. i prefer again v.f.c bug tracker (i like mail interface), and if possible migrate sf bugs to trac bug tracker. just my point of view, i'm completely open to other suggestions, especially if you want to merge the wikis (a TOC with 2 sections users/developers on mediawiki if possible too). cheers, Fathi From allan.bush+vtiger_dev at gmail.com Fri Sep 8 09:10:46 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 8 Sep 2006 09:10:46 -0700 Subject: [Vtigercrm-developers] Error in log4php/LoggerBasicConfiguration.php In-Reply-To: <1157730078.11831.3.camel@joesunix.int> References: <1157730078.11831.3.camel@joesunix.int> Message-ID: <3bec26390609080910q13344f9es62f5bb87f7d10a1f@mail.gmail.com> Ticket #1418 (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1418) took care of this on the 4.2 branch. The trunk is locked down right now so someone else will have to change it there. You need to have a login to create tickets in trac, see the front page of the trac wiki for details in how to get one. On 9/8/06, Joe Bordes wrote: > Hi all, > > I tried (very little) to add this bug to trac but couldn't see how. I'll > try with more time and patience later. > > On line 62 of the log4php/LoggerBasicConfiguration.php script there is a > syntax error with two parenthesis: > > $root->addAppender($appender)); > > should be: > > $root->addAppender($appender); > > If anybody with svn write access can fix. > > Regards, Joe. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From jtk at yahoo.com Fri Sep 8 09:16:41 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Fri, 08 Sep 2006 12:16:41 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <16604.5306985781$1157710413@news.gmane.org> Message-ID: Richie wrote: > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I > propose that we merge these into 1 wiki only. -1 on merging wikis. Actually, that's a -1 for not using trac for development documentation. The trac instance should be the single-stop-shop information source for the development process and codebase, written to an intended audience of developers, system integrators and testing users. The vtiger.com wiki can have free reign over the usability and end-user documentation side of vtigercrm as far as I'm concerned. That said, if we someday have integrated documentation throughout the codebase (e.g. copious online help and code comments), then there's a lot that various trac plugins could do to auto-wikify that codebase documentation. http://www.trac-hacks.org/ With trac's strong codebase integration, I don't think it is the case that mediawiki could be useful to the vtiger developer community. Mediawiki may be more appropriate for the end-user documentation. From dgrant at accuratetechnologies.com Fri Sep 8 09:24:35 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 8 Sep 2006 12:24:35 -0400 Subject: [Vtigercrm-developers] merging the wikis Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG From eng.luis at gmail.com Fri Sep 8 09:47:53 2006 From: eng.luis at gmail.com (Luis Santos) Date: Fri, 08 Sep 2006 17:47:53 +0100 Subject: [Vtigercrm-developers] Problems importing big database in 5.0 GA validation Message-ID: <1157734073.12172.34.camel@localhost> Hi! My current vtigerCRM 4.2.3 Database is about 1.7GB... is this a problem to migrate to 5.0 GA validation? I've managed to finish the migration process but i had to change the code to do not verify is the db dump is a file and has a size bigger than 10000... However now i'm unable to login... Any idea? /Luis Santos From werk at r2g.nl Fri Sep 8 12:08:40 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Fri, 8 Sep 2006 21:08:40 +0200 Subject: [Vtigercrm-developers] naming conventions In-Reply-To: <200609081627.54008.fboudra@free.fr> Message-ID: That's a very mature idea. :-) Let's use it! Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Fathi Boudra Verzonden: vrijdag 8 september 2006 16:28 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] naming conventions hi, Le vendredi 8 septembre 2006 14:56, Richie a ?crit : > Fathi, would you like to discuss your idea here please? for a complete transparency, my mail to richie: > to definitely close naming scheme/convention issue, i propose to have > release managers team . i would like to be in charge of this and propose > also jeff, he has a good undertsanding of the work to do. I would like also > at least 2 peoples from vtiger core team, you probably already have someone > that do this. The release managers (4 members) will decide of when we > release a version and his name (rc2, etc ...), with some quality tasks > (docs, etc ...). I would like to work in a democratic manner, so we need to > be at least 3 in this team, then "vote" in meeting (mail or im like irc) > before any release. We can't have only one release manager, i think give > these tasks to a team will be more efficient. and his reply: > I agree with this. Time we nailed this thing once and for all. > I would just like to highlight that let this be a temporary measure where > the vtiger team learns to name properly and be independent. > I say this because by having too many review committees, we will > become slower. So, till the time the committee feels that vtiger core is not > able to name properly, we will continue with this committee. > I would suggest 3 guys instead of four to have less overhead. Moreover, it > gives a core vs the rest sort of unwanted-feeling. We trust you all. > I am more than happy with Fathi and JeffK as the lead. > I would propose Don from the vtiger team for participation to this > committee. my apologies, i didn't ask richie permission to publicly post his mail ... To continue the discussion, i'm not sure that it must be temporary and not sure too that we become slower because we properly vote for a release. This is an important step, and we need to do it properly (taking time if we need to). A link must be done with vtiger core team and community, and it must be kept. This is also a reason to propose several guys in this team and not only vtiger core team. feedbacks are welcomed, what do you think ot the idea ? cheers, Fathi PS: for informations, jeffk didn't reply yet to the thread. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From mmbrich at fosslabs.com Fri Sep 8 16:17:05 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Fri, 08 Sep 2006 17:17:05 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> Message-ID: <1157757425.14022.1.camel@localhost.localdomain> You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > From webmaster at vtigerfacile.com Sat Sep 9 01:42:22 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 10:42:22 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> Message-ID: <45027E6E.6020407@vtigerfacile.com> Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From jeri at vtiger.com Sat Sep 9 03:32:59 2006 From: jeri at vtiger.com (Jeri John) Date: Sat, 09 Sep 2006 03:32:59 -0700 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <45027E6E.6020407@vtigerfacile.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> Message-ID: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Dear Aissa, We have planned to go with utf-8 as the default charset What you think? Thanks & Regards, Jerry. ------------------------------------------ D.Jeri John Skype: jerijohn_vtiger Blog : http://jerry.vtiger.com/ Toll Free: +1 877 788 4437 ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Hi team, The caracter problem with announcements is not closed, i have sent a temporary solution on trac. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 Regards, A?ssa Gopal a ?crit : > Dear Team, > > I am happy to inform you that our GA validation build is ready for > testing. > > Before announcing our public release we would like to have a final > round of validation, so that we can avoid any last minute glitches. > > Kindly participate in this final testing and report any bugs in Trac: > > http://vtiger.fosslabs.com > > You can download the version 5 GA validation build *(SVN Tag: 9353) > *from the following URLs: > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > I have also attached the scripts for migrating data from v5 RC to v5 > GA - Val build - <file attached> > > By tomorrow morning (India time), we are expecting plugins to be ready > for the testing purpose. In the meantime, kindly post any issues in > Trac under "Version: 5.0-VAL" > > Data Migration Procedure: V5 RC to v5 GA VAL > > ****WARNING: Before starting migration, take a backup of the existing > database**** > > Step 1: First take a database dump from the version 5 RC setup. > > Step 2: Install v5 GA - VAL Build in a new folder in your Web server. > > Step 3: Save the rc_to_ga_migration.php file inside the <vtiger > Home>/modules/Migration folder. > > Step 4: Log in to your vtiger CRM system after extracting GA - VAL build > > Step 5: In the Browser invoke the following URL: > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > Note: Assuming that you have installed vtiger CRM in > http://localhost/vtigercrm/ directory. If you have a different > directory structure specify your own URL. > > or, > > Click on the Settings -> Migration Wizard and change the URL: > > from, > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > to, > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > It will take few seconds to migrate database from v5 RC to v5 GA- VAL. > > After successful migration, following message will be displayed: > > "Needed database changes from 5 RC to 5 GA have been done." > > Happy testing, > > Best Regards, > Gopal > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060909/e2a8328d/attachment-0004.html From webmaster at vtigerfacile.com Sat Sep 9 04:15:41 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Sat, 09 Sep 2006 13:15:41 +0200 Subject: [Vtigercrm-developers] vtiger 5 GA - Validation Build for Testing In-Reply-To: <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> References: <10d88f26dda.-2565151255058717265.3208139983550531723@@vtiger.com> <45027E6E.6020407@vtigerfacile.com> <10d92232506.6398443306681481765.3691292290483588026@@vtiger.com> Message-ID: <4502A25D.60306@vtigerfacile.com> I'm ok, but note : - Default charset before vtiger CRM 5 isn't utf-8, so all the datas on db have to be converted during migration, - Advertise for translators, we have to convert lang pack (by say only now, do not count to have lang pack the same week with $naming_convention[GA]) - Becarefull with plug-ins (not sure outlook & word know utf-8) ! We have already problem with caracters in plug-ins. - That not resolve the problem with picklist edition but only with announcements, try to add "?" on any picklist, To be compliant with europe, try your product with accents (?, ?, ?, ?, ?,?, ?....) & quotes (",') and you will see a lot of problem we have here with vtiger CRM. I may be forgot something. Regards, A?ssa Jeri John a ?crit : > Dear Aissa, > We have planned to go with utf-8 as the default charset > What you think? > > Thanks & Regards, > Jerry. > > > ------------------------------------------ > D.Jeri John > Skype: jerijohn_vtiger > Blog : http://jerry.vtiger.com/ > Toll Free: +1 877 788 4437 > > > > > ---- A?ssa wrote ---- > > Hi team, > The caracter problem with announcements is not closed, i have sent a > temporary solution on trac. > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/2051 > Regards, > A?ssa > > Gopal a ?crit : > > Dear Team, > > > > I am happy to inform you that our GA validation build is ready for > > testing. > > > > Before announcing our public release we would like to have a final > > round of validation, so that we can avoid any last minute glitches. > > > > Kindly participate in this final testing and report any bugs in > Trac: > > > > http://vtiger.fosslabs.com > > > > You can download the version 5 GA validation build *(SVN Tag: 9353) > > *from the following URLs: > > > > http://vtiger.com/archives/vtigercrm-5.0.0.exe > > http://vtiger.com/archives/vtigercrm-5.0.0-source.tar.gz > > http://vtiger.com/archives/vtigercrm-5.0.0.bin > > > > I have also attached the scripts for migrating data from v5 RC > to v5 > > GA - Val build - > > > > By tomorrow morning (India time), we are expecting plugins to be > ready > > for the testing purpose. In the meantime, kindly post any issues in > > Trac under "Version: 5.0-VAL" > > > > Data Migration Procedure: V5 RC to v5 GA VAL > > > > ****WARNING: Before starting migration, take a backup of the > existing > > database**** > > > > Step 1: First take a database dump from the version 5 RC setup. > > > > Step 2: Install v5 GA - VAL Build in a new folder in your Web > server. > > > > Step 3: Save the rc_to_ga_migration.php file inside the > Home>/modules/Migration folder. > > > > Step 4: Log in to your vtiger CRM system after extracting GA - > VAL build > > > > Step 5: In the Browser invoke the following URL: > > > > > http://localhost/vtigercrm/index.php?module=Migration&action=rc_to_ga_migration > > > > > Note: Assuming that you have installed vtiger CRM in > > http://localhost/vtigercrm/ directory. If you have a different > > directory structure specify your own URL. > > > > or, > > > > Click on the Settings -> Migration Wizard and change the URL: > > > > from, > > > > > http://localhost/index.php?module=Migration&action=MigrationStep1&parenttab=Settings > > > > > to, > > > > > http://localhost/index.php?module=Migration&action=rc_to_ga_migration&parenttab=Settings > > > > > > > > It will take few seconds to migrate database from v5 RC to v5 > GA- VAL. > > > > After successful migration, following message will be displayed: > > > > "Needed database changes from 5 RC to 5 GA have been done." > > > > Happy testing, > > > > Best Regards, > > Gopal > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sat Sep 9 12:37:49 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sat, 09 Sep 2006 13:37:49 -0600 Subject: [Vtigercrm-developers] UI help In-Reply-To: <44B4921F.8020402@vtiger.com> References: <1152565743.32174.120.camel@localhost.localdomain> <1152590570.16985.4.camel@localhost.localdomain> <1152678056.16985.149.camel@localhost.localdomain> <44B4921F.8020402@vtiger.com> Message-ID: <1157830669.5620.1.camel@localhost.localdomain> Any word on getting a UI built for sales force automation in the campaigns module? I am building this as a plug-in system so that other SFA actions can be hooked into campaigns without much sweat. I can keep working with the current UI but you may have other ideas for making this work. Matt On Wed, 2006-07-12 at 11:39 +0530, Saint wrote: > Matt.. > > I am aware that, the campaigns module is fairly attended in the UI > front.I am in the middle of other works. So give me a few more days.. > I will hop in and check it out :-) > > -Saint > > > > > Matthew Brichacek wrote: > > I'm going to keep posting these hoping that someone will finally get fed > > up with the ugly and help out ;). > > > > Matt > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > > > > > ____________________________________________________________________ > > > > > > > > ____________________________________________________________________ > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From fboudra at free.fr Sun Sep 10 10:43:58 2006 From: fboudra at free.fr (Fathi Boudra) Date: Sun, 10 Sep 2006 19:43:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable Message-ID: <200609101943.59164.fboudra@free.fr> hi, i tried to install current svn version and it isn't installable. it failed at step "confirm settings" only me ? cheers, Fathi From gopals at vtiger.com Mon Sep 11 00:36:48 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 00:36:48 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. Message-ID: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/f9c39228/attachment-0004.html From gopals at vtiger.com Mon Sep 11 04:02:23 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 11 Sep 2006 04:02:23 -0700 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <10d9c8ac74f.4087497381546003718.321325161514699284@@vtiger.com> Dear Team, vtiger CRM Windows Build label is vtigercrm-5.0.0.exe instead of vtigerCRM-5.0.0.exe. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com ---- On Mon, 11 Sep 2006 Gopal wrote ---- Dear Team, I have come up with the following file names for v5 GA release: 1. vtiger CRM - Linux Build: vtigercrm-5.0.0.bin 2. vtiger CRM - Windows Build: vtigerCRM-5.0.0.exe 3. vtiger CRM - Source Build: vtigercrm-5.0.0.tar.gz 4. vtiger CRM - Customer Portal: vtigercrm-customerportal-5.0.0.zip 5. vtiger Office Plugin: vtigercrm-office-plugin-5.0.0.exe 6. vtiger Outlook Plugin: vtigercrm-outlook-plugin-5.0.0.exe 7. vtiger Web Forms Plugin: vtigercrm-webforms-5.0.0.zip 8. vtiger Thunderbird Extension: vtigercrm-tbird-plugin-5.0.0.zip 9. vtiger Firefox Toolbar: vtigercrm-fxtoolbar-5.0.0.xpi 10. vtiger CRM PHP Docs: vtigercrm-phpdocs-5.0.0.zip FYI, we are yet to come up with guidelines for Language Packs. Looking forward for your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://gopal.vtiger.com _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/94bc4f44/attachment-0004.html From richie at vtiger.com Mon Sep 11 04:18:39 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 04:18:39 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <1157757425.14022.1.camel@localhost.localdomain> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> Message-ID: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Thanks for responding. Man, you are getting difficult to reach by telephone nowadays. Richie ---- Matthew Brichacek<mmbrich at fosslabs.com> wrote ---- You could keep them separated too, use mediawiki for the user wiki and trac for the developer wiki. I like using trac for the devel wiki because it's more integrated with the rest of the developer environment. Honestly though, I've barely read either one of them so it really doesn't make any diff to me. Matt On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > Dear Team, > > Now we have 2 wikis in place namely, http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . > > I propose that we merge these into 1 wiki only. > We can take the contents in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to wiki.vtiger.com. > We will provide all the privileges given as of now in http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > in wiki.vtiger.com as well. > > wiki.vtiger.com is based on media-wiki and is said to be more configurable. > We could let the wiki link remain in the vtiger.fosslabs.com page and have it redirected to the wiki.vtiger.com > site. > This way, we will have data consolidation as well. > > Apropos the L&F, we will ensure that these too are taken care of. > > Please let us know what you feel. > > Richie > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/a8d968d7/attachment-0004.html From mmbrich at fosslabs.com Mon Sep 11 04:26:35 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Mon, 11 Sep 2006 05:26:35 -0600 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> References: <10d8cea8d07.-5218985073131438451.-2763990656402483758@@vtiger.com> <1157757425.14022.1.camel@localhost.localdomain> <10d9c99ac75.-9159397224336547588.-7021134455575443240@@vtiger.com> Message-ID: <1157973995.5466.3.camel@localhost.localdomain> Yes.. I am not staying up as late any more and my mornings are fairly busy :). You can always call and leave a msg but I think the time difference will present a problem. Matt On Mon, 2006-09-11 at 04:18 -0700, Richie wrote: > Thanks for responding. Man, you are getting difficult to reach by > telephone nowadays. > > Richie > > > > > ---- Matthew Brichacek wrote ---- > > You could keep them separated too, use mediawiki for the user > wiki and > trac for the developer wiki. I like using trac for the devel > wiki > because it's more integrated with the rest of the developer > environment. > Honestly though, I've barely read either one of them so it > really > doesn't make any diff to me. > > Matt > > On Fri, 2006-09-08 at 03:13 -0700, Richie wrote: > > Dear Team, > > > > Now we have 2 wikis in place namely, > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and > wiki.vtiger.com . > > > > I propose that we merge these into 1 wiki only. > > We can take the contents in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to > wiki.vtiger.com. > > We will provide all the privileges given as of now in > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki to the users > > in wiki.vtiger.com as well. > > > > wiki.vtiger.com is based on media-wiki and is said to be > more configurable. > > We could let the wiki link remain in the vtiger.fosslabs.com > page and have it redirected to the wiki.vtiger.com > > site. > > This way, we will have data consolidation as well. > > > > Apropos the L&F, we will ensure that these too are taken > care of. > > > > Please let us know what you feel. > > > > Richie > > From richie at vtiger.com Mon Sep 11 05:06:15 2006 From: richie at vtiger.com (Richie) Date: Mon, 11 Sep 2006 05:06:15 -0700 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> Message-ID: <10d9cc541a4.2512570924560104299.5282016981339119205@@vtiger.com> Guys, how do we come to a conclusion on this? Gopal thinks that it is better to merge the two as the wiki at wiki.vtiger.com is already divided into 2 zones - User Zone and Developer Zone. So, the respective areas will have the related docs. I am not clear about how the development is related to the wiki as mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and wiki are tightly integrated. I think this will be an important point to base the decision to merge or not. Kindly explain. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- > Richie wrote: >> Now we have 2 wikis in place namely, >> http://vtiger.fosslabs.com/cgi-bin/trac.cgi/wiki and wiki.vtiger.com . I >> propose that we merge these into 1 wiki only. > -1 on merging wikis. Actually, that's a -1 for not using trac for > development documentation. +1 on merging wikis, and +1 on using wiki.vtiger.com for developer information. The wiki on wiki.vtiger is being actively developed; go with that one. DG _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060911/3e1fe997/attachment-0004.html From fboudra at free.fr Mon Sep 11 07:49:18 2006 From: fboudra at free.fr (Fathi Boudra) Date: Mon, 11 Sep 2006 16:49:18 +0200 Subject: [Vtigercrm-developers] File name convention for GA builds.. In-Reply-To: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> References: <10d9bce9164.6785814878243065543.-6811913320159158633@@vtiger.com> Message-ID: <200609111649.19217.fboudra@free.fr> hi gopal, Le lundi 11 septembre 2006 09:36, Gopal a ?crit : > I have come up with the following file names for v5 GA release: file names is ok, just the "v5 GA" is wrong. GA term isn't well known in the software applications. We must avoid this term, especially, when i saw r9413 commit comment: "RC changed to 5.0.0 GA" cheers, Fathi From jtk at yahoo.com Mon Sep 11 11:24:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 11 Sep 2006 14:24:24 -0400 Subject: [Vtigercrm-developers] merging the wikis References: <3E26E7A199CABA49822B3E6B741434F9010C4D23@exch.accuratetechnologies.com> <14119.6420453072$1157976398@news.gmane.org> Message-ID: Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. From werk at r2g.nl Mon Sep 11 11:40:56 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Mon, 11 Sep 2006 20:40:56 +0200 Subject: [Vtigercrm-developers] merging the wikis In-Reply-To: Message-ID: The way I seet things are : trac is allready very usefull for development, why use wiki ? Use wiki for enduser informations only. Regards, Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Jeff Kowalczyk Verzonden: maandag 11 september 2006 20:24 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: Re: [Vtigercrm-developers] merging the wikis Richie wrote: > I am not clear about how the development is related to the wiki as > mentioned by Jeff. Kindly elaborate. Jeff you state that the trac and > wiki are tightly integrated. I think this will be an important point to > base the decision to merge or not. Kindly explain. Anywhere in trac, if it encounters WikiCase words, it emits a link to the documentation. If the link exists, you jump right to the wiki doc. If not, it is easy to create it. The add-ons at trac hacks are the real integration story. If we someday wanted to make the source code comments and formatting contain API documentation, etc., the tools found there would help auto-generate usable documents from it. I don't see end-user documentation having much overlap with developer/integrator documentation in our case. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From jens at Strawberry.COM Mon Sep 11 13:55:25 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Mon, 11 Sep 2006 22:55:25 +0200 Subject: [Vtigercrm-developers] vtiger 5: Installation Manual for PostgreSQL DB In-Reply-To: <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com>; from Gopal on Mon, Sep 11, 2006 at 12:25:02AM -0700 References: <10d87e89883.5865705763054288946.-3390436903255532194@@vtiger.com> <20060910144143.A3768@Strawberry.COM> <10d9bc3cc47.3323372274041938402.-1471259799519288510@@vtiger.com> Message-ID: <20060911225525.C3768@Strawberry.COM> Hi Gopal, hi Don, > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. I hadn't had the time to look at this. I'll come back to you. Regarding the current integration of the postgres fixes into the SVN I had a closer look at SVN revision 9402. My fixes were almost present, however I figured out the following: include/database/PearDatabase.php install/5createTables.inc.php - The fix regarding the SEQUENCE mapping is missing include/database/Postgres8.php - I've reworked my fix in a way that removes the column names from this source file. The rework has not been implemented. install/4createConfigFile.php - The check against $_REQUEST['db_type'] must be done before handling the database type. Otherwise $dbType will be undefined. modules/Potentials/Opportunity.php modules/SalesOrder/SalesOrder.php modules/Leads/Lead.php modules/Invoice/Invoice.php modules/PurchaseOrder/PurchaseOrder.php modules/Quotes/Quote.php - PostgreSQL does not support the && operator. AND must be used instead. modules/Campaigns/ListView.php - The OFFSET/LIMIT fix was applied. However the old code was not deleted. modules/Products/ListView.php modules/Activities/ListView.php modules/Quotes/ListView.php modules/HelpDesk/Save.php - You forgot these files entirely modules/Calendar/Appointment.php - New problem figured out today. The fixPostgresQuery function needs to be added. modules/Calendar/calendarLayout.php - One fixPostgresQuery was missing modules/Home/index.php - New problem figured out today. Another 'AS' was missing. modules/Users/User.php - A misleading comment was removed install/5createTables.inc.php modules/Users/DefaultDataPopulator.php - New problem figured out today. The user2group entries introduced in DefaultDataPopulator.php were tried to be inserted into the database before the user records were created. This violates the layout constraint: Key (userid)=(2) is not present in table "vtiger_users" I've split off this code into two parts, one in 5createTables.inc.php and the other one in DefaultDataPopulator.php. modules/Faq/ListView.php - Duplicate comment themes/blue/style.css There's a patch containing all changes mentioned above attached to this mail. I'll also document this in TRAC#2033. Kind regards -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 01:11:59 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:11:59 +0100 Subject: [Vtigercrm-developers] Support Tickets Message-ID: Is there a possibility of having a Time Taken field and a Progress bar in vtiger Support Tickets, rather than having to make custom fields for those. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/4cec603a/attachment-0004.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 01:53:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 09:53:35 +0100 Subject: [Vtigercrm-developers] Export to PDF Message-ID: I'm testing out v5 RC1, and trying to save an invoice as pdf but Adobe tells me the file is corrupt. Is this feature working? And can I have an export to xls aswell as pdf. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/a99f9e21/attachment-0004.html From jens at Strawberry.COM Tue Sep 12 02:26:39 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 12 Sep 2006 11:26:39 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609101943.59164.fboudra@free.fr>; from Fathi Boudra on Sun, Sep 10, 2006 at 07:43:58PM +0200 References: <200609101943.59164.fboudra@free.fr> Message-ID: <20060912112639.C7979@Strawberry.COM> Hi, there's a syntax error in modules/Users/User.php in all revisions up to 9426 ('-' in the first column of line 925). It is fixes with the postgres patches I've posted yesterday. cu, Jens On Sun, Sep 10, 2006 at 07:43:58PM +0200, Fathi Boudra wrote: > hi, > > i tried to install current svn version and it isn't installable. > it failed at step "confirm settings" only me ? > > cheers, > > Fathi > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From joe at tsolucio.com Tue Sep 12 02:48:28 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 11:48:28 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: Message-ID: <1158054508.11125.11.camel@joesunix.int> Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From developer at infointegrated.com Tue Sep 12 05:40:30 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Tue, 12 Sep 2006 07:40:30 -0500 Subject: [Vtigercrm-developers] SVN - Watch File Names Message-ID: <813F2D4F-E70B-4F8C-8850-D6625CEE6130@infointegrated.com> Please make sure you watch your file names. Unix and Mac are case sensitive. Check in 9414 added: themes/alphagrey/images/aboutUs.jpg The other file remains: themes/alphagrey/images/aboutUS.jpg When this happens I can no longer do checkouts on the Mac. Thanks. From smith.timsmith at gmail.com Tue Sep 12 07:17:59 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Tue, 12 Sep 2006 09:17:59 -0500 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: <1158054508.11125.11.camel@joesunix.int> References: <1158054508.11125.11.camel@joesunix.int> Message-ID: Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: > > Hi Joseph, > > I am responsable of the TTTimecards project which associates timecards > to the support tickets. I find this idea very interesting and will > implement the "total time taken" with no problem. As for the progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > > > Is there a possibility of having a Time Taken field and a Progress bar > > in vtiger Support Tickets, rather than having to make custom fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for the use of > > the individual or entity to which it is addressed, and may contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly prohibited and may > > be unlawful. If you received this in error, please contact the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of transmitting > > software viruses, however, you need to carry out your own virus checks > > on any attachments as we can take no responsibility for any computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions available on > > request. > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/0b042b1f/attachment-0004.html From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 07:41:19 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 15:41:19 +0100 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: Message-ID: Maybe if people have different ways of doing things, then maybe a Time data type could be required in the custom fields, and maybe rather than custom fields to always be called custom fields from the area in a form maybe a "category name" could be assigned to the fields so that they are grouped together by whatever category name they were given.. "Tim Smith" Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 12/09/2006 15:21 Please respond to vtigercrm-developers at lists.vtigercrm.com To vtigercrm-developers at lists.vtigercrm.com cc Subject Re: [Vtigercrm-developers] Support Tickets Hi Joe, There are several measures of time that should be considered. Though not all these may be supported, they will eventually so they need to be thought about. "Elapsed Time" is the normal measure of how much time elapsed from open to close status. "Effort Time" is a measure of effort and is probably most relevant to the TTTimecards project. A support task may stay open for a week but the support rep might spend an hour here and 15 minutes there until the project is closed. "Response Time" is how long we took to respond and is generally evaluated against a guarantee. For example, if someone has a "gold" contract then you might guarantee a response within 30 minutes of opening. A "platinum" contract might guarantee a 15 minute response. "Contract Time" is like Elapsed Time in that the time is measured from open to close status. The difference is time is measured differently depending on (hopefully) configuration and/or a contract associated with the incident. A silver contract may guarantee closure in 5 work days. A gold contract may guarantee closure within 24 working hours. A platinum contract may guarantee closure within 24 hours. So the silver and gold contract measure time in work days but platinum guarantees someone will work all night long to get something done. The definition of a work day will vary. For example, 6am to 6pm GMT, Monday through Friday and 8am to 3pm Saturday. You also have to deal with holidays. A simple way to handle all these time measures is to allow only one definition of time. "We work 9 to 5, Monday to Friday except holidays" and one definition for a contract. That way you don't have to support a contract system. ------------ Ideally, I think what Joeseph requested would be related to "Response Time" or "Contract Time" because it is what you are guaranteeing. In MarketForce, we showed a graph that was Green -> Yellow -> Red. You defined an amount of time for each color depending on the contract. For example, a platinum contract had 3 minutes for Green, 8 minutes for Yellow and 4 minutes for Red. A bar would cross the colors to indicate how much time had progressed. For a first version, I would prefer a simple Green/Yellow/Red graphic as described except there would be only one configuration for time (not based on contracts). I would like to see those graphs for Response Time and Elapsed Time since those are most useful. Kind regards, Tim OnwealdTim On 9/12/06, Joe Bordes wrote: Hi Joseph, I am responsable of the TTTimecards project which associates timecards to the support tickets. I find this idea very interesting and will implement the "total time taken" with no problem. As for the progress bar I need to know how you would measure the progress: - some subject percentage value - total time spent repect of total time that "should" be spent - others? Joe El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech escribi?: > > Is there a possibility of having a Time Taken field and a Progress bar > in vtiger Support Tickets, rather than having to make custom fields > for those. > CONFIDENTIALITY NOTICE : This message is intended only for the use of > the individual or entity to which it is addressed, and may contain > information that is privileged, confidential and exempt from > disclosure under law. If you are not the intended recipient(s) please > note that any form of distribution, copying or use of this > communication or the information in it is strictly prohibited and may > be unlawful. If you received this in error, please contact the sender > and delete the material from any computer. > > We have taken precautions to minimise the risk of transmitting > software viruses, however, you need to carry out your own virus checks > on any attachments as we can take no responsibility for any computer > virus transferred by way of this email. > > All views or opinions expressed will be those of the author and not > necessarily those of Harry Yearsley Ltd. > > Business is conducted as under our Terms and Conditions available on > request. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/b390ada6/attachment-0004.html From joe at tsolucio.com Tue Sep 12 07:47:00 2006 From: joe at tsolucio.com (Joe Bordes) Date: Tue, 12 Sep 2006 16:47:00 +0200 Subject: [Vtigercrm-developers] Support Tickets In-Reply-To: References: <1158054508.11125.11.camel@joesunix.int> Message-ID: <1158072421.7280.5.camel@joesunix.int> Thank you for all the detail!! I will read this email carefully and try to incorporate it into the project. Joe. El mar, 12-09-2006 a las 09:17 -0500, Tim Smith escribi?: > Hi Joe, > > There are several measures of time that should be considered. Though > not all these may be supported, they will eventually so they need to > be thought about. > > "Elapsed Time" is the normal measure of how much time elapsed from > open to close status. > > "Effort Time" is a measure of effort and is probably most relevant to > the TTTimecards project. A support task may stay open for a week but > the support rep might spend an hour here and 15 minutes there until > the project is closed. > > "Response Time" is how long we took to respond and is generally > evaluated against a guarantee. For example, if someone has a "gold" > contract then you might guarantee a response within 30 minutes of > opening. A "platinum" contract might guarantee a 15 minute response. > > "Contract Time" is like Elapsed Time in that the time is measured from > open to close status. The difference is time is measured differently > depending on (hopefully) configuration and/or a contract associated > with the incident. A silver contract may guarantee closure in 5 work > days. A gold contract may guarantee closure within 24 working hours. > A platinum contract may guarantee closure within 24 hours. So the > silver and gold contract measure time in work days but platinum > guarantees someone will work all night long to get something done. > The definition of a work day will vary. For example, 6am to 6pm GMT, > Monday through Friday and 8am to 3pm Saturday. You also have to deal > with holidays. > > A simple way to handle all these time measures is to allow only one > definition of time. "We work 9 to 5, Monday to Friday except > holidays" and one definition for a contract. That way you don't have > to support a contract system. > > ------------ > Ideally, I think what Joeseph requested would be related to "Response > Time" or "Contract Time" because it is what you are guaranteeing. > > In MarketForce, we showed a graph that was Green -> Yellow -> Red. > You defined an amount of time for each color depending on the > contract. For example, a platinum contract had 3 minutes for Green, 8 > minutes for Yellow and 4 minutes for Red. A bar would cross the > colors to indicate how much time had progressed. > > For a first version, I would prefer a simple Green/Yellow/Red graphic > as described except there would be only one configuration for time > (not based on contracts). I would like to see those graphs for > Response Time and Elapsed Time since those are most useful. > > Kind regards, > Tim > > OnwealdTim > > > On 9/12/06, Joe Bordes wrote: > Hi Joseph, > > I am responsable of the TTTimecards project which associates > timecards > to the support tickets. I find this idea very interesting and > will > implement the "total time taken" with no problem. As for the > progress > bar I need to know how you would measure the progress: > > - some subject percentage value > - total time spent repect of total time that "should" be spent > - others? > > Joe > > > > El mar, 12-09-2006 a las 09:11 +0100, Joseph Le Brech > escribi?: > > > > Is there a possibility of having a Time Taken field and a > Progress bar > > in vtiger Support Tickets, rather than having to make custom > fields > > for those. > > CONFIDENTIALITY NOTICE : This message is intended only for > the use of > > the individual or entity to which it is addressed, and may > contain > > information that is privileged, confidential and exempt from > > disclosure under law. If you are not the intended > recipient(s) please > > note that any form of distribution, copying or use of this > > communication or the information in it is strictly > prohibited and may > > be unlawful. If you received this in error, please contact > the sender > > and delete the material from any computer. > > > > We have taken precautions to minimise the risk of > transmitting > > software viruses, however, you need to carry out your own > virus checks > > on any attachments as we can take no responsibility for any > computer > > virus transferred by way of this email. > > > > All views or opinions expressed will be those of the author > and not > > necessarily those of Harry Yearsley Ltd. > > > > Business is conducted as under our Terms and Conditions > available on > > request. > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Tue Sep 12 08:07:18 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Tue, 12 Sep 2006 16:07:18 +0100 Subject: [Vtigercrm-developers] Leasing Products Message-ID: Would it be possible to have a field for Account Names that products are leased to and with locations. Then maybe some kind of pivot table reports that shows the different type of Products against the Customers that have them. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060912/d0c39252/attachment-0004.html From fboudra at gmail.com Tue Sep 12 09:14:27 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 12 Sep 2006 18:14:27 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060912112639.C7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> Message-ID: <200609121814.27941.fboudra@gmail.com> Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > there's a syntax error in modules/Users/User.php in all revisions > up to 9426 ('-' in the first column of line 925). It is fixes with > the postgres patches I've posted yesterday. tested, not better. I have: * apache v2.0.55 * mysql 5.0.24a * php v5.1.6 tested with 2 browsers: * firefox * konqueror under Debian Sid. i use "Populate database with demo data" option. Someone can confirm, this is a local issue ? cheers, Fathi From jens at Strawberry.COM Tue Sep 12 23:41:50 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:41:50 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913084150.F7979@Strawberry.COM> Hi Fathi, I'm running the current SVN in the following environment: Apache 2.2.2 PHP 5.1.4 Postgres 8.1.2 There are some minor issues with this version, but in general it is working fine for me. I do not populate demo data ... maybe that's the reason? Did you try to change the rootlogger level from FATAL to INFO in log4php.properties and watch the log file vtigercrm.log during installation? This might point you to the latest installation step performed successfully ... Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixed with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Tue Sep 12 23:51:58 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 08:51:58 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609121814.27941.fboudra@gmail.com>; from Fathi Boudra on Tue, Sep 12, 2006 at 06:14:27PM +0200 References: <200609101943.59164.fboudra@free.fr> <20060912112639.C7979@Strawberry.COM> <200609121814.27941.fboudra@gmail.com> Message-ID: <20060913085158.G7979@Strawberry.COM> Fathi, there's another issue, I've fixed with my postgres patches: In DefaultDataPopulator.php there were some user2group records introduced. This is a problem, because there's a layout con- straint in the database which requires a user record to be existing before a groups records relates to it. However users are populated into the database *AFTER* Default- DataPopulater has completed. I don't know if this would also be an issue for mysql. Using PostgreSQL results in the installation failing at this step. I've attached my patches to this mail again. Please have a look at the diffs for DefaultDataPopulator.php and 5createtables.inc.php. Those contain the according patches. Jens On Tue, Sep 12, 2006 at 06:14:27PM +0200, Fathi Boudra wrote: > Le mardi 12 septembre 2006 11:26, Jens Hamisch a ?crit : > > there's a syntax error in modules/Users/User.php in all revisions > > up to 9426 ('-' in the first column of line 925). It is fixes with > > the postgres patches I've posted yesterday. > > tested, not better. I have: > * apache v2.0.55 > * mysql 5.0.24a > * php v5.1.6 > > tested with 2 browsers: > * firefox > * konqueror > > under Debian Sid. > > i use "Populate database with demo data" option. Someone can confirm, this is > a local issue ? > > cheers, > > Fathi -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- *** /home/vtigsvn/tmp/vtiger_crm/include/database/PearDatabase.php Mon Sep 11 21:19:04 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/PearDatabase.php Tue Sep 5 06:50:43 2006 *************** *** 930,949 **** function getUniqueID($seqname) { - global $log; $this->checkConnection(); - if( $this->dbType == "pgsql") { - $keytab = $this->database->MetaPrimaryKeys($seqname); - if( count( $keytab) > 0) { - $log->info("PearDatabase: Postgres getUniqueID hack: ".$seqname."_".$keytab[0]."_seq"); - return $this->database->GenID($seqname."_".$keytab[0]."_seq",1); - } else { - $log->info("PearDatabase: Problem: getUniqueID but no key for '$seqname'"); - } - } return $this->database->GenID($seqname."_seq",1); } - function get_tables() { $this->checkConnection(); --- 930,938 ---- *** /home/vtigsvn/tmp/vtiger_crm/include/database/Postgres8.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/include/database/Postgres8.php Wed Aug 30 06:50:43 2006 *************** *** 124,133 **** //return an expanded table field list function expandRecord($table,$log) { ! global $adb; ! $result = ""; ! $subfields = $adb->getColumnNames($table); //construct an entity string for( $i=0; $iinfo( "Debug: expandRecord"); ! $subfields = array(); + //vtiger_products table + if( $table == "vtiger_products" ) + $subfields = array ( "productid", "productname", "productcode", "productcategory", "manufacturer", "product_description", "qty_per_unit", "unit_price", "weight", "pack_size", "sales_start_date", "sales_end_date", "start_date", "expiry_date", "cost_factor", "commissionrate", "commissionmethod", "discontinued", "usageunit", "handler", "contactid", "currency", "reorderlevel", "website", "taxclass", "mfr_part_no", "vendor_part_no", "serialno", "qtyinstock", "productsheet", "qtyindemand", "glacct", "vendor_id", "imagename" ); + + //vtiger_activity table + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "time_end", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility" ); + + //vtiger_notes table + elseif( $table == "vtiger_notes") + $subfields = array ( "notesid", "contact_id", "title", "filename", "notecontent"); + + //vtiger_faq table + elseif( $table == "vtiger_faq") + $subfields = array ( "id", "product_id", "question", "answer", "category", "status"); + + //vtiger_profile2field + elseif( $table == "vtiger_profile2field") + $subfields = array ( "profileid", "tabid", "fieldid", "visible", "readonly"); + + //vtiger_field + elseif( $table == "vtiger_field") + $subfields = array ( "tabid", "fieldid", "columnname", "tablename", "generatedtype", "uitype", "fieldname", "fieldlabel", "readonly", "presence", "selected", "maximumlength", "sequence", "block", "displaytype", "typeofdata", "quickcreate", "quickcreatesequence", "info_type"); + + //vtiger_activity + elseif( $table == "vtiger_activity") + $subfields = array ( "activityid", "subject", "semodule", "activitytype", "date_start", "due_date", "time_start", "sendnotification", "duration_hours", "duration_minutes", "status", "eventstatus", "priority", "location", "notime", "visibility"); + + //fields of the requested array still undefined + else + $log->info("function expandRecord: please add structural information for table '".$table."'"); + //construct an entity string for( $i=0; $icolumn_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! //Inserting into vtiger_groups table ! $db->startTransaction(); ! $result = $db->query("select groupid from vtiger_groups where groupname='Team Selling';"); ! $group1_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Marketing Group';"); ! $group2_id = $db->query_result($result,0,"groupid"); ! $result = $db->query("select groupid from vtiger_groups where groupname='Support Group';"); ! $group3_id = $db->query_result($result,0,"groupid"); ! ! $db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); ! $db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); ! $db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); ! $db->completeTransaction(); ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_role_roleid_seq", ! "vtiger_audit_trial_auditid_seq", ! "vtiger_datashare_relatedmodules_datashare_relatedmodule_id_seq", ! "vtiger_relatedlists_relation_id_seq", ! "vtiger_inventory_tandc_id_seq", ! "vtiger_customview_cvid_seq", ! "vtiger_crmentity_crmid_seq", ! "vtiger_seactivityrel_crmid_seq", ! "vtiger_selectquery_queryid_seq", ! "vtiger_systems_id_seq", ! "vtiger_freetags_id_seq", ! "vtiger_inventorytaxinfo_taxid_seq", ! "vtiger_shippingtaxinfo_taxid_seq", ! "vtiger_groups_groupid_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! // Populate default data ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! // Create the default users ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> --- 1,294 ---- ! column_fields["last_name"] = 'Administrator'; ! $user->column_fields["user_name"] = 'admin'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["is_admin"] = 'on'; ! $user->column_fields["user_password"] = $admin_password; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! $user->column_fields["hour_format"] = 'am/pm'; ! $user->column_fields["start_hour"] = '08:00'; ! $user->column_fields["end_hour"] = '23:00'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'shanky.jpg'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $admin_email ="admin at vtigeruser.com"; ! $user->column_fields["email1"] = $admin_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='CEO'"; ! $db->checkConnection(); ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save("Users"); ! ! // we need to change the admin user to a fixed id of 1. ! //$query = "update vtiger_users set id='1' where user_name='$user->user_name'"; ! //$result = $db->query($query, true, "Error updating admin user ID: "); ! ! $log->info("Created ".$user->table_name." vtiger_table. for user $user->id"); ! ! //Creating the flat files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! ! //Creating the Standard User ! $user = new User(); ! $user->column_fields["last_name"] = 'StandardUser'; ! $user->column_fields["user_name"] = 'standarduser'; ! $user->column_fields["is_admin"] = 'off'; ! $user->column_fields["status"] = 'Active'; ! $user->column_fields["user_password"] = 'standarduser'; ! $user->column_fields["tz"] = 'Europe/Berlin'; ! $user->column_fields["holidays"] = 'de,en_uk,fr,it,us,'; ! $user->column_fields["workdays"] = '0,1,2,3,4,5,6,'; ! $user->column_fields["weekstart"] = '1'; ! $user->column_fields["namedays"] = ''; ! $user->column_fields["currency_id"] = 1; ! $user->column_fields["date_format"] = 'yyyy-mm-dd'; ! // added by jeri to populate default image and tagcloud for admin ! $user->column_fields["imagename"] = 'ela.jpg'; ! $user->column_fields["activity_view"] = 'This Year'; ! $user->column_fields["lead_view"] = 'Today'; ! $user->column_fields["tagcloud"] = ''; ! $user->column_fields["defhomeview"] = 'home_metrics'; ! //added by philip for default default admin emailid ! if($admin_email == '') ! $std_email ="standarduser at vtigeruser.com"; ! $user->column_fields["email1"] = $std_email; ! //to get the role id for standard_user ! $role_query = "select roleid from vtiger_role where rolename='Vice President'"; ! $db->database->SetFetchMode(ADODB_FETCH_ASSOC); ! $role_result = $db->query($role_query); ! $role_id = $db->query_result($role_result,0,"roleid"); ! $user->column_fields["roleid"] = $role_id; ! ! $user->save('Users'); ! ! //Creating the flat vtiger_files ! createUserPrivilegesfile($user->id); ! createUserSharingPrivilegesfile($user->id); ! ! } ! ! //$startTime = microtime(); ! $modules = array("DefaultDataPopulator"); ! $focus=0; ! // tables creation ! //eecho("Creating Core tables: "); ! //$adb->setDebug(true); ! $success = $adb->createTables("schema/DatabaseSchema.xml"); ! ! //Postgres8 fix - create sequences. ! // This should be a part of "createTables" however ... ! if( $adb->dbType == "pgsql" ) { ! $sequences = array( ! "vtiger_leadsource_seq", ! "vtiger_accounttype_seq", ! "vtiger_industry_seq", ! "vtiger_leadstatus_seq", ! "vtiger_rating_seq", ! "vtiger_licencekeystatus_seq", ! "vtiger_opportunity_type_seq", ! "vtiger_salutationtype_seq", ! "vtiger_sales_stage_seq", ! "vtiger_ticketstatus_seq", ! "vtiger_ticketpriorities_seq", ! "vtiger_ticketseverities_seq", ! "vtiger_ticketcategories_seq", ! "vtiger_duration_minutes_seq", ! "vtiger_eventstatus_seq", ! "vtiger_taskstatus_seq", ! "vtiger_taskpriority_seq", ! "vtiger_manufacturer_seq", ! "vtiger_productcategory_seq", ! "vtiger_activitytype_seq", ! "vtiger_currency_seq", ! "vtiger_faqcategories_seq", ! "vtiger_usageunit_seq", ! "vtiger_glacct_seq", ! "vtiger_quotestage_seq", ! "vtiger_carrier_seq", ! "vtiger_taxclass_seq", ! "vtiger_recurringtype_seq", ! "vtiger_faqstatus_seq", ! "vtiger_invoicestatus_seq", ! "vtiger_postatus_seq", ! "vtiger_sostatus_seq", ! "vtiger_visibility_seq", ! "vtiger_campaigntype_seq", ! "vtiger_campaignstatus_seq", ! "vtiger_expectedresponse_seq", ! "vtiger_status_seq", ! "vtiger_activity_view_seq", ! "vtiger_lead_view_seq", ! "vtiger_date_format_seq", ! "vtiger_users_seq", ! "vtiger_role_seq", ! "vtiger_profile_seq", ! "vtiger_field_seq", ! "vtiger_def_org_share_seq", ! "vtiger_datashare_relatedmodules_seq", ! "vtiger_relatedlists_seq", ! "vtiger_notificationscheduler_seq", ! "vtiger_inventorynotification_seq", ! "vtiger_currency_info_seq", ! "vtiger_emailtemplates_seq", ! "vtiger_inventory_tandc_seq", ! "vtiger_selectquery_seq", ! "vtiger_customview_seq", ! "vtiger_crmentity_seq", ! "vtiger_seactivityrel_seq", ! "vtiger_freetags_seq", ! "vtiger_shippingtaxinfo_seq", ! "vtiger_inventorytaxinfo_seq" ! ); ! ! foreach ($sequences as $sequence ) { ! $log->info( "Creating sequence ".$sequence); ! $adb->query( "CREATE SEQUENCE ".$sequence." INCREMENT BY 1 NO MAXVALUE NO MINVALUE CACHE 1;"); ! } ! } ! ! ! // TODO HTML ! if($success==0) ! die("Error: Tables not created. Table creation failed.\n"); ! elseif ($success==1) ! die("Error: Tables partially created. Table creation failed.\n"); ! //eecho("Tables Successfully created.\n"); ! ! foreach ($modules as $module ) ! { ! $focus = new $module(); ! $focus->create_tables(); ! } ! ! ! // create and populate combo tables ! require_once('include/PopulateComboValues.php'); ! $combo = new PopulateComboValues(); ! $combo->create_tables(); ! ! //Writing tab data in flat file ! create_tab_data_file(); ! create_parenttab_data_file(); ! ! create_default_users(); ! ! // default report population ! require_once('modules/Reports/PopulateReports.php'); ! ! // default customview population ! require_once('modules/CustomView/PopulateCustomView.php'); ! ! ! // ensure required sequences are created (adodb creates them as needed, but if ! // creation occurs within a transaction we get problems ! $db->getUniqueID("vtiger_crmentity"); ! $db->getUniqueID("vtiger_seactivityrel"); ! $db->getUniqueID("vtiger_freetags"); ! ! //Master currency population ! //Insert into vtiger_currency vtiger_table ! $db->query("insert into vtiger_currency_info values(".$db->getUniqueID("vtiger_currency_info").",'$currency_name','$currency_code','$currency_symbol',1,'Active','-11')"); ! ! // populate the db with seed data ! if ($db_populate) { ! //eecho ("Populate seed data into $db_name"); ! include("install/populateSeedData.php"); ! //eecho ("...done

\n"); ! } ! ! // populate forums data ! global $log, $db; ! ! //$endTime = microtime(); ! //$deltaTime = microtime_diff($startTime, $endTime); ! ! ! // populate calendar data ! ! //eecho ("total time: $deltaTime seconds.\n"); ! ?> *** /home/vtigsvn/tmp/vtiger_crm/install/4createConfigFile.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/install/4createConfigFile.php Sun Sep 10 06:51:37 2006 *************** *** 49,56 **** $release_date = "31 March 2006"; - if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; - if (isset($_REQUEST['db_hostname'])) { if(strpos($_REQUEST['db_hostname'], ":")) --- 49,54 ---- *************** *** 72,77 **** --- 70,77 ---- if (isset($_REQUEST['db_name']))$db_name = $_REQUEST['db_name']; + if (isset($_REQUEST['db_type'])) $db_type = $_REQUEST['db_type']; + if (isset($_REQUEST['db_drop_tables'])) $db_drop_tables = $_REQUEST['db_drop_tables']; if (isset($_REQUEST['db_create'])) $db_create = $_REQUEST['db_create']; *** /home/vtigsvn/tmp/vtiger_crm/modules/Potentials/Opportunity.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Potentials/Opportunity.php Fri Aug 25 06:50:46 2006 *************** *** 276,282 **** else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); --- 276,282 ---- else $returnset = '&return_module=Potentials&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name, vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_potential on vtiger_potential.potentialid=vtiger_seactivityrel.crmid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and vtiger_crment! ity.deleted=0 and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus != '' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Potentials','Calendar',$focus,$query,$button,$returnset); *** /home/vtigsvn/tmp/vtiger_crm/modules/Leads/Lead.php Fri Aug 25 21:00:49 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Leads/Lead.php Fri Aug 25 06:50:46 2006 *************** *** 24,29 **** --- 24,30 ---- require_once('modules/Emails/Email.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); + require_once('user_privileges/default_module_view.php'); class Lead extends CRMEntity { var $log; *************** *** 193,199 **** */ function get_activities($id) { ! global $log; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; --- 194,200 ---- */ function get_activities($id) { ! global $log, $singlepane_view; $log->debug("Entering get_activities(".$id.") method ..."); global $app_strings; *************** *** 205,215 **** $button .= ' '; $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.s! tatus is not NULL AND vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' AND vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } --- 206,219 ---- $button .= ' '; $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; // First, get the list of IDs. ! $query = "SELECT vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and (activitytype='Task' or activitytype='Call' or activitytype='Meeting') and ((vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.st! atus is not NULL && vtiger_activity.status != 'Deferred') or (vtiger_activity.eventstatus !='' && vtiger_activity.eventstatus != 'Held'))"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Leads','Calendar',$focus,$query,$button,$returnset); } *************** *** 220,232 **** */ function get_campaigns($id) { ! global $log; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; --- 224,240 ---- */ function get_campaigns($id) { ! global $log, $singlepane_view; $log->debug("Entering get_campaigns(".$id.") method ..."); global $mod_strings; $focus = new Campaign(); $button = ''; ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; ! $log->info("Campaign Related List for Lead Displayed"); $query = "SELECT vtiger_users.user_name, vtiger_campaign.campaignid, vtiger_campaign.campaignname, vtiger_campaign.campaigntype, vtiger_campaign.campaignstatus, vtiger_campaign.expectedrevenue, vtiger_campaign.closingdate, vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime from vtiger_campaign inner join vtiger_campaignleadrel on vtiger_campaignleadrel.campaignid=vtiger_campaign.campaignid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_campaign.campaignid left join vtiger_campaigngrouprelation on vtiger_campaign.campaignid=vtiger_campaigngrouprelation.campaignid left join vtiger_groups on vtiger_groups.groupname=vtiger_campaigngrouprelation.groupname left join vtiger_users on vtiger_users.id = vtiger_crmentity.smownerid where vtiger_campaignleadrel.leadid=".$id." and vtiger_crmentity.deleted=0"; *************** *** 242,248 **** */ function get_emails($id) { ! global $log; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); --- 250,256 ---- */ function get_emails($id) { ! global $log, $singlepane_view; $log->debug("Entering get_emails(".$id.") method ..."); global $mod_strings; require_once('include/RelatedListView.php'); *************** *** 256,262 **** $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); --- 264,273 ---- $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query ="select vtiger_activity.activityid, vtiger_activity.subject, vtiger_activity.semodule, vtiger_activity.activitytype, vtiger_activity.date_start, vtiger_activity.status, vtiger_activity.priority, vtiger_crmentity.crmid,vtiger_crmentity.smownerid,vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid inner join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid where vtiger_activity.activitytype='Emails' and vtiger_crmentity.deleted=0 and vtiger_seactivityrel.crmid=".$id; $log->debug("Exiting get_emails method ..."); *************** *** 342,348 **** */ function get_products($id) { ! global $log; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; --- 353,359 ---- */ function get_products($id) { ! global $log, $singlepane_view; $log->debug("Entering get_products(".$id.") method ..."); require_once('modules/Products/Product.php'); global $mod_strings; *************** *** 356,362 **** { $button .= ' '; } ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); --- 367,376 ---- { $button .= ' '; } ! if($singlepane_view == 'true') ! $returnset = '&return_module=Leads&return_action=DetailView&return_id='.$id; ! else ! $returnset = '&return_module=Leads&return_action=CallRelatedList&return_id='.$id; $query = 'select vtiger_products.productid, vtiger_products.productname, vtiger_products.productcode, vtiger_products.commissionrate, vtiger_products.qty_per_unit, vtiger_products.unit_price, vtiger_crmentity.crmid, vtiger_crmentity.smownerid from vtiger_products inner join vtiger_seproductsrel on vtiger_products.productid = vtiger_seproductsrel.productid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_products.productid inner join vtiger_leaddetails on vtiger_leaddetails.leadid = vtiger_seproductsrel.crmid where vtiger_leaddetails.leadid = '.$id.' and vtiger_crmentity.deleted = 0'; $log->debug("Exiting get_products method ..."); *** /home/vtigsvn/tmp/vtiger_crm/modules/Invoice/Invoice.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Invoice/Invoice.php Sun Sep 10 06:51:37 2006 *************** *** 165,171 **** else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } --- 165,171 ---- else $returnset = '&return_module=Invoice&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Invoice','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Campaigns/ListView.php Mon Sep 11 21:20:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Campaigns/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 191,196 **** --- 191,198 ---- $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); else $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); + + $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); //mass merge for word templates -- *Raj*17/11 while($row = $adb->fetch_array($list_result)) *** /home/vtigsvn/tmp/vtiger_crm/modules/SalesOrder/SalesOrder.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/SalesOrder/SalesOrder.php Sun Sep 10 06:51:37 2006 *************** *** 156,162 **** else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } --- 156,162 ---- else $returnset = '&return_module=SalesOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' a! nd vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status !='Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('SalesOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Products/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Products/ListView.php Tue Jul 4 16:33:51 2006 *************** *** 9,15 **** * ********************************************************************************/ require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('Smarty_setup.php'); require_once('modules/Products/Product.php'); require_once('include/ListView/ListView.php'); --- 9,14 ---- *************** *** 16,22 **** require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings; global $mod_strings; --- 15,20 ---- *************** *** 120,132 **** $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $list_query .= ' GROUP BY '.$tablename.$order_by; $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 118,128 ---- $tablename = getTableNameForField('Products',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 140,149 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - //modified by rdhital $start_rec = $navigation_array['start']; $end_rec = $navigation_array['end_val']; --- 136,141 ---- *************** *** 155,164 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 147,153 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Activities/ListView.php Sat Jul 29 10:41:25 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Activities/ListView.php Fri Jul 28 06:50:36 2006 *************** *** 29,35 **** require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); global $app_strings; global $list_max_entries_per_page; --- 29,34 ---- *************** *** 126,139 **** $list_query .= " AND " .$where; } ! $list_query .= ' GROUP BY vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $list_query .= ',user_name'; $list_query .= ' ORDER BY user_name '.$sorder; } else --- 125,136 ---- $list_query .= " AND " .$where; } ! $list_query .= ' group by vtiger_activity.activityid'; if(isset($order_by) && $order_by != '') { if($order_by == 'smownerid') { $list_query .= ' ORDER BY user_name '.$sorder; } else *************** *** 141,149 **** $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! if( $adb->dbType == "pgsql") ! $list_query .= ','.$tablename.$order_by; ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } --- 138,144 ---- $tablename = getTableNameForField('Activities',$order_by); $tablename = (($tablename != '')?($tablename."."):''); ! $list_query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } *************** *** 161,169 **** //Retreiving the no of rows ! $count_result = $adb->query("select count(*) as count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { --- 156,164 ---- //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($list_query, strpos($list_query,'FROM'),strlen($list_query))); $noofrows = $adb->num_rows($count_result); ! //Storing Listview session object if($_SESSION['lvs'][$currentModule]) { *************** *** 175,184 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $list_query = fixPostgresQuery( $list_query, $log, 0); - // Setting the record count string //modified by rdhital $start_rec = $navigation_array['start']; --- 170,175 ---- *************** *** 191,200 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($list_query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($list_query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; --- 182,188 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($list_query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings['LBL_SHOWING']." " .$start_rec." - ".$end_rec." " .$app_strings['LBL_LIST_OF'] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/PurchaseOrder/PurchaseOrder.php Fri Aug 25 06:50:46 2006 *************** *** 149,155 **** else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } --- 149,155 ---- else $returnset = '&return_module=PurchaseOrder&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_contactdetails.contactid,vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger_groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' an! d vtiger_crmentity.deleted=0 and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred') "; $log->debug("Exiting get_activities method ..."); return GetRelatedList('PurchaseOrder','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/Appointment.php Mon Sep 11 22:16:22 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/Appointment.php Thu Sep 7 06:50:43 2006 *************** *** 11,17 **** require_once('modules/Calendar/CalendarCommon.php'); require_once('include/utils/CommonUtils.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('modules/Calendar/Activity.php'); class Appointment { --- 11,16 ---- *************** *** 56,66 **** function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb,$log; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "SELECT vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity INNER JOIN vtiger_crmentity ON vtiger_activity.activityid = vtiger_crmentity.crmid LEFT JOIN vtiger_recurringevents ON vtiger_activity.activityid=vtiger_recurringevents.activityid LEFT OUTER JOIN vtiger_activitygrouprelation ON vtiger_activitygrouprelation.activityid=vtiger_activity.activityid INNER JOIN vtiger_salesmanactivityrel ON vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype IN ('Call','Meeting') AND "; if(!is_admin($current_user)) { --- 55,65 ---- function readAppointment($userid, &$from_datetime, &$to_datetime, $view) { ! global $current_user,$adb; $shared_ids = getSharedCalendarId($current_user->id); if(empty($shared_ids)) $shared_ids = $current_user->id; ! $q= "select vtiger_activity.*, vtiger_crmentity.*, vtiger_activitygrouprelation.groupname FROM vtiger_activity inner join vtiger_crmentity on vtiger_activity.activityid = vtiger_crmentity.crmid left join vtiger_recurringevents on vtiger_activity.activityid=vtiger_recurringevents.activityid left outer join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_salesmanactivityrel on vtiger_salesmanactivityrel.activityid=vtiger_activity.activityid WHERE vtiger_activity.activitytype in ('Call','Meeting') AND "; if(!is_admin($current_user)) { *************** *** 73,83 **** $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " GROUP BY vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $q = fixPostgresQuery( $q, $log, 0); $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; --- 72,79 ---- $q .= " ) AND ((vtiger_crmentity.smownerid ='".$current_user->id."' or vtiger_salesmanactivityrel.smid = '".$current_user->id."') or (vtiger_crmentity.smownerid in (".$shared_ids.") or vtiger_salesmanactivityrel.smid in (".$shared_ids.")))"; } $q .= " AND vtiger_crmentity.deleted = 0) AND vtiger_recurringevents.activityid is NULL "; ! $q .= " group by vtiger_activity.activityid ORDER by vtiger_activity.date_start,vtiger_activity.time_start"; //echo $q; $r = $adb->query($q); $n = $adb->getRowCount($r); $a = 0; *** /home/vtigsvn/tmp/vtiger_crm/modules/Calendar/calendarLayout.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Calendar/calendarLayout.php Fri Sep 8 06:51:27 2006 *************** *** 1334,1341 **** AND vtiger_crmentity.smownerid = ".$current_user->id." GROUP BY vtiger_activity.activityid ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; - if( $adb->dbType == "pgsql") - $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1334,1339 ---- *************** *** 1425,1431 **** */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; --- 1423,1429 ---- */ function getTodoList(& $calendar,$start_date,$end_date,$info='') { ! global $log; $Entries = Array(); $category = getParentTab(); global $adb,$current_user,$mod_strings,$cal_log; *************** *** 1453,1460 **** $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } --- 1451,1458 ---- $pending_query = $query." AND (vtiger_activity.status != 'Completed') AND vtiger_crmentity.smownerid = ".$current_user->id." ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $pending_query = fixPostgresQuery( $pending_query, $log, 0); $res = $adb->query($pending_query); $pending_rows = $adb->num_rows($res); } *************** *** 1462,1469 **** if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); --- 1460,1467 ---- if(!is_admin($current_user)) $query .= " AND vtiger_crmentity.smownerid in (".$shared_ids.")"; $query .= " ORDER BY vtiger_activity.date_start,vtiger_activity.time_start ASC"; ! if( $adb->dbType == "pgsql") ! $query = fixPostgresQuery( $query, $log, 0); $result = $adb->query($query); $rows = $adb->num_rows($result); *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/Quote.php Fri Aug 25 21:00:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/Quote.php Fri Aug 25 06:50:46 2006 *************** *** 179,185 **** else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL AND vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } --- 179,185 ---- else $returnset = '&return_module=Quotes&return_action=CallRelatedList&return_id='.$id; ! $query = "SELECT vtiger_contactdetails.contactid, vtiger_contactdetails.lastname, vtiger_contactdetails.firstname, vtiger_activity.*,vtiger_seactivityrel.*,vtiger_crmentity.crmid, vtiger_crmentity.smownerid, vtiger_crmentity.modifiedtime, vtiger_users.user_name,vtiger_recurringevents.recurringtype from vtiger_activity inner join vtiger_seactivityrel on vtiger_seactivityrel.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_activity.activityid left join vtiger_cntactivityrel on vtiger_cntactivityrel.activityid= vtiger_activity.activityid left join vtiger_contactdetails on vtiger_contactdetails.contactid = vtiger_cntactivityrel.contactid left join vtiger_users on vtiger_users.id=vtiger_crmentity.smownerid left outer join vtiger_recurringevents on vtiger_recurringevents.activityid=vtiger_activity.activityid left join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_crmentity.crmid left join vtiger! _groups on vtiger_groups.groupname=vtiger_activitygrouprelation.groupname where vtiger_seactivityrel.crmid=".$id." and activitytype='Task' and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Completed') and (vtiger_activity.status is not NULL && vtiger_activity.status != 'Deferred')"; $log->debug("Exiting get_activities method ..."); return GetRelatedList('Quotes','Calendar',$focus,$query,$button,$returnset); } *** /home/vtigsvn/tmp/vtiger_crm/modules/Quotes/ListView.php Mon Jul 24 19:51:15 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Quotes/ListView.php Tue Jul 4 16:33:52 2006 *************** *** 20,30 **** require_once('include/logging.php'); require_once('include/ListView/ListView.php'); require_once('include/database/PearDatabase.php'); - require_once('include/database/Postgres8.php'); require_once('include/ComboUtil.php'); require_once('include/utils/utils.php'); require_once('modules/CustomView/CustomView.php'); - require_once('include/DatabaseUtil.php'); global $app_strings,$list_max_entries_per_page,$currentModule,$theme; --- 20,28 ---- *************** *** 129,136 **** { if($order_by == 'smownerid') { - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY user_name'; $query .= ' ORDER BY user_name '.$sorder; } else --- 127,132 ---- *************** *** 138,151 **** $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); - if( $adb->dbType == "pgsql") - $query .= ' GROUP BY '.$tablename.$order_by; $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query( mkCountQuery( $query)); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object --- 134,145 ---- $tablename = getTableNameForField('Quotes',$order_by); $tablename = (($tablename != '')?($tablename."."):''); $query .= ' ORDER BY '.$tablename.$order_by.' '.$sorder; } } //Retreiving the no of rows ! $count_result = $adb->query("select count(*) count ".substr($query, strpos($query,'FROM'),strlen($query))); $noofrows = $adb->query_result($count_result,0,"count"); //Storing Listview session object *************** *** 159,167 **** //Retreive the Navigation array $navigation_array = getNavigationValues($start, $noofrows, $list_max_entries_per_page); - //Postgres 8 fixes - if( $adb->dbType == "pgsql") - $query = fixPostgresQuery( $query, $log, 0); // Setting the record count string //modified by rdhital --- 153,158 ---- *************** *** 175,184 **** else $limit_start_rec = $start_rec -1; ! if( $adb->dbType == "pgsql") ! $list_result = $adb->query($query. " OFFSET ".$limit_start_rec." LIMIT ".$list_max_entries_per_page); ! else ! $list_result = $adb->query($query. " LIMIT ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; --- 166,172 ---- else $limit_start_rec = $start_rec -1; ! $list_result = $adb->query($query. " limit ".$limit_start_rec.",".$list_max_entries_per_page); $record_string= $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows; *** /home/vtigsvn/tmp/vtiger_crm/modules/Home/index.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Home/index.php Tue Aug 15 06:50:35 2006 *************** *** 249,255 **** if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid as id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { --- 249,255 ---- if($query !='') $query .= " union all "; //Get the activities assigned to group ! $query .= "select vtiger_activity.activityid id,vtiger_activity.subject as name,vtiger_activitygrouprelation.groupname,'Activities' as Type from vtiger_activity inner join vtiger_activitygrouprelation on vtiger_activitygrouprelation.activityid=vtiger_activity.activityid inner join vtiger_crmentity on vtiger_crmentity.crmid = vtiger_activity.activityid inner join vtiger_groups on vtiger_activitygrouprelation.groupname=vtiger_groups.groupname where vtiger_crmentity.deleted=0 and ((vtiger_activity.eventstatus !='held'and (vtiger_activity.status is null or vtiger_activity.status ='')) or (vtiger_activity.status !='completed' and (vtiger_activity.eventstatus is null or vtiger_activity.eventstatus=''))) and vtiger_activitygrouprelation.groupname is not null and vtiger_groups.groupid in (".$groupids.")"; } if(isPermitted('HelpDesk','index') == "yes") { *** /home/vtigsvn/tmp/vtiger_crm/modules/HelpDesk/Save.php Mon Sep 11 21:18:50 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/HelpDesk/Save.php Thu Aug 31 06:50:43 2006 *************** *** 54,60 **** $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = $adb->formatDate(date('YmdHis')); $upload_filepath = decideFilePath(); --- 54,60 ---- $filepath = $adb->query_result($result,0,'path'); $new_attachmentid = $adb->getUniqueID("vtiger_crmentity"); ! $date_var = date('YmdHis'); $upload_filepath = decideFilePath(); *************** *** 64,70 **** fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment',".$date_var.")"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); --- 64,70 ---- fclose($handle); $adb->query("update vtiger_troubletickets set filename=\"$filename\" where ticketid=$focus->id"); ! $adb->query("insert into vtiger_crmentity (crmid,setype,createdtime) values('".$new_attachmentid."','HelpDesk Attachment','".$date_var."')"); $adb->query("insert into vtiger_attachments values(".$new_attachmentid.",'".$filename."','','".$filetype."','".$upload_filepath."')"); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/User.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/User.php Sun Sep 10 06:51:37 2006 *************** *** 618,624 **** */ function saveentity($module) { ! global $current_user; $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); --- 618,624 ---- */ function saveentity($module) { ! global $current_user;//$adb added by raju for mass mailing $insertion_mode = $this->mode; $this->db->println("TRANS saveentity starts $module"); *************** *** 648,653 **** --- 648,654 ---- { global $log; $log->info("function insertIntoEntityTable ".$module.' vtiger_table name ' .$table_name); + global $adb; $insertion_mode = $this->mode; //Checkin whether an entry is already is present in the vtiger_table to update *************** *** 904,910 **** $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); --- 905,911 ---- $filesize = $file_details['size']; $filetmp_name = $file_details['tmp_name']; ! $current_id = $this->db->getUniqueID("vtiger_crmentity"); //get the file path inwhich folder we want to upload the file $upload_file_path = decideFilePath(); *************** *** 919,926 **** } if($save_file == 'true') { $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); --- 920,928 ---- } if($save_file == 'true') { + $sql1 = "insert into vtiger_crmentity (crmid,smcreatorid,smownerid,setype,description,createdtime,modifiedtime) values(".$current_id.",".$current_user->id.",".$ownerid.",'".$module." Attachment','".$this->column_fields['description']."',".$this->db->formatString("vtiger_crmentity","createdtime",$date_var).",".$this->db->formatString("vtiger_crmentity","modifiedtime",$date_var).")"; ! - $this->db->query($sql1); $sql2="insert into vtiger_attachments(attachmentsid, name, description, type, path) values(".$current_id.",'".$filename."','".$this->column_fields['description']."','".$filetype."','".$upload_file_path."')"; $result=$this->db->query($sql2); *** /home/vtigsvn/tmp/vtiger_crm/modules/Users/DefaultDataPopulator.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Users/DefaultDataPopulator.php Thu Sep 7 06:50:43 2006 *************** *** 34,40 **** function create_tables () { global $app_strings; - $this->db->startTransaction(); $role1_id = $this->db->getUniqueID("vtiger_role"); $role2_id = $this->db->getUniqueID("vtiger_role"); $role3_id = $this->db->getUniqueID("vtiger_role"); --- 34,39 ---- *************** *** 46,51 **** --- 45,54 ---- $profile3_id = $this->db->getUniqueID("vtiger_profile"); $profile4_id = $this->db->getUniqueID("vtiger_profile"); + $group1_id = $this->db->getUniqueID("vtiger_groups"); + $group2_id = $this->db->getUniqueID("vtiger_groups"); + $group3_id = $this->db->getUniqueID("vtiger_groups"); + $this->db->query("insert into vtiger_role values('H".$role1_id."','Organisation','H".$role1_id."',0)"); $this->db->query("insert into vtiger_role values('H".$role2_id."','CEO','H".$role1_id."::H".$role2_id."',1)"); $this->db->query("insert into vtiger_role values('H".$role3_id."','Vice President','H".$role1_id."::H".$role2_id."::H".$role3_id."',2)"); *************** *** 52,60 **** $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->completeTransaction(); ! ! $this->db->startTransaction(); $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); --- 55,61 ---- $this->db->query("insert into vtiger_role values('H".$role4_id."','Sales Manager','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."',3)"); $this->db->query("insert into vtiger_role values('H".$role5_id."','Sales Man','H".$role1_id."::H".$role2_id."::H".$role3_id."::H".$role4_id."::H".$role5_id."',4)"); ! $this->db->query("INSERT INTO vtiger_tab VALUES (3,'Home',0,1,'Home',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (7,'Leads',0,4,'Leads',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (6,'Accounts',0,5,'Accounts',null,null,1)"); *************** *** 80,89 **** $this->db->query("INSERT INTO vtiger_tab VALUES (27,'Portal',0,24,'Portal',null,null,1)"); $this->db->query("INSERT INTO vtiger_tab VALUES (28,'Webmails',0,25,'Webmails',null,null,1)"); $this->db->query("insert into vtiger_tab values (29,'Users',0,26,'Users',null,null,1)"); - $this->db->completeTransaction(); // Populate the vtiger_blocks vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_blocks values (1,2,'LBL_OPPORTUNITY_INFORMATION',1,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (2,2,'LBL_CUSTOM_INFORMATION',2,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (3,2,'LBL_DESCRIPTION_INFORMATION',3,0,0,0,0,0)"); --- 81,88 ---- *************** *** 168,174 **** //Added an extra block for new UI Settings in Campaigns module $this->db->query("insert into vtiger_blocks values (82,26,'LBL_DESCRIPTION_INFORMATION',4,0,0,0,0,0)"); $this->db->query("insert into vtiger_blocks values (83,29,'LBL_USER_IMAGE_INFORMATION',4,0,0,0,0,0)"); //Added a New Block User Image Info in Users Module - $this->db->completeTransaction(); // --- 167,172 ---- *************** *** 175,181 **** //Account Details -- START //Block9 - $this->db->startTransaction(); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'accountname','vtiger_account',1,'2','accountname','Account Name',1,0,0,100,1,9,1,'V~M',0,1,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'phone','vtiger_account',1,'11','phone','Phone',1,0,0,100,2,9,1,'V~O',0,2,'BAS')"); $this->db->query("insert into vtiger_field values (6,".$this->db->getUniqueID("vtiger_field").",'website','vtiger_account',1,'17','website','Website',1,0,0,100,3,9,1,'V~O',0,3,'BAS')"); --- 173,178 ---- *************** *** 914,952 **** $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); - $this->db->completeTransaction(); - //user Details End // Insert End ! //New Security Start - //Inserting into vtiger_groups table - $this->db->startTransaction(); - $group1_id = $this->db->getUniqueID("vtiger_groups"); - $group2_id = $this->db->getUniqueID("vtiger_groups"); - $group3_id = $this->db->getUniqueID("vtiger_groups"); - - $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); - $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); - $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); - - $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); - $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); - $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); - $this->db->completeTransaction(); - //Inserting into vtiger_profile vtiger_table - $this->db->startTransaction(); $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); --- 911,944 ---- $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_state','vtiger_users',1,'1','address_state','State',1,0,0,100,5,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_postalcode','vtiger_users',1,'1','address_postalcode','Postal Code',1,0,0,100,4,81,1,'V~O',1,null,'BAS')"); $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'address_country','vtiger_users',1,'1','address_country','Country',1,0,0,100,2,81,1,'V~O',1,null,'BAS')"); + //User Image Information $this->db->query("insert into vtiger_field values (29,".$this->db->getUniqueID("vtiger_field").",'imagename','vtiger_users',1,'105','imagename','User Image',1,0,0,250,10,83,1,'V~O',1,null,'BAS')"); //user Details End // Insert End ! ! //Inserting into vtiger_groups table ! $this->db->query("insert into vtiger_groups values ('".$group1_id."','Team Selling','Group Related to Sales')"); ! $this->db->query("insert into vtiger_group2role values ('".$group1_id."','H".$role4_id."')"); ! $this->db->query("insert into vtiger_group2rs values ('".$group1_id."','H".$role5_id."')"); ! $this->db->query("insert into vtiger_users2group values ('".$group1_id."',2)"); + $this->db->query("insert into vtiger_groups values ('".$group2_id."','Marketing Group','Group Related to Marketing Activities')"); + $this->db->query("insert into vtiger_group2role values ('".$group2_id."','H".$role2_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group2_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',1)"); + $this->db->query("insert into vtiger_users2group values ('".$group2_id."',2)"); + + $this->db->query("insert into vtiger_groups values ('".$group3_id."','Support Group','Group Related to providing Support to Customers')"); + $this->db->query("insert into vtiger_group2role values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_group2rs values ('".$group3_id."','H".$role3_id."')"); + $this->db->query("insert into vtiger_users2group values ('".$group3_id."',2)"); + //New Security Start //Inserting into vtiger_profile vtiger_table $this->db->query("insert into vtiger_profile values ('".$profile1_id."','Administrator','Admin Profile')"); $this->db->query("insert into vtiger_profile values ('".$profile2_id."','Sales Profile','Profile Related to Sales')"); $this->db->query("insert into vtiger_profile values ('".$profile3_id."','Support Profile','Profile Related to Support')"); *************** *** 1608,1617 **** $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,5,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",14,6,1)"); $this->db->query("insert into vtiger_profile2utility values (".$profile4_id.",7,9,0)"); - $this->db->completeTransaction(); //Inserting values into org share action mapping - $this->db->startTransaction(); $this->db->query("insert into vtiger_org_share_action_mapping values(0,'Public: Read Only')"); $this->db->query("insert into vtiger_org_share_action_mapping values(1,'Public: Read, Create/Edit')"); $this->db->query("insert into vtiger_org_share_action_mapping values(2,'Public: Read, Create/Edit, Delete')"); --- 1600,1607 ---- *************** *** 1651,1657 **** $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",22,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",23,2,0)"); $this->db->query("insert into vtiger_def_org_share values (".$this->db->getUniqueID('vtiger_def_org_share').",26,2,0)"); - $this->db->completeTransaction(); //Populating the DataShare Related Modules --- 1641,1646 ---- *************** *** 1658,1664 **** //Lead Related Module //Account Related Module - $this->db->startTransaction(); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,2)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,13)"); $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",6,20)"); --- 1647,1652 ---- *************** *** 1674,1680 **** //SO Related Module $this->db->query("insert into vtiger_datashare_relatedmodules values (".$this->db->getUniqueID('vtiger_datashare_relatedmodules').",22,23)"); - $this->db->completeTransaction(); --- 1662,1667 ---- *************** *** 1686,1692 **** //insert into related list vtiger_table //Inserting for vtiger_account related lists - $this->db->startTransaction(); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Potentials").",'get_opportunities',1,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Accounts").",".getTabid("Contacts").",'get_contacts',2,'Contacts',0)"); --- 1673,1678 ---- *************** *** 1867,1875 **** $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Leads").",'get_leads',2,'Leads',0)"); $this->db->query("insert into vtiger_relatedlists values (".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",".getTabid("Potentials").",'get_opportunities',3,'Potentials',0)"); $this->db->query("insert into vtiger_relatedlists values(".$this->db->getUniqueID('vtiger_relatedlists').",".getTabid("Campaigns").",9,'get_activities',4,'Activities',0)"); - $this->db->completeTransaction(); - $this->db->startTransaction(); $this->db->query("insert into vtiger_notificationscheduler(schedulednotificationid,schedulednotificationname,active,notificationsubject,notificationbody,label) values (".$this->db->getUniqueID("vtiger_notificationscheduler").",'LBL_TASK_NOTIFICATION_DESCRITPION',1,'Task Delay Notification','Tasks delayed beyond 24 hrs ','LBL_TASK_NOTIFICATION')"); --- 1853,1859 ---- *************** *** 2100,2109 **** $this->db->query("insert into vtiger_emailtemplates(foldername,templatename,subject,description,body,deleted,templateid) values ('Public','Thanks Note','Thanks Note','Note of thanks','".$body."',0,".$this->db->getUniqueID('vtiger_emailtemplates').")"); - $this->db->completeTransaction(); - $this->db->startTransaction(); //Insert into vtiger_organizationdetails vtiger_table $this->db->query("insert into vtiger_organizationdetails(organizationname,address,city,state,country,code,phone,fax,website,logoname) values ('vtiger',' 40-41-42, Sivasundar Apartments, Flat D-II, Shastri Street, Velachery','Chennai','Tamil Nadu','India','600 042','+91-44-5202-1990','+91-44-5202-1990','www.vtiger.com','vtiger-crm-logo.jpg')"); --- 2084,2091 ---- *************** *** 2190,2199 **** $this->db->query("insert into vtiger_parenttabrel values (4,9,8)"); $this->db->query("insert into vtiger_parenttabrel values (2,8,8)"); $this->db->query("insert into vtiger_parenttabrel values (3,9,11)"); - $this->db->completeTransaction(); //Added to populate the default inventory tax informations - $this->db->startTransaction(); $vatid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $salesid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); $serviceid = $this->db->getUniqueID("vtiger_inventorytaxinfo"); --- 2172,2179 ---- *************** *** 2218,2224 **** $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! $this->db->completeTransaction(); } } ?> --- 2198,2204 ---- $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shsalesid decimal(7,3) default NULL"); $this->db->query("alter table vtiger_inventoryshippingrel add column shtax$shserviceid decimal(7,3) default NULL"); ! } } ?> *** /home/vtigsvn/tmp/vtiger_crm/modules/Faq/ListView.php Mon Sep 11 21:20:24 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/modules/Faq/ListView.php Tue Aug 29 06:50:44 2006 *************** *** 151,158 **** $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); - //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); --- 151,158 ---- $smarty->assign("BUTTONS",$other_text); $smarty->assign("CATEGORY",$category); $smarty->assign("SINGLE_MOD",'Note'); //Retreiving the no of rows + //Retreiving the no of rows $count_result = $adb->query( mkCountQuery( $list_query)); $noofrows = $adb->query_result($count_result,0,"count"); *** /home/vtigsvn/tmp/vtiger_crm/themes/blue/style.css Sat Aug 12 18:15:06 2006 --- /home/vtigsvn/tmp/vtiger_crm_dist/themes/blue/style.css Sat Aug 12 06:50:57 2006 *************** *** 165,188 **** font-size: 11px; } - .level2SelTab{ - font-weight:bold; - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - - } - - .level2UnSelTab{ - color:#000000; - padding-left:20px; - padding-right:20px; - padding-top:5px; - padding-bottom:5px; - } - .level2textSel{ font-weight:bold; color:#000000; --- 165,170 ---- From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 00:18:10 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:18:10 +0100 Subject: [Vtigercrm-developers] activity reports Message-ID: Is it possible to have an activity report that groups the activities by Account Name or related to, and with subtotal for each. The same for tickets... Would be useful for monthly reports, billing. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/9a5e34ba/attachment-0004.html From Joseph.LeBrech at yearsley.co.uk Wed Sep 13 00:35:47 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Wed, 13 Sep 2006 08:35:47 +0100 Subject: [Vtigercrm-developers] Exporting Invoices to pdf Message-ID: Somehow I get a corrupt pdf file when exporting a demo invoice to pdf. this is the error i get It exports perfectly on the demo site, but on my local pc it gives me a corrupt pdf file error. CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0004.html -------------- next part -------------- A non-text attachment was scrubbed... Name: vtigerpdf.jpg Type: image/jpeg Size: 9571 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/2126b290/attachment-0003.jpg From jens at Strawberry.COM Wed Sep 13 04:24:11 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Wed, 13 Sep 2006 13:24:11 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com>; from don on Wed, Sep 13, 2006 at 03:45:10AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> Message-ID: <20060913132411.D8836@Strawberry.COM> Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From fboudra at gmail.com Wed Sep 13 07:55:03 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 13 Sep 2006 16:55:03 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <20060913084150.F7979@Strawberry.COM> References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> Message-ID: <200609131655.04334.fboudra@gmail.com> Le mercredi 13 septembre 2006 08:41, Jens Hamisch a ?crit : > I do not populate demo data ... maybe that's the reason? Same result without populating demo data. > Did you try to change the rootlogger level from FATAL to INFO in > log4php.properties and watch the log file vtigercrm.log during > installation? Yes, unfortunately, logging start at step 5 and i fail step 3/4. i tested with svn r9508. i'll try to do the installation with other Apache/Mysql/PHP. cheers, Fathi From don at vtiger.com Wed Sep 13 11:42:23 2006 From: don at vtiger.com (don) Date: Wed, 13 Sep 2006 11:42:23 -0700 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <20060913132411.D8836@Strawberry.COM> References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> Message-ID: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Hi Jens, This issue is fixed as in your patch and the files are checked into the SVN. Thanks, Don ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- Don, however please have a look at my fixes to DefaultDataPopulator.php and 5createTables.inc.php. The current implementation violates the database layout constraints. The installation of vtiger will definitely fail unless the database engine ignores those violations (it should not, otherwise the constraint does not make any sense). Also there's a typo in one of the source files (User.php: '-' at the beginning of the line). At least one community member already is facing installation probles with one of the latest SVN revisions ... Regardless the remaining postgres fixes I'd tag those 'critical' with the potential of blocking GA. Jens On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > Hi Jens, > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > We are expecting the v5 release to be happening in another 24 hours. > > > We will definitely integrate these patches post 5.0 GA > > Thanks for your understanding, > Don > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > Sorry, typo! > > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > > > ========================= Forwarded Mail ========================= > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > PostgreSQL DB > From: Jens Hamisch > Date: Mon, 11 Sep 2006 22:55:25 +0200 > To: gopals at vtiger.com, don at vctiger.com > CC: vtigercrm-developers at lists.vtigercrm.com > > ------------------------- Contents ------------------------- > > Hi Gopal, > hi Don, > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > I hadn't had the time to look at this. I'll come back to you. > > Regarding the current integration of the postgres fixes into the SVN > I had a closer look at SVN revision 9402. My fixes were almost present, > however I figured out the following: > > > > include/database/PearDatabase.php > install/5createTables.inc.php > - The fix regarding the SEQUENCE mapping is missing > > include/database/Postgres8.php > - I've reworked my fix in a way that removes the column names > from this source file. The rework has not been implemented. > > install/4createConfigFile.php > - The check against $_REQUEST['db_type'] must be done before > handling the database type. Otherwise $dbType will be undefined. > > modules/Potentials/Opportunity.php > modules/SalesOrder/SalesOrder.php > modules/Leads/Lead.php > modules/Invoice/Invoice.php > modules/PurchaseOrder/PurchaseOrder.php > modules/Quotes/Quote.php > - PostgreSQL does not support the && operator. AND must be used > instead. > > modules/Campaigns/ListView.php > - The OFFSET/LIMIT fix was applied. However the old code was not > deleted. > > modules/Products/ListView.php > modules/Activities/ListView.php > modules/Quotes/ListView.php > modules/HelpDesk/Save.php > - You forgot these files entirely > > modules/Calendar/Appointment.php > - New problem figured out today. The fixPostgresQuery function > needs to be added. > > modules/Calendar/calendarLayout.php > - One fixPostgresQuery was missing > > modules/Home/index.php > - New problem figured out today. Another 'AS' was missing. > > modules/Users/User.php > - A misleading comment was removed > > install/5createTables.inc.php > modules/Users/DefaultDataPopulator.php > - New problem figured out today. The user2group entries introduced > in DefaultDataPopulator.php were tried to be inserted into the > database before the user records were created. This violates > the layout constraint: > Key (userid)=(2) is not present in table "vtiger_users" > > I've split off this code into two parts, one in 5createTables.inc.php > and the other one in DefaultDataPopulator.php. > > modules/Faq/ListView.php > - Duplicate comment > > themes/blue/style.css > > > > There's a patch containing all changes mentioned above attached to this mail. > I'll also document this in TRAC#2033. > > > Kind regards > -- Jens > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > > ====================== End of Forwarded Mail ====================== > -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060913/1853df13/attachment-0004.html From jens at Strawberry.COM Thu Sep 14 00:25:30 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:25:30 +0200 Subject: [Vtigercrm-developers] r9397 svn version not installable In-Reply-To: <200609131655.04334.fboudra@gmail.com>; from Fathi Boudra on Wed, Sep 13, 2006 at 04:55:03PM +0200 References: <200609101943.59164.fboudra@free.fr> <200609121814.27941.fboudra@gmail.com> <20060913084150.F7979@Strawberry.COM> <200609131655.04334.fboudra@gmail.com> Message-ID: <20060914092530.P7979@Strawberry.COM> Hi Fathi, > Yes, unfortunately, logging start at step 5 and i fail step 3/4. ooups! Means that you have either probs with your database or your global mysql/php/apache settings. I'll forward a beta versin of the current installation guide to you in a seperate mail. Please check the settings shown in there. You may also watch your mySQL log if there''s any connection recorded and if it runs into errors. > i tested with svn r9508. i'll try to do the installation with other The fixes are at least in r9512. However they address problems encountered in step 5 ... cu -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jens at Strawberry.COM Thu Sep 14 00:26:10 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 14 Sep 2006 09:26:10 +0200 Subject: [Vtigercrm-developers] [jens@Strawberry.COM: Re: vtiger 5: Installation Manual for PostgreSQL DB] In-Reply-To: <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com>; from don on Wed, Sep 13, 2006 at 11:42:23AM -0700 References: <20060911232125.D3768@Strawberry.COM> <10da6c7bece.-8473537032685398407.5909129506309582462@@vtiger.com> <20060913132411.D8836@Strawberry.COM> <10da87ca3bf.3252035684399034162.-7038424995675028044@@vtiger.com> Message-ID: <20060914092610.Q7979@Strawberry.COM> Hi, have seen them. Thx, Jens On Wed, Sep 13, 2006 at 11:42:23AM -0700, don wrote: > Hi Jens, > > This issue is fixed as in your patch and the files are checked into the SVN. > > Thanks, > Don > > > > > ---- On Wed, 13 Sep 2006 Jens Hamisch wrote ---- > > > Don, > > > however please have a look at my fixes to > DefaultDataPopulator.php and 5createTables.inc.php. > > The current implementation violates the database > layout constraints. The installation of vtiger will > definitely fail unless the database engine ignores > those violations (it should not, otherwise the > constraint does not make any sense). > > Also there's a typo in one of the source files > (User.php: '-' at the beginning of the line). > > At least one community member already is facing > installation probles with one of the latest SVN > revisions ... > > Regardless the remaining postgres fixes I'd tag > those 'critical' with the potential of blocking > GA. > > > > Jens > > > > On Wed, Sep 13, 2006 at 03:45:10AM -0700, don wrote: > > Hi Jens, > > > > Thanks for your patches. However we have freezed the development activities for the vtigerCRM 5 release. > > We are expecting the v5 release to be happening in another 24 hours. > > > > > > We will definitely integrate these patches post 5.0 GA > > > > Thanks for your understanding, > > Don > > > > > > > > > > > > ---- On Mon, 11 Sep 2006 Jens Hamisch wrote ---- > > > > Sorry, typo! > > > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > > > > > ========================= Forwarded Mail ========================= > > > > Subject: Re: [Vtigercrm-developers] vtiger 5: Installation Manual for > > PostgreSQL DB > > From: Jens Hamisch > > Date: Mon, 11 Sep 2006 22:55:25 +0200 > > To: gopals at vtiger.com, don at vctiger.com > > CC: vtigercrm-developers at lists.vtigercrm.com > > > > ------------------------- Contents ------------------------- > > > > Hi Gopal, > > hi Don, > > > > > > > It will be of more helpful if you could point the exact postgreSQL URL and php.ini settings as well in the installation document. Please let me know if you need any assistance. > > > > > > I hadn't had the time to look at this. I'll come back to you. > > > > Regarding the current integration of the postgres fixes into the SVN > > I had a closer look at SVN revision 9402. My fixes were almost present, > > however I figured out the following: > > > > > > > > include/database/PearDatabase.php > > install/5createTables.inc.php > > - The fix regarding the SEQUENCE mapping is missing > > > > include/database/Postgres8.php > > - I've reworked my fix in a way that removes the column names > > from this source file. The rework has not been implemented. > > > > install/4createConfigFile.php > > - The check against $_REQUEST['db_type'] must be done before > > handling the database type. Otherwise $dbType will be undefined. > > > > modules/Potentials/Opportunity.php > > modules/SalesOrder/SalesOrder.php > > modules/Leads/Lead.php > > modules/Invoice/Invoice.php > > modules/PurchaseOrder/PurchaseOrder.php > > modules/Quotes/Quote.php > > - PostgreSQL does not support the && operator. AND must be used > > instead. > > > > modules/Campaigns/ListView.php > > - The OFFSET/LIMIT fix was applied. However the old code was not > > deleted. > > > > modules/Products/ListView.php > > modules/Activities/ListView.php > > modules/Quotes/ListView.php > > modules/HelpDesk/Save.php > > - You forgot these files entirely > > > > modules/Calendar/Appointment.php > > - New problem figured out today. The fixPostgresQuery function > > needs to be added. > > > > modules/Calendar/calendarLayout.php > > - One fixPostgresQuery was missing > > > > modules/Home/index.php > > - New problem figured out today. Another 'AS' was missing. > > > > modules/Users/User.php > > - A misleading comment was removed > > > > install/5createTables.inc.php > > modules/Users/DefaultDataPopulator.php > > - New problem figured out today. The user2group entries introduced > > in DefaultDataPopulator.php were tried to be inserted into the > > database before the user records were created. This violates > > the layout constraint: > > Key (userid)=(2) is not present in table "vtiger_users" > > > > I've split off this code into two parts, one in 5createTables.inc.php > > and the other one in DefaultDataPopulator.php. > > > > modules/Faq/ListView.php > > - Duplicate comment > > > > themes/blue/style.css > > > > > > > > There's a patch containing all changes mentioned above attached to this mail. > > I'll also document this in TRAC#2033. > > > > > > Kind regards > > -- Jens > > > > -------------------------------------------------------------------------------- > > / > > +##+|##+ STRAWBERRY Jens Hamisch > > +v#+v v##+ EDV-Systeme GmbH Managing director > > / v v\v > > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > > | . | Fax: (+49 8171) 41805-59 > > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > > \____/ Strawberry at Strawberry.COM > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > ====================== End of Forwarded Mail ====================== > > > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 > | . | Fax: (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From jlee at zertis.net Thu Sep 14 01:27:17 2006 From: jlee at zertis.net (Josh Lee) Date: Thu, 14 Sep 2006 03:27:17 -0500 Subject: [Vtigercrm-developers] Online Petition Message-ID: <45091265.9020503@zertis.net> I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: text/x-vcard Size: 219 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/bc022d49/attachment-0003.vcf From joe at tsolucio.com Thu Sep 14 02:00:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 11:00:13 +0200 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <1158224413.586.2.camel@joesunix.int> If you have never sent spam before, don't start now :-) Let's please keep this list clean and talk about our personal convictions elsewhere. Joe. El jue, 14-09-2006 a las 03:27 -0500, Josh Lee escribi?: > I've never sent spam before. After reading this, I don't think it is > spam and being that I served in Iraq myself, I am forwarding it to > everyone in my address book. I've seen a Gunnery Sergent, who saved my > life, go to the brig for shit like this. So I feel strongly about it. > > **The U.S. Marine in Iraq who shot and killed an enemy combatant who was > pretending to be dead but in reality was alive. If you have any feelings > for this Marine who was doing his job then please read and help take > action for this American Hero. I am asking all who receive this message > to add your name in support of the young Marine accused of murdering a > combatant in Iraq . ** > > **He called out to his buddies that the person was faking, the person > apparently made a suspect move and the Marine shot him dead. There was > another combatant in the room who identified himself as being > wounded...The Marines did not shoot him. The ACLU are claiming the > Marine is guilty of a war crime. This is ridiculous! ** > > **Bill O'Reilly of the Fox News Channel feels there is overwhelming > support for this young Marine - ** > > **Let's prove him right- we can make a difference! ** > > **The servicemen fighting for our freedom and safety deserve our > support. Support is indicated by adding your name to the list that > follows. Best to copy and paste, then add your name to the list or, > press "forward" and send to everyone in your address book you think > should read this. You can only add your name after you have pressed > "forward" or "copy and paste" don't delete any names - just go to the > next number and type your name. ** > > **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** > > **1. Joe Mallison , Michigan *** > **2. William Ast, Florida ** > **3. John Stockberger, Tennessee ** > **4. Charles Horst, Tennessee ** > **5. Clarence Elmore, Tennessee ** > **6. Arthur Claessens, California ** > **7. Guy Veasey , California ** > **8. John Granville, Texas ** > **9. Laura Granville, Texas ** > **10. Ernie Granville, California ** > **11. Chris Carnohan, Texas ** > **12. Pat Carnohan , Texas ** > **13. Myron Rodee, Iowa ** > **14. Art Bloomer, Kansas ** > **15. Jack Turner, Virgi! nia ** > **16. Victor DuBois ** > **17. Marguerite DuBois ** > **18. Theresa Champagne ** > **19. Robert Champagne ** > **20. Carol Worthley ** > **21. R. Randy Worthley ** > **22. Arthur J. Roy, Lewiston , Me. ** > **23. Paul J. Chevalier, New Hampshire ** > **24. Cathie Chevalier , New Hampshire ** > **25. Joe Petrone, New Hampshire ** > **26. Augusta Petrone, New Hampshire ** > **27. Sam Thiessen, Colorado ** > **28. Ken Melcher , Colorado ** > **29. Louise Walko, Colorado ** > **30. Walter A. Walko, Colorado ** > **31. Billy J. Barr,llinois ** > **32. Marilyn S. Barr, Illinois ** > **33. Cliff Sonberg, Colorado ** > **34. Eileen Sonberg, Colorado ** > **35. Dale J. Kreller, La ** > **36. Stan Zaborowski, Washington ** > **37. Fain Pool, WA ** > **38. Wm. Harris , TX ** > **39. Sally Harri s, TX ** > **40. Tim Ireland, SC ** > **41. Fran Ireland , SC ** > **42. Tommy Thorne, SC ** > **43 . June Thorne, SC ** > **44. Kitty Jackson , SC ** > **45. Blanche Bell, SC ** > **46. George Warchol ** > **47. Mary Warchol ** > **48. Megan Warchol ** > **49. Ray Croft, Washington ** > **50. Rosan! ne Croft, Washington ** > **51. Doug Talley, Washington ** > **52. Pat Talley , Washington ** > **53. Roland Chastain, Indianapolis , IN ** > **54. Pat Chastain, Indianapolis , IN ** > **55. Harry Sanders, Columbus, In ** > **56. Sue Sanders, Columbus , IN ** > **57. Christy Sanders, Columbus , IN ** > **58. Will Pumphrey, Greensburg , IN ** > **59. Joe Prosser, Cape Coral , FL ** > **60. Rodney Post, Westminster , CA ** > **61. Gerda Post, Westminster , CA ** > **62. Roberta Anderson ** > **63. Donald Anderson ** > **64. Bonnie J.Mauch ** > **65. Brad Vaughn ** > **66. Shelly Vaughn ** > **67. Savannah Vaughn ** > **68. Scarlett Vaughn ** > **69. James Ayers ** > **70. Dawn Ayers ** > **71. Elizabeth Meyer ** > **72. Rick Gallier ** > **73. Charlie Johnson, Houston , TX ** > **74. SSgt. Johnson, USMC ** > **75. Mike Dabbs ** > **76. Sharon Dabbs ** > **77. Carl Weaver ** > **78. Lois Weaver ** > **79. Kevin MacLaren ** > **80. John Wolfe ** > **81. Michelle Wolfe ** > **82. ROBERT PETERS ** > **83. Syvian Gieiring , PA ** > **84. Joel Reed, PA ** > **85. Richard Emlin Reed , FL ** > **86. Betty C. Reed, FL ** > **87. Connie Williams, PA ** > **89. Steve Phillips, Birmingham AL . ** > **90. Michele McDowall ** > **100. John McDowall101. ** > **101. James Selkirk Jr. TN ** > **102. David Selkirk, NC ** > **103. Jack Mansfield , TN ** > **104. Robert Romines, TN ** > **105. Bonnie Romines, TN ** > **107. Gary W. Osborne ** > **108. Ken Burns, FL ** > **109. Brian E. Langford, FL ** > **110. Kevin B. Krueger, FL ** > **111. Tad J. Humphreys, Tampa FL ** > **112. Ted Van Duin, Seattle , WA ** > **113. David DelValle, Fl. ** > **114. Paul Deterding, Fl. ** > **115. Tony Austin, Tampa . ** > **116. Joel Herrington , TX ** > **117. Curtis Smith, Tx ** > **118. Mary Longnecker, Texas ** > **119. Paula Stoerner, Texas ** > **12 0. Ernie Stoerner, Texas ** > **121. jessica sjolander, Tx ** > **122. M.D. Weatherford , TX ** > **123. B.J. Weatherfo rd, TX ** > **124. Dixie Roffe , Texas ** > **125. Denny DeSautell , Oklahoma ** > **126. Paul DeBow, Minnesota ** > **127 Nina Darrington, South Dakota ** > **128. Chuck Darrington , South Dakota ** > **129. Trudy DeBow ** > **130. David DeBow ** > **1! 31. Fay Mott ** > **132. Russ Sanders, Ariz. ** > **133. Ann sanders, Ariz ** > **134. Lew Sanders, Phoenix Az. ** > **135. J. L. (Jim) Tenney ** > **136. Marion Tenney ** > **137. Elizabeth Arnold, Alaska ** > **138. John O. Landreth, Las Vegas , NV ** > **139. Earl Evenson, Las Vegas , NV ** > **140. Betty Evenson, Las Vegas , NV ** > **141. Kristine Schuster, San Clemente , CA . ** > **142. Deb O'Connell, San Juan Capistrano , CA ** > **143. Darrell Joseph, San Juan Capistrano , Ca ** > **144. Robert Voorhies, Twentynine Palms, CA ** > **145. Tony McDowell, 29 Palms Ca. ** > **146. Tricia McDowell, 29 Palms Ca. ** > **147. Shea McDowell, Chico Ca. ** > **148 Diana McDowell, Chico Ca. ** > **149. Morgan McDowell, Chico Ca. ** > **150. Art Belenzo, Chula Vista , CA ** > **151. Lydia Belenzo, Chula Vista , CA ** > **152. Arlene Belenzo, Chula Vista , CA ** > **153. Arthur Belenzo, Chula Vista , CA ** > **154. Leslie Belenzo, Chula Vista , CA ** > **155. Cris Belenzo, San Diego , CA ** > **157. Dennis Schrock, Atoka , OK ** > **158.William E Smith, Atoka , OK ** > **159. Penalt! on N . Lloyd, Montgomery , AL ** > **160. Benjamin Perez, Apple Valley, CA - He should have shot the > reporter first. ** > **161. Bill Yackle , SC ** > **162. Chris Huddleston, Orange , CA ** > **163. Don Huddleston, Orange , CA ** > **164. David Allin, Spring Valley , CA . ** > **165. Jan Allin, Spring Valley , CA . ** > **166. Lola Melton, San Marcos , CA ** > **167. Ed Melton San Marcos , CA ** > **168. Rhonda Brant, Murrieta , CA ** > **169. Rick Brant, Murrieta , CA ** > **170. Andrew Bulfer, San Diego , CA ** > **171. Dan Bulfer, Ramona , CA ** > **172. Tonia Ovalle, Chula Vista CA ** > **173. Albert Ovalle, Chula Vista , CA ** > **174. Ciarra Ovalle, Chula Vista , CA ** > **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** > **176. Gonzalo Martinez, San Diego , CA ** > **177. Terri Hernandez, Chula Vista CA ** > **178. Diane Nye, Stayton , OR ** > **179. Michael Woodward, Salem , OR ** > **180. Sandy Woodward, Salem , OR ** > **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin > Perez (whom I've never met). ** > **182. Frank J. Maxon ** > **183. Chuck Dye (Don't always agree with Bill O, but if they don't > fight fair, what should they expect? How about imbedding some ACLU > members with the Marines to check over the supposed dead bodies first.) ** > **184. Kristal Dye ** > **185. Samantha Dye ** > **186. Reece Dye ** > **187. Jason Nieman ** > **188. Stacy Nieman ** > **189. Emily Nieman ** > **190. GERRY RUSSEL ** > **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** > **192. Linda Morley, Yuba City , California ** > **193. Jim Chatell, Colusa , California ** > **194. Joanne Abbaticchio, Polk City , FL ** > **195. Isadora Ciagala,USMC-1962-1966 ** > **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** > **197. Pat Buote, Holiday , Fl ** > **198. Linda Ford V! FWA PDP AR ** > **199. James Ford VFW P.Dist. Commander AR ** > **200. Donna Walker, VFW Auxiliary , Springdale , AR ** > **201. Vic Walker, VFW, Springdale , AR. ** > **202. Bennie Parks , DAV, Fayetteville , AR. ** > **203. Jane Parks, Fayetteville , AR ** > **204. Bob Loyd, Siloam Springs , AR ** > **205. Ellen Gibbs, Gentry, AR ** > **206. Sharron Hay, AR ** > **207. Joy Moore , AR ** > **208. Debby Reed Torreon Mexico ** > **209. Garry Reed Torreon Mexico ** > **210. Bill Tompkins El Cajon California ** > **211. Craig Wheeler El Cajon CA ** > **212. Katrina Wheeler El Cajon CA ** > **213. Logan Wheeler El Cajon CA ** > **214. ;Lukasz Mikula Boston MA ** > **215. Melissa McKenna, Gunnison, CO Sgt USMC ** > **216. Pablo Briones Donna , TX Cpl USMC ** > **217. Sgt. James Leedale, CA USMC ** > **218. Mayra Leedale ** > **219. Sgt Brian Clarke, MO USMC ** > **220. Mason D. Kelley TX ** > **221. Michael Kiley NJ USMC ** > **222. Michael F. Gross CA LCpl USMC ** > **223. Lyndon C. Lyon ** > **224. Marlene Y. Lyon ** > **225. James M. Cole ** > **226. James W McMaster ** > **22! 7. Corry Steiner, Brookings , OR ** > **228. Jack Steiner, Brookings , OR ** > **229. Gladys Harper, San Diego , CA ** > **230. Kent Harper, San Diego , CA ** > **231. Pat R. Dobbs, San Marcos , CA ** > **232. Char Empet, Plano , Texas ** > **233. Ken Empet, Plano , Texas ** > **234. Mary Ann Aceves (I agree with Chuck, 183) ** > **235. Robert Aceves ** > **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. > Play by the ACLU's rules? I don't think so!) ** > **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR > " What if the Marine had been killed by this enemy combatant? Then they > would be saying things like..."the troops are under prepared, untrtained > and... " wait, they already have been saying that. This guy is a hero > and there should be no mistaking it! ** > **(Accusing him otherwise should be considered an act of treason!) ** > **238. Bill Weaver, USMC Retired, Richland , WA ** > **239. Nora Weaver, Richland , WA ** > **240! . BILL POWELL USMC RET CABOT , AR ** > **241. VIRGINIA A POWELL, CABOT , AR ** > **242. Dick Upshaw, Captain, USMC (inactive) ** > **243. Ed DeSaussure, Captain, USMC (inactive) ** > **244. Paul Underwood, Captain, USMC (Ret.) ** > **245 John Scott, Captain, USAF (Ret.) ** > **246. Ray Wright, Tsgt, USAF (Ret) ** > **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** > **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., > WWII ** > **249. Judy Kalebjian, Lockeford , CA ** > **250. Myrna Pitchford, Lodi , CA ** > **251. G. D. Pitchford, Lodi , CA ** > **252. E.R. Alexander, Galva, Ks. ** > **253. A.J. Alexander, Galva, Ks. ** > **254. M.L. Brown, Wichita, KS - Many of the comments made by people on > this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support > his every move... ** > **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it > should be the ACLU (lawyers for communism, inc.)Let's hustle and get > this list to ** > **1000 and forward to O'Reilly. We need to stop this travesty and > protect out troops!!! ** > **256. Shirley Harding, Winfield, Ks. ** > **257. Marion C Kelly ** > **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** > **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** > **260. R. B. Mellen Sr, Lowell MA ** > **261. Lindy Merolle, Lowell MA ** > **262. Patricia Centola, Lynn , MA ** > **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to > 1000 or more!! Combat is dangerous enough without having to what if the > lawyers and the media to back you up when confronted with the enemy. Mr. > Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF > (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** > **(978) 857-5263 ** > **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** > **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** > **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** > **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** > **268. Andrea Reppond ** > **269. Wayne Scott, MS ** > **270. Gina Teel, MS ** > **271. Genelle Teel , MS ** > **272. Warren Teel, MS ** > **273. Wayne Teel, MS ** > **274. Dianna Teel, MS ** > **275. Paula Poff, MS Army National Guard Wife ** > **276. Scott Poff, MS SSG Army National Guard ** > **277. Candy Taylor, Ms ** > **278. Gloria Fortner, MS ** > **279. Cathy Moffitt, MS ** > **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** > **281. LESLIE JORDAN, MS ** > **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** > > **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** > **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** > **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in > Iraq ** > **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in > Iraq ** > **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in > Iraq ** > **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard > -Serving in Iraq ** > **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in > Iraq ** > **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING > IN IRAQ ** > **292. Mik e Stacey, Al ** > **293. Danny Jaye father to a US Marine ** > **294. A.J.Cleland, Florida ** > **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** > **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** > **297. S. F. "Smokey" Stover, USMC(Ret.) ** > **298. Chuck Yates , COL USMC RET ** > **299. Becky Yates, Retired Marine Wife of 50 Years ** > **300. Marv Mann , COL USMC (Ret) ** > **301. Arleta Mann ** > **302. Ned L. Cagle, Col. USAF (Ret) ** > **303. Dorothy A. Cagle ** > **304. Karen Cagle ** > **305. Si Rees ** > **306. Faith Rees ** > **307. Jack Bishop ** > **308. Terry Huggins, Paradise , CA ** > **309. Bill Light, Northern California ** > **310. Patti DeRitis, Sunnyvale , Ca ** > **311. Jeffrey (Tom) Black, Fremont , CA ** > **312. Donna Black, Fremont , CA ** > **313. John R. Black, Fremont , CA ** > **314. Jeremiah Black, Fremont , CA ** > **315. James Black, Fremont , CA ** > **316. Terry Weddle, Fremont CA ** > **317. Tim Mellor, Wallace , ID ** > **318. Leona DiVecchia, Walla ce, ID ** > **319. Donna Niles, Wallace,! ID ** > **320. Bob Niles, Wallace< ID ** > **321. Vikki Patton , WA ** > **322. Bill Patton , WA ** > **323. Jwerrilyn Stinsom ** > **324. Kathryn Eaton ** > **325. Tom Eaton, Woodland , CA ** > **326. Gary Anderson, CA ** > **327. Scott German, CPA Antelope, CA ** > **328. Sonne Fleming, Roseville , CA ** > **329. Trillis Fleming , UT ** > **330. Larry Fleming, Morgan , UT ** > **331. Alta Julene Dixon Arizona City , Arizona ** > **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** > **333. Georgena Whiting Salome , Arizona ** > **334. Marvin Whiting Salome , Arizona ** > **335. Jack D, Grover ** > **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** > **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** > **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** > **339. PATRICK GOLDSMITH ROCKVALE, TN ** > **340. George H Moore Pleasant Hill , TN ** > **341. TALMADGE C. LEWIS ** > **342. PATRICIA A. LEWIS ** > **343. Marcia Nelson, Minnesota ** > **344 . Lavern Soukup&nbs! p; Minnesota ** > **345. Janet Miller Minnesota ** > **346. Gary Starman Minnesota ** > **347. J! oan Pfeifer , Minnesota ** > **348. Tin Hansen, 52 Waseca, Minnesota ** > **349. Dennis Halverson, Lino Lakes , Mn. ** > **350. Jim Wigley, USAR, Ret., Minnesota ** > **351. Clark P. Wigley, Colonel, USAF (Ret) ** > **352. Carl G. Jensen, LtCol (USAF (Ret) ** > **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with > my Marine! through thick and thin... because I am there, and will > continue my duty! just as he did his.... ** > **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** > **355. Greg Flinders, Alabama ** > **356. Susan ! E. Flinders , Alabama ** > **357. Michelle L. Patterson, Texas ** > **356. Isabella M. Milks, Germany , SrA, USAF I ** > **357. Glendora Jaco, California happen to agree with all of the > comments that everyone else has made, as far as I'm concerned all of > these people that think killing combatant that is playing dead need to > go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** > **358. Ralph C Spaight, California, TSgt, USAF Since this started there > have been people crying about this and that, and how could you kill > them! Well if there are shooting at me, then you better believe that I > am going to shoot back. Maybe if these bleeding heart people stopped > talking long enough to really see what's going on or better yet send > them over to defend this country they would get it, but then again > seeing how they work they would just get someone else to do it for them > and complain that the work is too hard, in the words of my father who > was a U.S. Marine for 23 years, "If you don't do the job others are > willing to do for this country, then SHUT THE HELL UP AND MOVE TO A > DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** > **3 59. Deneane Bell, Tampa Fl ** > **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very > easy to comment from the corner of " Bleeding Heart Street ". Come on > over to Iraq and take a ride off the FOB and let's see if they change > tunes once the vehicle begins receiving small arms fire from a local > neighborhood not to mention the man made bombs buried on the side of the > roads designed to take out military vehicles and personnel This is a > combat zone people and these extremists are playing for keeps. why can't > we? Align your front sight in the center of your rear sight. once you > have proper sight alignment squeeze one off! ** > **361. Gregory Cook "DoD Serving in Iraq " ** > **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I > would have taken the gun, turned it sideways and shoved it straight up > that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope > that the troops will leave. And then I'll grab my rocket launcher! He > should have surrendered! Better yet, he should have left the damn city > when they were told to. ** > **363. Carl Finto II, American Contractor in Iraq ** > **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** > **365. Jacob Chytka, American Firefighter Contractor in Iraq ** > **366. Joseph L Brooks U.S Army, Vietnam Vet ** > **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** > **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** > **369. Amy DuPree, Ft. Walton Bch, Florida ** > **370. Mike Chauvin, Ft Walton Beach , FL ** > **371. Shelby Chauvin, Ft Walton Beach , FL ** > **372. Michelle Piaquadio, Ft Walton Beach , FL ** > **373. Christopher Piaquadio, FT Walton Beach , FL ** > **374. Dick Keaton Galeton , Pa. ** > **375. Janice Keaton Galeton , Pa. ** > **376. Scott Keaton Galeton , Pa ** > **377. Dickie Keaton ; Galeton , Pa ** > **378. Chris Rucker, Newport , RI ** > **3! 79. Belinda Cole new mexico ** > **380. Barbara Hensley new mexico ** > **381. Michelle Salas new mexico ** > **382. Jennifer McCutchen, Albuquerque , New Mexico ** > **383. Becky Rodgers Levelland, Texas ** > **384. Mev Upton, Midland , TX ** > **385. Glynece Upton, Midland , TX ** > **395. C.S Ainsworth , NM ** > **396. Margret Schlageter, NM ** > **397. Jacquelyn A. Schlageter NM Former USN ** > **398. George J. Schlageter NM Former USCG ** > **399. Fred J. Schlageter NM ** > **400. Phyllis Hancock IL ** > **401. Darrell E. James - Tamms, Illinois ** > **402. Dariel Emery-IL ** > **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot > of lip...but wouldn't dare to set their feet in real harms way, as > Service Men & Women do everyday!! ** > **404. Jean Whipple - IL ** > **405. Vi Adams - IL ** > **406. John Adams - IL ** > **407. Colleen VanZandt-IL. ** > **408. James Langley ** > **409. Karen Langley ** > **410. Cody Thibodeaux ** > **411. Susanne Kerr, Ohio ** > **412. Delbert Goss ,, Tx , Former USA ** > **413. Sheila miller,, Indiana , USA ** > **414. William Miller, Indiana , USA ** > **415. Georgeann Prestin, South Bend Ind ** > **416. Deb Connett, South Bend Ind ** > **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This > young man will never forget what he has done to another human being, > while defending freedom. ACLU needs to leave this country since they > don't like the way we do things in America ... it's majority rules, not > minority! ** > **418. Vince Rumfelt, Elkhart , IN ** > **419. Max Rink, Florida ** > **420. Nancy Rink, Florida ** > **421. Barbara Materiale, Florida ** > **422. Suzanne Hicks, Kansas City , KS ** > **423. Susan Boyd, Springfield , Missouri ** > **434. Cheryl Crow, Springfield , MO ** > **435. Marge Conyers, Springfield , MO. ** > **436. Becky Woods, Republic, MO ** > **437. Theresa Fly, Clever, MO. ** > **438. Deena Cope, Jay, Ok. ** > **439. Kenneth Cope, Jay, Ok. ** > **440. Mary Hodges Gro! ve, Ok ** > **441. Gearld Hodges Grove, Ok ** > **442. Lela Davis Grove, Ok ** > **443. Nikki Lewis Grove, Ok ** > **444. Karin Redd Springfield , MO. ** > **445. Pam & Scott Keane Springfield MO, daughter currently serving in > Iraq in the Army ** > **446. Carolyn Gourley, St. Louis , MO ** > **447. Cathey Martin - why do we allow a communist organization to take > over our country and our laws? ** > **448. Cathy Champion - Fenton , MO ** > **449. Paul Dunn, Stanton , MO ** > **500. Ruth Dunn, Stanton , MO ** > **501. Carol Cherry, Sullivan , Mo. ** > **502. Richard Cherry, Sullivan , Mo. ** > **503. James M. Scott, Sullivan , Mo. ** > **504. Ruth Scott, Sullivan , Mo. ** > **505. G. Monda, Mo ** > **506. B. Monda , Mo ** > **507. Dannie Adk sion Mo ** > **508. Susie Adkison Mo ** > **509. Velma Martin This Marine probably saved a lot of his buddies by > being very alert! Thank God for this young man! ** > **510. Stanley Martin ** > **511. Phyllis Conaway ** > **512. Carolyn Gargus, Saint James , MO ** > **513. Mary Moran Hyannis , neb. ** > **514. Kim Foreman, Hyannis , NE ** > **515. Glenda Phipps, Whitman , NE ** > **516. Gary Phipps, Whitman , NE ** > **517. Norma Sigler, CA ** > **5! 18. Shirley Moffett , CO ** > **519. Bill Moffett, CO - thank God for our young men, we are at war > folks! ** > **520. Bill Anderson , AR ** > **521. Bette Anderson, AR Pray for this young man and his family. ** > **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you > haven't been there, do not judge the actions of those that are there. I > think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** > **523. John Hale, RMCS, USN, RET. ** > **524. Ray Benacci Claremont Ca. ** > **525. Richard & Loretta Chesnutt, Yerington , NV ** > **526. Jim Witowski, CA ** > **527. Coni Witowski , CA ** > **528. Debbie Rojek, AZ ** > **529. Vernon Rojek, USMC, RET. ** > **530. Pat Imbastaro ** > **531. Joan Mitchell,AZ ** > **532. B Dittenhauser ** > **533. Diane Dittenhauser, Murfreesboro , TN ** > **534. Scott Dittenhauser, Murfreesboro , TN ** > **535. Sue Nesbitt , Ohio ** > **536. Valerie Parker ** > **537. Danny Parker ** > **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a > new job... I think Micky Dee 's was still hiring! ** > **539. Wes Ford, Rochester , MN ** > **540. Cindy Page, WV ** > **541. Ken Page, WV ** > **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** > **543. Mary Harris wife of a deployed US ARMY soldier ** > **544. Rose Breeding (Grandmother of a soldier) 1 year there and now > must return again for another year! ** > **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our > troops. ** > **546. Delores Conklin Ridgefield, Wash. ** > **547. Leonard Conklin Ridgefield, Wash. ** > **548. R. Robert Burns. USMC in the 60's WA ** > **549. Kent Burns ** > **550. Fred Pickering ** > **551. Bob Croskey ww2 and Korea ** > **552. Sally Luse WA ** > **553. Sandi Allen, Lacey, WA ** > **554. Tammy Yeakey, WA ** > **555. Linda Shaw, WA ** > **556. Mary Franks, Washington ** > **557. Paula James , Washington ** > **558 Jennifer Wilston ** > **559. Pam Wilwton, HI ** > **560. Dan Wilston, HI ** > **561. Rhonda Hay, Kihei , HI ** > **562. Morgan Rigel, Kihei HI ** > **563. Helen Jackson Wa ** > **564. Linda Simmons ** > **565. Dave Simmons ** > **566. Evelyn L. Benson, IL ** > **567. O.L. Potts , Illinois ** > **568. Wayne Arnold, Illinois ** > **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** > **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** > **571. Tom McCurley, Middletown , Ohio ** > **572. Scott Weaver , Middletown , Ohio ** > **573. Deborah Mink, Bradenton , Florida ** > **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a > lost second can cost you your life this Marine did his duty. When the > enemy uses those tactics as part of their way of fighting they must then > handle the actions taken to stop it. ** > **575. Cindy Balach - Wife - Ret. USMC ** > **576. Lisa See - Grove City , OH ** > **577. Nancy Clay - Columbus , Ohio ** > **578. Carmen Stemen, Westerville , Ohio ** > **579. Carolyn Hannick, Westerville , Ohio ** > **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** > **581. Susan O'Cull Goshen, Ohio (USAR wife) ** > **582. Phill O'Cull Goshen , Ohio (USAR) ** > **583. Stacie Humpert Goshen , Ohio ** > **584. Rick Williams Hillsboro, Ohio (USAR) ** > **585.Becky Williams Hillsboro, Ohio (USAR wife ** > **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** > **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** > **588. Jennifer T. Randolph - Hillsboro , Ohio ** > **589. Cathy Dachenbach, Columbus , OH ** > **590. James Melville Duner, Colorado Springs, CO ** > **591. C. Dino Pappas, Skokie , IL . ** > **592. Jim Vlazny, Glenview , IL ** > **593. Jean Dorgan, Chicago , IL . ** > **594. Juliann Rottier, Onalaska , Wi . ** > **595. Catherine Mitchell, New Lenox , IL ** > **596. Cindy Young, New Lenox , IL ** > **597. Kim Smyth New Lenox, Il ** > **598. Cindy Stukel, Plainfield , IL . ** > **599. Kristine Himmelman, Joliet , IL ** > **600. Heather Hanbaum, Joliet IL ** > **601. Christine Wilhelmi, Wiesbaden , Germany ** > **602. Dan Feeney, Manhattan Il ** > **603. Russ Gwynne, Henderson , NV . ** > **604. Robert Spana, Tampa , FL ** > **605. Mona Strayer, Maytown , PA ** > **606. Sharon Early, Lancaster , PA ** > **607. Linda Whalen, Lewistown , MT ** > **608. Kimberly Rice- former UARA always in support of our people in all > Service ** > **609. Karen M. Harris ** > **610 Melinda Butts, Have! lock NC ** > **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we > are at war. These guys are doing what they need to to survive. Should we > have ast back and let these cowards continue to attack our country? > Unfortunately War = death. These soldiers know this and don't want to > die. That means they have to kill the enemy that is trying to kill them! > I will always support our troops, They don't get to decide when war > breaks out! ** > **612 Kim Rice ** > **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** > **614 Stephanie Riggi ** > **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** > **616 Courtney Riggi (US Army Wife) ** > **617 PFC Dougl as Riggi (US ARMY) in Korea ** > **618: Spc Allison kohler, camp Humphreys Korea ** > **619. PFC Steven Moats( US ARMY) Camp Humphreys ** > **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** > > **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** > **622. Will Thompson, Paso Robles CA ** > **623. DJ Peck, Paso Robles, CA ** > **624. Bethany Saylor, san Luis Obispo, CA ** > **625. Brian Joanou, SLO , CA ** > **626. Janie Arnold, Lompoc , CA .. ** > **627. Neo Anderson, Vancouver ,B.C., Canada ** > **628. April Phillips, Spartanburg , SC ** > **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) > Okinawa , Japan ** > **631. PFC Hanes (USMC) Okinawa , Japan ** > **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** > **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** > **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , > Japan . ** > **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** > **636. Rachel Buskey , Okinawa , Ja. ** > **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** > **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** > **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** > **670. Erica Jacobo, Spokane , WA ** > **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** > **672. Deborah Romberger, Spokane WA ** > **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** > **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & > OKinawa, Japan ** > **675. Natalie Grubb Anaheim , CA ** > **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper > Fi! ** > **677. Angela England Fort Drum NY ** > **678. lcpl Webb Alexandria ! va ** > **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** > > **680. Kathryn Amirpashaie , VA *** > **681. Carolyn Amirpashaie, VA ** > **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we > are here doing what we can to protect you all back home... many of us > here have been in his shoes too many times, and in that split second you > are thinking about your safety and your buddies to your left and right's > safety, I know in my heart he made the right decision... those hippies > are a bunch of herbs ** > **683. Allison Kaler, VA ** > **684. Bryan Evans, VA I'm glad someone's doing something for this guy > cuz that's complete b/s i don't believe in this war but i love our > military and its hard enough to fight some random towel heads without > uniforms but for a guy to get court marshaled and be on trial for murder > for protecting himself and his fellow soldiers is ludicrous everyone > else thank you for your support. ** > **685. Tony Martinez , VA why is this even a big deal? he was doing what > he had to do in order to protect himself and his fellow soldiers. > what,.... was he supposed to wait for the man to fire two rounds & > nbsp;into his chest before he shot back? ** > **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** > **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did > to protect himself and others around him. This Marine should be praised > not punished. How many Marines would be dead now if the person he shot > would've pulled out a gun or a pin on a Grenade? ** > **688. Amanda Willis , Va.- Anybody would protect their own life! It is > natural! ** > **689. Kristin Stell , VA ** > **690. Chris Smith, VA- The man was protecting his life as well as his > fellow Marines! . He should he praised for that, instead of being > charged. What would you have done? That combatant could've done anything > to kill all of those Marines. ** > **691. Amber Hale , Va ** > **692. Julie Miller,Va ** > **693. Brittany hedgepeth ,va ** > **694. Julia Keene, NC ** > **6 95. Evelyn White, WV...when did doing one's job become a > crime?...soldiers kill the enemy...its in their job description..and to > those of you now serving and who have served before...THANK YOU FOR MY > LIFE!!! ** > **696. Tim Collins , VA ** > **697 Karen Vannoy, NC ** > **698. Mary McBride USMC Wife ** > **699. Jennifer K. Rau, NC ** > **700. Leanne Sudbrink, NC ** > **701. Benson Huff. grandson currently in Iraq again. *** > > **702. Mildred Huff grandson currently in Iraq again. *** > **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** > **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** > **705. Dawn Schirtzinger , OH ** > **706. Shelba Webb, FL ** > **707 Nicole Ehlermann, Fl Are these the same people bitching about the > lives lost in Iraq this young m! an did his job, did it WELL and saved > lives. he has all my respect ** > **708. C.J. Grisham - You can lead a fool to wisd om but you can't make > him think. We can't prevent the birds of sorrow from flying over our > heads, but we can refuse to let them build nests in our hair. ** > **709. Sherrie Rafferty , Alaska - daughter and wife of retired > military. Thank you to all who serve! ** > **710. Gregg Baumeier , Virginia - son of and retired military. ** > **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** > **712. AZ1(AW/SW) J. Lynch, USNR - VA ** > **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** > **714. R.M.Van Kirk, (USN Retired) MA. ** > **715. J. Rumsis, Massachusetts ** > **716. Adelaide LaBauve (LA) ** > **717. Randy LaBauve Sr. (LA) ** > **718. Barbara Robinson (AR) ** > **719. Al Robinson (AR) ** > **720. A.M.Armstrong (AR) ** > **721. K.F.Smorol (AR ** > **722. Rita Warner, AR. ** > **723. Jane Stone , AR. ** > **724. Angela Strawn (OK) ** > **725. Gabby Baker - Riverside , CA . ** > **726. Wayne Edwards, CA ** > **727. Arlene E dwards, Mission Viejo, California ** > **728. Don Edwards, Mission Viejo , CA ** > **729. Sheila Gershwin, Huntington Beach , CA ** > **730. Hershel Gershwin, Huntington Beach , CA ** > **731. Mary Hanson, Fountain Valley , CA ** > **732. Janet Winstead, Burlington , N.C. ** > **733 Bill Winstead, Burlington , N.C. ** > **734. Scotty Key, Burlington , N. C. ** > **735. Donald A. Smith, Roanoke , VA. ** > **736. Sandra R. Smith, Roanoke , VA. ** > **737. Norm Noble, Sun Lakes , AZ ** > **738. DenisAnn Noble, Sun Lakes , AZJim ** > **739. Jim Sinclair, Burbank , WA ** > **740. Virginia Sinclair, Burban! k, WA ** > **741. Archie Hook Wallowa, Or ** > **742. Vicqui Hook Wallowa, Or ** > **743. Becky Story, Cove, OR ** > **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back > them up in their actions in the line of their Duty. ** > **745. Patsy Hutchinson, La Grande, OR All who serve their country, > should be praised for their great contribution. ** > **746 WARD THOMAS, TUALATIN , OREGON ** > **747. Keith Book, Boise , ID ** > **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force > and is heading to Iraq for the 3rd time! I support our troops 100%! ** > **749. Beatrice Lasater , ID God bless and protect our troops! Thank you > for your sacrifices. ** > **750. Carmen Hunt , ID ** > **751. Linda Newell, Boise , ID ** > **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom > so the war is not being fought on American soil. ** > **753. Shirley Carnahan, Boise ID ** > **754. David Dill. Boise ID ** > **755. Shannon Fick, Boise , ID ** > **756. Kenneth Dill, Boise ID ** > **757. Mandy Barth, Boise ID ** > **758. Carol Anderson, Boise ID ** > **759. Jennifer Bonilla, Boise ID ** > **760. Jesama Rosensweig, Boise ID ** > **761. PO3 ROSENSWEIG, GUAM ** > **762 June Johnson (TX) ** > **763 Nancy Parlberg (TX) ** > **76 4 Kathryan Barber (Tx) ** > **765 Stacy Sooter (Tx) ** > **766 Alan B. Sooter (Tx) ** > **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** > **768 Sandra Sooter (TX) ** > **769 David Sooter ** > **770 Phil Sooter ** > **771 Marietta Sooter ** > **772 Shawn Sooter ** > **773 Kent Knight Midland, TX ** > **774 John Reed (WWII vet) Midland, TX ** > **775 Max Wright, Midland, TX ** > **776 Paul B. Homer, China Lake, CA ** > **777 Claire Goodell, Ridgecrest, CA ** > **778. Jeff Sinclair, USMC, Ret ** > **779. George Nehr, Ridgecrest , CA *** > > **780 Jake and Sheryl, Oxnard CA *** > **781 Arlene Raisner, Camarillo, CA ** > **782 Norman Wilcox Oxnard, CA. ** > **783. Shawn Clay California ** > **784. Duane DeSalvo, Fillmore , CA ** > **785. Robert T. Morock, Oxnard , CA ** > **786. Keith High, Camarillo, Ca. -- Former military brat and son of > USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, > they have "license to kill" in time of WAR! ** > **787. Liz Higgins, Rosamond CA ** > **788. Annette Pitre, Rosamond, can't even write what I think. Son did > two tours. Semper Fidelis ** > **789. Margie Vincent, Weatherford , OK ** > **790. Kathy Bell, Norman , OK ** > **791. Austilene Borum , OK ** > **792. Ron Borum, OK ** > **793. Marshall Whittaker, TN ** > **794. Doc Gillespie , TN Semper Fi! ** > **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with > pen removed) ** > **796 June Landrum,Tn, ** > **797 Earl McCosh, Col, USAF (Ret) ** > **798 Jane McCosh, wife of Col McCosh ** > **799 Rodney McCosh, Sgt E-6, Disabled Vet ** > **800 Pam McCosh, Wife of Sgt McCosh ** > **801 Robert Ahrens, NC ** > **802.Mary H. Ahrens, NC ** > **803 Myron Speer ** > **804 Ross W Connors ** > **805 Elva M Connors ** > **806 Harriet Anthony ** > **807 Joan Kniager ** > **808. Pam Shaffer ** > **809. Don Shaffer ** > **810 Shane Shaffer ** > **811. Jennifer Shaffer Morales ** > **812. Geri McClung, Wellington ,Ks ** > **813. Huey Hubbard, Wellington ,Ks ** > **814. Audrea Frazer, Wellington , Ks ** > **815. Eldridge Anthony LA. ** > **816. Amy Heisey, Waldorf MD ** > **817. Debra Baca, Statesboro , Georgia ** > **818. Don Holland, Orlando, Florida ** > **819 HERB NORCH, EL PASO, TEXAS ** > **820 Roy McLendon, Tallahassee, Foriida> ** > **821. Charles McLendon/ Florahome, fl. ** > **822. Luther McDonald, >>Semper Fi<< ** > **823 Gerry Redmon, Panama City, FL ** > **824 Frank Redmon, Panama City, FL ** > **825 Charles Newman, Florence, AL ** > **826 Willene Newman, Florence, AL ** > **827 Rebecca Schwartz Gadsden AL ** > **828 Ronald Schwartz Gadsden AL ** > **829 W.C. Murphy, Gadsden, Al. ** > **830 Marlene Murphy, Gadsden, Al. ** > **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak > for us any more than Jane Fonda during the Vietnam War?! They are a > cowardly group trying to force their opinions on the rest of us. ** > **832 James Asbury, McDonough , GA ** > **833 Mary Stanfield, Beaumont , Tx . *** > **834 Terry Sykes,Attalla,Al,** > **835 Jerry Parker, Orange Beach , AL** > **836 Jean Parker, Orange Beach , AL** > **837**** Terry Gilmore, Glencoe , AL** > **838 Linda Gilmore, Glencoe , AL** > **839 James Little, Gadsden , AL** > **840 Betty Little, Gadsden , AL ** > **841 Omar Hancock, Henagar , AL** > **842 Joyce Hancock, Henagar , AL** > **843 James Johnson, Fort Payne AL ** > **844 Brenda Johnson, Fort Payne AL** > **845. Bud Hilyer, Fort Payne , AL** > **846. Joan Pace Gilmore** > **847. Pat Gillespie , TN** > **848: Joyce S. Gilliland Ohio** > **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** > **850: Herman Keisler. Msgt. USAF retired. SC** > **851: Patricia Keisler. SC** > **852:Glenn Lancaster S.C.** > 853:Cindy Lancaster, S.C. > **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** > **855. Darlene Cook, Barnwell , SC*** > **856. Walter Breland SFC RET, Lodge, S.C.*** > **857. W. Collier, South Carolina*** > **858. B. Frye , South Carolina***** ** > 859. Alice Brooks , South Carolina > 860. Phillip Baker , USA , SFC Ret., Columbia , SC > 861. Lisa Crimm, Attalla , */AL/**//* > > > > > > > > */[862. GINA HANNAH , GADSDEN , AL/* > */863. MIRREN HANNAH, GADSDEN , AL/* > */864. ALYSSA HANNAH, GADSDEN AL/* > */865. JOSH HANNAH, GADSDEN , AL/* > */866. LOLA M. CLOYD GADSDEN , AL/* > */867. MARTHA RHODEN, GADSDEN , AL > 868. JOY HUDSON, RAINBOW CITY, AL > 869. ALYSSA HUDSON, RAINBOW CITY, AL > 870. Josh Lee Rainbow City, Al > /* > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From Joseph.LeBrech at yearsley.co.uk Thu Sep 14 02:12:35 2006 From: Joseph.LeBrech at yearsley.co.uk (Joseph Le Brech) Date: Thu, 14 Sep 2006 10:12:35 +0100 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> Message-ID: Someone who blindly forwards to a mailing list, should be taken off. Josh Lee Sent by: vtigercrm-developers-bounces at lists.vtigercrm.com 14/09/2006 09:32 Please respond to vtigercrm-developers at lists.vtigercrm.com To jlee at cellbg.com cc Subject [Vtigercrm-developers] Online Petition I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//* */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt CONFIDENTIALITY NOTICE : This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under law. If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you received this in error, please contact the sender and delete the material from any computer. We have taken precautions to minimise the risk of transmitting software viruses, however, you need to carry out your own virus checks on any attachments as we can take no responsibility for any computer virus transferred by way of this email. All views or opinions expressed will be those of the author and not necessarily those of Harry Yearsley Ltd. Business is conducted as under our Terms and Conditions available on request. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0004.html -------------- next part -------------- A non-text attachment was scrubbed... Name: jlee.vcf Type: application/octet-stream Size: 231 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/02ad5710/attachment-0003.obj From richie at vtiger.com Thu Sep 14 02:53:33 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 02:53:33 -0700 Subject: [Vtigercrm-developers] Online Petition In-Reply-To: <45091265.9020503@zertis.net> References: <45091265.9020503@zertis.net> Message-ID: <10dabbed644.7656873636832605813.-607893398635991359@@vtiger.com> JLee, I understand that this pains you but please note that the fora for these sort of feelings is not this. I am sure we will not get to see any more of these sort of posts from anyone in the community in the future. Richie ---- Josh Lee<jlee at zertis.net> wrote ---- I've never sent spam before. After reading this, I don't think it is spam and being that I served in Iraq myself, I am forwarding it to everyone in my address book. I've seen a Gunnery Sergent, who saved my life, go to the brig for shit like this. So I feel strongly about it. **The U.S. Marine in Iraq who shot and killed an enemy combatant who was pretending to be dead but in reality was alive. If you have any feelings for this Marine who was doing his job then please read and help take action for this American Hero. I am asking all who receive this message to add your name in support of the young Marine accused of murdering a combatant in Iraq . ** **He called out to his buddies that the person was faking, the person apparently made a suspect move and the Marine shot him dead. There was another combatant in the room who identified himself as being wounded...The Marines did not shoot him. The ACLU are claiming the Marine is guilty of a war crime. This is ridiculous! ** **Bill O'Reilly of the Fox News Channel feels there is overwhelming support for this young Marine - ** **Let's prove him right- we can make a difference! ** **The servicemen fighting for our freedom and safety deserve our support. Support is indicated by adding your name to the list that follows. Best to copy and paste, then add your name to the list or, press "forward" and send to everyone in your address book you think should read this. You can only add your name after you have pressed "forward" or "copy and paste" don't delete any names - just go to the next number and type your name. ** **After 1,000 names send to Fox News: ****bill_oreilly at foxnews.com**** ** **1. Joe Mallison , Michigan *** **2. William Ast, Florida ** **3. John Stockberger, Tennessee ** **4. Charles Horst, Tennessee ** **5. Clarence Elmore, Tennessee ** **6. Arthur Claessens, California ** **7. Guy Veasey , California ** **8. John Granville, Texas ** **9. Laura Granville, Texas ** **10. Ernie Granville, California ** **11. Chris Carnohan, Texas ** **12. Pat Carnohan , Texas ** **13. Myron Rodee, Iowa ** **14. Art Bloomer, Kansas ** **15. Jack Turner, Virgi! nia ** **16. Victor DuBois ** **17. Marguerite DuBois ** **18. Theresa Champagne ** **19. Robert Champagne ** **20. Carol Worthley ** **21. R. Randy Worthley ** **22. Arthur J. Roy, Lewiston , Me. ** **23. Paul J. Chevalier, New Hampshire ** **24. Cathie Chevalier , New Hampshire ** **25. Joe Petrone, New Hampshire ** **26. Augusta Petrone, New Hampshire ** **27. Sam Thiessen, Colorado ** **28. Ken Melcher , Colorado ** **29. Louise Walko, Colorado ** **30. Walter A. Walko, Colorado ** **31. Billy J. Barr,llinois ** **32. Marilyn S. Barr, Illinois ** **33. Cliff Sonberg, Colorado ** **34. Eileen Sonberg, Colorado ** **35. Dale J. Kreller, La ** **36. Stan Zaborowski, Washington ** **37. Fain Pool, WA ** **38. Wm. Harris , TX ** **39. Sally Harri s, TX ** **40. Tim Ireland, SC ** **41. Fran Ireland , SC ** **42. Tommy Thorne, SC ** **43 . June Thorne, SC ** **44. Kitty Jackson , SC ** **45. Blanche Bell, SC ** **46. George Warchol ** **47. Mary Warchol ** **48. Megan Warchol ** **49. Ray Croft, Washington ** **50. Rosan! ne Croft, Washington ** **51. Doug Talley, Washington ** **52. Pat Talley , Washington ** **53. Roland Chastain, Indianapolis , IN ** **54. Pat Chastain, Indianapolis , IN ** **55. Harry Sanders, Columbus, In ** **56. Sue Sanders, Columbus , IN ** **57. Christy Sanders, Columbus , IN ** **58. Will Pumphrey, Greensburg , IN ** **59. Joe Prosser, Cape Coral , FL ** **60. Rodney Post, Westminster , CA ** **61. Gerda Post, Westminster , CA ** **62. Roberta Anderson ** **63. Donald Anderson ** **64. Bonnie J.Mauch ** **65. Brad Vaughn ** **66. Shelly Vaughn ** **67. Savannah Vaughn ** **68. Scarlett Vaughn ** **69. James Ayers ** **70. Dawn Ayers ** **71. Elizabeth Meyer ** **72. Rick Gallier ** **73. Charlie Johnson, Houston , TX ** **74. SSgt. Johnson, USMC ** **75. Mike Dabbs ** **76. Sharon Dabbs ** **77. Carl Weaver ** **78. Lois Weaver ** **79. Kevin MacLaren ** **80. John Wolfe ** **81. Michelle Wolfe ** **82. ROBERT PETERS ** **83. Syvian Gieiring , PA ** **84. Joel Reed, PA ** **85. Richard Emlin Reed , FL ** **86. Betty C. Reed, FL ** **87. Connie Williams, PA ** **89. Steve Phillips, Birmingham AL . ** **90. Michele McDowall ** **100. John McDowall101. ** **101. James Selkirk Jr. TN ** **102. David Selkirk, NC ** **103. Jack Mansfield , TN ** **104. Robert Romines, TN ** **105. Bonnie Romines, TN ** **107. Gary W. Osborne ** **108. Ken Burns, FL ** **109. Brian E. Langford, FL ** **110. Kevin B. Krueger, FL ** **111. Tad J. Humphreys, Tampa FL ** **112. Ted Van Duin, Seattle , WA ** **113. David DelValle, Fl. ** **114. Paul Deterding, Fl. ** **115. Tony Austin, Tampa . ** **116. Joel Herrington , TX ** **117. Curtis Smith, Tx ** **118. Mary Longnecker, Texas ** **119. Paula Stoerner, Texas ** **12 0. Ernie Stoerner, Texas ** **121. jessica sjolander, Tx ** **122. M.D. Weatherford , TX ** **123. B.J. Weatherfo rd, TX ** **124. Dixie Roffe , Texas ** **125. Denny DeSautell , Oklahoma ** **126. Paul DeBow, Minnesota ** **127 Nina Darrington, South Dakota ** **128. Chuck Darrington , South Dakota ** **129. Trudy DeBow ** **130. David DeBow ** **1! 31. Fay Mott ** **132. Russ Sanders, Ariz. ** **133. Ann sanders, Ariz ** **134. Lew Sanders, Phoenix Az. ** **135. J. L. (Jim) Tenney ** **136. Marion Tenney ** **137. Elizabeth Arnold, Alaska ** **138. John O. Landreth, Las Vegas , NV ** **139. Earl Evenson, Las Vegas , NV ** **140. Betty Evenson, Las Vegas , NV ** **141. Kristine Schuster, San Clemente , CA . ** **142. Deb O'Connell, San Juan Capistrano , CA ** **143. Darrell Joseph, San Juan Capistrano , Ca ** **144. Robert Voorhies, Twentynine Palms, CA ** **145. Tony McDowell, 29 Palms Ca. ** **146. Tricia McDowell, 29 Palms Ca. ** **147. Shea McDowell, Chico Ca. ** **148 Diana McDowell, Chico Ca. ** **149. Morgan McDowell, Chico Ca. ** **150. Art Belenzo, Chula Vista , CA ** **151. Lydia Belenzo, Chula Vista , CA ** **152. Arlene Belenzo, Chula Vista , CA ** **153. Arthur Belenzo, Chula Vista , CA ** **154. Leslie Belenzo, Chula Vista , CA ** **155. Cris Belenzo, San Diego , CA ** **157. Dennis Schrock, Atoka , OK ** **158.William E Smith, Atoka , OK ** **159. Penalt! on N . Lloyd, Montgomery , AL ** **160. Benjamin Perez, Apple Valley, CA - He should have shot the reporter first. ** **161. Bill Yackle , SC ** **162. Chris Huddleston, Orange , CA ** **163. Don Huddleston, Orange , CA ** **164. David Allin, Spring Valley , CA . ** **165. Jan Allin, Spring Valley , CA . ** **166. Lola Melton, San Marcos , CA ** **167. Ed Melton San Marcos , CA ** **168. Rhonda Brant, Murrieta , CA ** **169. Rick Brant, Murrieta , CA ** **170. Andrew Bulfer, San Diego , CA ** **171. Dan Bulfer, Ramona , CA ** **172. Tonia Ovalle, Chula Vista CA ** **173. Albert Ovalle, Chula Vista , CA ** **174. Ciarra Ovalle, Chula Vista , CA ** **175. William L. Windham, USN GMCS RET, Chula Vista , CA ** **176. Gonzalo Martinez, San Diego , CA ** **177. Terri Hernandez, Chula Vista CA ** **178. Diane Nye, Stayton , OR ** **179. Michael Woodward, Salem , OR ** **180. Sandy Woodward, Salem , OR ** **181. Paul & Marilyn Dracos, Nashville, TN - I agree with Benjamin Perez (whom I've never met). ** **182. Frank J. Maxon ** **183. Chuck Dye (Don't always agree with Bill O, but if they don't fight fair, what should they expect? How about imbedding some ACLU members with the Marines to check over the supposed dead bodies first.) ** **184. Kristal Dye ** **185. Samantha Dye ** **186. Reece Dye ** **187. Jason Nieman ** **188. Stacy Nieman ** **189. Emily Nieman ** **190. GERRY RUSSEL ** **191. Vickie Davi s, Smiths Creek, Michigan - Let's back our troops. ** **192. Linda Morley, Yuba City , California ** **193. Jim Chatell, Colusa , California ** **194. Joanne Abbaticchio, Polk City , FL ** **195. Isadora Ciagala,USMC-1962-1966 ** **196. HELEN BOWNE DISTRICT 21 PRESIDENT N.P.R. FL ** **197. Pat Buote, Holiday , Fl ** **198. Linda Ford V! FWA PDP AR ** **199. James Ford VFW P.Dist. Commander AR ** **200. Donna Walker, VFW Auxiliary , Springdale , AR ** **201. Vic Walker, VFW, Springdale , AR. ** **202. Bennie Parks , DAV, Fayetteville , AR. ** **203. Jane Parks, Fayetteville , AR ** **204. Bob Loyd, Siloam Springs , AR ** **205. Ellen Gibbs, Gentry, AR ** **206. Sharron Hay, AR ** **207. Joy Moore , AR ** **208. Debby Reed Torreon Mexico ** **209. Garry Reed Torreon Mexico ** **210. Bill Tompkins El Cajon California ** **211. Craig Wheeler El Cajon CA ** **212. Katrina Wheeler El Cajon CA ** **213. Logan Wheeler El Cajon CA ** **214. ;Lukasz Mikula Boston MA ** **215. Melissa McKenna, Gunnison, CO Sgt USMC ** **216. Pablo Briones Donna , TX Cpl USMC ** **217. Sgt. James Leedale, CA USMC ** **218. Mayra Leedale ** **219. Sgt Brian Clarke, MO USMC ** **220. Mason D. Kelley TX ** **221. Michael Kiley NJ USMC ** **222. Michael F. Gross CA LCpl USMC ** **223. Lyndon C. Lyon ** **224. Marlene Y. Lyon ** **225. James M. Cole ** **226. James W McMaster ** **22! 7. Corry Steiner, Brookings , OR ** **228. Jack Steiner, Brookings , OR ** **229. Gladys Harper, San Diego , CA ** **230. Kent Harper, San Diego , CA ** **231. Pat R. Dobbs, San Marcos , CA ** **232. Char Empet, Plano , Texas ** **233. Ken Empet, Plano , Texas ** **234. Mary Ann Aceves (I agree with Chuck, 183) ** **235. Robert Aceves ** **236. Gina Trovato, Seattle, WA (last time I checked, we were at war. Play by the ACLU's rules? I don't think so!) ** **237 Jim Goforth, Seattle , Wa ;(Why is this even a discussion? ??? EUR " What if the Marine had been killed by this enemy combatant? Then they would be saying things like..."the troops are under prepared, untrtained and... " wait, they already have been saying that. This guy is a hero and there should be no mistaking it! ** **(Accusing him otherwise should be considered an act of treason!) ** **238. Bill Weaver, USMC Retired, Richland , WA ** **239. Nora Weaver, Richland , WA ** **240! . BILL POWELL USMC RET CABOT , AR ** **241. VIRGINIA A POWELL, CABOT , AR ** **242. Dick Upshaw, Captain, USMC (inactive) ** **243. Ed DeSaussure, Captain, USMC (inactive) ** **244. Paul Underwood, Captain, USMC (Ret.) ** **245 John Scott, Captain, USAF (Ret.) ** **246. Ray Wright, Tsgt, USAF (Ret) ** **247. Kevin Kalebjian, Ssgt, USAF (honorably discharged) ** **248. Rev. Richard Kalebjian, Pharmacist Mate 1c, First Marine Di v., WWII ** **249. Judy Kalebjian, Lockeford , CA ** **250. Myrna Pitchford, Lodi , CA ** **251. G. D. Pitchford, Lodi , CA ** **252. E.R. Alexander, Galva, Ks. ** **253. A.J. Alexander, Galva, Ks. ** **254. M.L. Brown, Wichita, KS - Many of the comments made by people on this list are VERY GOOD.. this guy is a hero, and &nbs p; let's support his every move... ** **255. M.K. Fullerton, Wichita , KS . If anyone should be prosecuted it should be the ACLU (lawyers for communism, inc.)Let's hustle and get this list to ** **1000 and forward to O'Reilly. We need to stop this travesty and protect out troops!!! ** **256. Shirley Harding, Winfield, Ks. ** **257. Marion C Kelly ** **258. Dean Abbott, Lt.Col. USAF. (Ret) Eugene , OR ** **259. Michael J. Carney, Lt Col , USAF, (Ret), Methuen , MA ** **260. R. B. Mellen Sr, Lowell MA ** **261. Lindy Merolle, Lowell MA ** **262. Patricia Centola, Lynn , MA ** **263. George L. Ope nshaw, Cherryfield, Me. Please keep this moving to 1000 or more!! Combat is dangerous enough without having to what if the lawyers and the media to back you up when confronted with the enemy. Mr. Edward Openshaw Bar Harbor, Maine MICHAEL. J. CARNEY, Lt Col, USAF (Retired) amp;gt;mcarney53 at hotmail.com *****http://hotmail.com/**** *** **(978) 857-5263 ** **264. JEFF OPENSHAW, CPO USN (Ret) HARPERS FERRY , WV . ** **265. GREG BLAZEK, Odessa , FL. USN (Inactive) ** **266. Allen Ohrmundt, Sgt. USMC (inactive), Hernando Beach , FL ** **267. Doug Reppond, GySgt. USMC (Retired) Vincennes , IN ** **268. Andrea Reppond ** **269. Wayne Scott, MS ** **270. Gina Teel, MS ** **271. Genelle Teel , MS ** **272. Warren Teel, MS ** **273. Wayne Teel, MS ** **274. Dianna Teel, MS ** **275. Paula Poff, MS Army National Guard Wife ** **276. Scott Poff, MS SSG Army National Guard ** **277. Candy Taylor, Ms ** **278. Gloria Fortner, MS ** **279. Cathy Moffitt, MS ** **280. SGT! . RICKEY A. JORDAN, MS ARMY NATIONAL GUARD ** **281. LESLIE JORDAN, MS ** **282 Brenda Wooley (Mother of SGT. Rickey A. Jordan *** **283. James N. Wooley (Dad of SGT. Rickey A. Jordan *** **284. Christopher N. Wooley (brother of SGT Rickey A. Jordan ** **285. Wanda Gooch, MS - Mother of - Army National Guard - Serving in Iraq ** **286. Jerry Gooch, MS - Father of - Army National Guard - Serving in Iraq ** **287. Matthew Gooch, MS - Brother of - Army National Guard - Serving in Iraq ** **289. Ashley Gooch, MS - Sister-in-law of - Army Army National Guard -Serving in Iraq ** **290. Nicole Bowen, MS - Finace of - Army National Guard - Serving in Iraq ** **291. KERRIE HAMBY, MS- WIFE OF ARMY NATIONAL GUARD- CURRENTLY SERVING IN IRAQ ** **292. Mik e Stacey, Al ** **293. Danny Jaye father to a US Marine ** **294. A.J.Cleland, Florida ** **295. LT COL. USMC Ret. Daniel W. Hall Jr. ** **296. Elsie S, Hall Wife of a Marine Mother of a Marine ** **297. S. F. "Smokey" Stover, USMC(Ret.) ** **298. Chuck Yates , COL USMC RET ** **299. Becky Yates, Retired Marine Wife of 50 Years ** **300. Marv Mann , COL USMC (Ret) ** **301. Arleta Mann ** **302. Ned L. Cagle, Col. USAF (Ret) ** **303. Dorothy A. Cagle ** **304. Karen Cagle ** **305. Si Rees ** **306. Faith Rees ** **307. Jack Bishop ** **308. Terry Huggins, Paradise , CA ** **309. Bill Light, Northern California ** **310. Patti DeRitis, Sunnyvale , Ca ** **311. Jeffrey (Tom) Black, Fremont , CA ** **312. Donna Black, Fremont , CA ** **313. John R. Black, Fremont , CA ** **314. Jeremiah Black, Fremont , CA ** **315. James Black, Fremont , CA ** **316. Terry Weddle, Fremont CA ** **317. Tim Mellor, Wallace , ID ** **318. Leona DiVecchia, Walla ce, ID ** **319. Donna Niles, Wallace,! ID ** **320. Bob Niles, Wallace< ID ** **321. Vikki Patton , WA ** **322. Bill Patton , WA ** **323. Jwerrilyn Stinsom ** **324. Kathryn Eaton ** **325. Tom Eaton, Woodland , CA ** **326. Gary Anderson, CA ** **327. Scott German, CPA Antelope, CA ** **328. Sonne Fleming, Roseville , CA ** **329. Trillis Fleming , UT ** **330. Larry Fleming, Morgan , UT ** **331. Alta Julene Dixon Arizona City , Arizona ** **332. Eldon Walter Dixon &nb! sp; Arizona City , Arizona ** **333. Georgena Whiting Salome , Arizona ** **334. Marvin Whiting Salome , Arizona ** **335. Jack D, Grover ** **336. Phyllis J. Grover Phyllis *****pjgrover at gmail.com**** *** **337. PATRICIA R. GOLDSMITH CROSSVILLE, TN ** **338. WILLIAM GOLDSMITH CROSSVILLE, TN ** **339. PATRICK GOLDSMITH ROCKVALE, TN ** **340. George H Moore Pleasant Hill , TN ** **341. TALMADGE C. LEWIS ** **342. PATRICIA A. LEWIS ** **343. Marcia Nelson, Minnesota ** **344 . Lavern Soukup&nbs! p; Minnesota ** **345. Janet Miller Minnesota ** **346. Gary Starman Minnesota ** **347. J! oan Pfeifer , Minnesota ** **348. Tin Hansen, 52 Waseca, Minnesota ** **349. Dennis Halverson, Lino Lakes , Mn. ** **350. Jim Wigley, USAR, Ret., Minnesota ** **351. Clark P. Wigley, Colonel, USAF (Ret) ** **352. Carl G. Jensen, LtCol (USAF (Ret) ** **353. George M. Hunter (USAR Ret) "Still Serving in Iraq " and I'm with my Marine! through thick and thin... because I am there, and will continue my duty! just as he did his.... ** **354 Jack L. Strickland Jr. MSgt (USAF Ret) ** **355. Greg Flinders, Alabama ** **356. Susan ! E. Flinders , Alabama ** **357. Michelle L. Patterson, Texas ** **356. Isabella M. Milks, Germany , SrA, USAF I ** **357. Glendora Jaco, California happen to agree with all of the comments that everyone else has made, as far as I'm concerned all of these people that think killing combatant that is playing dead need to go over there and see what war is really like!!!!!!!!!!!!!!!!!!!!!! ** **358. Ralph C Spaight, California, TSgt, USAF Since this started there have been people crying about this and that, and how could you kill them! Well if there are shooting at me, then you better believe that I am going to shoot back. Maybe if these bleeding heart people stopped talking long enough to really see what's going on or better yet send them over to defend this country they would get it, but then again seeing how they work they would just get someone else to do it for them and complain that the work is too hard, in the words of my father who was a U.S. Marine for 23 years, "If you don't do the job others are willing to do for this country, then SHUT THE HELL UP AND MOVE TO A DIFFERENT COUNTRY AND THEN SEE HOW WELL YOU HAD IT IN AMERICA"! ** **3 59. Deneane Bell, Tampa Fl ** **360. Darryl W. Cole, TSgt (USAF Ret) "DoD serving in Iraq " It is very easy to comment from the corner of " Bleeding Heart Street ". Come on over to Iraq and take a ride off the FOB and let's see if they change tunes once the vehicle begins receiving small arms fire from a local neighborhood not to mention the man made bombs buried on the side of the roads designed to take out military vehicles and personnel This is a combat zone people and these extremists are playing for keeps. why can't we? Align your front sight in the center of your rear sight. once you have proper sight alignment squeeze one off! ** **361. Gregory Cook "DoD Serving in Iraq " ** **362. Brad Gregory "DoD Currently serving In Iraq" If it were me, I would have taken the gun, turned it sideways and shoved it straight up that insurgents candy a$$. Hmm let me see, why don't I p lay dead, hope that the troops will leave. And then I'll grab my rocket launcher! He should have surrendered! Better yet, he should have left the damn city when they were told to. ** **363. Carl Finto II, American Contractor in Iraq ** **364. Anthony Mooney, USMC (inactive)- American Contractor in Iraq ** **365. Jacob Chytka, American Firefighter Contractor in Iraq ** **366. Joseph L Brooks U.S Army, Vietnam Vet ** **367. Carla Bailey , U.S. Army Reserves, Norris , Tn. ** **368. Margaret Thornton Taylor, wife of Active USAF, Okinawa Japan ** **369. Amy DuPree, Ft. Walton Bch, Florida ** **370. Mike Chauvin, Ft Walton Beach , FL ** **371. Shelby Chauvin, Ft Walton Beach , FL ** **372. Michelle Piaquadio, Ft Walton Beach , FL ** **373. Christopher Piaquadio, FT Walton Beach , FL ** **374. Dick Keaton Galeton , Pa. ** **375. Janice Keaton Galeton , Pa. ** **376. Scott Keaton Galeton , Pa ** **377. Dickie Keaton ; Galeton , Pa ** **378. Chris Rucker, Newport , RI ** **3! 79. Belinda Cole new mexico ** **380. Barbara Hensley new mexico ** **381. Michelle Salas new mexico ** **382. Jennifer McCutchen, Albuquerque , New Mexico ** **383. Becky Rodgers Levelland, Texas ** **384. Mev Upton, Midland , TX ** **385. Glynece Upton, Midland , TX ** **395. C.S Ainsworth , NM ** **396. Margret Schlageter, NM ** **397. Jacquelyn A. Schlageter NM Former USN ** **398. George J. Schlageter NM Former USCG ** **399. Fred J. Schlageter NM ** **400. Phyllis Hancock IL ** **401. Darrell E. James - Tamms, Illinois ** **402. Dariel Emery-IL ** **403. Marjorie Emery-- IL. (Agree w/ all of the above..ACLU have a lot of lip...but wouldn't dare to set their feet in real harms way, as Service Men & Women do everyday!! ** **404. Jean Whipple - IL ** **405. Vi Adams - IL ** **406. John Adams - IL ** **407. Colleen VanZandt-IL. ** **408. James Langley ** **409. Karen Langley ** **410. Cody Thibodeaux ** **411. Susanne Kerr, Ohio ** **412. Delbert Goss ,, Tx , Former USA ** **413. Sheila miller,, Indiana , USA ** **414. William Miller, Indiana , USA ** **415. Georgeann Prestin, South Bend Ind ** **416. Deb Connett, South Bend Ind ** **417. Robin Pedzinski, Elkhart , IN It's war! Leave him alone! This young man will never forget what he has done to another human being, while defending freedom. ACLU needs to leave this country since they don't like the way we do things in America ... it's majority rules, not minority! ** **418. Vince Rumfelt, Elkhart , IN ** **419. Max Rink, Florida ** **420. Nancy Rink, Florida ** **421. Barbara Materiale, Florida ** **422. Suzanne Hicks, Kansas City , KS ** **423. Susan Boyd, Springfield , Missouri ** **434. Cheryl Crow, Springfield , MO ** **435. Marge Conyers, Springfield , MO. ** **436. Becky Woods, Republic, MO ** **437. Theresa Fly, Clever, MO. ** **438. Deena Cope, Jay, Ok. ** **439. Kenneth Cope, Jay, Ok. ** **440. Mary Hodges Gro! ve, Ok ** **441. Gearld Hodges Grove, Ok ** **442. Lela Davis Grove, Ok ** **443. Nikki Lewis Grove, Ok ** **444. Karin Redd Springfield , MO. ** **445. Pam & Scott Keane Springfield MO, daughter currently serving in Iraq in the Army ** **446. Carolyn Gourley, St. Louis , MO ** **447. Cathey Martin - why do we allow a communist organization to take over our country and our laws? ** **448. Cathy Champion - Fenton , MO ** **449. Paul Dunn, Stanton , MO ** **500. Ruth Dunn, Stanton , MO ** **501. Carol Cherry, Sullivan , Mo. ** **502. Richard Cherry, Sullivan , Mo. ** **503. James M. Scott, Sullivan , Mo. ** **504. Ruth Scott, Sullivan , Mo. ** **505. G. Monda, Mo ** **506. B. Monda , Mo ** **507. Dannie Adk sion Mo ** **508. Susie Adkison Mo ** **509. Velma Martin This Marine probably saved a lot of his buddies by being very alert! Thank God for this young man! ** **510. Stanley Martin ** **511. Phyllis Conaway ** **512. Carolyn Gargus, Saint James , MO ** **513. Mary Moran Hyannis , neb. ** **514. Kim Foreman, Hyannis , NE ** **515. Glenda Phipps, Whitman , NE ** **516. Gary Phipps, Whitman , NE ** **517. Norma Sigler, CA ** **5! 18. Shirley Moffett , CO ** **519. Bill Moffett, CO - thank God for our young men, we are at war folks! ** **520. Bill Anderson , AR ** **521. Bette Anderson, AR Pray for this young man and his family. ** **522. Charles E. Bowman, HMC FMF USN RETIRED, Santa Ana , CA . If you haven't been there, do not judge the actions of those that are there. I think ACLU stands for the A MERICAN COMMUNIST LIBERATION UNION ** **523. John Hale, RMCS, USN, RET. ** **524. Ray Benacci Claremont Ca. ** **525. Richard & Loretta Chesnutt, Yerington , NV ** **526. Jim Witowski, CA ** **527. Coni Witowski , CA ** **528. Debbie Rojek, AZ ** **529. Vernon Rojek, USMC, RET. ** **530. Pat Imbastaro ** **531. Joan Mitchell,AZ ** **532. B Dittenhauser ** **533. Diane Dittenhauser, Murfreesboro , TN ** **534. Scott Dittenhauser, Murfreesboro , TN ** **535. Sue Nesbitt , Ohio ** **536. Valerie Parker ** **537. Danny Parker ** **538. Snow Cortez, Bethel Ohio Our Marines Rock! aclu needs to find a new job... I think Micky Dee 's was still hiring! ** **539. Wes Ford, Rochester , MN ** **540. Cindy Page, WV ** **541. Ken Page, WV ** **542 Kristina Geib wife of U.S. Army soldier currently in Iraq ** **543. Mary Harris wife of a deployed US ARMY soldier ** **544. Rose Breeding (Grandmother of a soldier) 1 year there and now must return again for another year! ** **545. Glenn Breeding ( Grandfather of the same soldier) Pray for our troops. ** **546. Delores Conklin Ridgefield, Wash. ** **547. Leonard Conklin Ridgefield, Wash. ** **548. R. Robert Burns. USMC in the 60's WA ** **549. Kent Burns ** **550. Fred Pickering ** **551. Bob Croskey ww2 and Korea ** **552. Sally Luse WA ** **553. Sandi Allen, Lacey, WA ** **554. Tammy Yeakey, WA ** **555. Linda Shaw, WA ** **556. Mary Franks, Washington ** **557. Paula James , Washington ** **558 Jennifer Wilston ** **559. Pam Wilwton, HI ** **560. Dan Wilston, HI ** **561. Rhonda Hay, Kihei , HI ** **562. Morgan Rigel, Kihei HI ** **563. Helen Jackson Wa ** **564. Linda Simmons ** **565. Dave Simmons ** **566. Evelyn L. Benson, IL ** **567. O.L. Potts , Illinois ** **568. Wayne Arnold, Illinois ** **569. Richard P. Campbell, SMSGT, USAF (Ret), Houston , Texas ** **570. Lisa Gaskill- Son is leaving for Marine Boot camp Sept 19, 2005 ** **571. Tom McCurley, Middletown , Ohio ** **572. Scott Weaver , Middletown , Ohio ** **573. Deborah Mink, Bradenton , Florida ** **574. Gary Mink, Bradenton Florida USMC 67' - 70' When fighting where a lost second can cost you your life this Marine did his duty. When the enemy uses those tactics as part of their way of fighting they must then handle the actions taken to stop it. ** **575. Cindy Balach - Wife - Ret. USMC ** **576. Lisa See - Grove City , OH ** **577. Nancy Clay - Columbus , Ohio ** **578. Carmen Stemen, Westerville , Ohio ** **579. Carolyn Hannick, Westerville , Ohio ** **580. Kenneth R. Eakin Jr. U.S. Army 69' - 71' ** **581. Susan O'Cull Goshen, Ohio (USAR wife) ** **582. Phill O'Cull Goshen , Ohio (USAR) ** **583. Stacie Humpert Goshen , Ohio ** **584. Rick Williams Hillsboro, Ohio (USAR) ** **585.Becky Williams Hillsboro, Ohio (USAR wife ** **586. Ssgt. William! P. Ryan USAFR (Highland Co. Ohio ) ** **587. Sarah M. Ryan USAFR Wife (Highland Co. Ohio ) ** **588. Jennifer T. Randolph - Hillsboro , Ohio ** **589. Cathy Dachenbach, Columbus , OH ** **590. James Melville Duner, Colorado Springs, CO ** **591. C. Dino Pappas, Skokie , IL . ** **592. Jim Vlazny, Glenview , IL ** **593. Jean Dorgan, Chicago , IL . ** **594. Juliann Rottier, Onalaska , Wi . ** **595. Catherine Mitchell, New Lenox , IL ** **596. Cindy Young, New Lenox , IL ** **597. Kim Smyth New Lenox, Il ** **598. Cindy Stukel, Plainfield , IL . ** **599. Kristine Himmelman, Joliet , IL ** **600. Heather Hanbaum, Joliet IL ** **601. Christine Wilhelmi, Wiesbaden , Germany ** **602. Dan Feeney, Manhattan Il ** **603. Russ Gwynne, Henderson , NV . ** **604. Robert Spana, Tampa , FL ** **605. Mona Strayer, Maytown , PA ** **606. Sharon Early, Lancaster , PA ** **607. Linda Whalen, Lewistown , MT ** **608. Kimberly Rice- former UARA always in support of our people in all Service ** **609. Karen M. Harris ** **610 Melinda Butts, Have! lock NC ** **611. Kristina Spencer, Ilion, NY- No relation to any troops, but we are at war. These guys are doing what they need to to survive. Should we have ast back and let these cowards continue to attack our country? Unfortunately War = death. These soldiers know this and don't want to die. That means they have to kill the enemy that is trying to kill them! I will always support our troops, They don't get to decide when war breaks out! ** **612 Kim Rice ** **613 David Riggi- 2 Brothers 1-Iraq 1-Korea ** **614 Stephanie Riggi ** **615 PFC Dennis Riggi (US Army)~ Deployed to Iraq ** **616 Courtney Riggi (US Army Wife) ** **617 PFC Dougl as Riggi (US ARMY) in Korea ** **618: Spc Allison kohler, camp Humphreys Korea ** **619. PFC Steven Moats( US ARMY) Camp Humphreys ** **620. PFC Xandria Vo ( US ARMY) Camp Humphreys , Korea *** **621. Nelson, Tegan ( US ARMY) Camp Humphreys , Korea *** **622. Will Thompson, Paso Robles CA ** **623. DJ Peck, Paso Robles, CA ** **624. Bethany Saylor, san Luis Obispo, CA ** **625. Brian Joanou, SLO , CA ** **626. Janie Arnold, Lompoc , CA .. ** **627. Neo Anderson, Vancouver ,B.C., Canada ** **628. April Phillips, Spartanburg , SC ** **629. LCpl LaRosa (USMC) Okinawa , Japan 630. LCpl Gendron (USMC) Okinawa , Japan ** **631. PFC Hanes (USMC) Okinawa , Japan ** **632. LCpl Jorgensen, Cassandra (USMC) Okinawa , Japan ** **633. LCpl Fernando A. Brea (USMC) 3Div G2 Okinawa , Japan ** **634. LCpl Matthew L. Johnson (USMC) 3rd Marine Division Okinawa , Japan . ** **635. LCpl Robert J. Moore (USMC) 3rd Mar Div. Okinawa , Japan ** **636. Rachel Buskey , Okinawa , Ja. ** **637. SSgt. Stephen Buskey (USMC) Okinawa, Japan ** **638. SSgt. Pete Cunningham (USAF) Okinawa, Japan ** **639. SrA Eric Raley (USAF) Edwards AFB , CA , USA ** **670. Erica Jacobo, Spokane , WA ** **671: (S)Sgt. Carlo Jay S. Magno Fairchild AFB, WA. USAF ** **672. Deborah Romberger, Spokane WA ** **673. Makana & Lyn Cortez (USMC) Lanai city, HI ** **674: CPL Jared Bullard (USMC) & Kathlenn Bullard Antioch, Ca & OKinawa, Japan ** **675. Natalie Grubb Anaheim , CA ** **676. Petty Officer Cavaggioni, Norfolk VA Hoorah Marine Corps! Semper Fi! ** **677. Angela England Fort Drum NY ** **678. lcpl Webb Alexandria ! va ** **679. CPL Greg Smith Alexandria , VA (USMC) Semper Fi! *** **680. Kathryn Amirpashaie , VA *** **681. Carolyn Amirpashaie, VA ** **682. SPC Wenger, Daniel...VA, but currently in FOB aclu, Iraq... we are here doing what we can to protect you all back home... many of us here have been in his shoes too many times, and in that split second you are thinking about your safety and your buddies to your left and right's safety, I know in my heart he made the right decision... those hippies are a bunch of herbs ** **683. Allison Kaler, VA ** **684. Bryan Evans, VA I'm glad someone's doing something for this guy cuz that's complete b/s i don't believe in this war but i love our military and its hard enough to fight some random towel heads without uniforms but for a guy to get court marshaled and be on trial for murder for protecting himself and his fellow soldiers is ludicrous everyone else thank you for your support. ** **685. Tony Martinez , VA why is this even a big deal? he was doing what he had to do in order to protect himself and his fellow soldiers. what,.... was he supposed to wait for the man to fire two rounds & nbsp;into his chest before he shot back? ** **686. Ashley Vaughan , VA- I agree with Tony and the guy before him. :) ** **687. Carter Burkey, VA - Put yourself in his shoes. He did what he did to protect himself and others around him. This Marine should be praised not punished. How many Marines would be dead now if the person he shot would've pulled out a gun or a pin on a Grenade? ** **688. Amanda Willis , Va.- Anybody would protect their own life! It is natural! ** **689. Kristin Stell , VA ** **690. Chris Smith, VA- The man was protecting his life as well as his fellow Marines! . He should he praised for that, instead of being charged. What would you have done? That combatant could've done anything to kill all of those Marines. ** **691. Amber Hale , Va ** **692. Julie Miller,Va ** **693. Brittany hedgepeth ,va ** **694. Julia Keene, NC ** **6 95. Evelyn White, WV...when did doing one's job become a crime?...soldiers kill the enemy...its in their job description..and to those of you now serving and who have served before...THANK YOU FOR MY LIFE!!! ** **696. Tim Collins , VA ** **697 Karen Vannoy, NC ** **698. Mary McBride USMC Wife ** **699. Jennifer K. Rau, NC ** **700. Leanne Sudbrink, NC ** **701. Benson Huff. grandson currently in Iraq again. *** **702. Mildred Huff grandson currently in Iraq again. *** **703. Carrie Wrigley- Proud USMC wife, missing her Marine again ** **704. Jonathan Wrigley - USMC-Sgt...currently serving again in Iraq . ** **705. Dawn Schirtzinger , OH ** **706. Shelba Webb, FL ** **707 Nicole Ehlermann, Fl Are these the same people bitching about the lives lost in Iraq this young m! an did his job, did it WELL and saved lives. he has all my respect ** **708. C.J. Grisham - You can lead a fool to wisd om but you can't make him think. We can't prevent the birds of sorrow from flying over our heads, but we can refuse to let them build nests in our hair. ** **709. Sherrie Rafferty , Alaska - daughter and wife of retired military. Thank you to all who serve! ** **710. Gregg Baumeier , Virginia - son of and retired military. ** **711. MM1(SW) Schoeneman, Marlayna USNR - VA ** **712. AZ1(AW/SW) J. Lynch, USNR - VA ** **713. Drew E.! Sundin Sr. ABCM (AW) USN Active Duty ** **714. R.M.Van Kirk, (USN Retired) MA. ** **715. J. Rumsis, Massachusetts ** **716. Adelaide LaBauve (LA) ** **717. Randy LaBauve Sr. (LA) ** **718. Barbara Robinson (AR) ** **719. Al Robinson (AR) ** **720. A.M.Armstrong (AR) ** **721. K.F.Smorol (AR ** **722. Rita Warner, AR. ** **723. Jane Stone , AR. ** **724. Angela Strawn (OK) ** **725. Gabby Baker - Riverside , CA . ** **726. Wayne Edwards, CA ** **727. Arlene E dwards, Mission Viejo, California ** **728. Don Edwards, Mission Viejo , CA ** **729. Sheila Gershwin, Huntington Beach , CA ** **730. Hershel Gershwin, Huntington Beach , CA ** **731. Mary Hanson, Fountain Valley , CA ** **732. Janet Winstead, Burlington , N.C. ** **733 Bill Winstead, Burlington , N.C. ** **734. Scotty Key, Burlington , N. C. ** **735. Donald A. Smith, Roanoke , VA. ** **736. Sandra R. Smith, Roanoke , VA. ** **737. Norm Noble, Sun Lakes , AZ ** **738. DenisAnn Noble, Sun Lakes , AZJim ** **739. Jim Sinclair, Burbank , WA ** **740. Virginia Sinclair, Burban! k, WA ** **741. Archie Hook Wallowa, Or ** **742. Vicqui Hook Wallowa, Or ** **743. Becky Story, Cove, OR ** **744. Ralph Hutchinson, La Grande, OR God Bless our troops and Back them up in their actions in the line of their Duty. ** **745. Patsy Hutchinson, La Grande, OR All who serve their country, should be praised for their great contribution. ** **746 WARD THOMAS, TUALATIN , OREGON ** **747. Keith Book, Boise , ID ** **748. Konnie Book, Boise, ID My nephew is a Col. in the US Air Force and is heading to Iraq for the 3rd time! I support our troops 100%! ** **749. Beatrice Lasater , ID God bless and protect our troops! Thank you for your sacrifices. ** **750. Carmen Hunt , ID ** **751. Linda Newell, Boise , ID ** **752. Margaret Posio, Eugene, OR Thank you for protecting our freedom so the war is not being fought on American soil. ** **753. Shirley Carnahan, Boise ID ** **754. David Dill. Boise ID ** **755. Shannon Fick, Boise , ID ** **756. Kenneth Dill, Boise ID ** **757. Mandy Barth, Boise ID ** **758. Carol Anderson, Boise ID ** **759. Jennifer Bonilla, Boise ID ** **760. Jesama Rosensweig, Boise ID ** **761. PO3 ROSENSWEIG, GUAM ** **762 June Johnson (TX) ** **763 Nancy Parlberg (TX) ** **76 4 Kathryan Barber (Tx) ** **765 Stacy Sooter (Tx) ** **766 Alan B. Sooter (Tx) ** **767 Leary M. Sooter (TX) - We need to tell the ACLU to butt out!!! ** **768 Sandra Sooter (TX) ** **769 David Sooter ** **770 Phil Sooter ** **771 Marietta Sooter ** **772 Shawn Sooter ** **773 Kent Knight Midland, TX ** **774 John Reed (WWII vet) Midland, TX ** **775 Max Wright, Midland, TX ** **776 Paul B. Homer, China Lake, CA ** **777 Claire Goodell, Ridgecrest, CA ** **778. Jeff Sinclair, USMC, Ret ** **779. George Nehr, Ridgecrest , CA *** **780 Jake and Sheryl, Oxnard CA *** **781 Arlene Raisner, Camarillo, CA ** **782 Norman Wilcox Oxnard, CA. ** **783. Shawn Clay California ** **784. Duane DeSalvo, Fillmore , CA ** **785. Robert T. Morock, Oxnard , CA ** **786. Keith High, Camarillo, Ca. -- Former military brat and son of USAF CAPT. Arthur E. High (ret.) fortunately for our military personnel, they have "license to kill" in time of WAR! ** **787. Liz Higgins, Rosamond CA ** **788. Annette Pitre, Rosamond, can't even write what I think. Son did two tours. Semper Fidelis ** **789. Margie Vincent, Weatherford , OK ** **790. Kathy Bell, Norman , OK ** **791. Austilene Borum , OK ** **792. Ron Borum, OK ** **793. Marshall Whittaker, TN ** **794. Doc Gillespie , TN Semper Fi! ** **795 Bill Landrum, Tn, ACLU needs to set on a few hand gernades(with pen removed) ** **796 June Landrum,Tn, ** **797 Earl McCosh, Col, USAF (Ret) ** **798 Jane McCosh, wife of Col McCosh ** **799 Rodney McCosh, Sgt E-6, Disabled Vet ** **800 Pam McCosh, Wife of Sgt McCosh ** **801 Robert Ahrens, NC ** **802.Mary H. Ahrens, NC ** **803 Myron Speer ** **804 Ross W Connors ** **805 Elva M Connors ** **806 Harriet Anthony ** **807 Joan Kniager ** **808. Pam Shaffer ** **809. Don Shaffer ** **810 Shane Shaffer ** **811. Jennifer Shaffer Morales ** **812. Geri McClung, Wellington ,Ks ** **813. Huey Hubbard, Wellington ,Ks ** **814. Audrea Frazer, Wellington , Ks ** **815. Eldridge Anthony LA. ** **816. Amy Heisey, Waldorf MD ** **817. Debra Baca, Statesboro , Georgia ** **818. Don Holland, Orlando, Florida ** **819 HERB NORCH, EL PASO, TEXAS ** **820 Roy McLendon, Tallahassee, Foriida> ** **821. Charles McLendon/ Florahome, fl. ** **822. Luther McDonald, >>Semper Fi<< ** **823 Gerry Redmon, Panama City, FL ** **824 Frank Redmon, Panama City, FL ** **825 Charles Newman, Florence, AL ** **826 Willene Newman, Florence, AL ** **827 Rebecca Schwartz Gadsden AL ** **828 Ronald Schwartz Gadsden AL ** **829 W.C. Murphy, Gadsden, Al. ** **830 Marlene Murphy, Gadsden, Al. ** **831 Zubie Asbury, McDonough , GA Who gave the aclu the right to speak for us any more than Jane Fonda during the Vietnam War?! They are a cowardly group trying to force their opinions on the rest of us. ** **832 James Asbury, McDonough , GA ** **833 Mary Stanfield, Beaumont , Tx . *** **834 Terry Sykes,Attalla,Al,** **835 Jerry Parker, Orange Beach , AL** **836 Jean Parker, Orange Beach , AL** **837**** Terry Gilmore, Glencoe , AL** **838 Linda Gilmore, Glencoe , AL** **839 James Little, Gadsden , AL** **840 Betty Little, Gadsden , AL ** **841 Omar Hancock, Henagar , AL** **842 Joyce Hancock, Henagar , AL** **843 James Johnson, Fort Payne AL ** **844 Brenda Johnson, Fort Payne AL** **845. Bud Hilyer, Fort Payne , AL** **846. Joan Pace Gilmore** **847. Pat Gillespie , TN** **848: Joyce S. Gilliland Ohio** **849: Walter L Gilliland. Smsgt. USAF retired. Ohio** **850: Herman Keisler. Msgt. USAF retired. SC** **851: Patricia Keisler. SC** **852:Glenn Lancaster S.C.** 853:Cindy Lancaster, S.C. **854: Bonnie Simmons, S.C. (Hope no one minds that I added the flag.)** **855. Darlene Cook, Barnwell , SC*** **856. Walter Breland SFC RET, Lodge, S.C.*** **857. W. Collier, South Carolina*** **858. B. Frye , South Carolina***** ** 859. Alice Brooks , South Carolina 860. Phillip Baker , USA , SFC Ret., Columbia , SC 861. Lisa Crimm, Attalla , */AL/**//*     */[862. GINA HANNAH , GADSDEN , AL/* */863. MIRREN HANNAH, GADSDEN , AL/* */864. ALYSSA HANNAH, GADSDEN AL/* */865. JOSH HANNAH, GADSDEN , AL/* */866. LOLA M. CLOYD GADSDEN , AL/* */867. MARTHA RHODEN, GADSDEN , AL 868. JOY HUDSON, RAINBOW CITY, AL 869. ALYSSA HUDSON, RAINBOW CITY, AL 870. Josh Lee Rainbow City, Al /* _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/4de8d475/attachment-0004.html From richie at vtiger.com Thu Sep 14 06:20:35 2006 From: richie at vtiger.com (Richie) Date: Thu, 14 Sep 2006 06:20:35 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/6df45c3b/attachment-0004.html From liuzs at bit2x.com Thu Sep 14 06:51:51 2006 From: liuzs at bit2x.com (Zesheng Liu) Date: Thu, 14 Sep 2006 21:51:51 +0800 Subject: [Vtigercrm-developers] vtigercrm5 released References: <10dac7c621d.-2815831025202525818.4014258511365709807@@vtiger.com> Message-ID: <006701c6d804$fe223000$de0ac50a@liuzs> Hi, Congration! Thanks to Richie and your team. Noah Liu ----- Original Message ----- From: Richie To: vtigercrm-developers at lists.vtigercrm.com Sent: Thursday, September 14, 2006 9:20 PM Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie ------------------------------------------------------------------------------ _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/602d219d/attachment-0004.html From dgrant at accuratetechnologies.com Thu Sep 14 07:21:58 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 14 Sep 2006 10:21:58 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Congrats! And great timing too! Now, could someone with more Subversion experience than I explain how to pull this release out of svn and sync my changes against my local copy of RC1 against the new version? Tanks, DG _____ From: Richie [mailto:richie at vtiger.com] Sent: Thursday, September 14, 2006 9:21 AM To: vtigercrm-developers at lists.vtigercrm.com Subject: [Vtigercrm-developers] vtigercrm5 released Hi! vtigercrm5 has been released! https://sourceforge.net/project/showfiles.php?group_id=117522&package_id =203942 I take this opportunity to thank each one of you for the help, encouragement and support that you have provided to enable us to release it today. This has been 'the' toughest release in vtiger's short history and also the most useful and knowledgeable one. The core-team learnt a lot about community-building, making mistakes, using trac and svn, handling volatile emotions,etc. It has been a sort of self-discovery actually. At this point of time, I cannot help but be philosophical about the output. We have given our best we could in the given circumstances. The result is for all of you to decide upon. Yes, we could have done more but then I am not sure if that would have made the release any better. There comes a time when we have to let go and take a step back and observe. I think this is the time. Thank You for taking out some time to read this mail. I want all of you to know that we need you and we respect you. We will make mistakes in the future too but we are willing to learn and adapt also. So, please bear with us. Do let us know how you feel about the release. Thanks once again, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060914/0df7c974/attachment-0004.html From leandro at oriontek.org Thu Sep 14 13:25:37 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Thu, 14 Sep 2006 15:25:37 -0500 Subject: [Vtigercrm-developers] New Features Message-ID: <200609141525.37760.leandro@oriontek.org> Hello Vtiger developer team, Im testing the V5 today, and V5Beta before, and I like the import utility for the notes, emails, quotes and tickets, because from sugar for my case is easy export this datas from the web form. The import utility for contacts and accounts is good for me, but i need import the notes and tickets and if is possible the quotes. Somebody has working in Spanish Translation for V5? (for aplication, manuals and plugins?) if none is available or you need for help, i would help to it. Congratulations For this hard JOB!! -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From joe at tsolucio.com Thu Sep 14 13:58:43 2006 From: joe at tsolucio.com (Joe Bordes) Date: Thu, 14 Sep 2006 22:58:43 +0200 Subject: [Vtigercrm-developers] New Features In-Reply-To: <200609141525.37760.leandro@oriontek.org> References: <200609141525.37760.leandro@oriontek.org> Message-ID: <1158267523.8029.4.camel@joeshome.int> Hello Leandro, Can't help with imports but you should checkout this thread in the language forum: http://forums.vtiger.com/viewtopic.php?t=9668&postdays=0&postorder=asc&start=0 You should get a pretty good start into a spanish translation. I am Joe Bordes and I will start a new spanish translation project, as the thread says (the existing one seems to be dead), and coordinate all the efforts that are being done to this respect. Just give me a couple of days :-) Regards, Joe El jue, 14-09-2006 a las 15:25 -0500, Leandro Rache Sanchez escribi?: > Hello Vtiger developer team, > Im testing the V5 today, and V5Beta before, and I like the import utility for > the notes, emails, quotes and tickets, because from sugar for my case is easy > export this datas from the web form. The import utility for contacts and > accounts is good for me, but i need import the notes and tickets and if is > possible the quotes. > Somebody has working in Spanish Translation for V5? (for aplication, manuals > and plugins?) if none is available or you need for help, i would help to it. > > Congratulations For this hard JOB!! From libregeek at gmail.com Fri Sep 15 06:58:32 2006 From: libregeek at gmail.com (Manilal K M) Date: Fri, 15 Sep 2006 19:28:32 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 Message-ID: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Hi developers, I have just now downloaded and installed the amazing vtiger-5.0 and really impressed with the appearance and usability. But I came across a number of problems while installing. I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched logs/migration.log, but there was no log of any kind. I was actually trying to load the data through the second method (database dump of 4.2.3). This is still not solved. The second issue is with the IMAP connection. I tried to configure the mail account through the interface provided by vtiger and it was a great failure. In the end I found that the Connection String through which vtiger is connection is making the problem. The Connection String with which vtiger is connecting is: "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" Then I hardcoded my server's Connection String in modules/Webmail/MailBox.php like this: $this->mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, $this->secretkey); and it worked. I think that something happened with the Connection string, because it is different from the one that I used. Reference : http://in.php.net/manual/en/function.imap-open.php regards Manilal From allan.bush+vtiger_dev at gmail.com Fri Sep 15 07:51:04 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 07:51:04 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> Message-ID: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Congratulations on the release. I'm sure everyone deserves a couple days off now. I hate to nag but a release should never occur when there are outstanding bugs will a target milestone of the release version. All these bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 should have been cleared off (either closed or had their milestone bumped) before the 5.0 release. It looks a little unprofessional to create a release with so many known outstanding issues. Also all open bugs with a version of 5.0-RC (http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) should be reviewed against the 5.0 release now and either marked as fixed or have their version bumped to 5.0. Moving forward their should probably be 2 new targeted releases; 5.0.1 and 5.1.0. A 5.0 branch should be created and all bug fixes should be applied to it for a 5.0.1 release. Meanwhile all new features should be added to the trunk code which will become the 5.1 release in time. Bug fixes applied to the 5.0 branch should also be applied to the trunk code when appropriate. This is of course all my opinion and open to discussion. On 9/14/06, Dennis Grant wrote: > > > > > Congrats! > > > > And great timing too! > > > > Now, could someone with more Subversion experience than I explain how to > pull this release out of svn and sync my changes against my local copy of > RC1 against the new version? > > > > Tanks, > > > > DG > > > > ________________________________ > > > From: Richie [mailto:richie at vtiger.com] > Sent: Thursday, September 14, 2006 9:21 AM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > Hi! > > vtigercrm5 has been released! > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > I take this opportunity to thank each one of you for > the help, encouragement and support that > you have > provided to enable us to release it today. > > This has been 'the' toughest release in vtiger's > short history and also the most useful and > knowledgeable one. > The core-team learnt a lot about > community-building, making mistakes, using > trac and svn, handling volatile > emotions,etc. It has been a sort of > self-discovery actually. > > At this point of time, I cannot help but be > philosophical about the output. > We have given our best we could in the given > circumstances. > The result is for all of you to decide upon. > Yes, we could have done more but then I am not sure > if that would have made the release any > better. > > There comes a time when we have to let go and take > a step back and observe. > I think this is the time. > > Thank You for taking out some time to read this mail. > I want all of you to know that we need you and we > respect you. > We will make mistakes in the future too but we are > willing to learn and adapt also. > So, please bear with us. > > Do let us know how you feel about the release. > > Thanks once again, > Richie > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 08:05:15 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 10:05:15 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: It is better to be able to get a list of known bugs in an app. Reassigning or closing the bugs would prevent a user from finding out that their specific version has a known bug. Before I deploy an application, I should be able to tell what is wrong with it to see if there are any show stoppers. For example, if there is a fatal flaw in the ability to send emails and I require emails then I want to know before deployment. Ideally, the bug tracker has the ability to note that a bug exists in multiple versions and when it was fixed. In lieu of that, leave the bugs open and create a new bug for the next milestone that references the previous version. When the bug is fixed, note that in the previous bug so they know to move up to 5.1.0 or if it is a patch then mark it as fixed in 5.0.1. In summary, if 5.0.0 has a bug then it always will have a bug. Anyone running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. Regards, Tim OnwealdTim On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > I'm sure everyone deserves a couple days off now. > > I hate to nag but a release should never occur when there are > outstanding bugs will a target milestone of the release version. All > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > should have been cleared off (either closed or had their milestone > bumped) before the 5.0 release. It looks a little unprofessional to > create a release with so many known outstanding issues. > > Also all open bugs with a version of 5.0-RC > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority > ) > should be reviewed against the 5.0 release now and either marked as > fixed or have their version bumped to 5.0. > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > applied to it for a 5.0.1 release. Meanwhile all new features should > be added to the trunk code which will become the 5.1 release in time. > Bug fixes applied to the 5.0 branch should also be applied to the > trunk code when appropriate. > > This is of course all my opinion and open to discussion. > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > Congrats! > > > > > > > > And great timing too! > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > pull this release out of svn and sync my changes against my local copy > of > > RC1 against the new version? > > > > > > > > Tanks, > > > > > > > > DG > > > > > > > > ________________________________ > > > > > > From: Richie [mailto:richie at vtiger.com] > > Sent: Thursday, September 14, 2006 9:21 AM > > > > To: vtigercrm-developers at lists.vtigercrm.com > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > Hi! > > > > vtigercrm5 has been released! > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > I take this opportunity to thank each one of you for > > the help, encouragement and support that > > you have > > provided to enable us to release it today. > > > > This has been 'the' toughest release in vtiger's > > short history and also the most useful and > > knowledgeable one. > > The core-team learnt a lot about > > community-building, making mistakes, using > > trac and svn, handling volatile > > emotions,etc. It has been a sort of > > self-discovery actually. > > > > At this point of time, I cannot help but be > > philosophical about the output. > > We have given our best we could in the given > > circumstances. > > The result is for all of you to decide upon. > > Yes, we could have done more but then I am not sure > > if that would have made the release any > > better. > > > > There comes a time when we have to let go and take > > a step back and observe. > > I think this is the time. > > > > Thank You for taking out some time to read this mail. > > I want all of you to know that we need you and we > > respect you. > > We will make mistakes in the future too but we are > > willing to learn and adapt also. > > So, please bear with us. > > > > Do let us know how you feel about the release. > > > > Thanks once again, > > Richie > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/c0aa6513/attachment-0004.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 08:17:29 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 08:17:29 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> Message-ID: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. On 9/15/06, Tim Smith wrote: > It is better to be able to get a list of known bugs in an app. Reassigning > or closing the bugs would prevent a user from finding out that their > specific version has a known bug. > > Before I deploy an application, I should be able to tell what is wrong with > it to see if there are any show stoppers. For example, if there is a fatal > flaw in the ability to send emails and I require emails then I want to know > before deployment. > > Ideally, the bug tracker has the ability to note that a bug exists in > multiple versions and when it was fixed. In lieu of that, leave the bugs > open and create a new bug for the next milestone that references the > previous version. When the bug is fixed, note that in the previous bug so > they know to move up to 5.1.0 or if it is a patch then mark it as fixed in > 5.0.1. > > In summary, if 5.0.0 has a bug then it always will have a bug. Anyone > running 5.0.0 will need to know about the bug even if it is fixed in 5.0.1. > > Regards, > Tim > > OnwealdTim > > > On 9/15/06, Allan Bush wrote: > > Congratulations on the release. > > > > I'm sure everyone deserves a couple days off now. > > > > I hate to nag but a release should never occur when there are > > outstanding bugs will a target milestone of the release version. All > > these bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=5.0.0 > > should have been cleared off (either closed or had their milestone > > bumped) before the 5.0 release. It looks a little unprofessional to > > create a release with so many known outstanding issues. > > > > Also all open bugs with a version of 5.0-RC > > ( > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&version=5.0-RC&order=priority) > > should be reviewed against the 5.0 release now and either marked as > > fixed or have their version bumped to 5.0. > > > > Moving forward their should probably be 2 new targeted releases; 5.0.1 > > and 5.1.0. A 5.0 branch should be created and all bug fixes should be > > applied to it for a 5.0.1 release. Meanwhile all new features should > > be added to the trunk code which will become the 5.1 release in time. > > Bug fixes applied to the 5.0 branch should also be applied to the > > trunk code when appropriate. > > > > This is of course all my opinion and open to discussion. > > > > > > On 9/14/06, Dennis Grant wrote: > > > > > > > > > > > > > > > Congrats! > > > > > > > > > > > > And great timing too! > > > > > > > > > > > > Now, could someone with more Subversion experience than I explain how to > > > pull this release out of svn and sync my changes against my local copy > of > > > RC1 against the new version? > > > > > > > > > > > > Tanks, > > > > > > > > > > > > DG > > > > > > > > > > > > ________________________________ > > > > > > > > > From: Richie [mailto: richie at vtiger.com] > > > Sent: Thursday, September 14, 2006 9:21 AM > > > > > > To: vtigercrm-developers at lists.vtigercrm.com > > > Subject: [Vtigercrm-developers] vtigercrm5 released > > > > > > > > > > > > > > > > > > > > > > > > Hi! > > > > > > vtigercrm5 has been released! > > > > https://sourceforge.net/project/showfiles.php?group_id=117522&package_id=203942 > > > > > > I take this opportunity to thank each one of you for > > > the help, encouragement and support that > > > you have > > > provided to enable us to release it today. > > > > > > This has been 'the' toughest release in vtiger's > > > short history and also the most useful and > > > knowledgeable one. > > > The core-team learnt a lot about > > > community-building, making mistakes, using > > > trac and svn, handling volatile > > > emotions,etc. It has been a sort of > > > self-discovery actually. > > > > > > At this point of time, I cannot help but be > > > philosophical about the output. > > > We have given our best we could in the given > > > circumstances. > > > The result is for all of you to decide upon. > > > Yes, we could have done more but then I am not sure > > > if that would have made the release any > > > better. > > > > > > There comes a time when we have to let go and take > > > a step back and observe. > > > I think this is the time. > > > > > > Thank You for taking out some time to read this mail. > > > I want all of you to know that we need you and we > > > respect you. > > > We will make mistakes in the future too but we are > > > willing to learn and adapt also. > > > So, please bear with us. > > > > > > Do let us know how you feel about the release. > > > > > > Thanks once again, > > > Richie > > > > > > _______________________________________________ > > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > > > > _______________________________________________ > > Get started with creating presentations online - http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From smith.timsmith at gmail.com Fri Sep 15 11:33:07 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 15 Sep 2006 13:33:07 -0500 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/254f07e8/attachment-0004.html From dgrant at accuratetechnologies.com Fri Sep 15 11:55:39 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 14:55:39 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> So can anybody give me any pointers about how to grab the new release from SVN and synch up my repository with my patches? DG _____ From: Tim Smith [mailto:smith.timsmith at gmail.com] Sent: Friday, September 15, 2006 2:33 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Agreed. On 9/15/06, Allan Bush wrote: I agree Tim, I only advocated moving bugs from a version of 5.0-RC because it's an interim release and unsupported at this time. The milestone is the release the bug is going to be fix in, obviously any unfix bugs with a milestone of 5.0 have missed the boat at this point and their milestone should be reassigned so that you know when you can expect a fix for those issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060915/81e804f9/attachment-0004.html From allan.bush+vtiger_dev at gmail.com Fri Sep 15 12:17:09 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Fri, 15 Sep 2006 12:17:09 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D34@exch.accuratetechnologies.com> Message-ID: <3bec26390609151217p25886abcvfafa30ccbe96e673@mail.gmail.com> Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From dgrant at accuratetechnologies.com Fri Sep 15 12:31:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Fri, 15 Sep 2006 15:31:16 -0400 Subject: [Vtigercrm-developers] vtigercrm5 released Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091C@exch.accuratetechnologies.com> I thought there was a way to checkout a new working copy of 5.0GA, then do a merge of my trunk against it. They way I have been working so far, I actually imported my install of a working 5.0RC1 into SVN, then checked it out in place (meaning that SVN saw my hacking on a live install of RC1 as a working copy.) I never committed any of my changes, so a straight svn diff would dump a patch that was all my changes compared against vanilla RC1 - that was easy to submit to the mailing list to get my patches accepted. But given the amount of work that I'm doing - and am going to have to do, given the backup of feature requests I've got on the go right now - it'd be better for everyone if I adopted the same SVN practices as the rest of the vtiger core team. But I'm super new to svn, and could use a little handholding. Is there no way to get svn to download the new version and do the merge? DG -----Original Message----- From: Allan Bush [mailto:allan.bush+vtiger_dev at gmail.com] Sent: Friday, September 15, 2006 3:17 PM To: vtigercrm-developers at lists.vtigercrm.com Subject: Re: [Vtigercrm-developers] vtigercrm5 released Sure. It depends on how you have everything setup on your end though. The easiest would be if the copy you have was checked out from SVN and you've made some local modifications. Then simply run "svn update" and watch for conflicts as your changes are merged. Otherwise you can merge the changes in 2 different ways: merge your changes against 5.0-RC into 5.0 or merge the changes from 5.0-RC to 5.0 into you custom build. It's generally easier to merge whichever is the smallest set of changes. 5.0-RC was tagged from the trunk at revision 8964 and 5.0 was tagged from the trunk at revision 9528. Option 1: Get a diff of everything between those two revisions: svn diff -r8964:9528 http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/trunk > vtiger_5.0-RC_to_5.0_update.patch then use "patch" to merge those changes into your current build. Option 2: Export the 5.0-RC release: svn export http://vtiger.fosslabs.com/svn/vtiger/vtigercrm/tags/vtigercrm-5.0.0-rc and run "diff" against your current changes: diff -Naurb vtigercrm-5.0.0-rc vitgercrm_custom_build > vitger_5.0-RC_customizations.patch then checkout the 5.0 release (or just download it) and use "patch" to merge your customizations. Either way you'll also want to lookout for any database changes from 5.0-RC to 5.0 and apply those manually to your database. I'm not certain what's changed there, but the vtiger team promised an upgrade path so there should be a script somewhere to help with that. On 9/15/06, Dennis Grant wrote: > > > > > So can anybody give me any pointers about how to grab the new release from > SVN and synch up my repository with my patches? > > > > DG > > > > ________________________________ > > > From: Tim Smith [mailto:smith.timsmith at gmail.com] > Sent: Friday, September 15, 2006 2:33 PM > > To: vtigercrm-developers at lists.vtigercrm.com > Subject: Re: [Vtigercrm-developers] vtigercrm5 released > > > > > > > Agreed. > > > On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt From joe at tsolucio.com Sun Sep 17 16:09:13 2006 From: joe at tsolucio.com (Joe Bordes) Date: Mon, 18 Sep 2006 01:09:13 +0200 Subject: [Vtigercrm-developers] block, tab and field id numbers In-Reply-To: <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> References: <1157677778.10479.7.camel@joeshome.int> <10d8ceeb863.5124626383821148423.-712595752758543072@@vtiger.com> Message-ID: <1158534554.11480.4.camel@joeshome.int> Hi, I finally got a moment to read and understand this email. I also updated some wiki pages with it. >From what I understand there is no official way of obtaining a tabid/blockid with which I can work without worrying of clashing with somebody elses. So why isn't there a tab_seq and block_seq table so we could use the getUniqueID when inserting records in these tables as we do with vtiger_fields? Thanks for your answer. Regards, Joe El vie, 08-09-2006 a las 03:17 -0700, Mangai escribi?: > Dear joebordes, > > I apologize for delay in reply. > > Here is the information you requested: > > Following changes should be done in > modules/Users/DefaultDataPopulator.php files. > > 1) To insert into vtiger_tab table > use value greater than 29 for tabid. values from 1 to 29 already > occupied for modules in vtigerCRM. > Syntax: $this->db->query("INSERT INTO vtiger_tab VALUES > (,'',,,'',,,)"); > > Example: $this->db->query("INSERT INTO vtiger_tab VALUES > (7,'Leads',0,4,'Leads',null,null,1)"); > [example given with respect to Leads module.] > > 2) To insert into vtiger_blocks table > use value greater than 83 for blockid. values from 1 to 83 are > already occupied. > Syntax: $this->db->query("insert into vtiger_blocks values > > (,,'',, >,,,,)"); > > Example: $this->db->query("insert into vtiger_blocks values > (13,7,'LBL_LEAD_INFORMATION',1,0,0,0,0,0)"); > > 3) To insert into vtiger_field table > value for fieldid will be generated dynamically using getUniqueID > method of PearDataBase class. > Syntax: $this->db->query("insert into vtiger_field values > > (,,,,,,,, > > ,,,,,,,, > ,,)"); > > Example: $this->db->query("insert into vtiger_field values > > (7,".$this->db->getUniqueID("vtiger_field").",'salutation','vtiger_leaddetails',1,'55','salutationtype', > > 'Salutation',1,0,0,100,1,13,3,'V~O',1,null,'BAS')"); > > > This is a small part in module creation. As you asked about block,tab > and field id, I've given that. kindly wait for some time to get full > documentation for module creation. We will provide it soon. > > If you have any query or any difficulty in the above statements, > kindly feel free to mail me(email address: minnie at vtiger.com) > > Thanks & Regards, > Minnie. > > ---- On Thu, 07 Sep 2006 Joe Bordes wrote ---- > > Hi All, > > I asked a question on the forum a few days ago but nobody > answered. The > thread is: > > http://forums.vtiger.com/viewtopic.php?t=9516 > > It is about what numbers I should use when adding > vtiger_block, > vtiger_tab and vtiger_field. Do I just invent whatever numbers > I want > and hope they don't clobber/get clobberd? Or is there > somewhere I can > get my own "reserved" numbers? > > I'm asking because I just let out a patch to a project on the > forge that > has this problem. Or I make an install script for the project > and > generate te numbers dinamically so they can adapt to each > installation > or I used some reserved numbers. > > Please put me in the right direction. > > Thanks, Joe. > > BTW: If anybody has some time to test the project, all > feedback is > welcome (tsolucio::tttimecards). > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From mmbrich at fosslabs.com Sun Sep 17 22:01:51 2006 From: mmbrich at fosslabs.com (Matthew Brichacek) Date: Sun, 17 Sep 2006 23:01:51 -0600 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> Message-ID: <1158555711.6562.1.camel@localhost.localdomain> The connection string seems to be a hit and miss depending on the email server. If I put too many connection attempts into the MailBox class it slows the system down considerably for each attempt. I'll work on it some more, have been out of town and missed the 5.0.0 release :(. Matt On Fri, 2006-09-15 at 19:28 +0530, Manilal K M wrote: > Hi developers, > I have just now downloaded and installed the amazing vtiger-5.0 and > really impressed with the appearance and usability. But I came across > a number of problems while installing. > I couldn't migrate my 4.2.3 database to vtiger-5.0.0. I searched > logs/migration.log, but there was no log of any kind. I was actually > trying to load the data through the second method (database dump of > 4.2.3). This is still not solved. > > The second issue is with the IMAP connection. I tried to configure the > mail account through the > interface provided by vtiger and it was a great failure. In the end I > found that the Connection String through which vtiger is connection is > making the problem. The Connection String with which vtiger is > connecting is: > "{127.0.0.1/IMAP4:993/tls/novalidate-cert/user=dummy at foobar.com}INBOX" > > Then I hardcoded my server's Connection String in > modules/Webmail/MailBox.php like this: > $this->mbox = imap_open > ("{localhost:993/imap/ssl/novalidate-cert}INBOX",$this->login_username, > $this->secretkey); > and it worked. > > I think that something happened with the Connection string, because it > is different from the one that I used. > > Reference : http://in.php.net/manual/en/function.imap-open.php > > regards > Manilal > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt From libregeek at gmail.com Sun Sep 17 22:41:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 18 Sep 2006 11:11:33 +0530 Subject: [Vtigercrm-developers] Problems in Connecting to IMAP Server and DB Migration in vtiger-5.0 In-Reply-To: <1158555711.6562.1.camel@localhost.localdomain> References: <2315046d0609150658q393595b1v18574e498786ec0b@mail.gmail.com> <1158555711.6562.1.camel@localhost.localdomain> Message-ID: <2315046d0609172241h19b90376q211e79d62b057669@mail.gmail.com> On 18/09/06, Matthew Brichacek wrote: > The connection string seems to be a hit and miss depending on the email > server. If I put too many connection attempts into the MailBox class it > slows the system down considerably for each attempt. I'll work on it > some more, have been out of town and missed the 5.0.0 release :(. > > Matt Dear Matt, I would like to bring to your notice some of the issues I notices in modules/Webmails. First of all, the vtiger connection string never includes a string like "{localhost:993/imap/ssl/novalidate-cert}". It is seen that a checking for $this->ssltype == "ssl" is included from the source, but the ssltype variable will never get a value like "SSL", because such a value is never returned from the UI. and hence a IMAP connection to port no 993 is not possible. It would be nice to include a radio button which has a value "SSL" in the Email Settings form along with TLS and NOTLS, so that users can enable SSL connection to 993. regards Manilal From don at vtiger.com Mon Sep 18 04:24:59 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 04:24:59 -0700 Subject: [Vtigercrm-developers] vtigercrm5 released In-Reply-To: References: <3E26E7A199CABA49822B3E6B741434F9010C4D2F@exch.accuratetechnologies.com> <3bec26390609150751j5f44cdf2r6b5ed18f3f435c0f@mail.gmail.com> <3bec26390609150817h5f2c82edo940748d63e0da9be@mail.gmail.com> Message-ID: <10dc0abfe60.3128830003835031301.-7116431478932076005@@vtiger.com> Hi All, We do agree that currently there are issues with version and priority updates in the trac. Philip will be working on this and we will fix these issues at the earliest. Please bear with us in the mean time. As pointed out by Allan we will also move the tickets from version from 5.0-RC to 5.0.0 if the issue still persists in 5.0 GA Thanks & Regards, Don ---- On Fri, 15 Sep 2006 Tim Smith wrote ---- Agreed. On 9/15/06, Allan Bush wrote: > > I agree Tim, I only advocated moving bugs from a version of 5.0-RC > because it's an interim release and unsupported at this time. > > The milestone is the release the bug is going to be fix in, obviously > any unfix bugs with a milestone of 5.0 have missed the boat at this > point and their milestone should be reassigned so that you know when > you can expect a fix for those issues. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/707f150f/attachment-0004.html From gopals at vtiger.com Mon Sep 18 04:53:40 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 18 Sep 2006 04:53:40 -0700 Subject: [Vtigercrm-developers] Naming convention for language packs Message-ID: <10dc0c63e26.6514486618761055109.8022407613324589530@@vtiger.com> Dear Team, I would like to propose the following naming convention for version 5 language packs: vtigercrm-5.0.0--.zip Example: vtigercrm-5.0.0-en-us.zip Looking forward for your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag | blog ph: +1 877 788 4437 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/92309517/attachment-0004.html From jtk at yahoo.com Mon Sep 18 06:59:42 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 18 Sep 2006 09:59:42 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: Gopal wrote: > I would like to propose the following naming convention for version 5 language packs: What is vtigercrm's definition of a language pack: a) additional drop-in files providing a new translated language, multiple language packs can be dropped in and selected by site config file or user preference. vtigercrm only ships with one (or a few) language pack, for space reduction.* b) a localized variant of the complete vtigercrm source (e.g. substituted strings everywhere). I don't think this is what we're talking about here. > vtigercrm-5.0.0--.zip > > Example: vtigercrm-5.0.0-en-us.zip This naming convention gives the impression of b). As a release package, all name components should be ahead of the version number components. if a): vtigercrm-lang-en-us-5.0.0.zip if b): vtigercrm-localized-en-us-5.0.0.zip This 'package name' would be 'vtigercrm-lang-en-us', and can follow the same naming conventions and release procedures as we finalize in the trac Wiki. * I'm not keen on the idea of separating out language packs unless including them wastes an unspeakable amount of space. It will be much easier on release management to just treat translations as feature additions, and prepare a release accordingly. I think we should streamline the bugfix and feature release processes and follow them uniformly for every release. From don at vtiger.com Mon Sep 18 08:15:44 2006 From: don at vtiger.com (don) Date: Mon, 18 Sep 2006 08:15:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <10dc17f3f47.-4775032917081322974.7833253795728513370@@vtiger.com> Hi All, Moving forward to the forthcoming releases ,we have planned to maintain the svn in the following format. Kindly let us know your views on this. The following two branches will be created over the vtigercrm-5.0.0 trunk: - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be done in this branch - 5.1 --> All the feature additions will be done in this branch. The bug fixes done in the 5.0.1 branch will also be updated in the 5.1 branch. We will require help in this area as we are not that well-versed with svn. Fathi/JeffK will need to help us out at this stage. Now when a minor bug fix/patch release namely 5.0.1 is to be done, we will do the following :- the modified source files present in the 5.0.1 branch will be provided as a zip to upgrade from 5.0 to 5.0.1 We will also provide the full .tar.gz/exe/zip files of 5.0.1 for newly installing users so that it is not required that the install 5.0 and then upgrade to 5.0.1 When a medium release, namely- 5.1 is to be done inclusive of the bug fixes/features , the modified source files present ie (5.0.1 - 5.1) in the 5.1 branch will be provided as a zip to upgrade from 5.0 to 5.1 We will also provide the full .tar.gz/exe/zip files of 5.1 for newly installing users. Top of the trunk development is frozen. Post 5.1 we will merge all the files in 5.1 branch to the top of the trunk and then again we will create the two braches over this, 5.1.1 for bug fixes and 5.2 for feature addition. Feel free to post your views on this. Thanks, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060918/f06cf1be/attachment-0004.html From fboudra at gmail.com Tue Sep 19 06:00:00 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Tue, 19 Sep 2006 15:00:00 +0200 Subject: [Vtigercrm-developers] Naming convention for language packs In-Reply-To: References: <30684.7956534059$1158580439@news.gmane.org> Message-ID: <200609191500.00459.fboudra@gmail.com> another proposal: vtigercrm-i18n-lang-5.0.0 anyway version number is always at the end. from my point of view, localized or lang aren't commonly used. cheers, Fathi PS: example given vtigercrm-i18n-af-5.0.0 vtigercrm-i18n-ar-5.0.0 vtigercrm-i18n-az-5.0.0 vtigercrm-i18n-bg-5.0.0 vtigercrm-i18n-bn-5.0.0 vtigercrm-i18n-br-5.0.0 vtigercrm-i18n-bs-5.0.0 vtigercrm-i18n-ca-5.0.0 vtigercrm-i18n-cs-5.0.0 vtigercrm-i18n-cy-5.0.0 vtigercrm-i18n-da-5.0.0 vtigercrm-i18n-de-5.0.0 vtigercrm-i18n-el-5.0.0 vtigercrm-i18n-engb-5.0.0 vtigercrm-i18n-eo-5.0.0 vtigercrm-i18n-es-5.0.0 vtigercrm-i18n-et-5.0.0 vtigercrm-i18n-eu-5.0.0 vtigercrm-i18n-fa-5.0.0 vtigercrm-i18n-fi-5.0.0 vtigercrm-i18n-fr-5.0.0 vtigercrm-i18n-fy-5.0.0 vtigercrm-i18n-ga-5.0.0 vtigercrm-i18n-gl-5.0.0 vtigercrm-i18n-he-5.0.0 vtigercrm-i18n-hi-5.0.0 vtigercrm-i18n-hr-5.0.0 vtigercrm-i18n-hu-5.0.0 vtigercrm-i18n-is-5.0.0 vtigercrm-i18n-it-5.0.0 vtigercrm-i18n-ja-5.0.0 vtigercrm-i18n-km-5.0.0 vtigercrm-i18n-ko-5.0.0 vtigercrm-i18n-lt-5.0.0 vtigercrm-i18n-lv-5.0.0 vtigercrm-i18n-mk-5.0.0 vtigercrm-i18n-mn-5.0.0 vtigercrm-i18n-ms-5.0.0 vtigercrm-i18n-nb-5.0.0 vtigercrm-i18n-nds-5.0.0 vtigercrm-i18n-nl-5.0.0 vtigercrm-i18n-nn-5.0.0 vtigercrm-i18n-pa-5.0.0 vtigercrm-i18n-pl-5.0.0 vtigercrm-i18n-pt-5.0.0 vtigercrm-i18n-ptbr-5.0.0 vtigercrm-i18n-ro-5.0.0 vtigercrm-i18n-ru-5.0.0 vtigercrm-i18n-rw-5.0.0 vtigercrm-i18n-se-5.0.0 vtigercrm-i18n-sk-5.0.0 vtigercrm-i18n-sl-5.0.0 vtigercrm-i18n-sr-5.0.0 vtigercrm-i18n-srlatin-5.0.0 vtigercrm-i18n-ss-5.0.0 vtigercrm-i18n-sv-5.0.0 vtigercrm-i18n-ta-5.0.0 vtigercrm-i18n-tg-5.0.0 vtigercrm-i18n-tr-5.0.0 vtigercrm-i18n-uk-5.0.0 vtigercrm-i18n-uz-5.0.0 vtigercrm-i18n-zhcn-5.0.0 vtigercrm-i18n-zhtw-5.0.0 From jtk at yahoo.com Tue Sep 19 07:39:25 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 10:39:25 -0400 Subject: [Vtigercrm-developers] Naming convention for language packs References: <30684.7956534059$1158580439@news.gmane.org> <200609191500.00459.fboudra@gmail.com> Message-ID: Fathi Boudra wrote: > vtigercrm-i18n-lang-5.0.0 > (...) > vtigercrm-i18n-es-5.0.0 Fathi's right, i18n is much better. Make sure to use proper ISO codes for the language component of the package name. I still don't see the wisdom of add-in packages for each language. The linux distro packagers have to write or configure something smart enough to install the system language. Is the intent to save space, or to allow individual translation packages to be released on independently in the weeks after a release of vtigercrm-proper? You could have a vtigercrm-i18n-5.0.0 release that added in *all* language files other than the 'en-us' that an i18n-stripped vtigercrm would ship with. From sergiokessler at gmail.com Tue Sep 19 08:50:20 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Tue, 19 Sep 2006 12:50:20 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-784867627482226232@unknownmsgid> References: <-784867627482226232@unknownmsgid> Message-ID: <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> I think this is wrong. I can understand (not agree) to create a 5.0.1 branch. but why you need to create a 5.1 branch at all ??? 5.1 development should be done in the trunk... branching 5.1 the only thing will do is complicate things... remember KISS (Keep It Simple, Stupid) On 9/18/06, don wrote: > > Hi All, > > Moving forward to the forthcoming releases ,we have > planned to maintain the svn in the > following format. Kindly let us know your views on this. > > The following two branches will be created over the > vtigercrm-5.0.0 trunk: > > - 5.0.1 --> All the bug fixes of vtigerCRM 5.0.0 wil be > done in this branch > - 5.1 --> All the feature additions will be done in this > branch. The bug fixes done in the 5.0.1 branch will also > be updated in the 5.1 branch. We will require help in this > area as we are not that well-versed with > svn. Fathi/JeffK will need to help us out > at this stage. > > > Now when a minor bug fix/patch release namely 5.0.1 is to > be done, we will do the following :- > the modified source files present in the 5.0.1 branch will > be provided as a zip to upgrade from 5.0 to 5.0.1 > We will also provide the full .tar.gz/exe/zip files of > 5.0.1 for newly installing users so that it is not required > that the install 5.0 and then upgrade to 5.0.1 > > > When a medium release, namely- 5.1 is to be done inclusive > of the bug fixes/features , the modified > source files present ie (5.0.1 - 5.1) in the 5.1 branch > will be provided as a zip to upgrade from 5.0 to 5.1 > We will also provide the full .tar.gz/exe/zip files of 5.1 > for newly installing users. > > > Top of the trunk development is frozen. > > Post 5.1 we will merge all the files in 5.1 branch to the > top of the trunk and then again we will > create the two braches over this, 5.1.1 for bug fixes and > 5.2 for > feature addition. > > Feel free to post your views on this. > > Thanks, > Don > > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Tue Sep 19 09:25:02 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:02 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. From jtk at yahoo.com Tue Sep 19 09:25:23 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 12:25:23 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 From fp at crm-now.de Tue Sep 19 10:31:55 2006 From: fp at crm-now.de (Frank Piepiorra) Date: Tue, 19 Sep 2006 19:31:55 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: Message-ID: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > From jtk at yahoo.com Tue Sep 19 10:35:11 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 19 Sep 2006 13:35:11 -0400 Subject: [Vtigercrm-developers] Subversion (trunk) permissions opened again? Message-ID: Have the restricted commit permissions been removed from the repository (vtigercrm/trunk, specifically)? From jens at Strawberry.COM Tue Sep 19 11:24:04 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Tue, 19 Sep 2006 20:24:04 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: ; from Jeff Kowalczyk on Tue, Sep 19, 2006 at 12:25:02PM -0400 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <20060919202404.E18014@Strawberry.COM> Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From werk at r2g.nl Wed Sep 20 01:41:04 2006 From: werk at r2g.nl (Dhr. R.R. Gerbrands) Date: Wed, 20 Sep 2006 10:41:04 +0200 Subject: [Vtigercrm-developers] language packs In-Reply-To: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Working with some translations myself in other project, I agree with Frank. But I don't see why we still have to change a code. I would suggest make language pack just what they are: the files including a different language and let us ork on not having to change any code for a language, in the first place! That way it would be much easier to include a new language, instead of giving each language a complete ctigercrm. I'm afrai that we might end up with several forks, as people want to include their own packages. Remco -----Oorspronkelijk bericht----- Van: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:vtigercrm-developers-bounces at lists.vtigercrm.com]Namens Frank Piepiorra Verzonden: dinsdag 19 september 2006 19:32 Aan: vtigercrm-developers at lists.vtigercrm.com Onderwerp: [Vtigercrm-developers] language packs Having made some language packs myself I strongly oppose to include the language packs into the distribution. There are a couple of reasons for it: - like the code the language packs need to be tested, that can not be done by vtiger and so vtiger can not assure quality - the way vtiger has coded the language packs (currently) requires sometimes a change of code to meet a proper Grammar - there are coming out new language packs frequently, I think some people will get offended if their language pack will not be included in the distribution for any reason So I think it is better to make these packages available for download at vtigers website as a community contribution. Regards, Frank > > * I'm not keen on the idea of separating out language packs > unless including them wastes an unspeakable amount of space. > It will be much easier on release management to just treat > translations as feature additions, and prepare a release accordingly. > > I think we should streamline the bugfix and feature release > processes and follow them uniformly for every release. > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt ----- Scanned for virus and spam From don at vtiger.com Wed Sep 20 02:47:42 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 02:47:42 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <20060919202404.E18014@Strawberry.COM> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> Message-ID: <10dca9fa4a3.-763084884070474814.4430338107967877023@@vtiger.com> Hi all, Thanks for all your valuable feedbacks and suggestions. >From looking into your inputs we also feel the maintaining a separate 5.1 branch is unnecessary and will be cumbersome. So we will be doing the feature additions for 5.1 in the top of the trunk. We will have only the 5.0.1 branch for bug fixing. All fixing done in this branch will also be merged in the top of th trunk. Kindly let us know your opinions on this. Thanks, Don ---- On Tue, 19 Sep 2006 Jens Hamisch wrote ---- Hi, I've got some experience with large software development projects which all had two things in common: * A hughe number of developers * At least more than one 'official' release handed over to customers. Thus a version management was obligatory for all of those projects. The systems used were varying from one project to another: SCCS, RCS, CVS, ClearCase, ... All of thoses systems had their pro's and con's. The common things were the ability to branch, merge and tag versions. In summary I've learned the following from all of those projects: 1. Try to keep a single line of development 2. Branch if you *MUST* 3. Tag if you *CAN* Tagging is helpfull to define 'milestones' during an ongoing development (e.g. assignment of symbolic names for all source files versions that form a well defined development step). Branching should either take place at the time when at least 2 major versions are out (e.g. delivered to customers) and need o be maintained or if different requirements for the product forces a split off of the development tree. For vtiger I do not see any need to split the development tree at the moment. However, the 5.0 is out and needs to be maintained while the next version is being developed. Therefor I'd strongly suggest to * Do bugfixing for the 5.0 version in the 5.0.1 branch * Keep the current development in the trunk line. Kind regards Jens On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff Kowalczyk wrote: > Sergio A. Kessler wrote: > > I think this is wrong. > > I can understand (not agree) to create a 5.0.1 branch. but why you need > > to create a 5.1 branch at all ??? 5.1 development should be done in the > > trunk... branching 5.1 the only thing will do is complicate things... > > remember KISS (Keep It Simple, Stupid) > > I was going to complement Richie on the right branching naming, etc, > procedure... > > The timing of branching is equally important, however, and I think it's > too soon. > > We're going to have to decide (and document, and enforce) among the > 'stable trunk' vs other development models. > > We need to decide where new features get developed, and under what > conditions they get merged back to the 'trunk' or branch, as policy > decides. > > Everyone discussing this should read: > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > with 'copies are cheap in subversion' in mind. Branches are easy, and the > numerous variety of branches (e.g for feature development) should be > short-lived (e.g. merge back to trunk or branch, then delete/move branch). > > Maintaining multiple long-lived branches is labor intensive, and might > only be undertaken to support long-term maintenance goals, on branches > that rarely want to merge changes from 'upstream'. > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt -- -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/b8fcbeb3/attachment-0004.html From sergiokessler at gmail.com Wed Sep 20 08:19:10 2006 From: sergiokessler at gmail.com (Sergio A. Kessler) Date: Wed, 20 Sep 2006 12:19:10 -0300 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <-1527600265577740350@unknownmsgid> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> Message-ID: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From jtk at yahoo.com Wed Sep 20 08:57:57 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 11:57:57 -0400 Subject: [Vtigercrm-developers] language packs References: <200609191715.k8JHFEvJ001563@doko.im-netz.de> Message-ID: Dhr. R.R. Gerbrands wrote: > I would suggest make language pack just what they are: the files > including a different language and let us ork on not having to change > any code for a language, in the first place! What would be the name of a subsequent enhancement/bugfix release of the language pack: vtigercrm-i18n-de-5.0.0 My point is, this introduces a whole new release cycle which may be: delayed in its start from the vtigercrm-5.0.0 release, highly accelerated (e.g. releases may be rapidly followed by minor improvements), and driven by first-time or infrequent contributors. The user (and the packager) is now burdened with matching a precise language pack ISO code and version number to ensure proper operation. A successful language pack initiative making independently-timed releases would need a determined release manager to keep things from getting out of hand. From don at vtiger.com Wed Sep 20 09:36:45 2006 From: don at vtiger.com (don) Date: Wed, 20 Sep 2006 09:36:45 -0700 Subject: [Vtigercrm-developers] Invtiting fixes/contributions for 5.0.1 Message-ID: <10dcc1621de.-2686492889488106902.2731985580817985028@@vtiger.com> Hi All, We invitie bug fixes/contributions for vtigerCRM 5.0.1. Kindly post your fixes/contributions in trac and the URL for the same is as follows: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report For all the fixes/contributions that you are posting in trac make sure that you also are making a blurb here in this mailing list. We also invite volunteers for testing these fixes and contributions. So interested people kindly contact us. Thanks & Regards, Don -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/677fb25a/attachment-0004.html From richie at vtiger.com Wed Sep 20 09:38:44 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:38:44 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> Message-ID: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Well, my thought process is something like this :- I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. Does this make sense? Kindly let me know lest I go way overboard with svn fundas. Richie ---- Sergio A. Kessler<sergiokessler at gmail.com> wrote ---- now one question: do you really need to branch 5.0.1 ? or put it another way: do you already have code for 5.1 that will *not* go in 5.0.1 ?? if the response is "not yet", then the 5.0.1 branching is unnecesary for now, IMO... remember: branch iif you MUST. /sak On 9/20/06, don <don at vtiger.com> wrote: > > > Hi all, > > Thanks for all your valuable feedbacks and suggestions. > > From looking into your inputs we also feel the > maintaining a separate 5.1 branch is unnecessary > and will be > cumbersome. So we will be doing the feature > additions for 5.1 in the top of the trunk. > > We will have only the 5.0.1 branch for bug fixing. All > fixing done in this branch will also be merged in > the top of th trunk. > > Kindly let us know your opinions on this. > > Thanks, > Don > > > > > ---- On Tue, 19 Sep 2006 Jens Hamisch <jens at strawberry.com> > wrote ---- > > > Hi, > > I've got some experience with large software development > projects which all had two things in common: > > * A hughe number of developers > * At least more than one 'official' release handed over > to customers. > > Thus a version management was obligatory for all of those > projects. The systems used were varying from one project > to another: SCCS, RCS, CVS, ClearCase, ... > > All of thoses systems had their pro's and con's. > The common > things were the ability to branch, merge and tag > versions. > In summary I've learned the following from all of those > projects: > > 1. Try to keep a single line of development > 2. Branch if you *MUST* > 3. Tag if you *CAN* > > Tagging is helpfull to define 'milestones' during an > ongoing > development (e.g. assignment of symbolic names for all > source files versions that form a well defined > development > step). > > Branching should either take place at the time when > at least > 2 major versions are out (e.g. delivered to customers) and > need o be maintained or if different requirements for the > product forces a split off of the development tree. > > > For vtiger I do not see any need to split the > development tree > at the moment. However, the 5.0 is out and needs to be > maintained > while the next version is being developed. > > Therefor I'd strongly suggest to > > * Do bugfixing for the 5.0 version in the 5.0.1 branch > * Keep the current development in the trunk line. > > Kind regards > Jens > > On Tue, Sep 19, 2006 at 12:25:02PM -0400, Jeff > Kowalczyk wrote: > > Sergio A. Kessler wrote: > > > I think this is wrong. > > > I can understand (not agree) to create a 5.0.1 branch. > but why you need > > > to create a 5.1 branch at all ??? 5.1 development should be done > in the > > > trunk... branching 5.1 the only thing will do is > complicate things... > > > remember KISS (Keep It Simple, Stupid) > > > > I was going to complement Richie on the right > branching naming, etc, > > procedure... > > > > The timing of branching is equally important, > however, and I think it's > > too soon. > > > > We're going to have to decide (and document, > and enforce) among the > > 'stable trunk' vs other development models. > > > > We need to decide where new features get developed, > and under what > > conditions they get merged back to the 'trunk' or > branch, as policy > > decides. > > > > Everyone discussing this should read: > > > > > http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html > > > > with 'copies are cheap in subversion' in mind. > Branches are easy, and the > > numerous variety of branches (e.g for feature > development) should be > > short-lived (e.g. merge back to trunk or branch, then > delete/move branch). > > > > Maintaining multiple long-lived branches is > labor intensive, and might > > only be undertaken to support long-term > maintenance goals, on branches > > that rarely want to merge changes from 'upstream'. > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > -- > > -------------------------------------------------------------------------------- > / > +##+|##+ STRAWBERRY Jens Hamisch > +v#+v v##+ EDV-Systeme GmbH Managing > director > / v v\v > | . . . | Waldeckstr. 9a Car (Voice): > (+49 172) 81 04 162 > | . | D-82515 Wolfratshausen Voice: > (+49 8171) 41805-0 > | . | Fax: > (+49 8171) 41805-59 > \ . / Tel.: (+49 8171) 41805-0 Email: > jens at Strawberry.COM > \____/ Strawberry at Strawberry.COM > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/0a534241/attachment-0004.html From richie at vtiger.com Wed Sep 20 09:40:08 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:40:08 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc193bd2.6541870305308356549.-5434552578084649865@@vtiger.com> Jeff, any idea on the effort and the result of this operation please? Before I call for an all-out ceasefire on the checkins, I need to know whether this operation will have any benefits within stipulated timelines. Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- And just a plug for my pet project, the vtigercrm community will be richly rewarded with ongoing merge labor saved, if we bite the source-formatting bullet before major branching. I still don't know how to do a few necessary things with php_beautifier, but if it were resolved, I'd be all for it, sooner rather than later. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1820 _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/59b244fd/attachment-0004.html From richie at vtiger.com Wed Sep 20 09:48:16 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 09:48:16 -0700 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> Message-ID: <10dcc20af09.-8578252862366610154.6153230573603325771@@vtiger.com> Jeff, I need your personal thoughts on our decision to have a 5.0.1 branch and keep the 5.1 development to be done on the top-of-the-trunk for 5.0.0. This will give us the extra-confidence here to move forward. I have some queries. Kindly bear with me as I did read the document but was not quick enough to understand it. The bug fixes that are being done will be on the 5.0.1 branch. Now, to maintain the same fixes in the 5.1, we also need to make checkins in the 5.0.0 top of the trunk. Is that correct? To add to the above combo, we can also integrate the contributions of other features for example the mailing list enhancement from mmbrich (say) to ONLY the top-of-the-trunk. So, in brief, the 5.0.0 top of the trunk will have the following :- the 5.0.0 code the bug fixes that are going to 5.0.1 the features submitted newly The combination of these three is going to be called the 5.1 release. Is my understanding correct? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- Sergio A. Kessler wrote: > I think this is wrong. > I can understand (not agree) to create a 5.0.1 branch. but why you need > to create a 5.1 branch at all ??? 5.1 development should be done in the > trunk... branching 5.1 the only thing will do is complicate things... > remember KISS (Keep It Simple, Stupid) I was going to complement Richie on the right branching naming, etc, procedure... The timing of branching is equally important, however, and I think it's too soon. We're going to have to decide (and document, and enforce) among the 'stable trunk' vs other development models. We need to decide where new features get developed, and under what conditions they get merged back to the 'trunk' or branch, as policy decides. Everyone discussing this should read: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.using.html with 'copies are cheap in subversion' in mind. Branches are easy, and the numerous variety of branches (e.g for feature development) should be short-lived (e.g. merge back to trunk or branch, then delete/move branch). Maintaining multiple long-lived branches is labor intensive, and might only be undertaken to support long-term maintenance goals, on branches that rarely want to merge changes from 'upstream'. _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/88a14e1f/attachment-0004.html From richie at vtiger.com Wed Sep 20 10:12:24 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:12:24 -0700 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? Message-ID: <10dcc36c664.6515729719084379586.3312953583758173088@@vtiger.com> Hello! I want to know how to handle feature submissions given by various vtiger users into the 5.0.0 trunk. Is there any specific process that needs to be followed? The reason for the question is this :- We need to determine what all features should go into 5.1. For this to happen, we need to have a list of features that the users are willing to submit so that those features become part of the 5.1. Now, how do we keep track of these? How to ensure that the users do not step on each other's toes? I am sure someone will have this experience out there. I am willing to learn. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/282c5503/attachment-0004.html From richie at vtiger.com Wed Sep 20 10:17:12 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:17:12 -0700 Subject: [Vtigercrm-developers] Right time to start working on 5.1? Message-ID: <10dcc3b2d66.1054835573058807321.7639813491275639595@@vtiger.com> Hi! Wanted to know if you feel that it is the right time to start working on the 5.1 front? Or, do you suggest that we wait till the 5.0.1 is out and then start working on that end? Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/ff913a45/attachment-0004.html From richie at vtiger.com Wed Sep 20 10:22:41 2006 From: richie at vtiger.com (Richie) Date: Wed, 20 Sep 2006 10:22:41 -0700 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? Message-ID: <10dcc40327f.584187284068407711.-945443142663597140@@vtiger.com> Hi! I am flooding the mailing list I think but please this is no spam :-)! How does one determine when to make the jump from the 5.0.x to a 5.y? Anyway, 5.y is going to be the final destination which is going to be a superset of fixes and features right? What criteria are used to determine this? Often in the past, I have made this mistake of jumping the gun immediately after a release and working on the next big thing. I realise that this approach is flawed but am not able to pinpoint why it is flawed. Matt has explained this to me many a times but I still do not get it. Kindly explain to me once again please. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/799e972e/attachment-0004.html From fboudra at gmail.com Wed Sep 20 10:32:33 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 19:32:33 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <200609201932.33373.fboudra@gmail.com> Hi, why it is so difficult to understand ? Please find below an overview of the repository and what must be done: The vtigercrm repository structure The repository is organised in main directories: * branches * tags * trunk The trunk directory The trunk directory is where the main development for vtigercrm occurs. What you will find here is what will become the next vtigercrm release. The tags directory This directory contains the official releases of the programs maintained and developed in the vtigercrm repository. Inside it, you will find the release numbers. The branches directory This directory contains the branch versions of vtigercrm after a major release. vtigercrm must adhere to the philosphy that new features (as well as new user-visible strings) are added only to the next release cycle ? the one that lives in trunk. However, bugfixes are applied to all applications, even after release. In order to do that, a branch is created at the moment of the release, indicating the state of the files at that time. Bugfixes are then checked in to those files. Those branches are the ones in branches. To resume: * bugfixes must be done in branches * new feature must be done in trunk * keep sync your bugfixes in trunk * never commit code that break vtigercrm we don't really care of versionning "right now" (5.0.1, 5.0.2, 5.1.0). This is bugfixes (must be done in branches) time so when we'll see that it's the right time to release a bugfix version, we'll do. For people, that want to work/add new feature, it must be done in trunk. my 2 cents. cheers, Fathi From jtk at yahoo.com Wed Sep 20 10:55:26 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 13:55:26 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <39773.0841803879$1158770934@news.gmane.org> Message-ID: Richie wrote: > Jeff, I need your personal thoughts on our decision to have a 5.0.1 > branch and keep the 5.1 development to be done on the top-of-the-trunk > for 5.0.0. I'd encourage the 'stable trunk' policy (which is kind of what we've been using), and branch only when necessary. Scenarios include: - Branching for release: just before a release to do a few tweaks. For the record, I think it was a mistake to close off the trunk for two months leading up to vtigercrm-5.0.0 tagging. Committers would have followed rules if given them. - Branching for maintenance: when you're about to take the trunk into a direction that won't be merge-compatible with supported releases, make a maintenance branch, and plan for it to be long-lived. vtigercrm/branches/4.2 has been functioning correctly in this capacity. - Branching for features: when you're about to add a feature that will break something until you're done working on it, or otherwise destabilize the trunk, make a branch, and plan for it to be short lived. Use a project-wide consistent name for your feature branch. Something that includes the ticket number is good, e.g. enh-0098-newfleem Document your branch copy URL at rev in the commit message Do your work in the branch as fast as possible, merging changes from parent branch to minimize your diff. Ask for a core-team review when done, if you have doubts about what your code change will do to the trunk. Keep your trunk diff minimized while you wait for merge approval. Merge back to the trunk, document your URL at rev in the commit message, close/update your feature ticket After a brief cooling-off period, move your branch to vtigercrm/branches/historical/, or delete. Based on current status, I'd envision things like: vtigercrm/ trunk/ (busy but always kept usable for 'test production') tags/ 5.0.0/ (over time, only keep official release tags) 5.0.1/ 4.2.5/ historical/ 5.0.0beta1 (useful old tags can be kept, delete rest) 5.0.0rc1 4.2.5rc1 branches/ 4.2/ 5.0.2/ (only for days/hours before release) enh-0093-fleem/ (only present while in development) enh-0098-newfleem/ historical/ 5.0.1/ (useful dead branches kept, delete rest) enh-0053-refubar/ From jtk at yahoo.com Wed Sep 20 11:03:15 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:03:15 -0400 Subject: [Vtigercrm-developers] How to determine if 5.0.2 is needed or should directly go to 5.1? References: <21410.9561210082$1158773018@news.gmane.org> Message-ID: Richie wrote: > How does one determine when to make the jump from the 5.0.x to a 5.y? Use trac to its fullest extent and it the repository will tell you when its time to make a release. Take a moment to absorb all the information embedded in the view of a properly managed milestone: http://trac.edgewall.org/milestone/0.10 Keep in mind that tickets can be reassigned to other milestones as priorites and developer resources change. From jtk at yahoo.com Wed Sep 20 11:12:07 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:12:07 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for 5.1? References: <6393.70659268952$1158772373@news.gmane.org> Message-ID: Richie wrote: > I want to know how to handle feature submissions given by various vtiger > users into the 5.0.0 trunk. Is there any specific process that needs to > be followed? Its really just a matter of making a trac ticket, documenting the patch, the changesets committed, and if absolutely necessary make a short lived branch do the work without destabilizing the trunk. The more general comment to be made here is that all work done in the repository should take the fullest advantage of trac tickets, and smart trac references in the commit message (e.g. "fixes #0095. fleem added"). We lose a tremendous amount of trac labor-saving potential with every generic 'fixes done' commit message or 'fixed' ticket closing message. From dgrant at accuratetechnologies.com Wed Sep 20 11:15:43 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 20 Sep 2006 14:15:43 -0400 Subject: [Vtigercrm-developers] How to handle feature integrations for5.1? Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D38@exch.accuratetechnologies.com> So how does one get a login ID for the trac? DG From jtk at yahoo.com Wed Sep 20 11:29:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 14:29:46 -0400 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page Message-ID: I would like to add some developer documentation pages to the trac wiki, but my login jeffk lacks permissions to edit the front page from which the new pages should be linked. Pages kind of hard to discover otherwise. Please add jeffk user's edit permissions to the front page. From philip at vtiger.com Wed Sep 20 11:47:46 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 11:47:46 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone Message-ID: <10dcc8e15d9.-5753421698361706924.3517267400752934774@@vtiger.com> Hi Matt, Kindly add the following options 5.0.2 and 5.0.3 in our trac Milestone field at the earliest, this to demarcate the issues that needs to be taken up for our forthcoming patches. Even though richie has admin permissions to trac, was unable to do this! what could be the reason? Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/49f15a18/attachment-0004.html From allan.bush+vtiger_dev at gmail.com Wed Sep 20 11:50:40 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:50:40 -0700 Subject: [Vtigercrm-developers] Add jeffk edit permissions trac wiki front page In-Reply-To: References: Message-ID: <3bec26390609201150n21bef632hfc20a16de4e7df86@mail.gmail.com> hmm... you had permissions to modify the wiki, I guess you need a different permission to change the front page? anyways I set you up as a wiki admin which should do it for you. On 9/20/06, Jeff Kowalczyk wrote: > I would like to add some developer documentation pages to the trac wiki, > but my login jeffk lacks permissions to edit the front page from which the > new pages should be linked. Pages kind of hard to discover otherwise. > > Please add jeffk user's edit permissions to the front page. > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > From allan.bush+vtiger_dev at gmail.com Wed Sep 20 11:55:32 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 11:55:32 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <-5504457135839745342@unknownmsgid> References: <-5504457135839745342@unknownmsgid> Message-ID: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From philip at vtiger.com Wed Sep 20 12:25:49 2006 From: philip at vtiger.com (Philip) Date: Wed, 20 Sep 2006 12:25:49 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> Message-ID: <10dccb0ec00.-6559626176162626349.-6357892118758173588@@vtiger.com> Yes i agree adding two or more patches to a main release is not fair, but practically it is difficult for us to fix all the bugs in a single patch, as we have around 130+ bugs in trac for 5.0.1 milestone. As i was working on trac for last couple of days, sorting all the bugs/issues (right now i have completed only 75% of it) that need to be fixed for next patch i was surprised to see the count and still 25% is pending, the count will reach 200. So we wanted to fix it patch by patch, but positively not more than three. ---- On Wed, 20 Sep 2006 Allan Bush wrote ---- I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. 5.0.x is for bug fixes to the 5.0.0 release. All known bugs should be fixed in the next release in the series (5.0.1 at this time). Are there alright known bugs with 5.0.0 that we won't be able to fix for the 5.0.1 release, if so why not? On 9/20/06, Philip wrote: > Hi Matt, > > Kindly add the following options 5.0.2 and 5.0.3 in our > trac Milestone field at the earliest, this > to demarcate the issues that needs > to be taken up for our forthcoming patches. > > Even though richie has admin permissions to trac, > was unable to do this! what could be the > reason? > > Regards, > Philip > > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > _______________________________________________ Get started with creating presentations online - http://zohoshow.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060920/3daa50ed/attachment-0004.html From fboudra at gmail.com Wed Sep 20 12:29:11 2006 From: fboudra at gmail.com (Fathi Boudra) Date: Wed, 20 Sep 2006 21:29:11 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: References: <-784867627482226232@unknownmsgid> <39773.0841803879$1158770934@news.gmane.org> Message-ID: <200609202129.11313.fboudra@gmail.com> Le mercredi 20 septembre 2006 19:55, Jeff Kowalczyk a ?crit : > vtigercrm/ > trunk/ (busy but always kept usable for 'test production') > tags/ > 5.0.0/ (over time, only keep official release tags) > 5.0.1/ > 4.2.5/ > historical/ > 5.0.0beta1 (useful old tags can be kept, delete rest) > 5.0.0rc1 > 4.2.5rc1 > branches/ > 4.2/ > 5.0.2/ (only for days/hours before release) > enh-0093-fleem/ (only present while in development) > enh-0098-newfleem/ > historical/ > 5.0.1/ (useful dead branches kept, delete rest) > enh-0053-refubar/ historical directory aren't needed, this is tagged version like others. based on my previous mail which explain how i'll see the development, my tree: trunk/ tags/ 4.2.5/ 5.0.0-beta1/ 5.0.0-rc1/ 5.0.0/ branches/ 4.2/ 5.0/ From allan.bush+vtiger_dev at gmail.com Wed Sep 20 12:32:53 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Wed, 20 Sep 2006 12:32:53 -0700 Subject: [Vtigercrm-developers] Adding options in trac milestone In-Reply-To: <3141950195704887184@unknownmsgid> References: <-5504457135839745342@unknownmsgid> <3bec26390609201155y2de35942v56350bd845774761@mail.gmail.com> <3141950195704887184@unknownmsgid> Message-ID: <3bec26390609201232q7b705d41y66176a80a394d92a@mail.gmail.com> Very well, I'm not sure I agree, but I understand the your problem. I've added a 5.0.2 milestone for now. On 9/20/06, Philip wrote: > > > Yes i agree adding two or more patches to a main release > is not fair, but practically it is > difficult for us to fix all the bugs > in a single patch, as we have around 130+ bugs in trac for > 5.0.1 milestone. As i was working on trac for last couple > of days, > sorting all the bugs/issues (right now i have > completed only 75% of it) that need to be > fixed for next patch i was surprised to see > the count and still 25% is pending, the count will > reach 200. So we wanted to fix it patch by > patch, but positively not more > than three. > > > > ---- On Wed, 20 Sep 2006 Allan Bush > wrote ---- > > I don't think we want 5.0.3 (and maybe not 5.0.2) as milestones yet. > > 5.0.x is for bug fixes to the 5.0.0 release. All known > bugs should be > fixed in the next release in the series (5.0.1 at this > time). Are > there alright known bugs with 5.0.0 that we won't be able to > fix for > the 5.0.1 release, if so why not? > > On 9/20/06, Philip wrote: > > Hi Matt, > > > > Kindly add the following options 5.0.2 and 5.0.3 in our > > trac Milestone field at the earliest, this > > to demarcate the issues that needs > > to be taken up for our forthcoming patches. > > > > Even though richie has admin permissions to trac, > > was unable to do this! what could be the > > reason? > > > > Regards, > > Philip > > > > > > _______________________________________________ > > Get started with creating presentations online - > http://zohoshow.com?vt > > > > > _______________________________________________ > Get started with creating presentations online - > http://zohoshow.com?vt > > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > From leandro at oriontek.org Wed Sep 20 12:48:12 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 20 Sep 2006 14:48:12 -0500 Subject: [Vtigercrm-developers] Vtiger Service Packs and Hotfix Message-ID: <200609201448.12693.leandro@oriontek.org> Hello, I think that for vtiger would be a good Idea to devel 2 types of updates for easy manteinance of users, service packs and hotfix. The Hotfix would be critical patch or improves over the last release. For the Service packs it would to contain a summary of hotfix since the last service pack, and this would be accumulative. The syntax for this HotFix and Service packs would be some as it: vtiger-5.0.0.tar.gz (The install app) vtiger-hf-5.0.1-tar.gz vtiger-hf-5.0.2.tar.gz ... Vtiger-sp-5.1.tar.gz (contain all the hot fix inside) vtiger-hf-5.1.1-tar.gz .... .... If this releases of Vtiger work fine, the updates since any version would be easy and no more complex migrations of versions for the users with vtiger in production. Each user would to choice update the Hotfix or wait the next service pack for vtiger The procedure would to be a tool for Updates in settings (admin web panel). This is my idea. Best regards, -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From jtk at yahoo.com Wed Sep 20 15:29:21 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Wed, 20 Sep 2006 18:29:21 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <10011.8887763985$1158770448@news.gmane.org> Message-ID: Richie wrote: > Jeff, any idea on the effort and the result of this operation (source > formatting with php_beautifier) please? Before I call for an all-out > ceasefire on the checkins, I need to know whether this operation will > have any benefits within stipulated timelines. No need for any cessation of checkins, the necessary invocation of php_beautifier has not been learned yet anyway. I've got questions to the PEAR list open for a few months now, no one has replied. If I/we do learn how to do the few necessary remaining things with php_beautifier, I'd probably do a feature branch and ask for all interested parties to help to get it done quickly. If it turns out well we'll merge it back to the trunk and that will be a big improvement to our branching and merging capability going forward. From jens at Strawberry.COM Wed Sep 20 23:34:29 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 21 Sep 2006 08:34:29 +0200 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases In-Reply-To: <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com>; from Richie on Wed, Sep 20, 2006 at 09:38:44AM -0700 References: <-784867627482226232@unknownmsgid> <49216030609190850l19253a54o2cc538f30f7265ef@mail.gmail.com> <20060919202404.E18014@Strawberry.COM> <-1527600265577740350@unknownmsgid> <49216030609200819v16beef93ja9905251a9d17306@mail.gmail.com> <10dcc17f22d.-122173475497664823.-4075735283192382775@@vtiger.com> Message-ID: <20060921083429.F29368@Strawberry.COM> Hi, On Wed, Sep 20, 2006 at 09:38:44AM -0700, Richie wrote: > Well, my thought process is something like this :- > > I am sure some of you are working on your own branches and would like some features to be made part of the trunk. I had in mind that these specific contributions could be accomodated in 5.1 ie these can be made part of the 5.1 release. I'm currently working on a (major?) feature upgrade: multiple organization support and organization units. IMHO this will be completed in a couple of days. To check in I'd prefer to create some feature branch, request the community for retest ans suggestions and to merge it back into the trunk as soon sa possible. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 21 05:01:09 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 21 Sep 2006 08:01:09 -0400 Subject: [Vtigercrm-developers] 5.0.1, 5.1 releases Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D3A@exch.accuratetechnologies.com> > I'm currently working on a (major?) feature upgrade: multiple organization > support and organization units. IMHO this will be completed in a couple of > days. Yay! Jens, you're a man of your word. I like that. DG From philip at vtiger.com Thu Sep 21 06:37:21 2006 From: philip at vtiger.com (Philip) Date: Thu, 21 Sep 2006 06:37:21 -0700 Subject: [Vtigercrm-developers] Adding Milestone 5.0.3 Message-ID: <10dd0983fe2.-1558529279998099199.-7774887269989517932@@vtiger.com> Hi Matt, Kindly add '5.0.3' as an option in trac, in 'Milestone' field, as we need to assign a countable bugs to this milestone and i need to complete it by end of the day. Thanks for your understanding. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/04fc6570/attachment-0004.html From joe at tsolucio.com Thu Sep 21 18:01:30 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 03:01:30 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158886890.10290.2.camel@joeshome.int> Hi, I think I have found a bug in the profile creation script: http://forums.vtiger.com/viewtopic.php?t=9978 I would like to insert this bug into trac but cannot see how. Can somebody please explain to me how I should proceed? Thanks, Joe TSolucio From allan.bush+vtiger_dev at gmail.com Thu Sep 21 18:08:38 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 18:08:38 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158886890.10290.2.camel@joeshome.int> References: <1158886890.10290.2.camel@joeshome.int> Message-ID: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> I don't mean to be rude, but if you go to trac (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get access now? On 9/21/06, Joe Bordes wrote: > Hi, > > I think I have found a bug in the profile creation script: > > http://forums.vtiger.com/viewtopic.php?t=9978 > > I would like to insert this bug into trac but cannot see how. Can > somebody please explain to me how I should proceed? > > Thanks, Joe > TSolucio > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > From smith.timsmith at gmail.com Thu Sep 21 18:48:01 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Thu, 21 Sep 2006 20:48:01 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: The problem is that trac is designed for those developing the application, not users of the application. Just for grins, I tried to act like a user (or someone who doesn't know the way of the vtiger developer) and looked for how to find out if a bug is fixed and if not then how to report it. These are the steps I went through: 1. Went to http://www.vtiger.com 2. Clicked on the "developer" tab 3. Saw "View Bugs " so I clicked there. 4. Looked for a way to search bugs to make sure my bug isn't known... Saw "custom query" so I clicked it. 5. Stared a while... not the most friendly search engine for most users. Most people just want to search for the error text. 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. No good. 5.2. I then imagined Joe searching for a summary containing "TEXTAREA description" so I searched that. No good. 6. At this point, you might figure you should add a bug. So how would you do this? The menu bar gives these options - Wiki - Timeline - Roadmap - Browse Source - View Tickets None of those would have anything to do with reporting a bug. So I went back and clicked "View Bugs" again. 7. Okay, average user is now stumped or frustrated. Advanced user would start looking through the wiki. 8. Bang. Came across what Allan is talking about. Though I would rather see a link that says "Reporting bugs" that then tells me to request access from Richie. So here are my comments: - Provide a link from the vtiger.com support and developer tabs that go straight to the list of known bugs: http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 - Provide a link on all report pages that allows adding a new bug report. Call it a bug report, not an issue. - Provide a simple way to search for an error message on "Tickets - Reports". This form could route directly to the "custom query". Also: - When custom query form is first loaded, always include summary and keywords. - Change the button that removes search items on the custom query from [ - ] to [ X ] which is better known for removing items. Regards, Tim OnwealdTim On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > (http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see how to get > access now? > > On 9/21/06, Joe Bordes wrote: > > Hi, > > > > I think I have found a bug in the profile creation script: > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > I would like to insert this bug into trac but cannot see how. Can > > somebody please explain to me how I should proceed? > > > > Thanks, Joe > > TSolucio > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060921/ad416501/attachment-0004.html From allan.bush+vtiger_dev at gmail.com Thu Sep 21 19:19:14 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:19:14 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> Message-ID: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> I wasn't aware that there we links to trac that didn't go through the front page. Which leads me to the next thing I was going to suggest: put the contact for access information into the page header when the user isn't logged in. I think you'll have to edit one of the trac source files to do that, but it shouldn't be a difficult. On 9/21/06, Tim Smith wrote: > The problem is that trac is designed for those developing the application, > not users of the application. Just for grins, I tried to act like a user > (or someone who doesn't know the way of the vtiger developer) and looked for > how to find out if a bug is fixed and if not then how to report it. > > These are the steps I went through: > 1. Went to http://www.vtiger.com > 2. Clicked on the "developer" tab > 3. Saw " View Bugs" so I clicked there. > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > "custom query" so I clicked it. > 5. Stared a while... not the most friendly search engine for most users. > Most people just want to search for the error text. > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > No good. > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > description" so I searched that. No good. > 6. At this point, you might figure you should add a bug. So how would you > do this? The menu bar gives these options > Wiki > Timeline > Roadmap > Browse Source > View TicketsNone of those would have anything to do with reporting a bug. > So I went back and clicked "View Bugs" again. > 7. Okay, average user is now stumped or frustrated. Advanced user would > start looking through the wiki. > 8. Bang. Came across what Allan is talking about. Though I would rather > see a link that says "Reporting bugs" that then tells me to request access > from Richie. > > So here are my comments: > > Provide a link from the vtiger.com support and developer tabs that go > straight to the list of known bugs: > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > Provide a link on all report pages that allows adding a new bug report. > Call it a bug report, not an issue. > Provide a simple way to search for an error message on "Tickets - Reports". > This form could route directly to the "custom query". Also: > > When custom query form is first loaded, always include summary and keywords. > Change the button that removes search items on the custom query from [ - ] > to [ X ] which is better known for removing items. > Regards, > Tim > > OnwealdTim > > > On 9/21/06, Allan Bush wrote: > > I don't mean to be rude, but if you go to trac > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > how to get > > access now? > > > > On 9/21/06, Joe Bordes wrote: > > > Hi, > > > > > > I think I have found a bug in the profile creation script: > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > somebody please explain to me how I should proceed? > > > > > > Thanks, Joe > > > TSolucio > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > From allan.bush+vtiger_dev at gmail.com Thu Sep 21 19:40:50 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 21 Sep 2006 19:40:50 -0700 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> Message-ID: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> There is a "Search" tab which is probably exactly what an end user would want when looking for their bug, but it's disabled for anonymous users. If no one can think of a good reason for it to be disabled I'll enable it. On 9/21/06, Allan Bush wrote: > I wasn't aware that there we links to trac that didn't go through the > front page. > > Which leads me to the next thing I was going to suggest: put the > contact for access information into the page header when the user > isn't logged in. > > I think you'll have to edit one of the trac source files to do that, > but it shouldn't be a difficult. > > On 9/21/06, Tim Smith wrote: > > The problem is that trac is designed for those developing the application, > > not users of the application. Just for grins, I tried to act like a user > > (or someone who doesn't know the way of the vtiger developer) and looked for > > how to find out if a bug is fixed and if not then how to report it. > > > > These are the steps I went through: > > 1. Went to http://www.vtiger.com > > 2. Clicked on the "developer" tab > > 3. Saw " View Bugs" so I clicked there. > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > "custom query" so I clicked it. > > 5. Stared a while... not the most friendly search engine for most users. > > Most people just want to search for the error text. > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > No good. > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > description" so I searched that. No good. > > 6. At this point, you might figure you should add a bug. So how would you > > do this? The menu bar gives these options > > Wiki > > Timeline > > Roadmap > > Browse Source > > View TicketsNone of those would have anything to do with reporting a bug. > > So I went back and clicked "View Bugs" again. > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > start looking through the wiki. > > 8. Bang. Came across what Allan is talking about. Though I would rather > > see a link that says "Reporting bugs" that then tells me to request access > > from Richie. > > > > So here are my comments: > > > > Provide a link from the vtiger.com support and developer tabs that go > > straight to the list of known bugs: > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > Provide a link on all report pages that allows adding a new bug report. > > Call it a bug report, not an issue. > > Provide a simple way to search for an error message on "Tickets - Reports". > > This form could route directly to the "custom query". Also: > > > > When custom query form is first loaded, always include summary and keywords. > > Change the button that removes search items on the custom query from [ - ] > > to [ X ] which is better known for removing items. > > Regards, > > Tim > > > > OnwealdTim > > > > > > On 9/21/06, Allan Bush wrote: > > > I don't mean to be rude, but if you go to trac > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > how to get > > > access now? > > > > > > On 9/21/06, Joe Bordes wrote: > > > > Hi, > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > somebody please explain to me how I should proceed? > > > > > > > > Thanks, Joe > > > > TSolucio > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > > http://zoho.com?vt > > > > > From joe at tsolucio.com Fri Sep 22 00:35:37 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 09:35:37 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> Message-ID: <1158910537.11340.2.camel@joesunix.int> If it so difficult for a "normal user" (you should check out the kind of responses I am giving on your forums and I have 2 projects open on the forge) to inform of a bug, then maybe we are missing out on a lot of testing power. Joe. El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > There is a "Search" tab which is probably exactly what an end user > would want when looking for their bug, but it's disabled for anonymous > users. If no one can think of a good reason for it to be disabled > I'll enable it. > > On 9/21/06, Allan Bush wrote: > > I wasn't aware that there we links to trac that didn't go through the > > front page. > > > > Which leads me to the next thing I was going to suggest: put the > > contact for access information into the page header when the user > > isn't logged in. > > > > I think you'll have to edit one of the trac source files to do that, > > but it shouldn't be a difficult. > > > > On 9/21/06, Tim Smith wrote: > > > The problem is that trac is designed for those developing the application, > > > not users of the application. Just for grins, I tried to act like a user > > > (or someone who doesn't know the way of the vtiger developer) and looked for > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > These are the steps I went through: > > > 1. Went to http://www.vtiger.com > > > 2. Clicked on the "developer" tab > > > 3. Saw " View Bugs" so I clicked there. > > > 4. Looked for a way to search bugs to make sure my bug isn't known... Saw > > > "custom query" so I clicked it. > > > 5. Stared a while... not the most friendly search engine for most users. > > > Most people just want to search for the error text. > > > 5.1. I imagined Joe searching for a keyword of "profile" so I searched that. > > > No good. > > > 5.2. I then imagined Joe searching for a summary containing "TEXTAREA > > > description" so I searched that. No good. > > > 6. At this point, you might figure you should add a bug. So how would you > > > do this? The menu bar gives these options > > > Wiki > > > Timeline > > > Roadmap > > > Browse Source > > > View TicketsNone of those would have anything to do with reporting a bug. > > > So I went back and clicked "View Bugs" again. > > > 7. Okay, average user is now stumped or frustrated. Advanced user would > > > start looking through the wiki. > > > 8. Bang. Came across what Allan is talking about. Though I would rather > > > see a link that says "Reporting bugs" that then tells me to request access > > > from Richie. > > > > > > So here are my comments: > > > > > > Provide a link from the vtiger.com support and developer tabs that go > > > straight to the list of known bugs: > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > Provide a link on all report pages that allows adding a new bug report. > > > Call it a bug report, not an issue. > > > Provide a simple way to search for an error message on "Tickets - Reports". > > > This form could route directly to the "custom query". Also: > > > > > > When custom query form is first loaded, always include summary and keywords. > > > Change the button that removes search items on the custom query from [ - ] > > > to [ X ] which is better known for removing items. > > > Regards, > > > Tim > > > > > > OnwealdTim > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > I don't mean to be rude, but if you go to trac > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > how to get > > > > access now? > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > Hi, > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > I would like to insert this bug into trac but cannot see how. Can > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > Thanks, Joe > > > > > TSolucio > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > > Get started with Online collaboration office & productivity tools - > > > http://zoho.com?vt > > > > > > > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From smith.timsmith at gmail.com Fri Sep 22 07:09:22 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 22 Sep 2006 09:09:22 -0500 Subject: [Vtigercrm-developers] how to insert bug into trac? In-Reply-To: <1158910537.11340.2.camel@joesunix.int> References: <1158886890.10290.2.camel@joeshome.int> <3bec26390609211808r528088b8sef1f689a8626543f@mail.gmail.com> <3bec26390609211919t2d46cbfcs94a12a31a804c401@mail.gmail.com> <3bec26390609211940p733cac6fm755f4c155c307979@mail.gmail.com> <1158910537.11340.2.camel@joesunix.int> Message-ID: Hi Joe, I hope I didn't offend with my "normal user" comment. I was trying to get a usability point across and didn't intend to imply anything about yourself. :-) I think anyone in their right mind would follow the steps I mentioned. I would say my scenario is a standard use case regardless of who is looking for help or providing a fix. While I'm here... Here are a couple of other suggestions I'll throw out: 1. Either use sourceforge or point it to trac and stop using sf. It only causes confusion. In any case, vtiger.sourceforge.net should probably redirect to www.vtiger.com. 2. Add a bug report in SourceForge that shows up at the top to indicate that users should add and search for bugs on the trac.fosslabs.com site. Personally, I will miss the sourceforge bug search. The search results are much easier to read. Regards, Tim OnwealdTim On 9/22/06, Joe Bordes wrote: > > If it so difficult for a "normal user" (you should check out the kind of > responses I am giving on your forums and I have 2 projects open on the > forge) to inform of a bug, then maybe we are missing out on a lot of > testing power. > > Joe. > > El jue, 21-09-2006 a las 19:40 -0700, Allan Bush escribi?: > > There is a "Search" tab which is probably exactly what an end user > > would want when looking for their bug, but it's disabled for anonymous > > users. If no one can think of a good reason for it to be disabled > > I'll enable it. > > > > On 9/21/06, Allan Bush wrote: > > > I wasn't aware that there we links to trac that didn't go through the > > > front page. > > > > > > Which leads me to the next thing I was going to suggest: put the > > > contact for access information into the page header when the user > > > isn't logged in. > > > > > > I think you'll have to edit one of the trac source files to do that, > > > but it shouldn't be a difficult. > > > > > > On 9/21/06, Tim Smith wrote: > > > > The problem is that trac is designed for those developing the > application, > > > > not users of the application. Just for grins, I tried to act like a > user > > > > (or someone who doesn't know the way of the vtiger developer) and > looked for > > > > how to find out if a bug is fixed and if not then how to report it. > > > > > > > > These are the steps I went through: > > > > 1. Went to http://www.vtiger.com > > > > 2. Clicked on the "developer" tab > > > > 3. Saw " View Bugs" so I clicked there. > > > > 4. Looked for a way to search bugs to make sure my bug isn't > known... Saw > > > > "custom query" so I clicked it. > > > > 5. Stared a while... not the most friendly search engine for most > users. > > > > Most people just want to search for the error text. > > > > 5.1. I imagined Joe searching for a keyword of "profile" so I > searched that. > > > > No good. > > > > 5.2. I then imagined Joe searching for a summary containing > "TEXTAREA > > > > description" so I searched that. No good. > > > > 6. At this point, you might figure you should add a bug. So how > would you > > > > do this? The menu bar gives these options > > > > Wiki > > > > Timeline > > > > Roadmap > > > > Browse Source > > > > View TicketsNone of those would have anything to do with reporting a > bug. > > > > So I went back and clicked "View Bugs" again. > > > > 7. Okay, average user is now stumped or frustrated. Advanced user > would > > > > start looking through the wiki. > > > > 8. Bang. Came across what Allan is talking about. Though I would > rather > > > > see a link that says "Reporting bugs" that then tells me to request > access > > > > from Richie. > > > > > > > > So here are my comments: > > > > > > > > Provide a link from the vtiger.com support and developer tabs that > go > > > > straight to the list of known bugs: > > > > http://vtiger.fosslabs.com/cgi-bin/trac.cgi/report/1 > > > > Provide a link on all report pages that allows adding a new bug > report. > > > > Call it a bug report, not an issue. > > > > Provide a simple way to search for an error message on "Tickets - > Reports". > > > > This form could route directly to the "custom query". Also: > > > > > > > > When custom query form is first loaded, always include summary and > keywords. > > > > Change the button that removes search items on the custom query from > [ - ] > > > > to [ X ] which is better known for removing items. > > > > Regards, > > > > Tim > > > > > > > > OnwealdTim > > > > > > > > > > > > On 9/21/06, Allan Bush wrote: > > > > > I don't mean to be rude, but if you go to trac > > > > > ( http://vtiger.fosslabs.com/cgi-bin/trac.cgi) do you see > > > > how to get > > > > > access now? > > > > > > > > > > On 9/21/06, Joe Bordes wrote: > > > > > > Hi, > > > > > > > > > > > > I think I have found a bug in the profile creation script: > > > > > > > > > > > > http://forums.vtiger.com/viewtopic.php?t=9978 > > > > > > > > > > > > I would like to insert this bug into trac but cannot see how. > Can > > > > > > somebody please explain to me how I should proceed? > > > > > > > > > > > > Thanks, Joe > > > > > > TSolucio > > > > > > > > > > > > _______________________________________________ > > > > > > Get started with Online collaboration office & productivity > tools - > > > > http://zoho.com?vt > > > > > > > > > > > _______________________________________________ > > > > > Get started with Online collaboration office & productivity tools > - > > > > http://zoho.com?vt > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Get started with Online collaboration office & productivity tools - > > > > http://zoho.com?vt > > > > > > > > > > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/2e64fde6/attachment-0004.html From philip at vtiger.com Fri Sep 22 07:44:35 2006 From: philip at vtiger.com (Philip) Date: Fri, 22 Sep 2006 07:44:35 -0700 Subject: [Vtigercrm-developers] List of bugs to be fixed for v5 Patch 1 Message-ID: <10dd5fc28ce.473801925644899550.131149115957236440@@vtiger.com> Hi, We have the sorted the list of bugs that will be fixed in our vtiger CRM 5 Patch 1 release, the bug list that will be taken for this patch and the respective owners are given below. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Fixing will be done on 5.0.1 branch. We'll ensure that this is captured in the main trunk too. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/f3844016/attachment-0004.html From joe at tsolucio.com Fri Sep 22 08:21:29 2006 From: joe at tsolucio.com (Joe Bordes) Date: Fri, 22 Sep 2006 17:21:29 +0200 Subject: [Vtigercrm-developers] how to insert bug into trac? Message-ID: <1158938489.11340.6.camel@joesunix.int> Hi, Not ofended at all by your comment Tim, sorry to have given thath impression. I attach another users comments about another bug that I have confirmed and that he doesn't know what to do with either. As you demonstrated with your reasonings it is just not so obvious. In any case I hope somebody on this list will pick up both errores and insert them into the trac or wherever they should be. Joe -------------- next part -------------- An embedded message was scrubbed... From: webmaster at vtiger.com Subject: Topic Reply Notification for "Problem with users updating their preferences" in forum "Help Forum - 5.x" Date: Fri, 22 Sep 2006 07:51:44 -0700 Size: 1906 Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060922/ac8e60a6/attachment-0005.mht From libregeek at gmail.com Sat Sep 23 00:50:33 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:20:33 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow Message-ID: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Hello all, I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is compiled with UW-IMAP(2004g). It appears that it takes too much time to connect to the imap server and fetch mails in Email module of vtiger. I am also using horde/imp in the same server to access mails but it's much faster than that of vtiger. I don't know what's the real issue is ? Somebody please help. if this is a bug I can report it in the bug tracker. regards Manilal From libregeek at gmail.com Sat Sep 23 01:09:56 2006 From: libregeek at gmail.com (Manilal K M) Date: Sat, 23 Sep 2006 13:39:56 +0530 Subject: [Vtigercrm-developers] Connection to IMAP very slow In-Reply-To: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> Message-ID: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> On 23/09/06, Manilal K M wrote: > Hello all, > I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is > compiled with UW-IMAP(2004g). It appears that it takes too much time > to connect to the imap server and fetch mails in Email module of > vtiger. I am also using horde/imp in the same server to access mails > but it's much faster than that of vtiger. I don't know what's the real > issue is ? > Somebody please help. if this is a bug I can report it in the bug tracker. > http://forums.vtiger.com/viewtopic.php?t=9064 I tried this patch, still no use. regards Manilal From developer at infointegrated.com Sat Sep 23 09:14:54 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Sat, 23 Sep 2006 11:14:54 -0500 Subject: [Vtigercrm-developers] Patches for v5.0 In-Reply-To: <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> References: <2315046d0609230050g58873c10t667168371d7e946f@mail.gmail.com> <2315046d0609230109n3eb9d273oa683846d505e1dd6@mail.gmail.com> Message-ID: <35987864-EE4D-48F2-919A-95633C6460AD@infointegrated.com> I have recently added some patches against v5.0 to fix issues into the forums (http://forums.vtiger.com/viewforum.php?f=55). I thought about where best to put them, as I didn't want them sitting in multiple places... I thought the forums would give the best community exposure. I know the Trac is really the best location for these types of issues, but I have noticed a few Trac items getting closed with no fixes being implemented. I am hopeful that by posting in the forums, I will be helping more people, and encouraging others in the community to provide patches, fixes, and testing. If anyone would like to propose a better mechanism to ensure the patches have better community visibility and ensure the developers don't mistakenly close the issues (which are two problems I see with Trac currently), then please let me know. Thanks, Brian On Sep 23, 2006, at 3:09 AM, Manilal K M wrote: > On 23/09/06, Manilal K M wrote: >> Hello all, >> I am using vtiger-5.0.0 alongwith dovecot imap server. The PHP is >> compiled with UW-IMAP(2004g). It appears that it takes too much time >> to connect to the imap server and fetch mails in Email module of >> vtiger. I am also using horde/imp in the same server to access mails >> but it's much faster than that of vtiger. I don't know what's the >> real >> issue is ? >> Somebody please help. if this is a bug I can report it in the bug >> tracker. >> > http://forums.vtiger.com/viewtopic.php?t=9064 > > I tried this patch, still no use. > > regards > Manilal > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From philip at vtiger.com Mon Sep 25 00:30:19 2006 From: philip at vtiger.com (Philip) Date: Mon, 25 Sep 2006 00:30:19 -0700 Subject: [Vtigercrm-developers] Reg: Bug fixing v5 patch 1 Message-ID: <10de3e1a878.-8334217980541839917.-8689750672430081837@@vtiger.com> Hi developers, As we have planned to release vtiger CRM 5 patch 1 by next week, we request you fix the issues assinged to you by then. Do get back to us for issues if any. http://vtiger.fosslabs.com/cgi-bin/trac.cgi/query?status=new&status=assigned&status=reopened&group=owner&milestone=5.0.1&order=priority Regards, Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/3729e047/attachment-0004.html From gopals at vtiger.com Mon Sep 25 00:56:43 2006 From: gopals at vtiger.com (Gopal) Date: Mon, 25 Sep 2006 00:56:43 -0700 Subject: [Vtigercrm-developers] Document Published: How to create new module? Message-ID: <10de3f9d30b.-339522588438872678.-276638214060261335@@vtiger.com> Dear Team, Thanks to Minnie for putting her valuable effort in preparing Creating new module in vtiger CRM document. This document can be used as a reference for future enhancements. We have used "Projects" as an example module in this document, so that developers can quickly grasp the core functions. You can access the document from Developer Guide in Wiki: http://wiki.vtiger.com/index.php/Creating_New_Module In the first version, we have tried to address only basics of the back-end & front-end part of the module. With all your suggestions & comments, we can further incorporate other functions, such as Security, Customization, Reports, Dashboards etc.. PS: You can add suggestion & comments online in the Wiki. Please let us know your views. Regards, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060925/339cc186/attachment-0004.html From francois.gaudin at makina-corpus.com Mon Sep 25 02:29:28 2006 From: francois.gaudin at makina-corpus.com (Francois Gaudin) Date: Mon, 25 Sep 2006 11:29:28 +0200 Subject: [Vtigercrm-developers] Kernel/module architecture Message-ID: <200609251129.29065.francois.gaudin@makina-corpus.com> Hi everybody, I'm new to the list and I am studying vtiger for my company. It's quite good and usable but there's one big problem which disturbs me : to install new modules, you often need to patch or replace files in other modules or in the kernel. I find this very durty and I would know if there is real module support planned and how ? indeed, you can't install 2 modules which replace the same file. I understand that the problem is very difficult because php doesn't provide reflexivity or mechanism like Zope's. Or perhaps is vtiger not as durty as I've seen and help me where I've misunderstood. Thx -- Fran?ois Gaudin Makina Corpus From libregeek at gmail.com Mon Sep 25 02:50:50 2006 From: libregeek at gmail.com (Manilal K M) Date: Mon, 25 Sep 2006 15:20:50 +0530 Subject: [Vtigercrm-developers] Document Published: How to create new module? In-Reply-To: <1426712360988312405@unknownmsgid> References: <1426712360988312405@unknownmsgid> Message-ID: <2315046d0609250250w7c1d3446v49e8e758da0ab1ae@mail.gmail.com> On 25/09/06, Gopal wrote: > Dear Team, > > Thanks to Minnie for putting her valuable effort in preparing Creating new > module in vtiger CRM document. > > This document can be used as a reference for future enhancements. We have > used "Projects" as an example module in this document, so that developers > can quickly grasp the core functions. > > You can access the document from Developer Guide in Wiki: > > http://wiki.vtiger.com/index.php/Creating_New_Module > > In the first version, we have tried to address only basics of the back-end & > front-end part of the module. With all your suggestions & comments, we can > further incorporate other functions, such as Security, Customization, > Reports, Dashboards etc.. > > PS: You can add suggestion & comments online in the Wiki. > > Please let us know your views. This is a wonderful news. I will surely give a try. regards Manilal From jtk at yahoo.com Mon Sep 25 07:35:46 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Mon, 25 Sep 2006 10:35:46 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down Message-ID: I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. From richie at vtiger.com Tue Sep 26 00:08:07 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 00:08:07 -0700 Subject: [Vtigercrm-developers] Upgrade needed? Message-ID: <10de8f3b281.7860118392332093906.4601313544921775595@@vtiger.com> Hello! Jeff, since you are monitoring the third_party list, do you think we need to upgrade/update the softwares used in the vtiger infrastructure please? URL: http://wiki.vtiger.com/index.php/Software_used_by_vtiger Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/6cab11b1/attachment-0004.html From richie at vtiger.com Tue Sep 26 04:02:54 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:02:54 -0700 Subject: [Vtigercrm-developers] rpm installers available? Message-ID: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Hello! Are there any rpm installers for vtiger available? There was talk of a suse/debian/mandriva specific installers in the works. Just wanted to know so that we can make these links available from our site. We will be happy to link to the site offering these facilities. These rpm-installers will only help increase the reach of vtiger. Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/8c9ce23d/attachment-0004.html From richie at vtiger.com Tue Sep 26 04:09:33 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:09:33 -0700 Subject: [Vtigercrm-developers] trac database writes appear to be down In-Reply-To: References: Message-ID: <10de9d0bd2d.-7448725883198618338.1544057288950732644@@vtiger.com> Matt, you tracking this? Richie ---- Jeff Kowalczyk<jtk at yahoo.com> wrote ---- I've been editing a few trac wiki pages 2006-09-25 10:00 EST, and saving of edits has stopped working a few minutes ago. Someone should look into this, I'm not sure what will happen to trac's monitoring of the commits if it can't write to the database as commits are made. _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ad2ce026/attachment-0004.html From webmaster at vtigerfacile.com Tue Sep 26 04:14:51 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:14:51 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> Message-ID: <45190BAB.2020008@vtigerfacile.com> Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From richie at vtiger.com Tue Sep 26 04:27:51 2006 From: richie at vtiger.com (Richie) Date: Tue, 26 Sep 2006 04:27:51 -0700 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <45190BAB.2020008@vtigerfacile.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> Message-ID: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Hi Aissa! Thanks for the response. Kindly give us the link for the same if that is okay with you. We will be happy to link to your site if you want. Thanks, Richie ---- A?ssa<webmaster at vtigerfacile.com> wrote ---- Dear Richie, i don't want to work on rpm's for v5, i prefer to provide a single vtiger CRM linux installer for all linux version. This one bundle vtiger CRM 5 and xampp linux. If others want to work on rpm's, the place is free. Regards, A?ssa Richie a ?crit : > Hello! > > Are there any rpm installers for vtiger available? > There was talk of a suse/debian/mandriva specific installers in the works. > > Just wanted to know so that we can make these links available from our site. > > We will be happy to link to the site offering these facilities. > > These rpm-installers will only help increase the reach of vtiger. > > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/c6bc0564/attachment-0004.html From webmaster at vtigerfacile.com Tue Sep 26 04:38:30 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Tue, 26 Sep 2006 13:38:30 +0200 Subject: [Vtigercrm-developers] rpm installers available? In-Reply-To: <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> References: <10de9caa44c.3753388905643577840.1980494411783660334@@vtiger.com> <45190BAB.2020008@vtigerfacile.com> <10de9e17c89.-2589976020376987468.-4116852992219007172@@vtiger.com> Message-ID: <45191136.5000103@vtigerfacile.com> I'm not ready, but it's a plan, i also plan to bundle lang pack on multi platform installer (win/lin/mac), and some users ask for mac os vtiger installer, so if i have time i made it. This is an old link for your personnal test : http://www.abonlinesolutions.com/files/vtigercrm5-1.0-linux-installer.bin do not publish, because it's not ready. Regards, A?ssa Richie a ?crit : > Hi Aissa! > > Thanks for the response. Kindly give us the link for the same if that is > okay with you. > > We will be happy to link to your site if you want. > > Thanks, > Richie > > > > > ---- A?ssa wrote ---- > > Dear Richie, > i don't want to work on rpm's for v5, i prefer to provide a single > vtiger CRM linux installer for all linux version. > This one bundle vtiger CRM 5 and xampp linux. > If others want to work on rpm's, the place is free. > Regards, > A?ssa > > Richie a ?crit : > > Hello! > > > > Are there any rpm installers for vtiger available? > > There was talk of a suse/debian/mandriva specific installers in > the works. > > > > Just wanted to know so that we can make these links available > from our site. > > > > We will be happy to link to the site offering these facilities. > > > > These rpm-installers will only help increase the reach of vtiger. > > > > Richie > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Get started with Online collaboration office & productivity > tools - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From philip at vtiger.com Tue Sep 26 08:10:43 2006 From: philip at vtiger.com (Philip) Date: Tue, 26 Sep 2006 08:10:43 -0700 Subject: [Vtigercrm-developers] Reg: 5.0.1 bug fixing Message-ID: <10deaad8885.-2480761981717606601.331929408267778248@@vtiger.com> Hi developers, Request you not to add any more bugs to Milestone 5.0.1 in trac, as we have enough to fix for our first patch, we'll be taking all existing or new bugs in our 5.0.2 or latter patches. Matt: Could you please remove the Milestone option '5.0.1'. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060926/ba3c41a6/attachment-0004.html From jtk at yahoo.com Tue Sep 26 12:35:43 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Tue, 26 Sep 2006 15:35:43 -0400 Subject: [Vtigercrm-developers] trac database writes appear to be down References: <40431.1902275824$1159269021@news.gmane.org> Message-ID: On Tue, 26 Sep 2006 04:09:33 -0700, Richie wrote: > Matt, you tracking this? Write (e.g wiki page saving) came back up within the hour, and may not have been down for others at all. It may have been some temporary glitch with my particular session. False alarm. From richie at vtiger.com Wed Sep 27 02:05:49 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 02:05:49 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? Message-ID: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Hello! I would like to get your views on what else can be done to make vtiger product and community better. I am sure you will be having different views as you are looking into vtiger than looking out as me. That, is a significant difference by my mind. Looking forward to your views, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/27d8e6bb/attachment-0004.html From colin at mitija.com Wed Sep 27 02:26:26 2006 From: colin at mitija.com (Colin Verot) Date: Wed, 27 Sep 2006 19:26:26 +1000 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A43C2.7030707@mitija.com> Hi, > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. To separate core files and data, so that we can do multi-site instances of vTiger using the same base of files. At the moment, many hard links are required to have local instances of vTiger (DB + data), and a central, updateable set of core files and modules. So we could SVN' the core installation, and keep it up-to-date with a minimum of work to update each client's instance. C. -- Colin Verot Mitija Australia http://www.mitija.com From webmaster at vtigerfacile.com Wed Sep 27 02:46:40 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Wed, 27 Sep 2006 11:46:40 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451A4880.5090305@vtigerfacile.com> Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From don at vtiger.com Wed Sep 27 04:27:36 2006 From: don at vtiger.com (don) Date: Wed, 27 Sep 2006 04:27:36 -0700 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <451A4880.5090305@vtigerfacile.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> Message-ID: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Hi Aissa, Appreciate your valuable feedbacks. Yes we do agree that right now adding a module in vtiger is complex and the core api should be stabilized. We will work on this front, however it will take a considerable amout of time to accomplish this. Regarding tabdata.php, parenttabdata.php and user_privileges/* files: In vtigerCRM, for each click lot of common queries are fired to the db to get the header data and security data. This is eating up performance. So for all the data that are very frequently queried, we are writing those in flat files so that retreival is much much faster. Regarding the plugins and language-support it will help us a lot if you can add all issues faced by you in the trac so that we can prioritize and fix them at the earliest. Thanks & Regards, Don ---- On Wed, 27 Sep 2006 A?ssa wrote ---- Hello Richie, I think : Simplify vtiger developpement, to much complex to create module Stabilize core api : too much bugs in 5.0 Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this informations are on the database, thooses files have no sense Improve the plug-ins, the best way to break my vtiger crm is to use outlook plug-in. Improve lang support, too much bugs by default, I think the first & second point are the most important. I know your effort. This is my first felling. A?ssa Richie a ?crit : > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > I am sure you will be having different views as you are looking into vtiger than looking out as me. > That, is a significant difference by my mind. > > Looking forward to your views, > Richie > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/9fb8c5ae/attachment-0004.html From developer at infointegrated.com Wed Sep 27 05:39:39 2006 From: developer at infointegrated.com (Brian Devendorf) Date: Wed, 27 Sep 2006 07:39:39 -0500 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> <451A4880.5090305@vtigerfacile.com> <10def079efc.-9160322954193678171.-1269435175988705207@@vtiger.com> Message-ID: <907CE22F-9F83-4D6E-9C5F-BBD33F42CCE6@infointegrated.com> Don, Great idea... to cache frequently used files. My suggestion would be to move all cached data to a cache folder. One cache folder. Make sure all of the folder names make sense. The one called "test" has a horrible name. There should be fewer files in the root of the vtiger directory. Use folders when necessary only, for example the schema folder only contains one file. Perhaps the database schema should be in the include folder (and not in a single folder by itself). Brian On Sep 27, 2006, at 6:27 AM, don wrote: > Hi Aissa, > > Appreciate your valuable feedbacks. > Yes we do agree that right now adding a module in vtiger is > complex and the core api should be stabilized. We will work on > this front, however > it will take a considerable amout of time to accomplish this. > > Regarding tabdata.php, parenttabdata.php and user_privileges/* files: > > In vtigerCRM, for each click lot of common queries are fired to the > db to get the header data and security data. This is eating up > performance. So > for all the data that are very frequently queried, we are writing > those in flat files so that retreival is much much faster. > > Regarding the plugins and language-support it will help us a lot if > you can add all issues faced by you in the trac so that we can > prioritize and fix them > at the earliest. > > Thanks & Regards, > Don > > > > ---- On Wed, 27 Sep 2006 A?ssa wrote ---- > > Hello Richie, > I think : > Simplify vtiger developpement, to much complex to create module > Stabilize core api : too much bugs in 5.0 > Remove tabdata.php, parentatbdata.php, user_privileges/*.php all this > informations are on the database, thooses files have no sense > Improve the plug-ins, the best way to break my vtiger crm is to use > outlook plug-in. > Improve lang support, too much bugs by default, > > > I think the first & second point are the most important. > I know your effort. > This is my first felling. > A?ssa > > Richie a ?crit : > > Hello! > > > > I would like to get your views on what else can be done to make > vtiger product and community > > better. > > I am sure you will be having different views as you are looking > into vtiger than looking out as me. > > That, is a significant difference by my mind. > > > > Looking forward to your views, > > Richie > > > ---------------------------------------------------------------------- > -- > > > > _______________________________________________ > > Get started with Online collaboration office & productivity tools > - http://zoho.com?vt > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt From richie at vtiger.com Wed Sep 27 05:45:20 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 05:45:20 -0700 Subject: [Vtigercrm-developers] Community help needed Message-ID: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Dear Team, We are currently working on the following and we NEED volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those posts b) Publish the estimated dates for 5.0.x releases c) We need information on who all have done integration with any accounting softwares out there as it seems to be the most commonly asked query d) Make the product smaller in size still. I feel, the product is even now too big. We need assistance from you all in this regard. I think we should reduce the size by another 50% at least. e) Language packs. We are running in circles with this issue. We have tested and tested and still not able to reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The owner may have his own team/project f) More language packs needed g) More blogs needed h) More advertising needed i) More bundling of vtiger in CDs,DVDs needed j) More information on vtiger successes needed so that it enthuses others to use vtiger k) More information needed on where all vtiger lacks so that we can start working on those areas l) More themes needed to make the product more sexy m) More involvement with those given responsibility so that the core team is left free to do what it does best o) Need more contributions for patches/features. We have started working on this end by notifying the status of each contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits. p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this. q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information. r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testers s) Make vtiger as simple as a toy so that anyone can play with it t) Enhance the plugins u) Make more plugins v) Need more sponsors for vtiger w) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times .. Thanks for kicking my ass Balduin! I read your blog comment Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/22115970/attachment-0004.html From dgrant at accuratetechnologies.com Wed Sep 27 05:59:16 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 08:59:16 -0400 Subject: [Vtigercrm-developers] 5.0GA Migration Script Work Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091D@exch.accuratetechnologies.com> My boss has lowered the boom on me as to when I have to roll out our 5.0 migration, so I've stopped work on merging my 4.3 fork into 5.0GA and started trying to roll what I have complete done. I have a pretty big patch against 5.0 GA that implements most of my fork, but it is lacking a little polish in spots, so it's not quite ready for merging with the main trunk yet. It does some nice things with the PDF versions of Quotes and SalesOrders though... Anyway, I tried running the migration process against our production 4.x database, and it blew up. Poking around in the logs - thank you for making that work - has revealed that the problem is that the migration module assumes that the MySQL utilities (mysql, mysqldump) are in the webserver path, and that is not a valid assumption; especially on the default install package that provides MySQL, Apache, and PHP as a single tarball. More to follow as I figure it out. DG From richie at vtiger.com Wed Sep 27 06:21:13 2006 From: richie at vtiger.com (Richie) Date: Wed, 27 Sep 2006 06:21:13 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <10def6fa232.-5108020600942463637.-7454996869612702660@@vtiger.com> Team, Just let me know who all are willing to take responsibility with total awareness. Nothing to get emotional about this. The only problem with emotions is that it subsides after sometime and then mother reality seems too painful. So, those who are willing to take responsibility, please raise their hands. We need help in making vtiger better. I have laid out the areas we need help in. I will act as facilitator, just let me know what all are needed for you all to get started and end within quantifiable limits else we will never have anything done. In case you want to have tele-conferences for this to work, let me know. I will arrange. I would like to point out that we will have to do it within limits as we have limited infrastructure. You are free to make your own teams and work on any specific issue. Do what you feel is right, just keep the community posted. I have no intention of keeping 'control'. We guide vtiger together, that is it. vtiger is our baby, our responsibility. Anyone has any better ideas, kindly do pitch in. Richie ---- Richie<richie at vtiger.com> wrote ---- Dear Team, We are currently working on the following and we NEED  volunteers for almost all the activities :- a) Move common forum posts to the wiki and lock those postsb) Publish the estimated dates for 5.0.x releasesc) We need information on who all have done integration with any accounting softwares out there asit seems to be the most commonly asked queryd) Make the product smaller in size still. I feel, the product is even now too big. We need assistancefrom you all in this regard. I think we should reduce the size by another 50% at least.e) Language packs. We are running in circles with this issue. We have tested and tested and still not ableto reach a point where we can rest relaxed. We need help in this. It will be great if we have owners for this issue who will take this issue to its logical conclusion. The ownermay have his own team/projectf) More language packs neededg) More blogs neededh) More advertising neededi) More bundling of vtiger in CDs,DVDs neededj) More information on vtiger successes needed so that it enthuses others to use vtigerk) More information needed on where all vtiger lacks so that we can start working on those areasl) More themes needed to make the product more sexym) More involvement with those given responsibility so that the core team is left free to do what it does besto) Need more contributions for patches/features. We have started working on this end by notifying the status ofeach contribution. I hope this will encourage the contributors to contribute more and add value to the product. Also we are making it a point to acknowledge all credits.p) Achieve twice the popularity by the end of this calendar year. vtiger needs to spread virally to all the corners of the world. Tell me what can we do to achieve this. I have been spending sleepless nights for far too long on this.q) Need information on sites hosting vtiger so that the customers have an easy option to choose and not scour for information.r) Try and make the product more plug and play. This can be achieved if we are fanatical about quality so we need more testerss) Make vtiger as simple as a toy so that anyone can play with itt) Enhance the pluginsu) Make more pluginsv) Need more sponsors for vtigerw) Need more wild ideas for incorporating into vtiger as one never knows what will succeed and what notx) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n) Need more friends, it is so tough at times ..Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/0228dd7f/attachment-0004.html From dgrant at accuratetechnologies.com Wed Sep 27 06:30:31 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Wed, 27 Sep 2006 09:30:31 -0400 Subject: [Vtigercrm-developers] Community help needed Message-ID: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG From dan.means at teamsrs.com Wed Sep 27 08:40:04 2006 From: dan.means at teamsrs.com (Dan Means) Date: Wed, 27 Sep 2006 08:40:04 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451A9B54.2010608@teamsrs.com> An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060927/5e50d0de/attachment-0004.html From lists at thomasmathiesen.com Wed Sep 27 09:35:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:35:21 +0200 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> Message-ID: <451AA849.5050904@thomasmathiesen.com> Richie, I'd like to help out with translation, and I've asked gopal for access to trac (every now and again I come across a bug). The first thing the core vtiger team should do, is to explain how we can help you out. Gnome and Ubuntu has a brilliant website, where it states how the community can help (and the links are easily found). Tip: Create a page under the faq section on the front-page; "How can you help vTiger". Tip2: Under testimonials on the front-page, have a link saying "Tell about your success-story". I've got the time to help you out, but I need to know how.. Cheers /Thomas Richie wrote: > Dear Team, > > We are currently working on the following and we NEED volunteers for almost all the activities :- From lists at thomasmathiesen.com Wed Sep 27 09:38:21 2006 From: lists at thomasmathiesen.com (Thomas Mathiesen) Date: Wed, 27 Sep 2006 18:38:21 +0200 Subject: [Vtigercrm-developers] How to make vtiger better? In-Reply-To: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> References: <10dee85cf89.4244045709394235999.3353776070599839133@@vtiger.com> Message-ID: <451AA8FD.7050706@thomasmathiesen.com> I came up with an idea after implementing a color patch for one of my vtiger customers.. why don't we do what firefox does; extensions! If we'd have a straight-forward framework for extensions, we'd be able to let others create functionality and include in an easy way. Under the settings menu you could have a "extensions" page, where admins could enable or disable an extension. Joomla and Xoops works in this way.. and I do believe people would like this in vTiger as well (even though it has much more core functionality than the two others). /T Richie wrote: > Hello! > > I would like to get your views on what else can be done to make vtiger product and community > better. > From leandro at oriontek.org Wed Sep 27 15:09:13 2006 From: leandro at oriontek.org (Leandro Rache Sanchez) Date: Wed, 27 Sep 2006 17:09:13 -0500 Subject: [Vtigercrm-developers] Accounts don't import Message-ID: <200609271709.13244.leandro@oriontek.org> Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- From kim at haverblad.se Wed Sep 27 19:57:38 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 04:57:38 +0200 Subject: [Vtigercrm-developers] Please disable Guest posting within the forum! In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <451B3A22.8080608@haverblad.se> Well, I usually surf into the forum once a while to check out postings and as well clean out spam. Today I had around 260 and found well over 50 of them was spam that I could delete. I would strongly suggest that every visitors that wants to share their ideas, comments or suggestions should register as an user. /Kim From list.anshul at gmail.com Thu Sep 28 00:04:12 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 12:34:12 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php Message-ID: Hi All Earlier I was working with vtiger crm 5 rc version, but as i downloaded vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly apreciated. Anshul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/b7a38947/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From mickie at vtiger.com Thu Sep 28 00:26:38 2006 From: mickie at vtiger.com (Mickie) Date: Thu, 28 Sep 2006 00:26:38 -0700 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: <10df3515f06.-1894465021093541808.-3929210643614725132@@vtiger.com> Dear Leandro, please change the FATAL to DEBUG in line 19 in log4php.properties fileand then do the import. After done the import send thelogs/vtigercrm.log file. so that we can look into the issue and fix ittoo. Thanks Mickie ---- On Wed, 27 Sep 2006 Leandro Rache Sanchez wrote ---- Hi, Im importing accounts and contacts from sugar to vtiger, in 4.3 this work fine, but in 5, and last svn this not work properly, don't import noting, it seem some sql error. Im not test yet the contacts. -- ~ Leandro Rache Sanchez (. .) leandro at oriontek.org \V/ //"\\ Corporacion Tecnol?gica ORION. /( ' )\ info at oriontek.org ^*-*^ http://www.oriontek.org/orion/ --------------------------------------- _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/8acf77a1/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 00:53:59 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 00:53:59 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: References: Message-ID: <10df36a683b.-2210670694947015033.-3608432190116592886@@vtiger.com> Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/c4be3959/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:18:25 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:18:25 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3b7b50a.1138930853454837058.-270420119199783769@@vtiger.com> Hello Dennis! Product size is an issue because in some countries bandwidth is still a premium. For example in India, you will be damn lucky to download vtiger on your home net connection. We do not want to lose those guys who are trying to download vtiger over a slow connection. Typically, if you see a product is too big, one will not readily download the product mostly because of laziness and the time-delay. Moreover, vtiger should not hog space too. Presenting interfaces depending on region is something that we need to address i agree. I suggest that we form a group which works on this in parallel. Volunteers needed. Language support is an issue in itself. So, that too will have to be addressed. Patch integration process is something like this : - Post your issue in the trac. Post the patch to the issue in the trac and put a blurb over here in the mailing list. We will integrate the patch. I am in discussion with Matt on how to make the trac user registration to be more widespread instead of me being the sole guy allowed to do it. I am awaiting his answer and will proceed at the earliest once I get it. Apropos the Sweet Crunchy Goodness part, we are working on it. We will try and make it more better. The intent is to side by side spread the word. No doubt the current word of mouth is generating quite a lot of crowd but i still feel that we need to accelerate the process. I am in total agreement on making the product better. But we should educate or let the word spread that something like vtiger exists. The more eyeballs looking into vtiger, the better the product becomes. Will get back on the others. Lots of homework to do before I respond :-) Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/de912650/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:19:27 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:19:27 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <451A9B54.2010608@teamsrs.com> References: <10def4eca7b.1977594969865706905.5852105904204006065@@vtiger.com> <451A9B54.2010608@teamsrs.com> Message-ID: <10df3b8a845.7385764465327675975.-1138013674408783247@@vtiger.com> Thanks for the update Dan! We will post these works on the Wiki so that ppl know what is in the works. That might even get you more crowd. Richie ---- Dan Means<dan.means at teamsrs.com> wrote ---- Hi Richie and everybody... We presently have the integration between Vtiger 4.2 and Accountmate v 6.5 (MS-SQL server back end, Visual FoxPro 9.0 front end) - products & order entry and various customer service functions share data. We're presently building the scripts for OpenMFG (cross platform, Postgresql back end). We have some other possible engagements for some older ERP systems (mostly have either MS backends, or FoxPro back ends)-? this lets clients extend the useful life of their existing systems . Richie wrote: Dear?Team, We?are?currently?working?on?the?following?and?we?NEED??volunteers?for?almost?all?the?activities?:- a)?Move?common?forum?posts?to?the?wiki?and?lock?those?posts b)?Publish?the?estimated?dates?for?5.0.x?releases c)?We?need?information?on?who?all?have?done?integration?with?any?accounting?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now?too?big.?We?need?assistance from?you?all?in?this?regard.?I?think?we?should?reduce?the?size?by?another?50%?at?least. e)?Language?packs.?We?are?running?in?circles?with?this?issue.?We?have?tested?and?tested?and?still?not?able to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? It?will?be?great?if?we?have?owners?for?this?issue?who?will?take?this?issue?to?its?logical?conclusion.?The?owner may?have?his?own?team/project f)?More?language?packs?needed g)?More?blogs?needed h)?More?advertising?needed i)?More?bundling?of?vtiger?in?CDs,DVDs?needed j)?More?information?on?vtiger?successes?needed?so?that?it?enthuses?others?to?use?vtiger k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start?working?on?those?areas l)?More?themes?needed?to?make?the?product?more?sexy m)?More?involvement?with?those?given?responsibility?so?that?the?core?team?is?left?free?to?do?what?it?does?best o)?Need?more?contributions?for?patches/features.?We?have?started?working?on?this?end?by?notifying?the?status?of each?contribution.?I?hope?this?will?encourage?the?contributors?to?contribute?more?and?add?value?to?the?product.?Also? we?are?making?it?a?point?to?acknowledge?all?credits. p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.?vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.?Tell?me?what?can?we? do?to?achieve?this.?I?have?been?spending?sleepless?nights?for?far?too?long?on?this. q)?Need?information?on?sites?hosting?vtiger?so?that?the?customers?have?an?easy?option?to?choose?and?not?scour?for?information. r)?Try?and?make?the?product?more?plug?and?play.?This?can?be?achieved?if?we?are?fanatical?about?quality?so?we?need?more?testers s)?Make?vtiger?as?simple?as?a?toy?so?that?anyone?can?play?with?it t)?Enhance?the?plugins u)?Make?more?plugins v)?Need?more?sponsors?for?vtiger w)?Need?more?wild?ideas?for?incorporating?into?vtiger?as?one?never?knows?what?will?succeed?and?what?not x) Need volunteers who can peek into the code and say this is redundant code, we can make it work better like xzy y) Need experienced ppl on board who can guide the young guns z) Need ideas on how to make vtiger more fun n)?Need?more?friends,?it?is?so?tough?at?times?.. Thanks for kicking my ass Balduin! I read your blog comment Richie _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -- Dan Means Mission Viejo, CA www.dkmeansonline.com www.teamsrs.com _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/96cdec66/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From list.anshul at gmail.com Thu Sep 28 02:25:52 2006 From: list.anshul at gmail.com (Anshul Yadav) Date: Thu, 28 Sep 2006 14:55:52 +0530 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: <-5482651731696891706@unknownmsgid> References: <-5482651731696891706@unknownmsgid> Message-ID: Hello The Error Page shows me:: *Parse error*: parse error, unexpected $end in * C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php* on line *906* -Anshul ** ** On 9/28/06, Mangai wrote: > > Dear Anshul, > > please send me the error page. it will be more helpful for me to > fix the error. > > Thanks & Regards, > Minnie. > > > > > ---- On Thu, 28 Sep 2006 *Anshul Yadav * wrote ---- > > > Hi All > Earlier I was working with vtiger crm 5 rc version, but as i downloaded > vtiger crm 5.0 , it shows me a syntax error in the code . any reply highly > apreciated. > > Anshul > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > > *********************************************************************** > Confidentiality Notice > > The information contained in his electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain confidential or privileged information. If you are not the intended > recipient, please notify the sender at Adventnet immediately and destroy all > copies of this message and any attachments. > *********************************************************************** > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/504fef61/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:28:26 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:28:26 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process Message-ID: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> * Request trac access by sending mail to richie at vtiger dot com * Put entry in trac for the bug * Submit the fix in the trac * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/47b9fd26/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From richie at vtiger.com Thu Sep 28 02:37:29 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 02:37:29 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> Message-ID: <10df3c927e0.8088499962897578932.5320137410843539501@@vtiger.com> Ok I am back again! A wiki will be maintained for the other products with which vtiger is in the works to be integrated with. This should be up soon. A patch contribution process mail has been sent to the mailing list and this too will be put in the wiki. Instructions have been sent to shutdown the developer forum and move them to the mailing list. Anyone having objection to this please escalate now. This will happen over a period of 1 week as I need to get others reactions to this. Dennis, your trac account has been created. Let us see how many patches come from you :-)! Hope you keep Philip busy over here integrating the patches. I hope the mail post on the Patch Contribution process and wiki on this issue lays to rest the issues with the Patch process. Your 'Comments' post has been taken to heart. Instructions have been sent to ensure that the maligned code is fixed and with proper comments. It also has been integrated into the development process. All patch contributions will be intimated of their status soon. The Subversion How To part is something that I need help from all the masters concerned. JeffK, your help needed. Richie ---- Dennis Grant<dgrant at accuratetechnologies.com> wrote ---- >c)?We?need?information?on?who?all?have?done?integration?with?any?accounting>?softwares?out?there?as it?seems?to?be?the?most?commonly?asked?query Some sort of integration between vtiger and Microsoft Great Plains (aka Dynamics) is on my list of requirements. >d)?Make?the?product?smaller?in?size?still.?I?feel,?the?product?is?even?now? > too?big.? I don't see the value here.... The size isn't currently a problem, and there are bugs to fix and features to add. >e)?Language?packs.?We?are?running?in?circles?with?this?issue.? > We?have?tested?and?tested?and?still?not?able > to?reach?a?point?where?we?can?rest?relaxed.?We?need?help?in?this.? More to the point, vtiger needs to support per-user localization. I need to be able to have the interface present Japanese to the Japan office, German to the German office, etc etc **while still pointing to the same core database** Jens' work on multiple sales offices is the start of this. >k)?More?information?needed?on?where?all?vtiger?lacks?so?that?we?can?start? > working?on?those?areas You can start by making it easier for those of us with custom code forks to merge our improvements back into the core. There has been some movement in this area (I noticed that some of my patches made it into 5.0GA) but we still don't have a good process for getting patches into core. I keep getting conflicting answers on what the process is, and movement on some fronts (I still don't have a Trac ID) has been slow. >p)?Achieve?twice?the?popularity?by?the?end?of?this?calendar?year.? >vtiger?needs?to?spread?virally?to?all?the?corners?of?the?world.? > Tell?me?what?can?we do?to?achieve?this.?I?have?been?spending?sleepless >?nights?for?far?too?long?on?this. It's a total non-issue. It's not important. The better the product is, the more people will use it. Word of mouth is your best friend - look at Linux In my experienced opinion, the reason why Linux has been so successful is that Linus has been very good at establishing working development practices that let anybody hack on the kernel and see their improvements make it back into the core on a very short timeframe - assuming they meet his non-trivial quality requirements. The easier you make it for community members to add functionality to the core, the more people will work on the core, the better the product gets, and the more end users use the product. It's a positive feedback loop that brings nothing but Sweet Crunchy Goodness. Here are my suggestions: 1) Adopt this mailing list as THE SINGLE LOCATION for vtiger developers to discuss the code. Shut down the corner of the forums for developers. Shut down any place other than this list for users to talk to developers about bugs. Effectively, make this list the vtiger equivalent to linux-kernel. That's not to say that maybe in the future there will be sublists... but for now, the developer community is too fragmented and there's no single accepted common discussion clearing house. Make it this list - good enough for Linus, good enough for us. 2) Develop a procedure for patch submission. There needs to be a way for Joe Random Developer, who has been maintaining his own installation of vtiger for God knows how long, to submit a patch that fixes a bug and get it into the main trunk with the minimum amount of overhead on his part. In the Linux kernel, it is possible to send a patch to linux-kernel or even direct to Linus, and if it fixes a problem, it gets applied with no other interaction save an acknowledgement that the patch was applied - no bug in Trac, no login IDs, no nothing. In order to make effective use of community developers, you need to make getting their work into the main trunk as effortless as possible. 3) That's not to say that bug trackers like Trac or Bugzilla ***CANNOT*** be used (they can be very useful) but don't ***REQUIRE*** their use. 4) Work out a best practice for the use of Subversion, document it in extreme, trivial detail as a HOWTO, and publish it on the wiki. Take the point of view of a developer hacking on a live install of vtiger - how can Subversion be best used to make his life easier? That probably means modifying the core tarball installer deal so that it puts the vtiger code into apache/htdocs/vtigerCRM/trunk 5) Go through the current codebase, and fix all the bugs you can. This takes priority over themes, advertising, and all the rest. 6) Comment, comment, comment! Things have improved on this front, but could still be better. I know that some of my patches that were applied preserved my comments (this is GOOD) but at least one was re-implemented (using a odd method) and not only was the new method NOT commented, my comments were stripped as well. So now there is new functionality in the code with NO record of who added it, what it does, or why a given method was used in preference to any other method. My rule of thumb is that NO change is made to the code without a corresponding comment - ENFORCE THAT. DG _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/16e13395/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From minnie at vtiger.com Thu Sep 28 02:46:49 2006 From: minnie at vtiger.com (Mangai) Date: Thu, 28 Sep 2006 02:46:49 -0700 Subject: [Vtigercrm-developers] Syntax Error in calendar/addEvent.php In-Reply-To: null References: <-5482651731696891706@unknownmsgid> null Message-ID: <10df3d1b667.5274288499974633712.1335609305314817134@@vtiger.com> Dear Anshul, I'll test it here and letyou know what is the issue. kindly bear with me for some time. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hello The Error Page shows me:: Parse error: parse error, unexpected $end in C:\wamp\www\vtigercrm\modules\Calendar\addEventUI.php on line 906 -Anshul On 9/28/06, Mangai wrote:Dear Anshul, please send me the error page. it will be more helpful for me to fix the error. Thanks & Regards, Minnie. ---- On Thu, 28 Sep 2006 Anshul Yadav wrote ---- Hi All EarlierI was working with vtiger crm 5 rc version, but as i downloaded vtigercrm 5.0 , it shows me a syntax error in the code . any reply highlyapreciated. Anshul *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt *********************************************************************** Confidentiality Notice Theinformation contained in his electronic message and any attachments tothis message are intended for the exclusive use of the addressee(s) andmay contain confidential or privileged information. If you are not theintended recipient, please notify the sender at Adventnet immediatelyand destroy all copies of this message and any attachments. *********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/71986352/attachment-0004.html -------------- next part -------------- *********************************************************************** Confidentiality Notice The information contained in his electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Adventnet immediately and destroy all copies of this message and any attachments. *********************************************************************** From libregeek at gmail.com Thu Sep 28 03:04:30 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:34:30 +0530 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <8552418951228855775@unknownmsgid> References: <8552418951228855775@unknownmsgid> Message-ID: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> On 28/09/06, Richie wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal From libregeek at gmail.com Thu Sep 28 03:22:20 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 15:52:20 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <-8035749043592274294@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> Message-ID: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal From richie at vtiger.com Thu Sep 28 03:58:13 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 03:58:13 -0700 Subject: [Vtigercrm-developers] Move towards Wiki Message-ID: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Hi! vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best tool to be used in this regard. The Wiki has been updated to the latest version. The intent is to move towards the wiki from now on so that all these issues like search, not being able to get to the mail unless you have the absolute link available, forum posts getting lost, etc are resolved. All the moderators are requested to move the frequenly used data to the Wiki and lock the forum from which the data has been taken. The community is encouraged to participate in this activity. The sooner we get over this, the better it is. Requesting your kind co-operation in this regard. The Wiki will house the commonly asked queries and tips so that it becomes a single point stop for all those interested in the product. The forum will be used for one-off queries which do not merit addressing in the Wiki. Thanks, Richie -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/ce342e69/attachment-0004.html From richie at vtiger.com Thu Sep 28 04:07:32 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:07:32 -0700 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> References: <8552418951228855775@unknownmsgid> <2315046d0609280304y5f84fce9v7165e0f0bc61c124@mail.gmail.com> Message-ID: <10df41b995d.56277158003138226.599961552368062623@@vtiger.com> This will be done. All moderators please note this. Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie <richie at vtiger.com> wrote: > * Request trac access by sending mail to richie > at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about > the fix > vtigercrm-developers at lists.vtigercrm.com > > > Richie This seems to be a good suggestion. In addition, posting patches in Forum should be discouraged in future. regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/fa4fdfef/attachment-0004.html From richie at vtiger.com Thu Sep 28 04:11:20 2006 From: richie at vtiger.com (Richie) Date: Thu, 28 Sep 2006 04:11:20 -0700 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> Message-ID: <10df41f143e.704080439223041116.1975211868551301638@@vtiger.com> The anonymous postings will not be removed for now as we feel it might further delay the posting procedure. Moreover, we have many moderators now. They will have to take the responsibility of removing the posts. Kindly go ahead and register to the MARC list. I am reviewing your mail Manilal and feel that most of them have been addressed in the vtiger5 release. Do feel free to post your thoughts. Please do have a look at my other mail also toward moving towards Wiki. This I feel will help assuage a lot of emotions :-) Richie ---- Manilal K M<libregeek at gmail.com> wrote ---- On 28/09/06, Richie wrote: > Ok I am back again! > > A wiki will be maintained for the other products with which vtiger is in the > works to be integrated with. This should be up soon. > > A patch contribution process mail has been sent to the mailing list and this > too will be put in the wiki. > > Instructions have been sent to shutdown the developer forum and move them to > the mailing list. Anyone having objection to this please escalate now. This > will happen over a period of 1 week as I need to get others reactions to > this. This is a good decision. The mailing list is the best place for the developers. Also anonymous posting (even if there is a Image verification) is too nasty, since there are a number of spamming/flooding ocuurennces recently. please allow only registered users to post to the forums. others may be allowed to do so. I would also like to get the vtigercrm-developers at lists.vtigercrm.com archived at MARC. The MARC is a convenient place for mailing list archival and it allows a "Search" function. http://marc.theaimsgroup.com/?q=about#Add I feel very hard to search in the Mailman archives. I also think that it will reduce the load on vtiger servers. I would also like to bring your attention about a discussion done on "how to make vtiger more community oriented? " in June 2006. http://lists.vtigercrm.com/pipermail/vtigercrm-developers/2006-June/001125.html regards Manilal _______________________________________________ Get started with Online collaboration office & productivity tools - http://zoho.com?vt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/7be3d856/attachment-0004.html From libregeek at gmail.com Thu Sep 28 04:23:45 2006 From: libregeek at gmail.com (Manilal K M) Date: Thu, 28 Sep 2006 16:53:45 +0530 Subject: [Vtigercrm-developers] Community help needed In-Reply-To: <7508186244449328067@unknownmsgid> References: <3E26E7A199CABA49822B3E6B741434F97D091E@exch.accuratetechnologies.com> <-8035749043592274294@unknownmsgid> <2315046d0609280322g6685e679ubc95cda6e8265e9@mail.gmail.com> <7508186244449328067@unknownmsgid> Message-ID: <2315046d0609280423w10a42155h390d5e7eb57f2b20@mail.gmail.com> On 28/09/06, Richie wrote: > The anonymous postings will not be removed for now as we feel it might > further delay the posting procedure. Moreover, we have many moderators now. > They will have to take the responsibility of removing the posts. > > Kindly go ahead and register to the MARC list. > > I am reviewing your mail Manilal and feel that most of them have been > addressed in the vtiger5 release. Do feel free to post your thoughts. > > Please do have a look at my other mail also toward moving towards > Wiki. This I feel will help assuage a lot of emotions :-) > > Richie > Yes, we are in the right direction. I am now actually delighted in working with vtiger community, simply because more communication is taking place and hence more work. I'm sure that one day vtiger will on top of the many CRMs. I'll contact MARC and let you people know the URL. regards Manilal From jens at Strawberry.COM Thu Sep 28 05:29:46 2006 From: jens at Strawberry.COM (Jens Hamisch) Date: Thu, 28 Sep 2006 14:29:46 +0200 Subject: [Vtigercrm-developers] Patch/Feature contribution process In-Reply-To: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com>; from Richie on Thu, Sep 28, 2006 at 02:28:26AM -0700 References: <10df3c0e03e.-435601882039811341.5569246072301213529@@vtiger.com> Message-ID: <20060928142946.B5816@Strawberry.COM> Hi, > * Request trac access by sending mail to richie at vtiger dot com > * Put entry in trac for the bug > * Submit the fix in the trac > * Put a small description in the mailing list about the fix vtigercrm-developers at lists.vtigercrm.com I'd agree for small patches, but what about entire feature addons, which may become comparably hughe? I'd suggest to request a feature branch for that and the permissions to upload everything into this branch. We might use trac for the branch request and discussion anyway. -- Jens -------------------------------------------------------------------------------- / +##+|##+ STRAWBERRY Jens Hamisch +v#+v v##+ EDV-Systeme GmbH Managing director / v v\v | . . . | Waldeckstr. 9a Car (Voice): (+49 172) 81 04 162 | . | D-82515 Wolfratshausen Voice: (+49 8171) 41805-0 | . | Fax: (+49 8171) 41805-59 \ . / Tel.: (+49 8171) 41805-0 Email: jens at Strawberry.COM \____/ Strawberry at Strawberry.COM From dgrant at accuratetechnologies.com Thu Sep 28 09:28:46 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 12:28:46 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D40@exch.accuratetechnologies.com> OK, I got the migration script working, and it appears to have done the right things everywhere. Everything I checked was properly imported. That analysis may change once the users get a look at it. :) But for now, it worked. Attached is the patch for how I did it. It's not pretty, and it isn't suitable for inclusion in the general release. I've included it so Minnie can see what I did to fix the problem, and then do it correctly. ;) The core issue was not being able to find the mysql binary utilities, and the migration script not handling this case very well. I solved the problem by hardcoding the paths to the mysql binaries and the working directory for the database dumps to match my installation. Once that was resolved, the migration proceeded normally, save this: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 That stuff all failed, although I can't see any subsequent problems with that. Note that as a general point, when one does this: $some_command_string = 'some series of commands and switches; exec($some_command_string); Doing this as part of the logging: $log->debug('We executed the following command string: some series of commands and switches'); Is NOT very useful, as it doesn't actually report the commands being exec-ed. The proper way to do it is: $log->debug("We executed the following command string: $some_command_string"); As this reports the same command string that was passed to the exec. DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migrationpatch.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/9b77e17f/attachment-0003.txt From allan.bush+vtiger_dev at gmail.com Thu Sep 28 09:37:18 2006 From: allan.bush+vtiger_dev at gmail.com (Allan Bush) Date: Thu, 28 Sep 2006 09:37:18 -0700 Subject: [Vtigercrm-developers] Trac 0.10 Message-ID: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Trac 0.10 was just released (about 20 minutes ago): http://trac.edgewall.org/wiki/TracDownload Included in the new features is the ability to add a spam filter plugin, like this one: http://trac.edgewall.org/wiki/SpamFilter I'd suggest we try upgrading our current installation, adding that plugin and enabling anonymous trac posting again. From kim at haverblad.se Thu Sep 28 10:11:21 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:11:21 +0200 Subject: [Vtigercrm-developers] Move towards Wiki In-Reply-To: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> References: <10df41313b6.-903584828792215332.4194083182951059200@@vtiger.com> Message-ID: <451C0239.1060908@haverblad.se> Totally agree with this and will start to get more familiar with the wiki structure. /Kim Richie wrote: > Hi! > > vtiger is getting too many posts in the forums and searching the forums is a big pain. The Wiki is the best > tool to be used in this regard. The Wiki has been updated to the latest version. > > The intent is to move towards the wiki from now on so that all these issues > like > > * search, > * not being able to get to the mail unless you have the absolute link available, > * forum posts getting lost, > * etc > > are resolved. > > All the moderators are requested to move the frequenly used data to the Wiki > and lock the forum from which the data has been taken. The community is encouraged to > > participate in this activity. The sooner we get over this, the better it is. > Requesting your kind co-operation in this regard. > > The Wiki will house the commonly asked queries and tips so that it becomes a > > single point stop for all those interested in the product. The forum will be used for > one-off queries which do not merit addressing in the Wiki. > > Thanks, > Richie > > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt > > __________ NOD32 1.1781 (20060928) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > From kim at haverblad.se Thu Sep 28 10:14:12 2006 From: kim at haverblad.se (Kim Haverblad) Date: Thu, 28 Sep 2006 19:14:12 +0200 Subject: [Vtigercrm-developers] New Vulnerability in vtiger CRM 4.2.4 -> Script Insertion and Administrative Modules Access In-Reply-To: <44FC0DF9.10809@haverblad.se> References: <10d7868f354.-1686272419825177931.2269053096165530558@@vtiger.com> <200609041305.40465.fboudra@free.fr> <10d788e7e18.-3874795710154289205.-7208815387561200305@@vtiger.com> <44FC0DF9.10809@haverblad.se> Message-ID: <451C02E4.8030507@haverblad.se> Just wondering, but what is status on this vulnerability? /Kim Kim Haverblad wrote: > New vulnerability has been posted by Ivan Markovic regarding Cross Site > Scripting, Security Bypass and Remote Command Execution. > > Original advisory: > http://www.security-net.biz/adv/D3906a.txt > > Secunia advisory: > http://secunia.com/advisories/21728/ > > Description: > Ivan Markovic has discovered some vulnerabilities in vtiger CRM, which > can be exploited by malicious people to conduct script insertion attacks > and bypass certain security restrictions. > > 1) Input passed to the "description" field in various modules when e.g. > creating a contact and the "solution" field when an administrator > modifies the solution in the HelpDesk modules isn't properly sanitised > before being used. This can be exploited to inject arbitrary HTML and > script code, which will be executed in a user's browser session in > context of an affected site when the malicious user data is viewed. > > 2) An error in the access control verification can be exploited by a > normal user to access administrative modules (e.g. the settings section) > by accessing certain URLs directly. > > The vulnerabilities have been confirmed in version 4.2.4. Other versions > may also be affected. > > Solution: > Edit the source code to ensure that input is properly sanitised and that > access to administrative modules are properly checked. > > Use another product. > _______________________________________________ > Get started with creating presentations online - http://zohoshow.com?vt > > __________ NOD32 1.1738 (20060904) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > > From dgrant at accuratetechnologies.com Thu Sep 28 10:32:13 2006 From: dgrant at accuratetechnologies.com (Dennis Grant) Date: Thu, 28 Sep 2006 13:32:13 -0400 Subject: [Vtigercrm-developers] [PATCH] 5.0GA Migration Script Breakage Message-ID: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Whoops.. just discovered that the last patch wasn't quite correct. This one actually worked - same issue. Here's the list of failed queries this time: alter table vtiger_vendor change column name vendorname varchar(100) default NULL ALTER TABLE `vtiger_reportsortcol` DROP INDEX `reportsortcol_IDX0` ALTER TABLE `vtiger_potstagehistory` DROP INDEX PotStageHistory_IDX1 ALTER TABLE `vtiger_potstagehistory` ADD INDEX `PotStageHistory_IDX1` (`historyid`) update vtiger_cvcolumnlist set columnindex = 1 where cvid=20 and columnindex=3 DG -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: DG_migration_v2.txt Url: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/58a3d3af/attachment-0003.txt From jtk at yahoo.com Thu Sep 28 10:51:24 2006 From: jtk at yahoo.com (Jeff Kowalczyk) Date: Thu, 28 Sep 2006 13:51:24 -0400 Subject: [Vtigercrm-developers] Trac 0.10 References: <3bec26390609280937m6c5cf8dcxdca5b2f04ac11e7b@mail.gmail.com> Message-ID: Allan Bush wrote: > Trac 0.10 was just released (about 20 minutes ago): > http://trac.edgewall.org/wiki/TracDownload There's a lot of cool trac usage to learn from on that milestone page: http://trac.edgewall.org/milestone/0.10 > Included in the new features is the ability to add a spam filter plugin, > like this one: http://trac.edgewall.org/wiki/SpamFilter I'm looking to the InterWiki and InterWeb features to bridge the developer and end-user wiki divergence. TracNotification improvements are good, too. > I'd suggest we try upgrading our current installation, adding that > plugin and enabling anonymous trac posting again. I'd advise some caution regarding the strength of the spam filters. Those spammer types are resourceful. From gopals at vtiger.com Thu Sep 28 21:15:52 2006 From: gopals at vtiger.com (Gopal) Date: Thu, 28 Sep 2006 21:15:52 -0700 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers Message-ID: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Dear Team, I have created a Wiki page for listing all our Language Packs maintainers: URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers PS: Currently this document is in draft stage. Kindly help us by updating your language projects. The data is pulled from various sources, such as vtiger Forums, vtigerForge, SourceForge. personal mails etc. Please give your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060928/3955e29b/attachment-0004.html From webmaster at vtigerfacile.com Fri Sep 29 00:04:46 2006 From: webmaster at vtigerfacile.com (=?UTF-8?B?QcOvc3Nh?=) Date: Fri, 29 Sep 2006 09:04:46 +0200 Subject: [Vtigercrm-developers] vtiger Language Packs: Maintainers In-Reply-To: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> References: <10df7c91944.-4619484429324404367.2877373158050934265@@vtiger.com> Message-ID: <451CC58E.9010802@vtigerfacile.com> Dear Gopal, French lang infos updated, i'm also happy to inform we restart french user doc project, i have now some community help. Best regards, A?ssa Gopal a ?crit : > Dear Team, > > I have created a Wiki page for listing all our Language Packs maintainers: > > URL: http://wiki.vtiger.com/index.php/Vtiger_Language_Packs_Maintainers > > PS: Currently this document is in draft stage. Kindly help us by > updating your language projects. > > The data is pulled from various sources, such as vtiger Forums, > vtigerForge, SourceForge. personal mails etc. > > Please give your views. > > Thanks, > Gopal > > --- > S.S.G.Gopal > skype: sripadag > ph: +1 877 788 4437 > blog: http://blogs.vtiger.com > ------------------------------------------------------------------------ > > _______________________________________________ > Get started with Online collaboration office & productivity tools - http://zoho.com?vt From gutong at shine-it.net Fri Sep 29 01:30:26 2006 From: gutong at shine-it.net (=?UTF-8?B?6aG+5b2k?=) Date: Fri, 29 Sep 2006 16:30:26 +0800 Subject: [Vtigercrm-developers] Need help for searching double byte character in VtigerCRM 5 In-Reply-To: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> References: <3E26E7A199CABA49822B3E6B741434F9010C4D41@exch.accuratetechnologies.com> Message-ID: <451CD9A2.4050806@shine-it.net> Hi team, We have done most part of the Simplified Chinese translation for 5.0GA, yet we have been encountering insurmountable problems of doulble-byte character support in the system. The main problem is that the current global search engine doesn't work for double-byte characters. We have done our code hacking as following to allow the Chinese characters to be passed to the query variable. Modified the UnifiedSearch.php around line 45, From: if(isset($_REQUEST['query_string']) && preg_match("/[\w]/", $_REQUEST['query_string'])) { To: if(isset($_REQUEST['query_string']) && preg_match('/[^'.chr(0xa1)."-".chr(0xff).']+/',$_REQUEST['query_string'])) { It seems that the regex pattern matched the Chinese characters and the $search_val received the query string, however, the result was not returned. Please kindly advise us how to resolve the said problem, thank you. Also, the Chinese characters are not showing normally for all the Ajax related parts. Cheers, Tony From gopals at vtiger.com Fri Sep 29 08:17:38 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:17:38 -0700 Subject: [Vtigercrm-developers] Vtiger Developers Forum Locked Message-ID: <10dfa26ef8a.-3647830802605948308.-5383683028224550964@@vtiger.com> Dear Team, I would like to inform you that, since all our developer related discussions are taking place in mailing list, I have locked the Developer Forums for v5.x and v4.x. Please let us know is there any better code snippets management so that we can also stop Code Contributions forums in vtiger.com and request developers to post their contributions in in our Trac. Please let me know your views. Thanks, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/73fc472f/attachment-0004.html From gopals at vtiger.com Fri Sep 29 08:32:34 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 08:32:34 -0700 Subject: [Vtigercrm-developers] Holidays in India Message-ID: <10dfa349a79.7601145631339705590.8244417788271073956@@vtiger.com> Dear Team, Next three days we will be having Puja holidays. Our team will be back on Oct 3rd. Happy Week End, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/f3a2a4de/attachment-0004.html From smith.timsmith at gmail.com Fri Sep 29 09:31:24 2006 From: smith.timsmith at gmail.com (Tim Smith) Date: Fri, 29 Sep 2006 11:31:24 -0500 Subject: [Vtigercrm-developers] Accounts don't import In-Reply-To: <200609271709.13244.leandro@oriontek.org> References: <200609271709.13244.leandro@oriontek.org> Message-ID: We have confirmed this problem. If you are trying to save the import definition as a template you will get an error displayed in the browser. Something similar to this: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '2006-09-29 11:15:45'', ''2006-09-29 11:15:45'', '1')' at line 1 We may be able to fix it today but it depends on scheduling. In any case, don't save as a template and you should be good to go. Tim (OnwealdTim) Tim Smith Onweald, Inc. http://www.onweald.com On 9/27/06, Leandro Rache Sanchez wrote: > > Hi, > Im importing accounts and contacts from sugar to vtiger, in 4.3 this work > fine, but in 5, and last svn this not work properly, don't import noting, > it > seem some sql error. > Im not test yet the contacts. > -- > > ~ Leandro Rache Sanchez > (. .) leandro at oriontek.org > \V/ > //"\\ Corporacion Tecnol?gica ORION. > /( ' )\ info at oriontek.org > ^*-*^ http://www.oriontek.org/orion/ > --------------------------------------- > > > _______________________________________________ > Get started with Online collaboration office & productivity tools - > http://zoho.com?vt > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/8a764740/attachment-0004.html From gopals at vtiger.com Fri Sep 29 20:48:50 2006 From: gopals at vtiger.com (Gopal) Date: Fri, 29 Sep 2006 20:48:50 -0700 Subject: [Vtigercrm-developers] Developer Articles - Your Wish list Message-ID: <10dfcd6ad0d.5004576236579876392.-6991852857106135914@@vtiger.com> Hello, Special thanks to Michel JACQUEMES, Joe Bordes, Dennis Grant, Minnie, Fathi, MMBrich, Richie & vtiger developer community for creating very useful articles on vtiger CRM development. So far we have added the following topics in our Developer Zone in Wiki: API Documentation UI Types for Fields Creating New Module Creating New Fields in Existing Modules Creating User Specific Related Lists Creating Dashboards Adding Dashboards Translating vtiger CRM Merging a Local Working Copy of vtiger CRM to a New SVN Release Down the road, I am expecting more developers will join the vtiger development and it will be very essential for us to add many more topics to make our Developer Zone a reliable resource for the new developers. Also our developer zone should cater to the needs of developers with a different skill set. Please let me know Articles that add more value to the existing list. To kick start I have listed the following Wish list: 1. How to create new theme? 2. How to create PDF file for Quotes, Orders, & Invoices? 3. How to write SOAP methods for all modules? Let us know your wish list. Once we have a wish list it is easy to figure out writing articles Share your thoughts.. Cheers, Gopal --- S.S.G.Gopal skype: sripadag ph: +1 877 788 4437 blog: http://blogs.vtiger.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060929/d61a478a/attachment-0004.html From radiant at vtiger.com Sat Sep 30 01:29:09 2006 From: radiant at vtiger.com (Radiant) Date: Sat, 30 Sep 2006 13:59:09 +0530 Subject: [Vtigercrm-developers] [LANCER] - Color theme guide in vtiger wiki Message-ID: <451E2AD5.4070207@vtiger.com> Team, Just for your information. I have started writing the color theme development guide in vtiger wiki. As of now only a small intro and few basics are available. Will write more daily and hope to finish the guide within a week. :-) http://wiki.vtiger.com/index.php/Vtiger_CRM_5_:_Creating_your_own_Color_Theme - Radiant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/be9317b5/attachment-0004.html From kim at haverblad.se Sat Sep 30 02:42:56 2006 From: kim at haverblad.se (Kim Haverblad) Date: Sat, 30 Sep 2006 11:42:56 +0200 Subject: [Vtigercrm-developers] vtiger v5.0ga vulnerability scan report In-Reply-To: <451E2AD5.4070207@vtiger.com> References: <451E2AD5.4070207@vtiger.com> Message-ID: <451E3C20.2010707@haverblad.se> Made some scan of vtiger 5.0ga on on a test server running Debian and to be mentioned is that the scan has be done by using the admin account on a newly fresh installation. I was kind of curious to see what I would get. The Accunetix scanners shows 79 high, 16 medium and 261 low alerts so it might be of interest for some developers. -- Regards, Kim Haverblad tel: 070-728 37 86 http://www.haverblad.se -------------- next part -------------- A non-text attachment was scrubbed... Name: Vtiger-Vulnerability-Scan.zip Type: application/x-zip-compressed Size: 45410 bytes Desc: not available Url : http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20060930/aeac7571/attachment-0003.bin