git-annex/Assistant/WebApp
Joey Hess 7f7c31df1c type based git config handling
Now there's a Config type, that's extracted from the git config at startup.
Note that laziness means that individual config values are only looked up
and parsed on demand, and so we get implicit memoization for all of them.
So this is not only prettier and more type safe, it optimises several
places that didn't have explicit memoization before. As well as getting rid
of the ugly explicit memoization code.

Not yet done for annex.<remote>.* configuration settings.
2012-12-29 23:10:18 -04:00
..
Configurators type based git config handling 2012-12-29 23:10:18 -04:00
Common.hs webapp: Fix bad interaction between required fields and modals. 2012-12-02 17:32:54 -04:00
Configurators.hs type based git config handling 2012-12-29 23:10:18 -04:00
DashBoard.hs type based git config handling 2012-12-29 23:10:18 -04:00
Documentation.hs webapp: Added help buttons and links next to fields that require explanations. 2012-12-02 22:33:30 -04:00
Form.hs webapp: Allow user to specify the ssh port when setting up a remote. 2012-12-06 17:09:38 -04:00
Notifications.hs fix warning 2012-11-18 13:04:35 -04:00
OtherRepos.hs where indentation 2012-10-31 02:34:03 -04:00
Page.hs type based git config handling 2012-12-29 23:10:18 -04:00
routes type based git config handling 2012-12-29 23:10:18 -04:00
SideBar.hs simplify 2012-11-25 00:38:11 -04:00
Types.hs whitespace fixes 2012-12-13 00:45:27 -04:00
Utility.hs where indentation 2012-10-31 02:34:03 -04:00