[Ledger-smb-devel] Preliminary Debian package for LedgerSMB v1.4.25

2016-02-22 Thread Robert James Clay
All, A preliminary version of a Debian package for LedgerSMB v1.4.25 is now available; this includes a correction to theapache 2.4 related lines in the installed ledgersmb-httpd-2.4.conf file. Built for Debian 'stable' ("jessie"), the files are: ledgersmb_1.4.25+ds-0jessie1_all.deb ledgersmb_1

Re: [Ledger-smb-devel] Database schema management & creation of new company databases: how?

2016-02-22 Thread Chris Travers
On Mon, Feb 22, 2016 at 4:36 PM, Erik Huelsmann wrote: > Hi all, > > Now that our database schema management tool is nearly ready, we can upgrade > existing databases much more easily than before. > > However, since changes will be marked in the database as "applied", we need > some additional pro

[Ledger-smb-devel] Another major improvement to 1.5 getting merged today

2016-02-22 Thread Chris Travers
Hi; I am merging our new db update system, replacing the Fixes.sql. This will also allow for continuous upgrading rather than the migration between major versions we have done since 1.2. The idea is loosely based on Sqitch but modified for cases like ours where we are managing multiple stable br

[Ledger-smb-devel] After Dojo widgets tree reorg, now move ./LedgerSMB* into ./lib/*?

2016-02-22 Thread Erik Huelsmann
Hi all, In the past we've always said we want our tree structure to be compatible with the requirements for CPAN. With our recent cleanup, it looks like the next step is really, really close: to me it looks like all we need to do is move LedgerSMB* from the toplevel directory into a newly created

[Ledger-smb-devel] Database schema management & creation of new company databases: how?

2016-02-22 Thread Erik Huelsmann
Hi all, Now that our database schema management tool is nearly ready, we can upgrade existing databases much more easily than before. However, since changes will be marked in the database as "applied", we need some additional process for new databases. I'm seeing a number of solutions here; 1. M

Re: [Ledger-smb-devel] Move to Dojo completed & (speed) improvement on 'master'

2016-02-22 Thread Erik Huelsmann
Completely forget to mention that a change by Chris is likely to land on master this week which allows us to manage schema changes better, eliminating the errors in the database logs that we have now from Fixes.sql. An important step to improving our user experience! Regards, Erik. On Mon, Feb 2

[Ledger-smb-devel] Move to Dojo completed & (speed) improvement on 'master'

2016-02-22 Thread Erik Huelsmann
Hi all, This is an update for those of you who do not follow the #ledgersmb IRC channel closely: John Locke basically "completed" our move to Dojo this weekend: instead of running against an uncompressed, unoptimized Dojo version, which requires litterally hundreds of requests to build the initial

[Ledger-smb-devel] Switch to Dojo's build system: process to keep dev and build dirs in sync?

2016-02-22 Thread Erik Huelsmann
Hi, Now that we have switched to using Dojo's build system (thanks John, for doing the legwork on it!), we need to decide a few things: 1. Do we require UI developers to submit updated UI/build/ directory content? 2. Do we start rebuilding the directory content on Travis on every commit that has