Commit Graph

10226 Commits

Author SHA1 Message Date
Simon Michael
1f2c11d1bc ui: fix breakage from "areg: begin respecting --date2" (#1731) 2021-10-10 11:07:15 -10:00
Simon Michael
e4263e69e1 areg: begin respecting --date2: show txns' date2 (#1731) 2021-10-10 10:34:45 -10:00
Simon Michael
b4c1188c26 ref!: postingDateOrDate2, transactionDateOrDate2, whichDateFromOpts -> whichDate (#1731) 2021-10-10 10:34:35 -10:00
toonn
9ff5ac1288 ; PR-template: Change comment syntax
The # syntax for comments results in all the lines being rendered as
separate headers because it's markdown syntax for titles. I believe the
markdown custom is to use `<!-- HTML comments -->`.

[ci skip]
2021-10-08 09:11:10 -10:00
toonn
1e4b5203a3 ; PR-template: Update dev docs URL
The URL in the PR template redirects to a general contributing guide,
which is useful, but it's hard to see the trees for the forest when just
looking for PR and commit guidelines.

[ci skip]
2021-10-08 09:11:10 -10:00
toonn
ec40f5bd78 ; cabal.project: Drop compatibility comment
The offending syntax is no longer used so the comment can be removed
too. Ideally `allow-newer` isn't used in the project's setup. The
problem should rather be fixed by adjusting constraints, though these
adjustments may need to be made in dependencies upstream.

Fixes #1365

[ci skip]
2021-10-08 08:31:43 -10:00
Simon Michael
7af2e79465 ;cabal: update cabal files 2021-10-03 22:56:02 -10:00
Simon Michael
69905dbc25 ;pkg: allow megaparsec 9.2 2021-10-03 22:55:10 -10:00
Simon Michael
fc8e482de5 ;make: install-as-FOO: build executables and save as bin/hledger*-FOO 2021-10-03 22:55:10 -10:00
Stephen Morgan
94d9c28a63 cln: Replace all uses of deprecated !include with include.
Also include a test which makes sure !include is still parsed.
2021-09-27 15:04:35 -10:00
Simon Michael
d45311826b ;doc: BACKLOG: convert to headings
Use headings for items again, as far as possible, since they generate link targets.
2021-09-27 12:31:06 -10:00
Simon Michael
b63d1b84de ;make: site: revert 2021-09-27 12:17:11 -10:00
Simon Michael
6658c223d2 ;doc: BACKLOG: preserve line breaks 2021-09-27 12:15:46 -10:00
Simon Michael
3027d36ebb ;doc: orgfiles: disable smart dashes in another way
Use an org export setting in BACKLOG.org and ROADMAP.org to disable
-- being converted to dashes. Leave the markdown+smart workaround
in Shake.hs also, it's doing no harm and seems useful as backup.

':nil would disable smart quotes as well, but that seems to be org's
default.
2021-09-27 12:15:09 -10:00
Simon Michael
030b1f5d00 ;doc: BACKLOG, ROADMAP: improve page TOC 2021-09-27 11:49:52 -10:00
Stephen Morgan
e53e95540e ci: Recognise any commit starting with ‘Merge’ as a merge commit, which
is ignored by commitlint.
2021-09-27 09:40:24 -10:00
Simon Michael
4c0b9bfa24 ;doc: RELEASING: cleanup 2021-09-27 02:47:25 -10:00
Simon Michael
fc889fab10 ;install: hledger-interest 1.6.3 2021-09-27 02:22:50 -10:00
Simon Michael
3c65efd90b ;doc: merge doc/README with dev docs 2021-09-27 02:20:44 -10:00
Simon Michael
b9c247e958 ;doc: CONTRIBUTING 2021-09-27 02:00:30 -10:00
Simon Michael
2393f98251 ;doc: add page TOCs to more dev docs 2021-09-27 01:56:13 -10:00
Simon Michael
d62d302fdc ;doc: move more content out of CONTRIBUTING 2021-09-27 01:44:14 -10:00
Simon Michael
0fc4181456 ;doc: move more content out of CONTRIBUTING 2021-09-27 01:24:59 -10:00
Simon Michael
fd052d308b ;doc: separate CHANGELOGS, COMMITS docs 2021-09-27 01:01:04 -10:00
Simon Michael
479b0d26b8 ;doc: ACHIEVEMENTS: format, update 2021-09-27 00:26:07 -10:00
Simon Michael
049855de4c ;shake: orgfiles: fix unwanted smart typography (BACKLOG, ROADMAP)
And document pandoc issues.
2021-09-26 09:57:35 -10:00
Stephen Morgan
5aadcdea4d ref: Add new helper functions journalValueAndFilterPostings(With)?.
Combining valuation with filtration is subtle and error-prone (see e.g. #1625).
We have to do in in both MultiBalanceReport and PostingsReport, where it
is done in slightly different ways. This refactors this functionality
into separate functions which are called in both reports, for uniform
behaviour.
2021-09-26 08:13:12 -10:00
Simon Michael
a6d70024d2
Merge pull request #1715
;doc: Document restriction on amountless auto postings.
2021-09-26 08:10:18 -10:00
Simon Michael
c89289260f ;shake: try -smart to fix em-dashes in org files, probably no use
And some notes.
2021-09-25 13:13:00 -10:00
Simon Michael
ced6ba26a0 ;doc: BACKLOG: cleanup 2021-09-25 13:02:06 -10:00
Simon Michael
5b437ea20d ;tools: make site(-watch): add orgfiles 2021-09-25 12:57:38 -10:00
Simon Michael
dff61ccbd9 ;doc: BACKLOG: updates; all cli items added 2021-09-25 12:57:38 -10:00
Simon Michael
342ccdfae1 ;doc: RELEASING: updates 2021-09-25 12:17:27 -10:00
Simon Michael
277cb4f500 ;doc: CONTRIBUTING: updates, components -> topics 2021-09-25 12:16:59 -10:00
Simon Michael
b857307f64 ;cabal: update cabal files 2021-09-24 12:22:15 -10:00
Simon Michael
8934c115bd ;pkg: bump version to 1.23.99 2021-09-24 12:22:15 -10:00
Stephen Morgan
ce4fcfae84 imp!: value: For register reports with no reporting interval and
--value=end, historical reports should be valued at journal/report end
date.
2021-09-24 11:32:41 -10:00
Simon Michael
14c19c398b ;tools: make copy-exe*: name them -SUFF not .SUFF
Breaks my usual convention of hledger-foo being an addon command, but
-VERSION is too common (and matches the make target that you type).
2021-09-22 12:13:50 -10:00
Simon Michael
53238716a7 ;install: hledger-iadd-1.3.16 2021-09-22 12:13:22 -10:00
Stephen Morgan
465a5cf917 imp: cli: Allow general optional argument flags (--pretty and
--forecast) to be moved after the subcommand name.
2021-09-22 12:11:44 -10:00
Simon Michael
6547624e5d ;doc: ANNOUNCE tweaks 2021-09-21 17:57:52 -10:00
Simon Michael
47b5b6be0d install: bump to 1.23 2021-09-21 17:33:14 -10:00
Simon Michael
1b0ff89bd0 ;doc: RELEASING tweaks 2021-09-21 17:33:14 -10:00
Simon Michael
9165064fa5 ;doc: CREDITS tweak 2021-09-21 17:33:14 -10:00
Simon Michael
a02b57103e doc: announce 1.23 2021-09-21 17:33:14 -10:00
Stephen Morgan
494b14510b ;doc: Document restriction on amountless auto postings. 2021-09-22 13:21:53 +10:00
Simon Michael
e90fa3ee81 doc: changelogs: cleanup, finalise 2021-09-21 17:15:39 -10:00
Simon Michael
416555b65a doc: update manuals 2021-09-21 17:15:39 -10:00
Simon Michael
1126b4b0dd doc: add --pretty to general options macro for manuals 2021-09-21 17:15:39 -10:00
Simon Michael
72a4c82043 cli: tweak --pretty help 2021-09-21 17:15:39 -10:00