From: Andrew G. <aga...@re...> - 2014-10-18 02:23:00
|
I'm in! Well. When I get back from vacation. Sent from my BlackBerry 10 smartphone Original Message From: Phil Daintree Sent: Friday, October 17, 2014 7:03 PM To: webERP Developers Reply To: webERP Developers Subject: Re: [WebERP-developers] Easing update pain Hi Bob, I have long thought this is a good idea and would be willing to donate time to do maybe 30 scripts or so... if there is more widespread support such an initiative then let's go... I have set up the infrastructure with a function in includes/MiscFunctions.php for function CheckMods($ScriptName) { if (file_exists('mods' . $ScriptName)){ return '/mods' . $ScriptName; } else { return $ScriptName; } } and modified MainMenuLinksArray.php to use the new function .... of course every script will have links all over which need to be modified too... so a bit of a mission ahead!! I have add a mods directory under the root directory for modified scripts - also added a mods/includes directory for modified scripts to use for includes and for modified DefineXXXXClass.php scripts. Anyway for those willing to contribute for the greater good who consider this to be a worthy initiative then maybe I could split up the scripts and we work through the scripts together? If you can give some time to this let me know and I will set out a plan. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 18/10/14 10:32, rfthomas wrote: > Would it be possible to have two sets of directory trees under the weberp top > level directory: > > weberp/user > weberp/system > > Aside from a small number of scripts in the weberp directory, the remaining > scripts would be found first by finding the script/data in the weberp/user > tree and if not found using the script/data in the weberp/system tree. > > One would expect a small number of scripts in the weberp/user tree. > > For our system, almost all of the customized scripts have not changed for > many years. > > It is understood that not all user modifications are applicable, but the > segregation makes the job of upgrades much easier. > > Such capabilities are used routinely for other products. In many cases such > are implemented using O/S features. Any thoughts with respect to > implementing such for WebERP? > > Bob Thomas > > > > -- > View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Easing-update-pain-tp4657722.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Web-erp-developers mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-erp-developers |