Commit Graph

1377 Commits

Author SHA1 Message Date
Simon Michael
5de25cb3a4 tighten testpack dependency 2010-05-17 14:04:23 +00:00
Simon Michael
1b134a64f6 tools: update hledgercabal rule 2010-05-17 15:50:44 +00:00
Simon Michael
9671db6b6e docs: remove redundant news from techie intro 2010-05-19 20:01:59 +00:00
Simon Michael
0dcb144f6c docs: news update 2010-04-14 16:11:17 +00:00
Simon Michael
ea14c64b20 bump version 2010-05-19 20:11:36 +00:00
Simon Michael
81e9e720ea bump (and fix) version 2010-04-15 15:07:44 +00:00
Simon Michael
c64d84dc25 docs: fix hledger haddock link 2010-05-20 00:17:29 +00:00
Simon Michael
41f57ada61 tools: fix Version.hs path in makefile 2010-05-20 02:09:12 +00:00
Simon Michael
19971c3784 tools: build binaries in bin/, to avoid Hledger.hs name clash on mac 2010-05-20 02:48:11 +00:00
Simon Michael
879ea97ff0 add sample.rules file 2010-05-20 02:50:49 +00:00
Simon Michael
44eaffd309 doc: drop pdfs for now 2010-05-20 18:26:44 +00:00
Simon Michael
626583745d site: less vertical padding of code blocks 2010-05-20 19:07:46 +00:00
Simon Michael
f4edcb5152 docs: notes cleanup 2010-05-20 19:14:44 +00:00
Simon Michael
ed625a6abd docs: feedback 2010-04-14 16:11:28 +00:00
Simon Michael
821d37bfde docs: notes 2010-05-20 00:07:23 +00:00
Simon Michael
bbec17ed47 site: use hakyll 2.1, expose all hakyll & pandoc options, fix missing quotes 2010-05-21 18:20:07 +00:00
Simon Michael
8ed15c2e99 tools: update simplebench for current tabular 2010-05-22 21:13:11 +00:00
Simon Michael
7f7d320cc9 tools: cleansite rule, create site /profs link 2010-05-23 19:24:26 +00:00
Simon Michael
6ce494a3ec site: move website/ -> site/ 2010-05-21 18:19:00 +00:00
Simon Michael
35f87499f7 consolidate register depth tests 2010-05-23 17:47:56 +00:00
Simon Michael
65cf381dbc parsing: timelog entries now generate balanced transactions, using virtual postings 2010-05-23 18:54:14 +00:00
Simon Michael
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.
2010-05-22 00:45:35 +00:00
Simon Michael
30788ee7fd cleanup 2010-05-23 21:48:55 +00:00
Simon Michael
536c44740e web: fix a bug probably affecting reload-on-change 2010-05-23 21:49:44 +00:00
Simon Michael
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.
2010-05-23 21:46:15 +00:00
Simon Michael
287e71d54f web: fix a typo breaking ghc 6.12 compatibility 2010-05-19 19:17:29 +00:00
Simon Michael
131ec1e1f1 web: remove url encoding/decoding that seems out of place 2010-05-23 21:48:32 +00:00
Simon Michael
91b7736a8b include file name in a journal's string representation 2010-05-23 22:15:08 +00:00
Simon Michael
a8d86fb5e5 web: fix loss of file path when reloading the journal 2010-05-23 22:24:30 +00:00
Simon Michael
bf5ee88a30 refactor: clarify the roles of Journal (primary data) and Ledger (derived report) 2010-05-23 17:41:25 +00:00
Simon Michael
fc330b5c9f ui: restore the original accounts scope when backing up to top level 2010-04-15 21:41:18 +00:00
Simon Michael
6d18b8c0af consolidate under Hledger.Cli 2010-05-19 23:20:52 +00:00
Simon Michael
0282aa4697 docs: move main haddock 2010-05-19 23:41:29 +00:00
Simon Michael
c50c66ff14 rename the ui command to vty for consistency 2010-05-19 23:50:41 +00:00
Simon Michael
70576e87d1 refactor: move post-parse processing into parseJournal 2010-05-22 23:35:34 +00:00
Simon Michael
10c0a9a958 refactor: take an axe to canonicaliseAmounts 2010-05-22 20:23:36 +00:00
Simon Michael
a430badb85 refactor: journalCloseTimeLogEntries 2010-05-22 19:00:20 +00:00
Simon Michael
11d354d426 refactor: renames and cleanups 2010-05-22 22:05:12 +00:00
Simon Michael
a3e5e7ce93 refactor: more ledger cleanup 2010-05-22 19:01:11 +00:00
Simon Michael
5982460782 refactor: clarify ledger construction a bit 2010-05-22 16:14:30 +00:00
Simon Michael
9261071987 fix handling of non-ascii arguments with ghc 6.12
Seems decodeString is needed here with 6.12 after all
2010-05-23 20:26:20 +00:00
Simon Michael
557746da5e remove redundant imports revealed by ghc 6.12 2010-05-22 15:33:51 +00:00
Simon Michael
7d4593cee9 move Ledger.* to Hledger.Data.* 2010-05-19 23:08:53 +00:00
Simon Michael
518da0c867 vty: fix "ui" in --help, also rename --debug-no-ui to --debug-vty 2010-05-23 22:46:04 +00:00
Simon Michael
38665bd1bc tools: fix coverage script and stats make rule 2010-05-23 22:46:40 +00:00
Simon Michael
7974b32c0f tools: cleaner test output 2010-05-23 22:49:03 +00:00
Simon Michael
191670c231 tools: update paths in func. tests 2010-05-22 00:52:45 +00:00
Simon Michael
5451e3ad40 parsing: balance real and balanced virtual postings separately, allow an amount-less balanced virtual posting 2010-04-14 16:59:02 +00:00
Simon Michael
7b5f4f33dd more virtual posting tests, one failing 2010-04-14 01:09:45 +00:00
Simon Michael
70a4e25cf5 more test fixes 2010-04-14 18:20:50 +00:00