Commit Graph

  • 6ce1b79c85 docs: release notes Simon Michael 2013-12-07 06:22:47 -0800
  • 5bdc55ab77 note that getCliOpts, debugArgs api fns are unused Simon Michael 2013-12-07 06:10:45 -0800
  • 8261ac0f56 three fixes to handle --debug=N like --debug Simon Michael 2013-12-07 06:09:39 -0800
  • 8bbd22d7ed fix handling of --debug before command Simon Michael 2013-12-07 05:51:17 -0800
  • c53732a4af balance: new multi-column reports & documentation Simon Michael 2013-12-06 14:06:12 -0800
  • b2c6a8e7d2 require data-pprint 0.2.3, works with ghc < 7.2 Simon Michael 2013-12-06 13:58:06 -0800
  • 13641eab66 debug level sets amount/journal show verbosity Simon Michael 2013-12-06 13:51:19 -0800
  • 3cf53661f3 new debug helpers; --debug=N sets debugLevel Simon Michael 2013-12-06 13:35:50 -0800
  • c99f37241c allow an optional level argument with --debug Simon Michael 2013-12-06 13:30:36 -0800
  • 6e7610c1b7 drop some experimental pprint logging Simon Michael 2013-12-06 13:26:08 -0800
  • 3eac48871c require data-pprint 0.2.3, works with ghc < 7.2 Simon Michael 2013-12-06 13:22:28 -0800
  • 22a8020296 make most types instances of Data (and Typeable) This allows them to be pretty-printed with pprint (from data-pprint) when debugging, and shouldn't have much impact otherwise. Simon Michael 2013-12-06 13:19:43 -0800
  • 8857366854 docs: link bradley kuhn's non-profit tutorial Simon Michael 2013-11-23 21:49:30 -0800
  • db5f3c317a docs: mention PATH ordering with multiple hledger copies installed Simon Michael 2013-11-13 17:46:07 -0800
  • 9b164806fc docs: more cabal install instructions updates Simon Michael 2013-11-13 12:17:07 -0800
  • 8111a71246 docs: mention C libs in the cabal install instructions Simon Michael 2013-11-13 12:13:39 -0800
  • 7fc1ceb8f9 docs: expand date-format docs Simon Michael 2013-11-06 17:27:59 -0800
  • 1431ce501b docs: literal block formatting fix Simon Michael 2013-11-06 13:57:53 -0800
  • 669219d570 docs: link some external docs, reorganise docs page Simon Michael 2013-11-06 13:51:05 -0800
  • d2db669cbb docs: increase table of contents depth to 5 Might look more cluttered, but it's getting too hard to find things in the manual. Simon Michael 2013-11-06 12:26:20 -0800
  • 2b24db783b docs: fix link to ledger's fixed lot prices Simon Michael 2013-11-06 11:26:22 -0800
  • de473b99b2 Merge pull request #143 from markokocic/alias-fix Simon Michael 2013-11-05 06:51:20 -0800
  • 79e5c15ff1 Fix timelog alias examples Marko Kocic 2013-11-05 09:00:45 +0000
  • e5d7e35d62 docs: fix tabs in indentation Simon Michael 2013-11-03 12:00:40 -0800
  • bdc707f0e3 docs: fix indentation in hledger add example Simon Michael 2013-11-03 11:57:07 -0800
  • 29fff97005 docs: link to readline docs Simon Michael 2013-11-03 11:53:35 -0800
  • a7c7fc1a43 web: fix too-loose yesod dependency, we require 1.2.* Simon Michael 2013-11-02 11:50:29 -0700
  • 4123d458c8 site: copy instead of symlinking source files so hakyll preview works Simon Michael 2013-10-20 12:36:46 -0700
  • 50dc810013 site: add rss autodiscovery link pointing to my blog's hledger tag feed Simon Michael 2013-10-20 12:35:54 -0700
  • d56b4cb2f7 docs: fix a ledger repo link Simon Michael 2013-10-01 14:50:36 -0700
  • 6d220acc09 docs: on docs page, list release notes first Simon Michael 2013-09-30 10:07:23 -0700
  • 3e1dd65048 docs: front page cleanup Simon Michael 2013-09-30 10:06:24 -0700
  • 7ac1f74821 docs: note sign sensitivity of amt:y Simon Michael 2013-09-29 17:13:36 -0700
  • 2de58e2ec0 fix haddock errors in Reports.hs Simon Michael 2013-09-28 10:14:43 -0700
  • 66ae7b7b84 docs: update release notes more Simon Michael 2013-09-26 15:24:29 -0700
  • e40ce0b0d3 docs: update release notes Simon Michael 2013-09-26 15:23:03 -0700
  • 1fb4c5956f fix test comment Simon Michael 2013-09-26 15:07:09 -0700
  • 7e06a6a24c balance: basic multi-column balance (change) reports Simon Michael 2013-09-26 15:06:48 -0700
  • d6c841d93b show search queries more accurately in --debug output Simon Michael 2013-09-23 11:50:20 -0700
  • eb5e2f95e9 cashflow: don't ignore the report start date (fixed #135) Simon Michael 2013-09-23 11:05:18 -0700
  • 7bfd3268f7 docs: update penny link on docs page Simon Michael 2013-09-23 11:03:07 -0700
  • 30a55e8074 docs: add ledger-autosync to dev guide -> related projects Simon Michael 2013-09-23 11:02:43 -0700
  • b44efdcb4e don't depend on an unreleased version of data-pprint (fixes #140) Simon Michael 2013-09-23 10:46:52 -0700
  • eb04e44311 docs: add latest add-ons to manual Simon Michael 2013-09-23 00:11:52 -0700
  • e840cd35c2 docs: release notes Simon Michael 2013-09-23 00:11:02 -0700
  • 009c7e3f90 bump version to 0.22 alpha Simon Michael 2013-09-22 22:38:27 -0700
  • 1324fe3a41 new hledger-balance-csv and hledger-register-csv examples in extra, generating CSV output Simon Michael 2013-09-22 22:32:28 -0700
  • a66a715eeb command line options API updates, possibly fixing hledger-web build Simon Michael 2013-09-22 22:31:06 -0700
  • 13f8c0f938 overhaul command line processing Command line processing has been overhauled and made more consistent, and now has tests and extensive debug output. More flags now work both before and after COMMAND: -f, --rule-file, --alias, --help, --debug, --version. Command line help, command aliases, API docs and code have been improved. Simon Michael 2013-09-22 01:17:41 -0700
  • c912108d89 docs: release note wording Simon Michael 2013-09-21 13:38:19 -0700
  • 804c307694 tools: remove outdated comment Simon Michael 2013-09-21 13:37:58 -0700
  • 671bb6c4a2 require data-pprint as a debugging aid and make some types compatible with it Simon Michael 2013-09-21 13:36:43 -0700
  • a3900c80b2 make hledger-cli.hs executable Simon Michael 2013-09-21 13:34:40 -0700
  • d1de9ba927 update example scripts in extra and rename them so they work as add-ons Simon Michael 2013-09-20 09:38:54 -0700
  • 61ff8b852a make scripts in extra/ executable Simon Michael 2013-09-13 15:18:28 -0700
  • 351d96e001 docs: streamline home page/readme content, add an interim tagline Simon Michael 2013-09-15 15:01:32 -0700
  • 3ea0f6f223 site: reorder imports Simon Michael 2013-09-15 15:00:40 -0700
  • 4aee543437 site: give front page its own style without nav bar Simon Michael 2013-09-15 13:41:26 -0700
  • 8444be6f88 docs: report haddock cleanups Simon Michael 2013-09-10 13:41:39 -0700
  • f9656a21af print: comment positions (same line or next line) are now preserved Simon Michael 2013-09-10 10:32:49 -0700
  • 7ed0705398 register: --average/-A shows a running average, like ledger Simon Michael 2013-09-09 18:25:53 -0700
  • 3d205ec03f refactor: rename unclear helper Simon Michael 2013-09-09 17:41:29 -0700
  • b72d2b17b6 docs: add 0.21.3's manual to past manuals Simon Michael 2013-09-09 16:10:43 -0700
  • 7e3e68906a docs: note manual is for latest code Simon Michael 2013-09-09 15:58:58 -0700
  • a8301c700a docs: document sym: in more detail Simon Michael 2013-09-09 15:54:08 -0700
  • 3c66569e35 tools: use firefox as default browser in this modern era Simon Michael 2013-09-09 15:53:43 -0700
  • 060d1fdd1b change comm: to sym: and require a match on the whole symbol Simon Michael 2013-09-09 15:26:45 -0700
  • 957f57a07b new comm:REGEXP query matches commodity symbols. Also some minor amt: fixes. Simon Michael 2013-09-09 15:04:43 -0700
  • 73230838c5 parsing: amt queries use the = operator by default Simon Michael 2013-09-09 11:57:25 -0700
  • ec9323688f docs: update release notes Simon Michael 2013-09-05 15:04:21 -0700
  • 1fc529ccfd Merge pull request #134 from batterseapower/master Simon Michael 2013-09-05 14:52:59 -0700
  • e96fff7887 Upgrade to regex-compat-tdfa to squelch unicode problems Max Bolingbroke 2013-08-20 21:19:28 +0100
  • eff1d3f1a5 csv reader: add the include directive, useful for factoring out common rules used with multiple CSV files Simon Michael 2013-08-03 20:47:43 -0700
  • 308916185c docs: fix a typo in csv conditional block doc Simon Michael 2013-07-28 10:37:23 -0700
  • 365b9b6cb9 docs: more csv conditional block doc Simon Michael 2013-07-28 08:52:03 -0700
  • d53d410866 docs: expand csv conditional block doc a bit Simon Michael 2013-07-28 08:37:14 -0700
  • 73699e8076 Merge branch 'master' of github.com:simonmichael/hledger Simon Michael 2013-07-23 16:48:33 -0700
  • e4c76acb12 balancesheet: don't bother showing equity, it won't be useful for most of us Simon Michael 2013-07-23 16:47:54 -0700
  • 3f3e9fcc06 tools: new sloc, cloc targets Simon Michael 2013-07-10 15:29:00 -0700
  • 8feca2fa84 tools: fix hackageupload-dry Simon Michael 2013-07-10 15:28:34 -0700
  • b3c3b6523e docs: release notes Simon Michael 2013-07-10 08:27:18 -0700
  • c2cdead4ef web: remove another yesod-platform dependency Simon Michael 2013-07-10 08:23:32 -0700
  • 2328505e4b Merge pull request #127 from jwiegley/master Simon Michael 2013-06-24 16:07:02 -0700
  • a05e7a5a67 yesod-platform dependency is unnecessary John Wiegley 2013-06-24 15:42:12 -0500
  • d46ddb1d71 tools: more ignores Simon Michael 2013-06-24 08:17:44 -0700
  • f6be82e153 tools: fix tagrelease rule Simon Michael 2013-06-24 08:05:34 -0700
  • b499e59053 0.21.3 release notes Simon Michael 2013-06-23 16:50:58 -0700
  • 318d36d712 bump version Simon Michael 2013-06-23 16:50:35 -0700
  • d913ee96f7 Merge pull request #126 from adept/master Simon Michael 2013-06-19 07:11:59 -0700
  • ed58d815d6 Fix for multiple field assignments in CSV parsing Dmitry Astapov 2013-06-19 08:30:33 +0100
  • 550f41ee48 Tests to show bug in multiple file assigments in CSV parsing Dmitry Astapov 2013-06-19 08:29:45 +0100
  • ef9d1991cf docs: link my blog on front page Simon Michael 2013-06-08 12:17:54 -0700
  • 8ba1d2aa85 Merge branch 'master' of github.com:simonmichael/hledger Simon Michael 2013-06-08 11:38:25 -0700
  • ae466a847c site: make wiki nav button like the others Simon Michael 2013-06-08 11:37:48 -0700
  • 2528e03d1d docs: test site updating Simon Michael 2013-06-07 18:14:54 -0600
  • 399f74046a docs: test site updating Simon Michael 2013-06-07 18:02:03 -0600
  • f87e6175b1 docs: test site updating Simon Michael 2013-06-07 18:00:04 -0600
  • f055631b35 docs: commit to test site updating Simon Michael 2013-06-06 18:08:48 -0700
  • 27cef2850f docs: another commit for testing site updating. Simon Michael 2013-06-06 17:52:18 -0700
  • e87f492bfb docs: test site update Simon Michael 2013-06-06 17:34:41 -0700