From: Pak R. <pak...@gm...> - 2015-01-22 09:25:26
|
Hi all: Specially for Andrew and those having a nightmare each time a new version is released: I WAS having all this nightmare and cold sweat each time a new version was released until Tim pointed me to gitHub and now merging any release won't take me more than 1 hour. As user interface, I'm using SourceTree, extremelly simple. Set up was: Open an account in BitBucket (free and can keep private repositories) use the SVN webERP release as the main branch of the project. Pick the webERP version you already merged (without any change, the "official" one). Create a branch with your current code. Then commit the newest release always to main and your changes to your branch. Merging is then stupid-proof and works magically. The hours you will spend setting it up is well worth it. Now I merge every few weeks, just to enjoy the last feautres and bug fixes without the pain. "No pain, big gain". All credit goes to Tim, who helped me and guided during setup. Regrettably I can't find the email where he explained all the techy details. Regards, Ricard 2015-01-22 3:20 GMT+08:00 Andrew Galuski <aga...@re...>: > Hello Rafael, > > Yes - I try to incorporate as ,much as I can into the main trunk. Very > rarely I see a specific business need that I keep to myself and 1 major > change wasn’t quite accepted in the trunk L even though I think it is a > good feature. So that one will be more work for me to incorporate > > > > Best Regards, > > Andrew Galuski > > ResMart LLC. > > 817.615.2038 (Office) > > 817.821.0544 (Cell) > > www.resmart.com > > [image: resmart_logo] > > > > *From:* Rafael Chacón [mailto:raf...@gm...] > *Sent:* Wednesday, January 21, 2015 1:01 PM > *To:* webERP Developers > *Subject:* Re: [WebERP-developers] New version > > > > Hi Andrew, > > Yes, I understand. For me, always a new version involves an effort to > compare new version with customised versions. > At the beginning, as a newbie, I made the mistake of doing several > customised versions. Now, I prefer to not do customized versions (the > update is a headache). Instead, I prefer to include new features in the > webERP main version if it make sense. I am trying to move those > customisation to main code. Lucky, except forms, I eliminated the other > customisations > > For modifications done, is it possible to incorporate them as new features > or options? Maybe we can join efforts in that way. > > Best regards, Rafael. > > > > > > 2015-01-21 12:47 GMT-06:00 Rafael Chacón <raf...@gm...>: > > Hi, > > IMHO, the arguments for a new version are: > > 1. As a Software Libre (free and open source software) > > A new version is a way to share the changes made to the shared code. A new > version fixes bugs and adds new features, and makes them available to > everyone (not just developers and testers). > I suggest twice a year, as other Software Libre does (Ubuntu, LibreOffice, > etc.). It could be in May and November of each year. In this way, we can > schedule advertising and do intensive testing in April and October. > > 2. A specific new release after 4.11.5 > > + The release is 4.11.5 came out between some modifications and its bug > fixes. So if someone uses 4.11.5, he will have a version with bugs that are > already fixed. > + Since version 4.11.5 to today, there have been many changes. These > charges are important. E.g.: db-function, Z_UpdateItemCosts.php, > CustomerBalancesMovement.php, new Quality Module, translation scripts, etc. > Some of them involves databases changes. > > I suggest a new version to not comprise an installation with bugs already > fixed. It could be 4.11.5.b (with only the bug fixes added) or a new > release 4.12. > > Best regads, Rafael. > > > > > > 2015-01-21 12:06 GMT-06:00 Phil Daintree <ph...@lo...>: > > > > Re: [WebERP-developers] New version.eml > > Subject: > > Re: [WebERP-developers] New version > > From: > > Tim Schofield <tim...@gm...> <tim...@gm...> > > Date: > > 22/01/15 03:46 > > > > To: > > webERP Developers <web...@li...> > <web...@li...> > > > > Mostly just a warning. DB_query() is defined as function DB_query > > ($SQL, $ErrorMessage='', $DebugMessage= '', $Transaction=false, > > $TrapErrors=true) so if you did a call such as DB_query($SQL, $db) it > > will assume the error message to be the value of $db so you will just > > get a wrong type warning. > > > > However if you did a call such as DB_query ($SQL, $db, 'Error > > Message', 'Debug Message', false, true); you will get an error as > > there are an incorrect number of parameters used. > > > > Either way you should get rid of all $db except those in the > > ConnectDB_*.inc files > > > > Thanks > > Tim > > > > On 21 January 2015 at 14:03, Andrew Galuski <aga...@re...> <aga...@re...> wrote: > > IOn 22/01/15 03:03, Andrew Galuski wrote: > > It will be a large effort on my part (Especially identifying all my modifications I have that may not be in the main trunk (Like the picking, packing, shipping functionality that is separate from Invoicing) > > Quick question, If I still call DB_Query() in code with the $db parameter and the include file doesn't expect it will I get a hard error or a warning? > > > > Best Regards, > > Andrew Galuski > > > > > > -----Original Message----- > > From: Phil Daintree [mailto:ph...@lo... <ph...@lo...>] > > Sent: Tuesday, January 20, 2015 11:38 PM > > To: webERP Developers > > Subject: [WebERP-developers] New version > > > > Rafael suggested we go for a new version recently. > > We last released in October - I thought it was more recent than that. > > There are a few bug fixes in there and a whole load of work I did to change the DB_query() calls to exclude the global $db in them. Would be interested to know what others think about another release now? > > > > -- > > Phil > > > > Phil Daintree > > Logic Works Ltd - +64 (0)275 567890 > > http://www.logicworks.co.nz > > > > > > ------------------------------------------------------------------------------ > > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > > GigeNET is offering a free month of service with a new server in Ashburn. > > Choose from 2 high performing configs, both with 100TB of bandwidth. > > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > > http://p.sf.net/sfu/gigenet > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > ------------------------------------------------------------------------------ > > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > > GigeNET is offering a free month of service with a new server in Ashburn. > > Choose from 2 high performing configs, both with 100TB of bandwidth. > > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > > http://p.sf.net/sfu/gigenet > > _______________________________________________ > > Web-erp-developers mailing list > > Web...@li... > > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > |