Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #300 from jacknagel/patch-2 | Martin Michlmayr | 2014-06-05 | 1 | -2/+0 | |
|\ | | | | | acprep: remove dead code | |||||
| * | acprep: remove dead code | Jack Nagel | 2014-06-05 | 1 | -2/+0 | |
|/ | | | This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029. | |||||
* | Merge pull request #299 from bkuhn/document-exchange-option-with-colon | Craig Earls | 2014-06-05 | 1 | -1/+21 | |
|\ | | | | | | | | | Document --exchange COMMODITY1:COMMODITY2 syntax. Thanks! | |||||
| * | Document --exchange COMMODITY1:COMMODITY2 syntax. | Bradley M. Kuhn | 2014-06-05 | 1 | -1/+21 | |
|/ | | | | | It appears this syntax does indeed work as described in this change, but the feature was not previously documented herein. | |||||
* | Improve backwards compatibility with ledger2 | Martin Michlmayr | 2014-05-30 | 4 | -10/+99 | |
| | | | | | | | This brings some single character format strings in line with what they actually meant in ledger2. Bug fix for #755 | |||||
* | Remove character that wasn't displayed in ledger2 | Martin Michlmayr | 2014-05-30 | 1 | -1/+1 | |
| | ||||||
* | Recognize --cleared-format option | Martin Michlmayr | 2014-05-30 | 1 | -0/+1 | |
| | | | | Bug fix for #747 | |||||
* | Fix query string for select account | Martin Michlmayr | 2014-05-30 | 2 | -20/+20 | |
| | | | | | | | A wrong query string was generated by "select account": one ansify_if() too much was listed and justify() was called with the wrong parameters. Bug fix for #744 | |||||
* | Move the debug statement to where it makes more sense | Martin Michlmayr | 2014-05-30 | 1 | -2/+1 | |
| | | | | | | It's possible to just say "select account" without a "from", so put the debug statement at the end of the block where the variable "formatter" is filled with the query string. | |||||
* | Handle POST_COST_VIRTUAL in print | Martin Michlmayr | 2014-05-30 | 2 | -2/+45 | |
| | | | | Bug fix for #1046 | |||||
* | Check whether a month is followed by a year | Martin Michlmayr | 2014-05-30 | 2 | -0/+47 | |
| | | | | Bug fix for #375 | |||||
* | Update line numbers | Martin Michlmayr | 2014-05-26 | 2 | -3/+3 | |
| | ||||||
* | Add test case to test for invalid option embedded in journal | Martin Michlmayr | 2014-05-26 | 1 | -0/+11 | |
| | ||||||
* | Fix typo in filename | Martin Michlmayr | 2014-05-26 | 2 | -2/+2 | |
| | ||||||
* | Remove unnecessary command directives from test cases | Martin Michlmayr | 2014-05-26 | 2 | -4/+0 | |
| | | | | | These are not necessary and are currently not effective anyway (see bug #1045) | |||||
* | Add test case for tags command | Martin Michlmayr | 2014-05-19 | 1 | -0/+55 | |
| | ||||||
* | Fix bug 1040 Saving in reconcile buffer doesn't stay in reconcile buffer | Craig Earls | 2014-05-18 | 1 | -10/+9 | |
| | ||||||
* | Merge branch 'master' of https://github.com/ledger/ledger | Craig Earls | 2014-05-18 | 24 | -104/+167 | |
|\ | ||||||
| * | Merge pull request #297 from thdox/reconcile-sort-key | Craig Earls | 2014-05-18 | 1 | -2/+2 | |
| |\ | | | | | | | Fix #986 and improve documentation. I don't like it, but if it will stop the complaint I will merge it. | |||||
| | * | Fix #986 and improve documentation. | thdox | 2014-05-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add test case for: option --permissive now quiets balance assertions | Martin Michlmayr | 2014-05-18 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | Add a test csae for the change "The option --permissive now quiets balance assertions" (634aa589) | |||||
| * | | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 13 | -63/+63 | |
| | | | | | | | | | | | | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc. | |||||
| * | | Add test case for balance assertion that's off | Martin Michlmayr | 2014-05-18 | 1 | -0/+18 | |
| | | | ||||||
| * | | Merge pull request #296 from thdox/fix-lang-when-spellcheck | Martin Michlmayr | 2014-05-18 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Fix spell check language. | |||||
| | * | Fix spell check language. | thdox | 2014-05-18 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | | | I am on a non English based system, and when spell check starts it uses by default my language that is not English. This fix should work on Linux and Mac OS. I doubt it will work on Windows, but anyway spellcheck.sh is a development tool and the base of our developers are on Unix based systems. | |||||
| * | Add a test case for aliases defined in account directives | Martin Michlmayr | 2014-05-17 | 1 | -0/+9 | |
| | | ||||||
| * | Renamed test for --recursive-aliases option for consistency | Martin Michlmayr | 2014-05-17 | 1 | -0/+0 | |
| | | ||||||
| * | Add test case for --no-aliases option | Martin Michlmayr | 2014-05-17 | 1 | -0/+20 | |
| | | ||||||
| * | Merge pull request #295 from thdox/fix-regression-from-aa2ff2b | John Wiegley | 2014-05-17 | 2 | -4/+13 | |
| |\ | | | | | | | Fix bug introduced by commit AA2FF2B | |||||
| | * | Fix bug introduced by commit AA2FF2B | thdox | 2014-05-17 | 2 | -4/+13 | |
| | | | | | | | | | | | | Correction is to not use uninitialized amount | |||||
| * | | Merge pull request #294 from thdox/fix-gitignore | Martin Michlmayr | 2014-05-17 | 1 | -20/+8 | |
| |\ \ | | | | | | | | | .gitignore cleanup | |||||
| | * | | Some cleanup regarding "test" in .gitignore | thdox | 2014-05-17 | 1 | -9/+1 | |
| | | | | ||||||
| | * | | Ignore shared libraries | thdox | 2014-05-17 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Remove redundant | thdox | 2014-05-17 | 1 | -3/+0 | |
| | | | | ||||||
| | * | | Some cleanup about doc/* | thdox | 2014-05-17 | 1 | -8/+5 | |
| | |/ | ||||||
| * | | Merge pull request #293 from thdox/fix-continuation-character | Martin Michlmayr | 2014-05-17 | 1 | -14/+14 | |
| |\ \ | | |/ | |/| | Ease copy-paste by adding a continuation character | |||||
| | * | Ease copy-paste by adding a continuation character | thdox | 2014-05-17 | 1 | -14/+14 | |
| |/ | ||||||
* / | Fix bug 1039. Where the ledger buffer was incorrectly shown in the same ↵ | Craig Earls | 2014-05-18 | 1 | -1/+2 | |
|/ | | | | frame as the reconcile buffer after a save. | |||||
* | Merge pull request #292 from thdox/fix-lisp-indentation | Craig Earls | 2014-05-17 | 18 | -1167/+1167 | |
|\ | | | | | | | Thank Thierry, I don't know when these got messed up but I have been meaning to do just this for some time. | |||||
| * | Indent & untabify | thdox | 2014-05-17 | 18 | -1167/+1167 | |
|/ | | | | | | | M-x mark-whole-buffer M-x indent-region M-x mark-whole-buffer M-x untabify | |||||
* | Merge pull request #291 from thdox/ubuntu-14.04 | John Wiegley | 2014-05-17 | 3 | -15/+13 | |
|\ | | | | | Lower down (from 1.55) requirements towards libboost | |||||
| * | Lower down (from 1.55) requirements towards libboost | thdox | 2014-05-17 | 3 | -15/+13 | |
|/ | | | | Fix some typos | |||||
* | Typo fix | Martin Michlmayr | 2014-05-16 | 1 | -1/+1 | |
| | ||||||
* | Add a reference to Debian 8 in the build instructions | Martin Michlmayr | 2014-05-16 | 1 | -3/+3 | |
| | | | | | | I successfully built ledger from git on Debian testing (jessie) as of today (which will become Debian 8) with the packages listed in README.md. | |||||
* | Merge pull request #290 from tubaman/fix_python_example | Martin Michlmayr | 2014-05-16 | 1 | -2/+2 | |
|\ | | | | | Fix python example so it runs | |||||
| * | Fix python example so it runs | Ryan Nowakowski | 2014-05-15 | 1 | -2/+2 | |
|/ | ||||||
* | Ensure that high-levels directives have arguments if they need one | Martin Michlmayr | 2014-05-14 | 2 | -0/+88 | |
| | | | | | Ensure that high-levels directives, such as account, alias and commodity, have arguments if they need one. Bug fix for #1036 | |||||
* | Ensure that directives have arguments if they need one | Martin Michlmayr | 2014-05-14 | 2 | -0/+96 | |
| | | | | | Ensure that account, commodity and payee directives have arguments if they need one. Bug fix for #785 | |||||
* | Remove trailing whitespace from error messages | Martin Michlmayr | 2014-05-13 | 19 | -29/+29 | |
| | | | | Fix for bug #867 | |||||
* | Add test case or new payee uuid feature | Martin Michlmayr | 2014-05-13 | 1 | -0/+10 | |
| |