Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							8b8c72f84c 
							
						 
					 
					
						
						
							
							docs: tighten up docs list  
						
						
						
					 
					
						2013-04-14 08:31:48 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ffed9f5978 
							
						 
					 
					
						
						
							
							site: update download page and deprioritise it in nav buttons  
						
						
						
					 
					
						2013-04-14 08:31:27 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1127ba503b 
							
						 
					 
					
						
						
							
							docs: merge latest release notes, manual should be up to date now  
						
						
						
					 
					
						2013-04-14 08:12:47 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c24637fb57 
							
						 
					 
					
						
						
							
							docs: reorganize front page/developer guide  
						
						
						
					 
					
						2013-04-13 08:02:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							e89bd131e9 
							
						 
					 
					
						
						
							
							also fix warnings in UTF8IOCompat  
						
						
						
					 
					
						2013-04-12 16:28:29 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							42385fc8bf 
							
						 
					 
					
						
						
							
							parsing: read dos line endings, deprecate encoding compatibility layer  
						
						... 
						
						
						
						We should now read all text in universal newline mode, so eg journal
files with DOS/windows line endings are fine.
This also deprecates and disables our IO encoding compatibility layer,
which prevented many encoding-related problems with certain platforms
and GHC versions. With modern GHC (7.x) this is now hopefully totally
unnecessary, but the module remains in place just in case. 
						
					 
					
						2013-04-12 16:18:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							78837c66a6 
							
						 
					 
					
						
						
							
							parsing: fix test breakage due to new csv rules format ( fixes   #102 )  
						
						
						
					 
					
						2013-04-12 14:59:28 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							a694cfcfcd 
							
						 
					 
					
						
						
							
							add: fix functional test breakage due to add ui cleanups ( #102 )  
						
						
						
					 
					
						2013-04-12 14:57:39 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2bb120d6c6 
							
						 
					 
					
						
						
							
							register: fix -w related test breakage, another width tweak ( #102 )  
						
						... 
						
						
						
						As part of adding -w in december I cleaned up/adjusted register field
widths, and didn't make all the tests pass. This commit makes one more
width adjustment
(one space after the date instead of two) and fixes all tests depending on register output. 
						
					 
					
						2013-04-12 14:56:41 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f40a2b8d9d 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:simonmichael/hledger  
						
						
						
					 
					
						2013-04-12 12:10:03 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							997387eddd 
							
						 
					 
					
						
						
							
							site: add changes & awesome CHANGES links to dev page  
						
						
						
					 
					
						2013-04-12 12:09:12 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6816f0ab70 
							
						 
					 
					
						
						
							
							site: github ribbon at top right  
						
						
						
					 
					
						2013-04-10 09:25:57 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							5c3cc0896f 
							
						 
					 
					
						
						
							
							docs: update tags docs  
						
						
						
					 
					
						2013-04-09 16:10:31 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							6a1460b3b9 
							
						 
					 
					
						
						
							
							docs: update add docs  
						
						
						
					 
					
						2013-04-09 15:54:20 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d5e575c862 
							
						 
					 
					
						
						
							
							web: remove io-storage  
						
						
						
					 
					
						2013-04-09 12:53:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0df4a235af 
							
						 
					 
					
						
						
							
							web: set up journal for yesod devel, store it in App ( fixes   #101 )  
						
						... 
						
						
						
						The web app's journal state is now kept in the yesod App as an IORef,
instead of using io-storage.
yesod devel now works; it uses the journal file specified by
$LEDGER_FILE, or ~/.hledger.journal.
web: update journal state handling, fix yesod devel - WIP 
						
					 
					
						2013-04-09 12:41:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c510f11424 
							
						 
					 
					
						
						
							
							more git ignores  
						
						
						
					 
					
						2013-04-09 10:12:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							b6ac50b015 
							
						 
					 
					
						
						
							
							Merge pull request  #103  from markokocic/cs2  
						
						... 
						
						
						
						Cs2 
						
					 
					
						2013-04-09 06:33:27 -07:00 
						 
				 
			
				
					
						
							
							
								Marko Kocic 
							
						 
					 
					
						
						
						
						
							
						
						
							2cd0a9c9c0 
							
						 
					 
					
						
						
							
							Switch to new yesod clientSessionBacked2 for better performance  
						
						
						
					 
					
						2013-04-09 08:56:41 +00:00 
						 
				 
			
				
					
						
							
							
								Marko Kocic 
							
						 
					 
					
						
						
						
						
							
						
						
							f5306d720d 
							
						 
					 
					
						
						
							
							Add .gitignore  
						
						
						
					 
					
						2013-04-09 08:56:32 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							2a772c370c 
							
						 
					 
					
						
						
							
							site: use /trello as canonical url, people find it clearer than /plan  
						
						
						
					 
					
						2013-04-08 11:32:25 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							91c622ab39 
							
						 
					 
					
						
						
							
							simplify PATCHLEVEL assignment  
						
						
						
					 
					
						2013-04-08 11:31:24 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							52e5003866 
							
						 
					 
					
						
						
							
							docs: clean up bug tracker links  
						
						
						
					 
					
						2013-04-08 10:25:47 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0fa58d703a 
							
						 
					 
					
						
						
							
							docs: link trello & update quick links on home & contribute pages  
						
						
						
					 
					
						2013-04-06 14:33:21 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							817b3a07fd 
							
						 
					 
					
						
						
							
							docs: use markdown line breaks  
						
						
						
					 
					
						2013-04-06 14:24:59 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f04f0910c3 
							
						 
					 
					
						
						
							
							docs: small manual updates  
						
						
						
					 
					
						2013-04-06 13:42:07 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1dbff190a7 
							
						 
					 
					
						
						
							
							docs: we have switched to git(hub). Update the docs. Lower the flag.  
						
						
						
					 
					
						2013-04-06 13:36:51 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							fb55fb21a0 
							
						 
					 
					
						
						
							
							docs: notes  
						
						
						
					 
					
						2013-04-06 13:32:49 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d12d65d964 
							
						 
					 
					
						
						
							
							docs: fix release note link  
						
						
						
					 
					
						2013-04-06 13:27:34 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c344dcd0cd 
							
						 
					 
					
						
						
							
							site: update old docs setup for git  
						
						
						
					 
					
						2013-04-06 12:39:35 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0140cf62ab 
							
						 
					 
					
						
						
							
							don't require that hacky last_release tag for PATCHLEVEL, needs more thought  
						
						
						
					 
					
						2013-04-06 12:38:25 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							9ffd34687a 
							
						 
					 
					
						
						
							
							web: avoid a fromJust error when running with yesod devel (not working yet)  
						
						
						
					 
					
						2013-04-05 20:59:31 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7742bd2104 
							
						 
					 
					
						
						
							
							profiling in auto builds has stopped working, turn it off  
						
						
						
					 
					
						2013-04-05 20:55:01 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							df561f1563 
							
						 
					 
					
						
						
							
							tools: calculate patch level using git describe now.  
						
						... 
						
						
						
						Patch level is now the number of commits since the last_release tag,
avoiding interference from misc other tags. 
						
					 
					
						2013-04-05 20:45:22 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							ad8d937efc 
							
						 
					 
					
						
						
							
							re-add bin and profs directories with READMEs, so crazy git can remember them  
						
						
						
					 
					
						2013-04-05 20:18:50 -07:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							53f602c4cf 
							
						 
					 
					
						
						
							
							tools: fix make test and others now that we're using cabal macros like MIN_VERSION_directory  
						
						
						
					 
					
						2013-04-04 01:22:14 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							0d99c7cf73 
							
						 
					 
					
						
						
							
							docs: include support links on front page  
						
						
						
					 
					
						2013-04-04 01:21:04 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							61ec3f7037 
							
						 
					 
					
						
						
							
							docs: replace *.hledger.org links with new hledger.org/* ones  
						
						
						
					 
					
						2013-04-03 00:30:05 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							52cd01e85d 
							
						 
					 
					
						
						
							
							docs: keep DOCS.md with the others  
						
						
						
					 
					
						2013-04-03 00:24:35 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							71059a82c1 
							
						 
					 
					
						
						
							
							docs: docs page cleanups  
						
						
						
					 
					
						2013-04-02 22:18:23 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							7ac5d327ae 
							
						 
					 
					
						
						
							
							docs: fix version in manual example  
						
						
						
					 
					
						2013-04-01 22:04:43 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							516c02d2c0 
							
						 
					 
					
						
						
							
							docs: move more manual bits to docs page & wiki  
						
						
						
					 
					
						2013-04-01 22:03:20 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							378786fd98 
							
						 
					 
					
						
						
							
							docs: release note tweaks  
						
						
						
					 
					
						2013-04-01 21:25:38 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							17ef7295b6 
							
						 
					 
					
						
						
							
							tools: mark download page as containing an updatable version number  
						
						
						
					 
					
						2013-04-01 21:25:27 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							1484820f2d 
							
						 
					 
					
						
						
							
							docs: split three docs out of the manual, manual updates  
						
						
						
					 
					
						2013-04-01 21:24:46 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							d714b4bdc3 
							
						 
					 
					
						
						
							
							docs: clarify mac/windows installation  
						
						
						
					 
					
						2013-04-01 16:02:20 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							633bd9f269 
							
						 
					 
					
						
						
							
							docs: list install guide first  
						
						
						
					 
					
						2013-04-01 15:50:15 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							f14f0cb900 
							
						 
					 
					
						
						
							
							docs: more download page cleanups  
						
						
						
					 
					
						2013-04-01 15:50:02 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							c7331e1e45 
							
						 
					 
					
						
						
							
							docs: update install guide  
						
						
						
					 
					
						2013-04-01 15:44:25 +00:00 
						 
				 
			
				
					
						
							
							
								Simon Michael 
							
						 
					 
					
						
						
						
						
							
						
						
							05cb2bfd8b 
							
						 
					 
					
						
						
							
							docs: simplify docs list  
						
						
						
					 
					
						2013-04-01 15:44:11 +00:00