Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add notes to 5.7.1.1 Payee metadata tag doc | Scott Carpenter | 2018-08-02 | 1 | -0/+4 | |
|/ / | ||||||
* | | Missing an export keyword in .travis.yml | John Wiegley | 2018-07-19 | 1 | -1/+1 | |
| | | ||||||
* | | Correct to Travis build for the new master branch version | John Wiegley | 2018-07-19 | 1 | -1/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2018-07-19 | 5 | -4/+29 | |
|\ \ | ||||||
| * \ | Merge pull request #455 from vanicat/t/read-only-error | John Wiegley | 2017-10-26 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | inhibit read only when inserting in *Ledger Error* | |||||
| | * | | inhibit read only when inserting in *Ledger Error* | Rémi Vanicat | 2016-05-28 | 1 | -1/+2 | |
| |/ / | | | | | | | | | | | | | | | | When ledger-exec-handle-error is called a second time, it try to insert the error in a buffer that is already read-only. inhibit-read-only permit the insertion. | |||||
| * | | Merge pull request #446 from Rudd-O/truepyerrors | John Wiegley | 2016-04-20 | 5 | -4/+29 | |
| |\ \ | | | | | | | | | Ensure that parse errors produce useful RuntimeErrors for Python code. | |||||
| | * | | Add parse error test | Manuel Amador (Rudd-O) | 2016-02-08 | 1 | -0/+18 | |
| | | | | ||||||
| | * | | Ensure that parse errors produce useful RuntimeErrors for Python code. | Manuel Amador (Rudd-O) | 2016-02-06 | 4 | -4/+11 | |
| | | | | ||||||
| * | | | Merge pull request #453 from tarsius/master | Craig Earls | 2016-04-06 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | Require correct feature | |||||
| | * | | Require correct feature | Jonas Bernoulli | 2016-04-07 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | In `ledger-matching.el' require `ledger-report' instead of `ldg-report'. That library was renamed like all the others. | |||||
* | | | Merge pull request #1667 from pascalfleury/improve_fix_of_issue_1187 | John Wiegley | 2018-07-18 | 3 | -16/+109 | |
|\ \ \ | | | | | | | | | Improve fix of issue #1187 | |||||
| * | | | Add the test to make sure it works in the future. | Pascal Fleury | 2018-07-18 | 1 | -0/+36 | |
| | | | | ||||||
| * | | | Added more documentation about assertions. | Pascal Fleury | 2018-07-18 | 1 | -0/+39 | |
| | | | | ||||||
| * | | | fix regression of test 1147_a | Pascal Fleury | 2018-07-17 | 1 | -17/+18 | |
| | | | | ||||||
| * | | | amount_t -> balance_t. | Pascal Fleury | 2018-07-17 | 1 | -13/+30 | |
|/ / / | ||||||
* | | | Merge pull request #1666 from jbeich/boost | John Wiegley | 2018-07-09 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Unbreak build against Boost 1.68 | |||||
| * | | | Unbreak with boost 1.68 | Jan Beich | 2018-07-09 | 1 | -0/+4 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/main.cc:34: In file included from src/global.h:41: In file included from src/option.h:45: In file included from src/scope.h:45: In file included from src/op.h:45: In file included from src/expr.h:45: In file included from src/exprbase.h:57: src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found #include <boost/uuid/sha1.hpp> ^ | |||||
* | | | Fix order of transaction state in txn header | Scott Carpenter | 2018-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | The transaction state comes before (not after) the code. | |||||
* | | | Document keywords "any" and "all" | Martin Michlmayr | 2018-07-06 | 1 | -0/+13 | |
| | | | | | | | | | | | | Fixes #1192 | |||||
* | | | Document the use of wildcards for !include | Martin Michlmayr | 2018-06-28 | 1 | -1/+3 | |
| | | | | | | | | | | | | Fixes #1658 | |||||
* | | | Revert "Use an std::set instead of an std::list to store the the journal ↵ | John Wiegley | 2018-06-18 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | file paths" This reverts commit 3364850cc7cf73fc67af1ea6cd9a65a32e336623. Fixes #559 | |||||
* | | | Merge pull request #1653 from tko/date-format | John Wiegley | 2018-06-13 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Fix garbled dates when using --date-format | |||||
| * | | | Fix garbled dates when using --date-format | Tommi Komulainen | 2018-06-13 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Capture the `std::string` value from options in a local variable that lives as long as the `c_str()` taken from it to ensure it does not get freed prematurely. Fixes: #546 | |||||
* | | | Merge pull request #1651 from Christoph-D/issue-1626 | John Wiegley | 2018-06-10 | 4 | -25/+38 | |
|\ \ \ | | | | | | | | | Remove TOK_A_YEAR token | |||||
| * | | | Remove TOK_A_YEAR token | Christoph Dittmann | 2018-06-10 | 4 | -25/+38 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #1626. The tokenizer eagerly classifies 4-digit integers as TOK_A_YEAR tokens. In some contexts such as "every 1000 years", this causes errors. I think the tokenizer does not have enough information available to distinguish between integers and years. After this patch, the tokenizer will always classify integers as TOK_INT tokens. The "has 4 digits" heuristic to determine if an integer is a year is moved to the place where it's actually needed (and it can be slightly more generic there, too). | |||||
* | | | Merge pull request #1650 from colindean/patch-1 | John Wiegley | 2018-06-09 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Documents commodity directive's alias sub-directive | |||||
| * | | | Documents commodity directive's alias sub-directive | Colin Dean | 2018-06-10 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merge pull request #1649 from Christoph-D/next | John Wiegley | 2018-06-09 | 2 | -1/+17 | |
|\ \ \ | | | | | | | | | Make automated transactions work with assertions | |||||
| * | | | Make automated transactions work with assertions | Christoph Dittmann | 2018-06-09 | 2 | -1/+17 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes issue #1127. In my understanding, PR #552 was meant to fix this, but was incomplete. Without this patch, automated transactions are invisible to assertions. This patch fixes this by adding a flag to the account to tell it that there is a new posting, analogous to the behavior of finalize(). I dug up issue #1127 too late to find that this is the same solution proposed by @tbm. Although I wrote this independently, credit goes to Martin Michlmayr (@tbm). | |||||
* | | | Fix documentation for apply fixed | Martin Michlmayr | 2018-06-01 | 1 | -43/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old "fixed" and "endfixed" are no longer used (and afaict don't work). You have to use "apply fixed" and "end apply" instead. Fixes issue #789 Signed-off-by: Martin Michlmayr <tbm@cyrius.com> | |||||
* | | | Remove references to Bugzilla | Martin Michlmayr | 2018-06-01 | 3 | -3/+3 | |
| | | | ||||||
* | | | Merge pull request #561 from vHanda/next | John Wiegley | 2018-04-09 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | Add documentation on how to sort in reverse order | |||||
| * | | | Add documentation on how to sort in reverse order | Vishesh Handa | 2018-04-08 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | Merge pull request #557 from smr894/fix-missing-trans-in-last-budget-period | John Wiegley | 2018-04-04 | 2 | -8/+96 | |
|\ \ \ | | | | | | | | | budget_posts: Keep pending items until the last day they apply | |||||
| * | | | budget_posts: Keep pending items until the last day they apply | smr894 | 2018-04-04 | 2 | -8/+96 | |
|/ / / | ||||||
* | | | Update Debian releases in README | Martin Michlmayr | 2018-03-29 | 1 | -3/+3 | |
| | | | ||||||
* | | | Fix Python example | Martin Michlmayr | 2018-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Thanks to Brian Carlson for pointing this out. Fixes #547 | |||||
* | | | Fix documentation about the "end" directive | Martin Michlmayr | 2018-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | "tag" is not a block command. This was probably supposed to be "apply" which can be used to apply tags to several transactions. | |||||
* | | | Merge pull request #552 from dedmons/fix-balance-assert-with-auto-xact | John Wiegley | 2018-03-24 | 1 | -3/+6 | |
|\ \ \ | |_|/ |/| | | Fix auto xact posts not getting applied to account total durring journal parse | |||||
| * | | Fix auto xact posts not getting applied to account total durring journal parse | DJ Edmonson | 2018-03-23 | 1 | -3/+6 | |
|/ / | ||||||
* | | Add (currently undocumented) function 'clear_commodity' | John Wiegley | 2018-02-16 | 2 | -0/+10 | |
| | | ||||||
* | | Update documentation | John Wiegley | 2018-02-16 | 2 | -7/+6 | |
| | | ||||||
* | | Merge pull request #527 from camponez/next | John Wiegley | 2018-01-31 | 1 | -4/+0 | |
|\ \ | | | | | | | Remove unused imports | |||||
| * | | Remove unused imports | Eduardo Elias | 2018-01-31 | 1 | -4/+0 | |
|/ / | ||||||
* | | Correct webhook URL | John Wiegley | 2018-01-30 | 1 | -1/+1 | |
| | | ||||||
* | | Add Gitter badge to README | John Wiegley | 2018-01-30 | 1 | -1/+1 | |
| | | ||||||
* | | Add Gitter integration | John Wiegley | 2018-01-30 | 1 | -0/+7 | |
| | | ||||||
* | | Remove empty .gitmodules file | John Wiegley | 2018-01-28 | 1 | -0/+0 | |
| | | ||||||
* | | Merge pull request #519 from mbudde/accounts-prepend-format | John Wiegley | 2018-01-27 | 3 | -0/+25 | |
|\ \ | | | | | | | Add support for --prepend-format in accounts command |