Commit Graph

  • 3b3a09815b docs: document "failed to parse output of ghc-pkg dump" issue Simon Michael 2010-07-07 17:49:55 +0000
  • d47e82cf90 docs: document ghc/macports iconv link issue Simon Michael 2010-07-07 17:25:48 +0000
  • ab857fba34 webyesod: gah! include web command in --help with -fwebyesod Simon Michael 2010-07-08 23:18:52 +0000
  • 7e83ac3796 docs: more web command tweaks Simon Michael 2010-07-10 02:35:16 +0000
  • 3a39ae9d01 docs: talk about the two web implementations and edit feature Simon Michael 2010-07-10 02:29:36 +0000
  • 7663f5cbf1 docs: note renamed --base-url option in manual Simon Michael 2010-07-10 02:24:35 +0000
  • 365035a3bd webyesod: --host and --port options set the webserver's base url and tcp port Simon Michael 2010-07-07 00:45:31 +0000
  • 505833020f webyesod: small cleanup Simon Michael 2010-07-06 20:57:29 +0000
  • 09b44176ce web: new -fwebyesod flag builds an alternate yesod-based web ui This requires ghc >= 6.12. Simon Michael 2010-07-01 02:28:26 +0000
  • a048705542 doc: comment Simon Michael 2010-04-14 16:19:01 +0000
  • 345bffb235 fix unbalanced test, ignoring cosmetic issue Simon Michael 2010-04-14 16:44:24 +0000
  • 9c893f634a another cosmetic test fix Simon Michael 2010-04-14 16:57:40 +0000
  • 331ed6b407 refactor: cleanup Simon Michael 2010-04-14 21:37:03 +0000
  • b19b02962a parsing: date parsing overhaul, don't exit on bad dates - get rid of undefined parse errors due to guard - don't call error from date parsers; let add re-prompt on bad dates - years now must always have at least four digits - clearer date parse errors Simon Michael 2010-04-14 21:49:34 +0000
  • a90d32ae78 hledger-lib requires safe Simon Michael 2010-04-14 22:38:54 +0000
  • f46cf82bed parsing: simpler high-level parse error message Simon Michael 2010-04-15 16:14:50 +0000
  • 25234f7c2b docs: mention the hledger pastebin, use more mnemonic tracker/list urls Simon Michael 2010-04-15 16:27:00 +0000
  • bba4a32339 print: negative account patterns now exclude transactions containing any posting to a matched account Simon Michael 2010-04-15 23:08:27 +0000
  • 0f17ca7ade tools: also set required version of dependencies Simon Michael 2010-04-14 22:36:11 +0000
  • e7d334daf2 tools: don't fail to build if hasktags is not installed Simon Michael 2010-05-06 14:50:21 +0000
  • 33dbdd5821 docs: correction Simon Michael 2010-04-15 21:49:07 +0000
  • f4337cfce8 tools: ignore branches named just "bN" Simon Michael 2010-04-15 23:07:34 +0000
  • f190019da2 docs: clarify boring Simon Michael 2010-05-17 14:01:46 +0000
  • 5de25cb3a4 tighten testpack dependency Simon Michael 2010-05-17 14:04:23 +0000
  • 1b134a64f6 tools: update hledgercabal rule Simon Michael 2010-05-17 15:50:44 +0000
  • 9671db6b6e docs: remove redundant news from techie intro Simon Michael 2010-05-19 20:01:59 +0000
  • 0dcb144f6c docs: news update Simon Michael 2010-04-14 16:11:17 +0000
  • ea14c64b20 bump version Simon Michael 2010-05-19 20:11:36 +0000
  • 81e9e720ea bump (and fix) version Simon Michael 2010-04-15 15:07:44 +0000
  • c64d84dc25 docs: fix hledger haddock link Simon Michael 2010-05-20 00:17:29 +0000
  • 41f57ada61 tools: fix Version.hs path in makefile Simon Michael 2010-05-20 02:09:12 +0000
  • 19971c3784 tools: build binaries in bin/, to avoid Hledger.hs name clash on mac Simon Michael 2010-05-20 02:48:11 +0000
  • 879ea97ff0 add sample.rules file Simon Michael 2010-05-20 02:50:49 +0000
  • 44eaffd309 doc: drop pdfs for now Simon Michael 2010-05-20 18:26:44 +0000
  • 626583745d site: less vertical padding of code blocks Simon Michael 2010-05-20 19:07:46 +0000
  • f4edcb5152 docs: notes cleanup Simon Michael 2010-05-20 19:14:44 +0000
  • ed625a6abd docs: feedback Simon Michael 2010-04-14 16:11:28 +0000
  • 821d37bfde docs: notes Simon Michael 2010-05-20 00:07:23 +0000
  • bbec17ed47 site: use hakyll 2.1, expose all hakyll & pandoc options, fix missing quotes Simon Michael 2010-05-21 18:20:07 +0000
  • 8ed15c2e99 tools: update simplebench for current tabular Simon Michael 2010-05-22 21:13:11 +0000
  • 7f7d320cc9 tools: cleansite rule, create site /profs link Simon Michael 2010-05-23 19:24:26 +0000
  • 6ce494a3ec site: move website/ -> site/ Simon Michael 2010-05-21 18:19:00 +0000
  • 35f87499f7 consolidate register depth tests Simon Michael 2010-05-23 17:47:56 +0000
  • 65cf381dbc parsing: timelog entries now generate balanced transactions, using virtual postings Simon Michael 2010-05-23 18:54:14 +0000
  • be30aac3f5 fix an occasional stack overflow error due to infinite recursion in Posting/Transaction equality tests This was happening with balance command on certain timelog entries, since 0.8. Now, when testing two postings for equality, their parent transaction's identity is ignored. Simon Michael 2010-05-22 00:45:35 +0000
  • 30788ee7fd cleanup Simon Michael 2010-05-23 21:48:55 +0000
  • 536c44740e web: fix a bug probably affecting reload-on-change Simon Michael 2010-05-23 21:49:44 +0000
  • 7dbcb035bb web: fix non-ascii handling with ghc 6.12 The "GHC 6.12.1 has UTF8 support on board. Using System.IO.UTF8 can cause problems." patch was over-zealous. Restore and clarify UTF8 handling with 6.12. Simon Michael 2010-05-23 21:46:15 +0000
  • 287e71d54f web: fix a typo breaking ghc 6.12 compatibility Simon Michael 2010-05-19 19:17:29 +0000
  • 131ec1e1f1 web: remove url encoding/decoding that seems out of place Simon Michael 2010-05-23 21:48:32 +0000
  • 91b7736a8b include file name in a journal's string representation Simon Michael 2010-05-23 22:15:08 +0000
  • a8d86fb5e5 web: fix loss of file path when reloading the journal Simon Michael 2010-05-23 22:24:30 +0000
  • bf5ee88a30 refactor: clarify the roles of Journal (primary data) and Ledger (derived report) Simon Michael 2010-05-23 17:41:25 +0000
  • fc330b5c9f ui: restore the original accounts scope when backing up to top level Simon Michael 2010-04-15 21:41:18 +0000
  • 6d18b8c0af consolidate under Hledger.Cli Simon Michael 2010-05-19 23:20:52 +0000
  • 0282aa4697 docs: move main haddock Simon Michael 2010-05-19 23:41:29 +0000
  • c50c66ff14 rename the ui command to vty for consistency Simon Michael 2010-05-19 23:50:41 +0000
  • 70576e87d1 refactor: move post-parse processing into parseJournal Simon Michael 2010-05-22 23:35:34 +0000
  • 10c0a9a958 refactor: take an axe to canonicaliseAmounts Simon Michael 2010-05-22 20:23:36 +0000
  • a430badb85 refactor: journalCloseTimeLogEntries Simon Michael 2010-05-22 19:00:20 +0000
  • 11d354d426 refactor: renames and cleanups Simon Michael 2010-05-22 22:05:12 +0000
  • a3e5e7ce93 refactor: more ledger cleanup Simon Michael 2010-05-22 19:01:11 +0000
  • 5982460782 refactor: clarify ledger construction a bit Simon Michael 2010-05-22 16:14:30 +0000
  • 9261071987 fix handling of non-ascii arguments with ghc 6.12 Seems decodeString is needed here with 6.12 after all Simon Michael 2010-05-23 20:26:20 +0000
  • 557746da5e remove redundant imports revealed by ghc 6.12 Simon Michael 2010-05-22 15:33:51 +0000
  • 7d4593cee9 move Ledger.* to Hledger.Data.* Simon Michael 2010-05-19 23:08:53 +0000
  • 518da0c867 vty: fix "ui" in --help, also rename --debug-no-ui to --debug-vty Simon Michael 2010-05-23 22:46:04 +0000
  • 38665bd1bc tools: fix coverage script and stats make rule Simon Michael 2010-05-23 22:46:40 +0000
  • 7974b32c0f tools: cleaner test output Simon Michael 2010-05-23 22:49:03 +0000
  • 191670c231 tools: update paths in func. tests Simon Michael 2010-05-22 00:52:45 +0000
  • 5451e3ad40 parsing: balance real and balanced virtual postings separately, allow an amount-less balanced virtual posting Simon Michael 2010-04-14 16:59:02 +0000
  • 7b5f4f33dd more virtual posting tests, one failing Simon Michael 2010-04-14 01:09:45 +0000
  • 70a4e25cf5 more test fixes Simon Michael 2010-04-14 18:20:50 +0000
  • 77f64a7ddf parsing: if there is no description, don't require a space after the transaction date Simon Michael 2010-04-15 20:44:04 +0000
  • 5083255ed3 pricing, print tests Simon Michael 2010-04-15 22:59:22 +0000
  • d83f6ba5e0 tools: misc cleanups Simon Michael 2010-05-23 22:49:09 +0000
  • 3a73eb6e73 tools: more flexible prof and heap rules, added quickprof and quickheap Simon Michael 2010-05-22 00:46:32 +0000
  • 039833c739 move sample journals to data/ Simon Michael 2010-05-20 02:55:33 +0000
  • af7e8f327d tools: update benchmarking scripts Simon Michael 2010-05-22 21:24:07 +0000
  • 43f6218b97 web: drop the -fwebhappstack build flag, since it breaks cabal and web libs are in flux Simon Michael 2010-05-23 23:02:34 +0000
  • 090c8b4dd6 move the hledger application modules to Hledger and Hledger.Cli Simon Michael 2010-05-19 23:06:46 +0000
  • 8b2600984c tools: makefile updates for hledger-lib Simon Michael 2010-04-14 21:51:02 +0000
  • e40a190908 refactor: simplify dependencies, one less module to compile Simon Michael 2010-04-14 22:54:53 +0000
  • b03f20f1c0 docs: installation cleanups Simon Michael 2010-05-20 19:12:45 +0000
  • 2047c0d2e6 docs: update installation guide, incorporating djp's data Simon Michael 2010-05-20 18:27:21 +0000
  • d966998292 docs: convert manual to markdown Simon Michael 2010-05-20 16:46:30 +0000
  • 4400af2392 docs: typo Simon Michael 2010-05-08 14:16:19 +0000
  • ac9d9bb93b docs: document new print matching behaviour Negative account patterns are now more useful with print, excluding transactions which have any posting to a matched account. Simon Michael 2010-04-15 23:31:29 +0000
  • 7dcb91a70f docs: build site with hakyll Simon Michael 2010-05-17 14:33:05 +0000
  • c794616c91 docs: release notes Simon Michael 2010-05-23 23:05:16 +0000
  • 5fc57ca766 docs: note unreleased changes Simon Michael 2010-05-17 14:29:05 +0000
  • 7a297c62a1 update doc file paths in cabal Simon Michael 2010-05-23 23:43:03 +0000
  • e971e082d5 docs: news etc. Simon Michael 2010-02-12 03:55:52 +0000
  • 5478162574 docs: drop hours from, update usage string Simon Michael 2010-02-12 04:39:15 +0000
  • aaa8b369fa tools: benchmarking updates, add experimental criterion/progression runners Simon Michael 2010-02-13 18:39:49 +0000
  • 553358087f docs: cleanups, fix warnings, fix screenshots in pdf Simon Michael 2010-02-13 20:24:52 +0000
  • c31e200d4e docs Simon Michael 2010-02-12 02:47:45 +0000
  • 15baa84c3f docs: new web installation options Simon Michael 2010-02-16 03:46:36 +0000
  • d1e0455187 docs: formatting Simon Michael 2010-02-12 01:51:03 +0000
  • f8d90f22e2 web: fix for unicode search form values Simon Michael 2010-02-16 03:51:18 +0000