Commit Graph

2946 Commits

Author SHA1 Message Date
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
Simon Michael
a694cfcfcd add: fix functional test breakage due to add ui cleanups (#102) 2013-04-12 14:57:39 -07:00
Simon Michael
2bb120d6c6 register: fix -w related test breakage, another width tweak (#102)
As part of adding -w in december I cleaned up/adjusted register field
widths, and didn't make all the tests pass. This commit makes one more
width adjustment
(one space after the date instead of two) and fixes all tests depending on register output.
2013-04-12 14:56:41 -07:00
Simon Michael
f40a2b8d9d Merge branch 'master' of github.com:simonmichael/hledger 2013-04-12 12:10:03 -07:00
Simon Michael
997387eddd site: add changes & awesome CHANGES links to dev page 2013-04-12 12:09:12 -07:00
Simon Michael
6816f0ab70 site: github ribbon at top right 2013-04-10 09:25:57 -07:00
Simon Michael
5c3cc0896f docs: update tags docs 2013-04-09 16:10:31 -07:00
Simon Michael
6a1460b3b9 docs: update add docs 2013-04-09 15:54:20 -07:00
Simon Michael
d5e575c862 web: remove io-storage 2013-04-09 12:53:21 -07:00
Simon Michael
0df4a235af web: set up journal for yesod devel, store it in App (fixes #101)
The web app's journal state is now kept in the yesod App as an IORef,
instead of using io-storage.
yesod devel now works; it uses the journal file specified by
$LEDGER_FILE, or ~/.hledger.journal.

web: update journal state handling, fix yesod devel - WIP
2013-04-09 12:41:22 -07:00
Simon Michael
c510f11424 more git ignores 2013-04-09 10:12:50 -07:00