Commit Graph

185 Commits

Author SHA1 Message Date
Simon Michael
85cb11efbf web: don't bother running cli unit tests at startup 2011-09-12 23:38:21 +00:00
Simon Michael
7f91a97d19 fix yesod haddock breakage 2011-09-14 02:42:18 +00:00
Simon Michael
187a7a1cc7 web: obey at least some command-line options, like --cost
Report filtering options like --period, and filter pattern arguments, are still ignored.
2011-09-14 19:53:05 +00:00
Simon Michael
4ca655b6a0 web: follow yesod file naming more closely 2011-09-12 23:37:55 +00:00
Simon Michael
4c52dd5b76 web: production build now has all web content embedded, dev build uses ./static (#63) 2011-09-12 23:30:29 +00:00
Simon Michael
c7c67efc1c web: adjust --help to indicate command-line arguments are not expected
Arguments are still accepted and ignored, since I can't see how to disallow them with cmdargs
2011-09-14 22:53:29 +00:00
Simon Michael
f6e15a2a80 fix warning 2011-09-19 03:25:19 +00:00
Simon Michael
fda4085e80 clarification 2011-09-20 15:23:08 +00:00
Simon Michael
15c39ac6c9 web: prevent an infinite redirect when custom base url has a trailing slash 2011-09-20 15:23:55 +00:00
Simon Michael
85b2307e78 web: modify the default base url when a custom port is specified 2011-09-19 03:25:12 +00:00
Simon Michael
2b5bd268b9 web: hide old title and search form when adding/editing 2011-09-21 22:42:06 +00:00
Simon Michael
0311595d3b web: editform title 2011-09-21 22:42:15 +00:00
Simon Michael
6019c932fb web: ensure we get the fixed aeson-native to prevent NFData build error (#65) 2011-09-22 13:37:58 +00:00
Simon Michael
7bc67a7f00 web: update for yesod 0.9 2011-09-12 18:41:43 +00:00
Simon Michael
d4a3a8c3a0 web: do auto-create the journal for the web command
At add time would be better, but for at startup is easier
2011-09-23 14:07:50 +00:00
Simon Michael
6f0f1acf7e fix hledger-web build error 2011-09-27 16:29:43 +00:00
Simon Michael
9b2a5f56e1 only the add and web commands auto-create the journal file 2011-09-23 03:53:14 +00:00
Simon Michael
453750be43 web: the cabal build enables production mode (with embeded files) by default 2011-09-14 02:51:31 +00:00
Simon Michael
b0b1f7d733 bump version 2011-10-01 17:17:02 +00:00
Simon Michael
80afd4ae7a web: bump hledger-web version 2011-09-12 23:10:01 +00:00
Simon Michael
27e4fec943 web: fix some invalid html 2011-09-10 19:52:35 +00:00
Simon Michael
23200cdd87 web: fix journal edit form 2011-09-10 20:03:59 +00:00
Simon Michael
f37d7b5659 bump version 2011-09-12 22:52:24 +00:00
Simon Michael
c834f4a8af bump version for all but hledger-lib, due to hledger fix 2011-09-02 19:25:31 +00:00
Simon Michael
cda23bd533 web: add missing Hledger.Web.Options to cabal file 2011-09-02 17:13:47 +00:00
Simon Michael
3f333bf02b web: tighten up dependencies 2011-09-02 17:22:23 +00:00
Simon Michael
e3f5fdb196 bump version (hledger-web only) 2011-09-02 17:58:49 +00:00
Simon Michael
b6f2650fb0 updated tested-with 2011-05-29 04:50:47 +00:00
Simon Michael
1467357058 web: drop unused cabal data-dir/data-files 2011-05-29 16:51:14 +00:00
Simon Michael
1c3a5da1fa web: better settings for wai-handler-devel 2011-06-03 23:11:53 +00:00
Simon Michael
8a4c6ab5a1 web: alternate background color on journal view 2011-06-05 20:44:55 +00:00
Simon Michael
dfce1c48d2 web: don't let account names wrap in sidebar 2011-06-14 19:07:14 +00:00
Simon Michael
5106938b4b web: stay on add form; format errors/added transaction a little better 2011-06-14 21:12:24 +00:00
Simon Michael
ed3cdf377c web: let register account column be wider 2011-06-14 20:48:04 +00:00
Simon Michael
c8d8c02646 web: just a little padding after item totals 2011-06-13 21:22:11 +00:00
Simon Michael
6efe8fb30b web: indent accounts more than "all accounts" in sidebar 2011-06-14 21:32:01 +00:00
Simon Michael
9d00eeec23 haddock fix in EmbeddedFiles 2011-06-17 18:15:10 +00:00
Simon Michael
b352048948 web: soften day separators slightly 2011-06-24 01:25:01 +00:00
Simon Michael
a88449a031 web: tone down day/month borders slightly 2011-06-14 20:19:52 +00:00
Simon Michael
6452d0bb2e web: js refactor 2011-06-24 14:21:17 +00:00
Simon Michael
10592618ef web: fix ?edit=1 2011-06-05 19:54:36 +00:00
Simon Michael
77133de9c6 web: highlight on mouse over sidebar links, not table cells 2011-06-29 23:44:36 +00:00
Simon Michael
26486b4fc6 web: add missing dependency to cabal file 2011-07-01 00:33:47 +00:00
Simon Michael
8f487ae4be web: ensure basic black on white body color 2011-07-01 15:28:41 +00:00
Simon Michael
a62c51eff6 web: hide postings in a simpler way not requiring a special style 2011-07-17 16:00:34 +00:00
Simon Michael
613001a468 web: add a missing css class to balance report total 2011-07-17 16:01:14 +00:00
Clint Adams
5ead6d05b1 update to cmdargs 0.8 API
Between 0.7 and 0.8, modeArgs changed from

modeArgs :: Maybe (Arg a)

to

modeArgs :: ([Arg a], Maybe (Arg a))
2011-08-30 21:41:25 +00:00
Simon Michael
464d8d4bcb hledger now detects and runs hledger-* add-ons found in path; many options cleanups 2011-08-22 14:55:39 +00:00
Simon Michael
4104114d4e harmonise package descriptions, make them hackage-compliant 2011-09-02 00:28:27 +00:00
Simon Michael
9e056d573e Setup.hs is needed after all, by hackage 2011-09-02 00:29:50 +00:00