Commit Graph

1706 Commits

Author SHA1 Message Date
Simon Michael
d00ae908de web: cleanup, hide unused support files 2010-11-27 00:36:30 +00:00
Simon Michael
dc915edb9a web: add template files I forgot 2010-09-12 02:29:25 +00:00
Simon Michael
8740fec8aa web: update to current yesod (0.6.1.2) 2010-11-15 23:25:55 +00:00
Simon Michael
577b7fabff web: fix add/edit forms 2010-11-29 00:01:52 +00:00
Simon Michael
27ad4d7efe briefer, more informative usage error messages 2010-11-29 01:08:19 +00:00
Simon Michael
93b1f2b0ca more correct args parsing, fix account filtering in hledger-web 2010-11-29 00:37:21 +00:00
Simon Michael
3979885037 chart: give a meaningful error message for empty journals 2010-11-29 01:14:12 +00:00
Simon Michael
b8e3306819 chart: update for current Chart version 2010-11-26 19:22:47 +00:00
Simon Michael
c6a85c4b88 packagegeddon: make usage and version messages specific to each add-on program
All this stuff has been split up, except for the moment it's still
necessary to define all option constructors in Hledger.Cli.Options.
2010-11-26 19:14:09 +00:00
Simon Michael
188d936889 restore web/vty/chart's special flags as hidden options for now 2010-11-19 00:27:33 +00:00
Simon Michael
f58ce26407 fix haddock breakage 2010-11-19 20:14:48 +00:00
Simon Michael
fd10736373 refactor: consistent main modules in add-ons 2010-11-25 07:10:38 +00:00
Simon Michael
1127c3f52f flatten modules a little 2010-11-15 06:48:49 +00:00
Simon Michael
3ca0303a88 web: make safe dependency consistent with other packages to help cabal-install 2010-11-29 23:24:18 +00:00
Simon Michael
7a9d794c49 web, vty: update dependencies 2010-11-25 17:14:06 +00:00
Simon Michael
63a438190c web: update support files list in .cabal 2010-11-29 23:56:59 +00:00
Simon Michael
b5e1c42cc4 web: auto-create all required support files in ./.hledger/web at startup
This is a compromise to ease deployment and satisfy hamlet's requirements.
See the Hledger.Web.Files module for more info. Currently we exit after
creating the missing files since they are not created early enough for
hamlet.
2010-11-18 00:53:41 +00:00
Simon Michael
e04d44a745 web: disable persistence/authentication support for now 2010-11-15 23:25:32 +00:00
Simon Michael
8dd52decb2 web: simplify support files layout, look for them in ./.hledger/web/ 2010-11-16 17:13:32 +00:00
Simon Michael
4e0df9daa8 web: flatten image dir 2010-09-12 02:21:41 +00:00
Simon Michael
cfc8ef8907 chart: stop avoiding haskell98 1.0.1.1
That only encouraged use of 1.1.0.0 which I think is the real source of trouble
(http://hackage.haskell.org/trac/ghc/ticket/4513)

rolling back:

Fri Nov 26 13:20:32 PST 2010  Simon Michael <simon@joyful.com>
  * chart: avoid haskell98-1.0.1.1 which has buggy dependencies

    M ./hledger-chart/hledger-chart.cabal +1
2010-12-05 19:58:51 +00:00
Simon Michael
1319695a57 chart: avoid haskell98-1.0.1.1 which has buggy dependencies 2010-11-26 21:20:32 +00:00
Simon Michael
7e22a3519f chart: update/simplify dependencies 2010-11-26 19:44:56 +00:00
Simon Michael
032cd54a7f web: let account names with spaces wrap
This grieves me, but it helps keep everything visible without horizontal scrolling
2010-12-05 20:09:23 +00:00
Simon Michael
f2f27dbd5f web: make accounts heading and "show more" links more styleable 2010-12-05 20:10:08 +00:00
Simon Michael
928ea7b104 web: border styles 2010-11-29 16:19:21 +00:00
Simon Michael
c3c20492bf web: more robust layout with wide content, style cleanups 2010-11-28 14:57:23 +00:00
Simon Michael
e1bd767f61 web: refactor: begin layout cleanup 2010-11-27 22:11:12 +00:00
Simon Michael
6aff8134b6 web: allow single- or double-quoted filter patterns containing spaces 2010-12-05 20:11:55 +00:00
Simon Michael
dbba128f29 web: sync with recent refactoring 2010-11-15 23:01:47 +00:00
Simon Michael
355b09e5e3 web: handle multiple account filter patterns correctly 2010-11-29 16:33:05 +00:00
Simon Michael
563004bfa0 site: link to package dependency reports 2010-12-05 20:31:33 +00:00
Simon Michael
b5a26acc0c site: tweak 2010-11-19 22:09:00 +00:00
Simon Michael
b3afab0023 site: dev page updates 2010-11-19 21:42:12 +00:00
Simon Michael
a0a672b3c6 site: convert dev page to markdown 2010-11-19 20:14:27 +00:00
Simon Michael
b8f9ea74aa tools: update source files list 2010-12-05 21:14:45 +00:00
Simon Michael
3fc9ecb876 web: also record the hledger version when creating support files 2010-12-06 01:50:18 +00:00
Simon Michael
19e80c6c6f update failing test 2010-12-06 17:30:22 +00:00
Simon Michael
147b7f2d8a tools: tweak for web testing 2010-12-06 18:33:53 +00:00
Simon Michael
b17b9b5e2f site: update download page, note windows issues 2010-12-06 23:22:36 +00:00
Simon Michael
8b16a9ce06 docs: manual updates 2010-12-06 01:51:27 +00:00
Simon Michael
5c15344f93 docs: update install instructions for new packages 2010-12-05 21:13:42 +00:00
Simon Michael
a3cdb7abb2 docs: more manual updates 2010-12-05 22:25:49 +00:00
Simon Michael
41f95254a8 docs: dev page, manual tweaks 2010-11-19 00:00:41 +00:00
Simon Michael
b57915cd54 docs: reorganise commands 2010-11-18 22:20:45 +00:00
Simon Michael
8ead2de29c docs: more manual tweaks 2010-11-18 21:44:01 +00:00
Simon Michael
e8a0f4f49c docs: cleanup 2010-09-07 04:37:35 +00:00
Simon Michael
15518da4ac bump version 2010-12-06 18:37:10 +00:00
Simon Michael
a0584e0e56 docs, site: streamline things, start a faq 2010-11-18 20:01:17 +00:00
Simon Michael
442a40d8ee docs: remove -fweb610 2010-09-06 21:29:39 +00:00