Commit Graph

2806 Commits

Author SHA1 Message Date
Simon Michael
0a77eba02e web: try using wai-launch-handler.. not working yet 2013-04-20 10:03:15 -07:00
Simon Michael
b65bcb5fbd Merge branch 'master' of github.com:simonmichael/hledger 2013-04-19 15:52:01 -07:00
Simon Michael
426d63f44f docs: dev guide quick links cleanups 2013-04-19 15:51:52 -07:00
Simon Michael
40b0a206d1 docs: fix dev guide code link 2013-04-19 15:49:42 -07:00
Simon Michael
05d39257db docs: update release notes 2013-04-19 15:25:26 -07:00
Simon Michael
0d17d31af4 tools: make ghciweb fixes 2013-04-19 14:55:36 -07:00
Simon Michael
e252b43c0a web: remove left sidebar border, extend right border to height of sidebar content 2013-04-19 14:49:15 -07:00
Simon Michael
dc6998ea2a web: hide copyright boilerplate in dev build 2013-04-19 14:46:22 -07:00
Simon Michael
1a57dbb65c web: disable request logging in production builds, for now 2013-04-19 14:45:25 -07:00
Simon Michael
2ce60a211a docs: note current GHC version requirements in install guide 2013-04-19 12:41:42 -07:00
Simon Michael
2eabcd1360 reverse and rename the blaze_html_0_5 flag to blaze_html_0_4 2013-04-19 12:40:29 -07:00
Simon Michael
a32b0513bd update tested-withs. hledger needs 7.2+, hledger-web needs 7.4+ for now 2013-04-19 12:26:05 -07:00
Simon Michael
fc39b4c25d the version bump was premature, revert so I can push
This reverts commit 1bc8b73159.
2013-04-19 11:54:26 -07:00
Simon Michael
dd956ea395 web: make cabal test pass 2013-04-19 11:50:41 -07:00
Simon Michael
030a03d9e3 Merge branch 'master' of github.com:simonmichael/hledger 2013-04-18 12:49:14 -07:00
Simon Michael
3d71bb54b7 Merge pull request #104 from peti/master
minor build fixes
2013-04-18 11:57:44 -07:00
Peter Simons
b7283759d6 hledger-web: allow building with blaze-html 0.6.x 2013-04-18 14:23:05 +02:00
Peter Simons
da8f4a1cb6 hledger-web: add missing Setup.hs file 2013-04-18 13:16:38 +02:00
Simon Michael
1bc8b73159 bump version 2013-04-17 17:20:59 -07:00
Simon Michael
3594dfd5e0 docs: organise release notes by topic 2013-04-17 17:13:38 -07:00
Simon Michael
def1f722db Merge branch 'master' of github.com:simonmichael/hledger 2013-04-17 17:01:32 -07:00
Simon Michael
0951174ada docs: note a small gotcha with date tags 2013-04-17 17:01:08 -07:00
Simon Michael
4edbb5a589 docs: reporting opts -> common opts, update query intro 2013-04-16 14:00:57 -07:00
Simon Michael
5cf6e02f8e docs: update commands intro 2013-04-16 13:45:49 -07:00
Simon Michael
89cea30f20 docs: add-ons, still 2013-04-16 13:32:30 -07:00
Simon Michael
75cb026f7e docs: more add-ons tweaks 2013-04-16 13:23:40 -07:00
Simon Michael
556a7a1a01 Merge branch 'master' of github.com:simonmichael/hledger 2013-04-16 13:18:53 -07:00
Simon Michael
d1b2a79807 docs: hide chart/vty, update add-ons description 2013-04-16 13:18:29 -07:00
Simon Michael
f17a93ec27 docs: update query docs to match hledger-web search help 2013-04-15 17:29:32 -07:00
Simon Michael
05da80b71d web: use full width for search box, update search help 2013-04-15 17:28:30 -07:00
Simon Michael
b878779c8a web: build with latest clientsession and http-conduit 2013-04-15 08:20:59 -07:00
Simon Michael
eb9744f600 docs: manual cleanups/updates 2013-04-14 19:36:31 -07:00
Simon Michael
ea231df31d docs: front page tweak 2013-04-14 19:35:53 -07:00
Simon Michael
97dfdf0768 docs: misc cleanups, expand commands list 2013-04-14 18:16:26 -07:00
Simon Michael
0520f21e49 docs: more csv conversion tips 2013-04-14 18:14:27 -07:00
Simon Michael
355b629fa6 docs: fix manual faq links 2013-04-14 17:44:10 -07:00
Simon Michael
e7db3ef1b3 docs: update NOTES.org backlog, remove items moved to trello 2013-04-14 17:40:12 -07:00
Simon Michael
03e752969a docs: move ledger compatibility docs into FAQ 2013-04-14 17:34:30 -07:00
Simon Michael
2d4c693288 docs: more "c++ ledger" -> "ledger" 2013-04-14 17:28:22 -07:00
Simon Michael
8956770c29 docs: wish reporting guidance 2013-04-14 11:43:26 -07:00
Simon Michael
54f0e2a288 site: really deprioritise download button 2013-04-14 11:42:27 -07:00
Simon Michael
93e24147ae docs: front page tweak 2013-04-14 11:40:55 -07:00
Simon Michael
090f28fa7f docs: tweak ledger link 2013-04-14 11:40:28 -07:00
Simon Michael
8b8c72f84c docs: tighten up docs list 2013-04-14 08:31:48 -07:00
Simon Michael
ffed9f5978 site: update download page and deprioritise it in nav buttons 2013-04-14 08:31:27 -07:00
Simon Michael
1127ba503b docs: merge latest release notes, manual should be up to date now 2013-04-14 08:12:47 -07:00
Simon Michael
c24637fb57 docs: reorganize front page/developer guide 2013-04-13 08:02:21 -07:00
Simon Michael
e89bd131e9 also fix warnings in UTF8IOCompat 2013-04-12 16:28:29 -07:00
Simon Michael
42385fc8bf parsing: read dos line endings, deprecate encoding compatibility layer
We should now read all text in universal newline mode, so eg journal
files with DOS/windows line endings are fine.

This also deprecates and disables our IO encoding compatibility layer,
which prevented many encoding-related problems with certain platforms
and GHC versions. With modern GHC (7.x) this is now hopefully totally
unnecessary, but the module remains in place just in case.
2013-04-12 16:18:20 -07:00
Simon Michael
78837c66a6 parsing: fix test breakage due to new csv rules format (fixes #102) 2013-04-12 14:59:28 -07:00