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
fcb4a39089
when running addons with --debug, show the command line
2011-09-17 04:19:26 +00:00
Simon Michael
5670dabf1b
docs: describe metadata/tags
2011-09-17 06:46:47 +00:00
Simon Michael
6ca155edc0
convert: don't reverse order of transactions
2011-09-19 03:10:16 +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
3e3475bd76
web: fix "not:'multi word'" patterns
2011-09-21 00:28:32 +00:00
Simon Michael
353e3f2d55
convert: always order converted transactions by date
2011-09-21 06:04:18 +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
de502e732b
drop unused TIMELOG env var
2011-09-21 23:12:53 +00:00
Simon Michael
556e3c9246
cli: give literal tilde error also with -f
2011-09-21 23:10:44 +00:00
Simon Michael
f5eecc34a3
cli: give a non-confusing error when literal tilde found in LEDGER_FILE
2011-09-21 22:58:47 +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
2f313663af
rename a func. test
2011-09-22 19:30:26 +00:00
Simon Michael
f79b272ff3
balance: ledger compatibility fix: don't elide parent accounts with multiple displayed subaccounts
2011-09-22 20:40:06 +00:00
Simon Michael
ea0cbaea40
docs: clarify D directive's influence on display settings once and for all
2011-09-22 22:23:28 +00:00
Simon Michael
48db255444
tools: hakyll.hs -> site.hs to keep it working on mac
2011-09-22 22:24:02 +00:00
Simon Michael
c22e4e85d0
register: be better at showing empty intervals with --empty and a query pattern
2011-09-23 00:09:39 +00:00
Simon Michael
4a7b3b9b74
gather balance tests
2011-09-23 02:04:33 +00:00
Simon Michael
6ddf394119
add: clearer prompts, more validation, use . to end as well
2011-09-23 03:51:45 +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
17b1fcefed
rename/update doc
2011-09-23 14:09:12 +00:00
Simon Michael
c9f1f5c663
strip the -- when calling addon commands, so their options work ( #64 )
2011-09-23 14:10:27 +00:00
Simon Michael
c274685ce5
docs: clarification
2011-09-23 14:30:35 +00:00
Simon Michael
fffb15c1ae
add: avoid excess whitespace between transactions ( #46 )
2011-09-25 17:47:55 +00:00
Simon Michael
7e753e13b5
tools: dayssincerelease.hs -> dayssincetag.hs
2011-09-25 18:29:23 +00:00
Simon Michael
42df61393b
site: work around some " breakage in hakyll template
2011-09-25 18:39:09 +00:00
Simon Michael
452ed12da7
site: styles for deeper headings
2011-09-26 17:40:15 +00:00
Simon Michael
e1f1f016da
site: fix/document bugtracker shortcut urls
2011-09-26 20:47:01 +00:00
Simon Michael
7768efd0b5
tools: wine reminder
2011-09-26 20:51:09 +00:00
Simon Michael
14881d0515
add: trim whitespace in auto-created journal
2011-09-26 20:56:01 +00:00
Simon Michael
6f0f1acf7e
fix hledger-web build error
2011-09-27 16:29:43 +00:00
Simon Michael
5ccfb9cf7a
note the use of unix line endings on all platforms ( #51 )
2011-09-27 20:55:48 +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
992ce48093
convert: use full option name in error message
2011-09-27 23:54:49 +00:00
Simon Michael
780dc878c7
convert: currency -> base-currency
2011-09-27 23:55:07 +00:00
Simon Michael
7d3b1f4a55
convert: in-field, out-field -> amount-in-field, amount-out-field
2011-09-28 00:13:42 +00:00
Simon Michael
fe6f37753f
convert: give an error instead of a silent zero amount from amount-in-field/amount-in-field
2011-09-28 00:14:42 +00:00
Simon Michael
0605d5e15d
notes
2011-09-28 00:32:56 +00:00
Simon Michael
35f3a4fa00
print, web: always show both dates, ignoring --effective ( #42 )
...
Ledger shows only the effective date with --effective, but not vice versa.
print is supposed to be information-preserving so this seems better.
This also fixes the web entries view.
2011-09-23 14:50:20 +00:00
Simon Michael
9a0a0be01c
docs: whitespace
2011-09-23 14:27:26 +00:00
Simon Michael
43daa05f97
notes
2011-09-23 14:57:03 +00:00
Simon Michael
c4eff81c4d
notes
2011-09-23 03:53:34 +00:00
Simon Michael
b503732a4c
notes
2011-09-22 22:24:38 +00:00