[Ledger-smb-devel] Enforce single line-ending style across source files?

2015-09-18 Thread Erik Huelsmann
Hi,

Today I found that at least 1 file in our Perl code base has a DOS
line-ending style. Should we want to enforce a single ("Unix") line-ending
style? This should come in handy when others - like me - develop on
Windows, but - unlike me - don't know how to control their editor to write
out Unix line endings. Also, diffs will show all lines changed if someone
recodes *all* line endings.

Comments?

-- 
Bye,

Erik.

http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
--
___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


[Ledger-smb-devel] LedgerSMB 1.4.16-rc1 released

2015-09-18 Thread Erik Huelsmann
The LedgerSMB development team is happy to announce yet another new
version of its open source ERP and accounting application. This release
doesn't
have a long list of changes and fixes, but contains a new feature to bring
LedgerSMB
closer to feature parity with SQL Ledger: translation of account
descriptions.

Changelog for 1.4.16
* FEATURE: Added possibility to translate account descriptions (ErikH)
* Fixed shell environment being clobbered when loading schema (GH #813)
(ErikH)
* Fixed FX handling in payment bulk posting workflow (GH #758)
* Removed unused Net::TCLink dependency and POS code (ErikH)

ErikH is Erik Huelsmann

The release can be downloaded from sourceforge at

https://sourceforge.net/projects/ledger-smb/files/Beta%20Releases//1.4.16-rc1/

These are the sha256 checksums of the uploaded files:
626d83d920e12ca74a27eec8fcef00fee37160841635582bdaba45ae95b931b8
 ledgersmb-1.4.16-rc1.tar.gz
a16806b048f2cd60c31a07fe59f5dcd1695de9d8a1e42d11adc47a70c03d0a54
 ledgersmb-1.4.16-rc1.tar.gz.asc


-- 
Bye,

Erik.

http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
--
___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


Re: [Ledger-smb-devel] Enforce single line-ending style across source files?

2015-09-18 Thread John Locke

+1.

There's a .gitattributes setting we can do that will clean these up on 
commit -- probably something to do when there are no other changes being 
committed.


Ah, here's a simple recipe for doing this:

https://help.github.com/articles/dealing-with-line-endings/

Cheers,
John

On 09/18/2015 04:52 AM, Erik Huelsmann wrote:

Hi,

Today I found that at least 1 file in our Perl code base has a DOS 
line-ending style. Should we want to enforce a single ("Unix") 
line-ending style? This should come in handy when others - like me - 
develop on Windows, but - unlike me - don't know how to control their 
editor to write out Unix line endings. Also, diffs will show all lines 
changed if someone recodes *all* line endings.


Comments?

--
Bye,

Erik.

http://efficito.com  -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.


--


___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


--
___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel