Commit Graph

  • 0641c5ad28 cpp fix Simon Michael 2010-02-16 04:10:45 +0000
  • 37a72568b7 docs: describe --depth, especially its behaviour with register Simon Michael 2010-02-16 20:43:15 +0000
  • f6e4b72a47 docs: rewrite/format price section Simon Michael 2010-02-16 20:43:37 +0000
  • 23023238cb refactor Simon Michael 2010-02-16 21:16:30 +0000
  • c1b88265d1 web: more help links Simon Michael 2010-02-23 03:38:09 +0000
  • 603ce7d64b web: help links to help explain the form fields Simon Michael 2010-02-23 03:11:19 +0000
  • f4beb08682 web: search form wording Simon Michael 2010-02-16 03:51:26 +0000
  • 2cd9aaf81f web: fix stack overflow caused by regexpr, and handle requests faster (#14) Simon Michael 2010-02-16 03:31:38 +0000
  • 07325ed640 docs: add supports smart dates too Simon Michael 2010-02-23 12:21:50 +0000
  • 8cff3c2aea docs: note another quirk Simon Michael 2010-02-23 04:59:16 +0000
  • 1a910bfaba web: pre-fill add form with today's date Simon Michael 2010-02-26 00:52:06 +0000
  • 75491b027e stats: show commodity symbols Simon Michael 2010-02-26 01:07:56 +0000
  • 2b49c4d772 stats: show account tree depth Simon Michael 2010-02-25 17:20:59 +0000
  • 4cd2364154 refactor Simon Michael 2010-02-27 17:50:25 +0000
  • ed44dc3cac add: fix precision handling in default amounts (#19) Needs a better refactoring of amount code, but fixes the issue. Simon Michael 2010-02-16 05:28:17 +0000
  • 6476d638f9 sumPostings should always preserve highest precision Simon Michael 2010-02-27 17:54:58 +0000
  • cc8f4926cf stats: better output when last transaction is in the future Simon Michael 2010-02-27 20:09:20 +0000
  • bd3148c690 stats: reorder slightly Simon Michael 2010-02-26 00:24:21 +0000
  • 8f28cd84c7 docs: link Simon Michael 2010-02-26 00:18:29 +0000
  • 19a76530f3 docs: link to ledger differences Simon Michael 2010-02-23 04:52:54 +0000
  • dcab04d1d1 docs: expand dates section Simon Michael 2010-02-23 04:48:14 +0000
  • e15fbb5c8b tools: make viewhtml to preview site Simon Michael 2010-02-26 00:23:44 +0000
  • 9cb66a2bc0 tools: fix various docs commands Simon Michael 2010-02-26 00:24:04 +0000
  • 691c6e99ad docs: simplify Simon Michael 2010-02-26 00:28:43 +0000
  • cc2d005501 docs: add gwern to contributor list, authorspellings Simon Michael 2010-03-09 02:18:31 +0000
  • 915e6725f3 docs: contributors, authorspellings updates Simon Michael 2010-02-13 21:02:01 +0000
  • 278e5dde64 amount display tests, fix a case where "auto" amount was displayed as 0 Simon Michael 2010-03-09 04:11:23 +0000
  • 9f565157e0 fix recent compilation breakage Simon Michael 2010-03-09 04:19:20 +0000
  • 3aa8613fa5 document some unsafe date parsing Simon Michael 2010-03-09 17:38:12 +0000
  • 400e5bf296 web: show a proper error for a bad date in add form (#17) Simon Michael 2010-03-09 18:36:27 +0000
  • d64d0b92d7 this way of starting a browser seems more robust (#6) Simon Michael 2010-03-09 22:30:36 +0000
  • 44de5419a5 make known browsers more generic Simon Michael 2010-03-09 22:47:28 +0000
  • 4973b82fb4 parsing: don't ignore trailing junk in a smart date, eg in web add form Simon Michael 2010-03-09 23:11:12 +0000
  • 8daa9a33cd refactor Simon Michael 2010-03-09 18:33:26 +0000
  • c4fdb5c609 docs: more about filter patterns Simon Michael 2010-03-09 23:49:20 +0000
  • 75fc5019ec docs: install tip Simon Michael 2010-03-09 23:49:32 +0000
  • 7b026ef6f4 parsing: allow transactions with empty descriptions Simon Michael 2010-03-10 01:25:02 +0000
  • c8cd88ba5f refactor Simon Michael 2010-03-10 20:42:05 +0000
  • e09ac0cb53 convert: tests, allow blank/comment lines at end of rules file Simon Michael 2010-03-10 19:59:56 +0000
  • 98f1e2afdf convert: also require at least two fields in csv records, and don't error with empty csv file Simon Michael 2010-03-10 21:05:16 +0000
  • b396e8e4a2 convert: basic csv file checking, warn instead of erroring when records lack a referenced field Simon Michael 2010-03-10 20:43:14 +0000
  • 21e4f87102 parse error message improved itself, awesome.. Simon Michael 2010-03-12 22:02:34 +0000
  • a6b7ef597f fix extra newline in balance error msg Simon Michael 2010-03-09 23:06:27 +0000
  • 41b60bbcfc when a transaction is unbalanced, show by how much; refactor Simon Michael 2010-02-27 18:06:29 +0000
  • 723c96834c tweak txn balancing error message Simon Michael 2010-03-09 18:34:20 +0000
  • 5476a292ad docs: haddock fixes Simon Michael 2010-03-13 00:17:47 +0000
  • d028e9eb17 refactor Simon Michael 2010-03-13 01:16:59 +0000
  • fd8ebd7c3d parsing: more tests, ignore D, C directives; we should now accept any ledger 2.6 file Simon Michael 2010-03-13 01:10:10 +0000
  • 8fd94ef6f5 refactor: parser cleanup Simon Michael 2010-03-12 23:46:20 +0000
  • 27510b0106 add: elide last amount in added transactions, as requested Simon Michael 2010-03-19 19:53:26 +0000
  • c2cf9b2185 convert: keep original description by default, allow backreferences in replace pattern Simon Michael 2010-04-01 21:04:28 +0000
  • b34015475b remove a mac-ism Simon Michael 2010-04-01 21:22:03 +0000
  • 4d3674d778 tools: make showcodechanges to see non-doc/site/tools changes and tags Simon Michael 2010-02-27 18:16:36 +0000
  • 72c9d3d680 tools: define rst2pdf Simon Michael 2010-02-13 20:33:15 +0000
  • bb905b1f7c tools: fix a localism Simon Michael 2010-02-13 20:28:00 +0000
  • d50616058e docs: fix an rst2pdf warning Simon Michael 2010-04-01 21:29:22 +0000
  • b7f38a0937 docs: dates section tweaks Simon Michael 2010-02-16 22:31:45 +0000
  • 859a79e16e docs: manual updates Simon Michael 2010-02-12 20:36:44 +0000
  • 057422a6e2 docs: manual tweaks Simon Michael 2010-02-12 05:10:43 +0000
  • 07bb1293e7 docs: more Simon Michael 2010-02-12 18:16:55 +0000
  • d75be16362 docs: command list Simon Michael 2010-02-12 04:22:33 +0000
  • dbb8576d8b don't ignore unparsed text following an amount Simon Michael 2010-04-05 20:37:19 +0000
  • 8bfb4abfd5 tools: mark more stuff boring, such as branch repos Simon Michael 2010-04-06 20:46:17 +0000
  • 97c8676c6c use a .boring file, make dist/ boring Simon Michael 2010-03-22 01:43:47 +0000
  • b5b06e5f1a docs: adapt apidocs: to package split, add sourcegraph: rule Simon Michael 2010-04-06 23:44:51 +0000
  • df0350a67c tools: doc building fixes Simon Michael 2010-03-13 00:19:05 +0000
  • 999697b914 tools: fixperms Simon Michael 2010-03-09 01:32:52 +0000
  • 10e75ebdf6 tools: make fixperms, viewall, printall, site; doc building updates Simon Michael 2010-02-13 20:21:08 +0000
  • 7a895b0133 convert functional tests to shelltestrunner 0.8 format Simon Michael 2010-04-10 00:11:47 +0000
  • 298d192678 register: fix a regression, register should not show posting comments Simon Michael 2010-02-15 20:33:49 +0000
  • 1698592706 add: test for #19 Simon Michael 2010-02-16 04:41:02 +0000
  • 798a83c5ac register: add a test documenting --depth behaviour Simon Michael 2010-02-16 20:56:52 +0000
  • 19c424862b tools: update for latest shelltestrunner, run func tests faster Simon Michael 2010-02-19 23:22:43 +0000
  • 9e28feb516 test for no-commodity amount with a price Simon Michael 2010-03-06 05:00:09 +0000
  • 055080c5ca register: with --empty, intervals should continue to ends of the specified period Simon Michael 2010-03-09 03:05:11 +0000
  • d824a982e7 test filter patterns with spaces Simon Michael 2010-03-09 03:17:15 +0000
  • e4cd127fc4 print: always show zero amounts as 0, hiding any commodity/decimal places/price, like ledger Simon Michael 2010-03-09 04:12:38 +0000
  • 57c537de41 parsing: N, tag, end tag are now ignored; ledger sample.dat parses Simon Michael 2010-03-12 22:52:57 +0000
  • 6977a0eecb parsing: allow numbers in commodities if double-quoted, like ledger Simon Michael 2010-04-05 20:55:57 +0000
  • f92270dfa8 refactor: move parse tests Simon Michael 2010-03-11 17:16:03 +0000
  • 903bf23afd refactor Simon Michael 2010-03-09 04:03:51 +0000
  • eedf0b211a refactor Simon Michael 2010-03-09 03:52:17 +0000
  • 993972549a refactor Simon Michael 2010-03-09 01:43:25 +0000
  • 08607362b0 refactor assertParse/assertParseEqual Simon Michael 2010-03-10 19:48:46 +0000
  • d4965b87ff web: -fweb now builds with simpleserver; the alternate -fwebhappstack builds with happstack hack-handler-simpleserver is presumably quite a bit easier to install than happstack, and so far fits hledger's needs just as well, so it is now the default when installing with -fweb. To build with happstack, use -fwebhappstack instead. hledger --version shows which webserver was built. Also webserver thread management has been simplified so should be more consistent across platforms. Simon Michael 2010-02-16 03:39:19 +0000
  • f937f59276 assertParse now generates test failures Simon Michael 2010-03-10 19:17:32 +0000
  • b2c8933af4 parsing: show a better error for illegal month/day numbers in dates Simon Michael 2010-04-06 02:31:47 +0000
  • cd8dffc485 docs: notes Simon Michael 2010-04-10 00:21:35 +0000
  • 5f82a9cd6b docs: developer notes, roadmap notes Simon Michael 2010-03-19 20:01:26 +0000
  • 599398baa3 register: fix bad layout with years < 1000 Simon Michael 2010-02-16 21:59:53 +0000
  • 5722c97a8a docs: release notes Simon Michael 2010-04-10 00:24:20 +0000
  • fad392e7e9 hledger-lib: docs update Simon Michael 2010-04-10 00:42:16 +0000
  • ca136dca7f bump version Simon Michael 2010-04-10 00:51:06 +0000
  • 1c46417bed split off hledger-lib package, containing core types & utils Simon Michael 2010-03-22 01:44:59 +0000
  • 1bc7a22d57 make main function importable, for benchmarking. There must be a better way.. Simon Michael 2010-02-13 21:43:08 +0000
  • 357f56d0f4 de-haskell98 gwern0 2010-03-09 01:51:21 +0000
  • a50d3e2b71 refactor, allow in-module unit tests Until now, all unit tests were defined in Tests.hs. Pro: simple, makes code/test line counting easy. Con: tests are far from code, Tests.hs turns into a big wall of test code. Now, unit tests can also be defined in modules. Simon Michael 2010-03-08 21:47:36 +0000
  • 3969dff3fc parsing: @ was being treated as a currency symbol; a few more tests Simon Michael 2010-03-06 21:47:10 +0000
  • 306013e21e refactor Simon Michael 2010-03-07 15:32:48 +0000
  • abcc831b5a register: fix a Prelude.head error with reporting interval, --empty, and --depth Simon Michael 2010-02-16 21:45:40 +0000