Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9fab3257e8 
							
						 
					 
					
						
						
							
							regen cabal files  
						
						 
						
						
						
					 
					
						2019-03-01 15:44:40 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9bb6f75bc8 
							
						 
					 
					
						
						
							
							update tested-with, add ghc 8.6  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-03-01 15:10:42 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							16157bc711 
							
						 
					 
					
						
						
							
							lib, web: tweaks to keep building with GHC 7  
						
						 
						
						
						
					 
					
						2019-03-01 15:07:17 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							6becbc78f3 
							
						 
					 
					
						
						
							
							cli, web, ui: Replace withJournalDo* variants  
						
						 
						
						
						
					 
					
						2019-03-01 05:42:30 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8cf39e55e0 
							
						 
					 
					
						
						
							
							web: more Decimal FromJSON notes  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-21 17:13:47 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							115643a024 
							
						 
					 
					
						
						
							
							web: silence one more pesky warning  
						
						 
						
						
						
					 
					
						2019-02-20 20:45:09 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0bc16d4af6 
							
						 
					 
					
						
						
							
							lib, cli, web: rename porigin -> poriginal  
						
						 
						
						
						
					 
					
						2019-02-20 20:23:54 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2dc716cdb4 
							
						 
					 
					
						
						
							
							web: support adding new transactions via JSON PUT ( #316 )  
						
						 
						
						... 
						
						
						
						A single transaction can be added by PUT to /add.
(I read that PUT, not POST, should be used to create;
perhaps the web add form should also use PUT ?)
As with the web form, the `add` capability is required (and enabled by
default).
Here's how to test with curl:
$ curl -s http://127.0.0.1:5000/add  -X PUT -H 'Content-Type: application/json' --data-binary @in.json; echo
New readJsonFile/writeJsonFile helpers in Hledger.Web.Json
are handy for generating test data. Eg:
>>> writeJsonFile "in.json" (head $ jtxns samplejournal) 
						
					 
					
						2019-02-20 20:23:51 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b46212ae50 
							
						 
					 
					
						
						
							
							web: better ToJSON instances, new FromJSON instances, utilities ( #316 )  
						
						 
						
						
						
					 
					
						2019-02-20 20:23:45 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8620e5414f 
							
						 
					 
					
						
						
							
							regen manuals  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-20 17:37:25 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							861baadb2b 
							
						 
					 
					
						
						
							
							web: Re-add 'balanced transaction' validation to add form  
						
						 
						
						
						
					 
					
						2019-02-20 14:57:04 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7e0b74d431 
							
						 
					 
					
						
						
							
							web: fix warnings  
						
						 
						
						
						
					 
					
						2019-02-19 07:29:08 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d262dff272 
							
						 
					 
					
						
						
							
							web: doc: move OPTIONS up  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-18 23:59:46 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							afd7931ca0 
							
						 
					 
					
						
						
							
							web: add the same 6 JSON routes as in hledger-api ( #316 )  
						
						 
						
						
						
					 
					
						2019-02-18 23:57:58 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9a49b813c1 
							
						 
					 
					
						
						
							
							web: manual updates, mention the spanner  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-18 15:01:36 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							34c43489f8 
							
						 
					 
					
						
						
							
							web: document --capabilities/--capabilities-header, editing  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-18 14:40:14 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							10b45c75aa 
							
						 
					 
					
						
						
							
							web: fix tooltips showing transactions ( fixes   #927 )  
						
						 
						
						
						
					 
					
						2019-02-18 07:55:29 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							21fac53954 
							
						 
					 
					
						
						
							
							doc: regen manuals  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-11 14:15:44 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							94753f1cea 
							
						 
					 
					
						
						
							
							bump to dev version  
						
						 
						
						
						
					 
					
						2019-02-08 11:33:44 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a18e4e9773 
							
						 
					 
					
						
						
							
							hpack: drop quotes from version: field, apparently not required  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-05 06:35:40 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							18ffa65168 
							
						 
					 
					
						
						
							
							tools: move setversion to shake, use PKG/.version, set upper bounds  
						
						 
						
						... 
						
						
						
						./Shake setversion will now propagate the version number in each
package's .version file, to all the places in that package where it's
needed (ie the defs.m4 file and multiple places in the package.yaml
file. Also it now updates upper bounds on other hledger packages
to the next major version. (The new lower/upper bounds may not always
be what's desired, manual review required.)
[ci skip] 
						
					 
					
						2019-02-04 18:47:27 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bde46f7bd0 
							
						 
					 
					
						
						
							
							doc: move version, release date entirely into per-package macros  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-04 15:28:23 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							bf6acf52ef 
							
						 
					 
					
						
						
							
							doc: allow per-package m4 defs, to override things like version  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-02-04 15:18:51 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f9b85a1d4c 
							
						 
					 
					
						
						
							
							update embedded docs  
						
						 
						
						
						
					 
					
						2019-02-01 17:23:12 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							40d1572359 
							
						 
					 
					
						
						
							
							bump version to 1.13  
						
						 
						
						
						
					 
					
						2019-02-01 17:19:19 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ca0d0b0d81 
							
						 
					 
					
						
						
							
							doc: changelogs  
						
						 
						
						
						
					 
					
						2019-02-01 17:13:16 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9955f53b9b 
							
						 
					 
					
						
						
							
							doc: changelogs cleanup  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-31 15:43:08 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9fe3212940 
							
						 
					 
					
						
						
							
							changelogs  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-28 10:45:25 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							17cd5b2254 
							
						 
					 
					
						
						
							
							doc: update changelogs  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-26 11:35:08 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0a31ef848f 
							
						 
					 
					
						
						
							
							doc: update changelogs  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-26 11:31:39 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1e5e30ae87 
							
						 
					 
					
						
						
							
							regen cabal files  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-25 18:33:39 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d517aef702 
							
						 
					 
					
						
						
							
							doc: changelogs: drop unnecessary backslashes before #*_<>$  
						
						 
						
						... 
						
						
						
						sed commands:
 s/\\#/#/g;
 s/\\\*/*/g;
 s/\\_/_/g;
 s/\\</</g;
 s/\\>/>/g;
 s/\\\$/$/g;
[ci skip] 
						
					 
					
						2019-01-25 18:30:09 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7b67876a80 
							
						 
					 
					
						
						
							
							doc: changelogs: convert to clean pandoc markdown  
						
						 
						
						... 
						
						
						
						pandoc options:
  -f markdown-auto_identifiers
  -t markdown-header_attributes-fenced_code_attributes --atx-headers --wrap=preserve
[ci skip] 
						
					 
					
						2019-01-25 18:23:36 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							01c6f3e665 
							
						 
					 
					
						
						
							
							doc: changelogs: rename to CHANGES.md  
						
						 
						
						... 
						
						
						
						These have been an adhoc mixture of plain text, markdown and org, and
used in each mode at different times. They will now have a definite
format, which for now is markdown. Org was another contender.
[ci skip] 
						
					 
					
						2019-01-25 18:12:33 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							67dde9d4ae 
							
						 
					 
					
						
						
							
							doc: regenerate manuals, removing some smart typography  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2019-01-24 15:37:40 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							3cf21190c0 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						 
						
						
						
					 
					
						2019-01-05 07:35:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0ed3ec08fa 
							
						 
					 
					
						
						
							
							bump version to 1.12.99  
						
						 
						
						
						
					 
					
						2019-01-05 07:35:54 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							439dcd2dea 
							
						 
					 
					
						
						
							
							web: note hackage warning  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-12-03 14:05:01 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							40713ee7aa 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						 
						
						
						
					 
					
						2018-12-02 17:26:18 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							67d7c82e9f 
							
						 
					 
					
						
						
							
							bump version to 1.12  
						
						 
						
						
						
					 
					
						2018-12-02 17:20:34 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2d51cef88e 
							
						 
					 
					
						
						
							
							doc: changelogs  
						
						 
						
						
						
					 
					
						2018-12-02 13:29:00 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b2b25d2523 
							
						 
					 
					
						
						
							
							doc: changelogs: tweak descriptions  
						
						 
						
						
						
					 
					
						2018-11-25 21:06:33 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Peter Simons 
							
						 
					 
					
						
						
						
						
							
						
						
							4e8f2c11d3 
							
						 
					 
					
						
						
							
							Allow building with base-4.12.  
						
						 
						
						... 
						
						
						
						The build succeeds just fine and all test suites pass, too. 
						
					 
					
						2018-10-24 10:35:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							80dc2ef03f 
							
						 
					 
					
						
						
							
							update cabal files with hpack 0.31  
						
						 
						
						... 
						
						
						
						As in latest stack release. Hopefully this won't unleash horrors. 
						
					 
					
						2018-10-18 14:44:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6d11164444 
							
						 
					 
					
						
						
							
							web: fix duplicate package.yaml keys warned about by hpack  
						
						 
						
						
						
					 
					
						2018-10-18 14:44:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							2cbc41e088 
							
						 
					 
					
						
						
							
							Merge branch 'master' into ExceptTLayer  
						
						 
						
						
						
					 
					
						2018-10-09 11:19:45 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							e45070aab5 
							
						 
					 
					
						
						
							
							Update dependency bounds for megaparsec  
						
						 
						
						
						
					 
					
						2018-10-09 11:15:33 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							862fb873b4 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						 
						
						
						
					 
					
						2018-10-06 09:42:27 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ff2a546319 
							
						 
					 
					
						
						
							
							bump version to 1.11.99  
						
						 
						
						
						
					 
					
						2018-10-06 09:42:12 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e687ef1a79 
							
						 
					 
					
						
						
							
							doc: changelogs, relnotes  
						
						 
						
						
						
					 
					
						2018-10-06 09:40:06 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c9c4ebf79 
							
						 
					 
					
						
						
							
							Merge branch 'master' into ExceptTLayer  
						
						 
						
						
						
					 
					
						2018-10-04 21:04:02 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7bc500ccd2 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						 
						
						
						
					 
					
						2018-09-30 20:08:15 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b798c48040 
							
						 
					 
					
						
						
							
							bump version to 1.11  
						
						 
						
						
						
					 
					
						2018-09-30 20:07:45 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							92c8a6fffb 
							
						 
					 
					
						
						
							
							changelogs  
						
						 
						
						
						
					 
					
						2018-09-30 20:05:26 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Chen 
							
						 
					 
					
						
						
						
						
							
						
						
							3d2584d869 
							
						 
					 
					
						
						
							
							lib: switch to megaparsec 7  
						
						 
						
						
						
					 
					
						2018-09-30 20:15:12 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8c18bada0c 
							
						 
					 
					
						
						
							
							lib, cli, ui, web: update cabal files  
						
						 
						
						
						
					 
					
						2018-09-22 21:01:23 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							03acd40668 
							
						 
					 
					
						
						
							
							lib, cli, ui, web: upper bound to avoid megaparsec 7 for now  
						
						 
						
						
						
					 
					
						2018-09-20 20:48:47 -10:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							45858abc9c 
							
						 
					 
					
						
						
							
							cli, ui, web: drop HUnit dependency  
						
						 
						
						
						
					 
					
						2018-09-07 13:01:50 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							362705a981 
							
						 
					 
					
						
						
							
							update cabal files  
						
						 
						
						
						
					 
					
						2018-09-07 12:44:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a385fa7f00 
							
						 
					 
					
						
						
							
							update manuals  
						
						 
						
						
						
					 
					
						2018-09-07 12:44:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							758c1fbc25 
							
						 
					 
					
						
						
							
							web: don't bother building hledger-web with GHC 7 on a mac  
						
						 
						
						... 
						
						
						
						GHC 8.0+ is needed for mac Sierra+. 
						
					 
					
						2018-09-07 12:34:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0f83fb91c1 
							
						 
					 
					
						
						
							
							ui, web: fix build after tests cleanup  
						
						 
						
						
						
					 
					
						2018-09-03 08:43:57 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							cd67f8ea68 
							
						 
					 
					
						
						
							
							tests: clear out old boilerplate  
						
						 
						
						
						
					 
					
						2018-08-31 18:12:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d778a92561 
							
						 
					 
					
						
						
							
							tests: export HUnit/EasyTest from Hledger.Utils.Test; more helpers  
						
						 
						
						
						
					 
					
						2018-08-18 15:19:59 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							72acb86299 
							
						 
					 
					
						
						
							
							cabal: bump tested-with declarations  
						
						 
						
						
						
					 
					
						2018-08-02 08:25:49 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1e0a7ec8f1 
							
						 
					 
					
						
						
							
							remove some unneeded CPP pragmas  
						
						 
						
						
						
					 
					
						2018-08-02 08:25:49 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d461e96c34 
							
						 
					 
					
						
						
							
							doc: update manuals harder, they should say 1.10.99  
						
						 
						
						... 
						
						
						
						[ci skip] 
						
					 
					
						2018-07-04 15:09:57 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							4f40467d86 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						 
						
						
						
					 
					
						2018-07-04 13:33:27 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d62f082bce 
							
						 
					 
					
						
						
							
							bump version to 1.10.99 (dev)  
						
						 
						
						
						
					 
					
						2018-07-04 13:32:42 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							91c487d4c2 
							
						 
					 
					
						
						
							
							doc: manuals: update version strings  
						
						 
						
						
						
					 
					
						2018-07-04 12:52:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							22f2e90a4b 
							
						 
					 
					
						
						
							
							update embedded manuals  
						
						 
						
						
						
					 
					
						2018-06-30 22:08:48 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6242b1d784 
							
						 
					 
					
						
						
							
							bump version to 1.10  
						
						 
						
						
						
					 
					
						2018-06-30 22:08:02 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6b8fcd7205 
							
						 
					 
					
						
						
							
							changelogs  
						
						 
						
						
						
					 
					
						2018-06-30 21:57:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f4c743eca4 
							
						 
					 
					
						
						
							
							web: disable test suite, broken and not testing anything useful  
						
						 
						
						
						
					 
					
						2018-06-30 14:48:18 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							70c1bb1ef0 
							
						 
					 
					
						
						
							
							web: Re-add warnings conditional on GHC version  
						
						 
						
						
						
					 
					
						2018-06-25 12:12:17 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							466558968b 
							
						 
					 
					
						
						
							
							web: Fix compilation errors for all 'stack.yaml's  
						
						 
						
						
						
					 
					
						2018-06-25 12:00:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							8d1ee38627 
							
						 
					 
					
						
						
							
							web: Add missing capability guards to /manage and /download  
						
						 
						
						
						
					 
					
						2018-06-24 23:17:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							483283ec43 
							
						 
					 
					
						
						
							
							web: Add capabilities guards and conditional widget rendering  
						
						 
						
						
						
					 
					
						2018-06-24 16:25:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							e8668e2a5c 
							
						 
					 
					
						
						
							
							web: Conform layout to the rest of hledger-* packages  
						
						 
						
						
						
					 
					
						2018-06-24 14:18:06 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							af98eecdf8 
							
						 
					 
					
						
						
							
							web: Add capabilities type, CLI options, and reading them from headers  
						
						 
						
						
						
					 
					
						2018-06-24 14:18:02 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							930b38a345 
							
						 
					 
					
						
						
							
							web: Simplify HTML and CSS  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							df425802d4 
							
						 
					 
					
						
						
							
							web: Add 'hide empty accounts' option (bound to 'e' key)  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							5f6da96baa 
							
						 
					 
					
						
						
							
							web: UI cleanup  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							c952ab881b 
							
						 
					 
					
						
						
							
							web: Add /manage page, implement /edit, /upload, and /download  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							cc1241fa20 
							
						 
					 
					
						
						
							
							web: Add yesod-form-generated AddForm, add GET & POST /add  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							ee36b529e7 
							
						 
					 
					
						
						
							
							web: Extract html into external files  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							4c8d7de602 
							
						 
					 
					
						
						
							
							web: Fix error messages  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							0e7b713a80 
							
						 
					 
					
						
						
							
							web: Simplify hledgerLayout into defaultLayout  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							9beec88727 
							
						 
					 
					
						
						
							
							web: Move sources to src/ subdirectory  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							4faf0d8b4a 
							
						 
					 
					
						
						
							
							web: Resurrect ImportForm and EditForm  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							c24c8f1c99 
							
						 
					 
					
						
						
							
							web: Simplify postAddR  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							89ff5612ec 
							
						 
					 
					
						
						
							
							web: Separate the add form from Foundation & JournalR/RegisterR  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							d760904982 
							
						 
					 
					
						
						
							
							web: Replace RecordWildCards with NamedFieldPuns, remove unused parameters  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							1d2b3521f6 
							
						 
					 
					
						
						
							
							web: Split long functions, remove unused parameters  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							7404813239 
							
						 
					 
					
						
						
							
							web: Remove dead code  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							ee97e476c8 
							
						 
					 
					
						
						
							
							web: Switch to Data.Text, instead of unpacking to String  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Zárybnický 
							
						 
					 
					
						
						
						
						
							
						
						
							50e97e05fd 
							
						 
					 
					
						
						
							
							web: Clean up imports  
						
						 
						
						
						
					 
					
						2018-06-24 14:13:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6a96683691 
							
						 
					 
					
						
						
							
							web: make --auto and multiple -f options work again  
						
						 
						
						... 
						
						
						
						I think we lost one or both of these at the time of ecf49b1e . 
						
					 
					
						2018-06-20 00:26:37 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							061aad0431 
							
						 
					 
					
						
						
							
							remove some CPP that's obsolete since we require base 4.8+  
						
						 
						
						
						
					 
					
						2018-06-04 17:33:21 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0ce9c5728a 
							
						 
					 
					
						
						
							
							switch to base-compat-batteries to fix ghc 7.10 support ( #794 )  
						
						 
						
						... 
						
						
						
						base-compat-batteries provides the same API across more ghc versions
than base-compat does, at the cost of more dependencies. Eg it exports
Prelude.Compat ((<>)) with ghc 7.10/base 4.8, which we expect.
My belief is that several of our deps already require it so the added
cost is not too great. We should probably go back to base-compat when
possible though, eg when we stop supporting ghc 7.10. 
						
					 
					
						2018-06-04 17:32:42 -07:00