Commit Graph

5840 Commits

Author SHA1 Message Date
Simon Michael
8c384e3192 tweak -E help again, hledger-web also shows zeroes by default
[ci skip]
2018-02-18 08:05:55 -08:00
Simon Michael
0da68d2cb8 ui: fix some of the hlint warnings 2018-02-18 08:05:33 -08:00
Simon Michael
a8933e8c5c ui: tweak -E help, hledger-ui shows zeroes by default
[ci skip]
2018-02-18 07:16:59 -08:00
Simon Michael
8fb2479267 doc: download: more edits
[ci skip]
2018-02-17 04:51:44 -08:00
Simon Michael
f4cc946ae6 doc: download: rewrite build section, request debug logs 2018-02-17 04:23:15 -08:00
Simon Michael
a2b1c73aab install: show run date/time 2018-02-17 04:22:42 -08:00
Simon Michael
b04cf65a53 install: always stop at first error 2018-02-17 04:18:28 -08:00
Simon Michael
baa9907ca7 doc: add direct email to feedback options 2018-02-17 03:57:57 -08:00
Simon Michael
55e356d5f8 cabal-install: do a cabal update
[ci skip]
2018-02-16 23:11:10 -08:00
Simon Michael
dba8eeb390 install: --force -> --force-install-stack
[ci skip]
2018-02-16 22:59:03 -08:00
Simon Michael
67fd86f70e install: show more detailed platform info
[ci skip]
2018-02-16 22:18:21 -08:00
Simon Michael
731a051093 install: create $HOME/.local/bin if needed, instead of failing
[ci skip]
2018-02-16 20:54:34 -08:00
Simon Michael
7bbaf18ca4 doc: devguide: more hledger-api demo links 2018-02-16 11:14:29 -08:00
Simon Michael
3390972cab update generated manuals 2018-02-16 11:09:37 -08:00
Simon Michael
e6e8e3420b api: doc: more detailed api description 2018-02-16 11:09:07 -08:00
Simon Michael
8a0d2d7276 doc: devguide: update hledger-api demo links
[ci skip]
2018-02-16 10:28:43 -08:00
Simon Michael
eddcba39f3 tools: travis: run func tests sooner, they don't need -web/-ui/-api 2018-02-16 09:38:18 -08:00
Simon Michael
0efd82a66f doc: devguide: disable api demo link 2018-02-16 09:37:02 -08:00
Simon Michael
968ae13035 lib: redo buggy Amount refactoring 2018-02-16 02:26:39 -08:00
Simon Michael
988510dde2 travis: use released shelltestrunner 2018-02-16 01:38:26 -08:00
Simon Michael
7550a1dcb8 convert register tests to new format, test stderr, reveal travis issue 2018-02-16 01:22:08 -08:00
Simon Michael
2f87657185 tools: travis: try to fix github dep on travis 2018-02-15 17:39:42 -08:00
Simon Michael
b6a089b8a3 lib: Amount: hlint 2018-02-15 17:28:23 -08:00
Simon Michael
9a5d9c6235 tools: add easytest (github) as an extra dep, for experiments 2018-02-15 16:30:50 -08:00
Simon Michael
93d2e1b7ac tools: gitignore updates 2018-02-15 16:30:33 -08:00
Simon Michael
f2fe1256b6 tools: replace old hlint config with yaml file 2018-02-15 11:53:28 -08:00
Simon Michael
b231d99e38 lib: Account, AccountName: hlint 2018-02-15 11:38:34 -08:00
Simon Michael
6d94eed6fd lib: Types: fix/silence hlint warnings 2018-02-15 07:35:51 -08:00
Simon Michael
298651fa02 doc: periodic txns, automated postings edits
[ci skip]
2018-02-11 20:09:19 -08:00
Simon Michael
f3dd66d9b3 install: bump installer version
[ci skip]
2018-02-08 08:45:02 -08:00
Simon Michael
8d8eaab053 install: debian/ubuntu: install libtinfo-dev, for vty/hledger-ui (#705) 2018-02-08 08:40:55 -08:00
Simon Michael
743caf7993 doc: contributors: fix license link
[ci skip]
2018-02-02 12:09:15 -08:00
Simon Michael
13855d6b53 csv: no csv records is no longer an error 2018-02-01 09:41:03 -08:00
Simon Michael
27f27f9848 doc: contributing: hackage matrix & package diff links
[ci skip]
2018-01-31 08:42:39 -08:00
Simon Michael
1cf97ccda7 site: docs: wording tweak 2018-01-29 14:53:23 -08:00
Simon Michael
7b45c3f802 examples: makefile generating multi-format year-end reports 2018-01-29 14:53:23 -08:00
Simon Michael
d3fde29b36 bal: --invert flag to flip all signs 2018-01-29 14:53:23 -08:00
agander
a26647f49d Add files via upload 2018-01-29 14:32:44 -08:00
Simon Michael
8402f659cc doc: drop obsolete addons link
[ci skip]
2018-01-26 12:03:18 -08:00
Simon Michael
2fcde1978f doc: less begging
[ci skip]
2018-01-26 12:02:12 -08:00
Simon Michael
aee4939aae doc: link budgeting doc, for real
[ci skip]
2018-01-26 12:01:22 -08:00
Simon Michael
77a3c7952b cli: remember to include the actual hledger manuals, as well as symlinks
[ci skip]
2018-01-26 11:54:38 -08:00
Simon Michael
92d48ed0a2 lib/ui/web/api: move manuals to extra-source-files in these pkgs too
[ci skip]
2018-01-26 11:49:26 -08:00
Simon Michael
5cea120ab7 cli: rename embedded files dir, make them extra-source-files
Per feedback from peti. These files will no longer be installed to
cabal's data directory, where it might seem as if they are required at
runtime, which they are not. Packagers will still find them in the
tarball and can put them in the proper place.
2018-01-26 11:12:08 -08:00
Simon Michael
9ab8c5c4da shake: don't generate pandoc fenced divs when transforming markdown (#692, #696)
[ci skip]
2018-01-24 18:35:19 -08:00
Eli Flanagan
b5e788dadc doc: remove raw markup macro
saw the `:::` macro in hledger-web, hledger-ui so removed. Not sure if
that had special behavior in somewhere in the build chain.
2018-01-24 18:21:40 -08:00
Simon Michael
f6092df1d6 tools: appveyor: remove -j1 (#424), document cache cleaning 2018-01-24 09:43:38 -08:00
Eli Flanagan
0dfcf1e788 remove unused style 2018-01-24 07:18:37 -08:00
Simon Michael
7c351547ba doc: fix links to output format section
[ci skip]
2018-01-23 17:14:09 -08:00
Simon Michael
18a0786691 doc: fix options subheadings
[ci skip]
2018-01-23 17:10:16 -08:00