Commit Graph

1884 Commits

Author SHA1 Message Date
Simon Michael
883bc240c9 cli: cabal dependency fixes 2011-07-18 23:24:54 +00:00
Simon Michael
cfb26463b7 hledger.cabal: note self-depending issues and revert to the old way of building 2011-06-01 18:23:46 +00:00
Simon Michael
997ab43c35 cli: cabal updates, try to depend on self, don't use deprecated test api 2011-05-29 04:51:53 +00:00
Simon Michael
ac5059ea53 bump version 2011-05-24 04:28:21 +00:00
Simon Michael
754cc59804 fix some warnings 2011-05-21 02:48:20 +00:00
Simon Michael
0e8433fbce site: fix dev -> api link 2011-09-02 01:02:05 +00:00
Simon Michael
5bad926897 docs: simplify, drop internal haddocks entirely 2011-08-30 13:48:24 +00:00
Simon Michael
e09bb6f7a6 tools: haddock, hscolour fixes 2011-06-06 19:06:26 +00:00
Simon Michael
e66d9124e5 site: dev page tweaks 2011-07-15 00:27:48 +00:00
Simon Michael
12d4b6775a site: link both demos on dev page 2011-06-24 19:05:06 +00:00
Simon Michael
5f3388ce0a site: dev -> quick links layout 2011-06-24 03:38:00 +00:00
Simon Michael
214b232dd7 site: add haddock coverage report 2011-04-23 14:53:07 +00:00
Simon Michael
9886814c0d site: hoogle-search all hledger packages 2011-04-23 14:53:35 +00:00
Simon Michael
e6a15e8afc tools: fix haddock building 2011-08-19 18:55:26 +00:00
Simon Michael
f91e905a24 tools: fixes for haddock, not working yet 2011-06-03 17:10:27 +00:00
Simon Michael
1af00ce3bd tools: note an issue with haddock building 2011-04-27 02:22:43 +00:00
Simon Michael
5497500bd2 tools: more source files for haddock 2011-07-19 01:00:08 +00:00
Simon Michael
955c39718f tools: more searchable variable name 2011-08-19 18:39:13 +00:00
Simon Michael
853c83ea4a tools: update haddock and test rules 2011-04-22 19:04:47 +00:00
Simon Michael
454a6639c6 tools: haddock rules fix 2011-08-19 19:58:56 +00:00
Simon Michael
b486e9cfbf tools: haddock rule alias 2011-08-07 22:18:30 +00:00
Simon Michael
edf8405910 tools: small updates 2011-09-02 01:00:53 +00:00
Simon Michael
7b42e46089 notes 2011-09-02 01:01:16 +00:00
Simon Michael
5f7e199b34 notes 2011-08-30 11:38:59 +00:00
Simon Michael
d700a7a72d update todo lists 2011-08-23 13:22:57 +00:00
Simon Michael
8264bf6ada notes 2011-08-20 16:10:38 +00:00
Simon Michael
0490bc3161 notes 2011-05-25 02:33:04 +00:00
Simon Michael
074aa81e4f notes 2011-08-20 16:08:52 +00:00
Simon Michael
a392d55b25 notes: update todo list, draft a new filter patterns design 2011-05-29 19:57:33 +00:00
Simon Michael
bc8cd4d211 docs: misc 2011-05-28 04:13:03 +00:00
Simon Michael
8c0d95bc33 web: allow filter patterns with spaces if quoted, like command line
single and double quotes are interchangeable
2010-12-01 07:23:17 +00:00
Simon Michael
cb49fe8499 docs: more installation notes 2010-12-12 22:37:23 +00:00
Simon Michael
1dee06c829 docs: expand and highlight common locale config issue 2010-12-12 22:26:15 +00:00
Simon Michael
86fa4f24b1 docs: link more financial projects found on darcsden 2010-12-20 16:06:20 +00:00
Simon Michael
7554cc7f9b installing: don't require newer process after all, too many problems 2010-12-25 19:53:21 +00:00
Simon Michael
24c578bcd4 fix for "reorganize tests" 2010-12-29 01:35:41 +00:00
Omari Norman
4ec0cc474f Fix postingCleared for individually-cleared postings
The previous code simply looked directly to the parent transaction's
status to determine whether the posting was cleared. This gave
erroneous information for postings that were individually cleared
even though the parent transaction was not cleared.
2010-12-26 22:39:28 +00:00
Simon Michael
c14e533555 docs: remove stray text from reporting interval doc 2011-01-14 00:38:13 +00:00
Simon Michael
eac34e85fa histogram: honour the specified start or end dates 2011-01-14 04:18:58 +00:00
Simon Michael
2b1ea5160f change of mind: "every Nth X of Y" intervals' length shall be Y, not X 2011-01-14 05:01:00 +00:00
Simon Michael
810c6a5dac print: don't show a trailing space when description is blank 2011-01-19 18:55:16 +00:00
Simon Michael
8980dd9336 parser cleanup 2011-01-19 23:27:44 +00:00
Dmitry Astapov
a87c016615 Hledger.Cli.Commands renamed to Hledger.Cli, updating .cabal accordingly 2011-01-20 23:07:33 +00:00
Simon Michael
0cda8e4c3f add appendFile and hGetContents support to utf8 layer 2011-01-21 01:09:46 +00:00
Simon Michael
46422a7460 copy JGM's utf8 IO module from pandoc 2011-01-21 01:08:12 +00:00
Simon Michael
6208ed017b treat arguments as possibly-encoded platform strings, not unconditionally utf-8 2011-01-21 01:16:55 +00:00
Simon Michael
6a845eb5e4 i18n: always read and write UTF-8, ignoring current locale (#34)
Also remove a bunch of CPP conditions.
Uses the GHC-version-independent UTF-8 layer from pandoc.
2011-01-21 01:24:51 +00:00
Simon Michael
ce4347a2be move hidden add/edit/import forms below main content to help text-mode browsers a bit (#33) 2011-01-21 02:57:06 +00:00
Simon Michael
ad4ae66d28 make edit form more cross-browser compatible, fixing it in firefox (#38) 2011-01-21 02:54:42 +00:00
Simon Michael
17eff2e4ae site: fix hoogle instant search, make it bigger 2011-01-23 15:51:00 +00:00