From 1f67d9c0e385accb5049d40c8ccf71a9e2932d35 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Sep 2012 12:16:25 -0400 Subject: [PATCH] update --- doc/design/assistant/OSX.mdwn | 3 +++ doc/design/assistant/webapp.mdwn | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/design/assistant/OSX.mdwn b/doc/design/assistant/OSX.mdwn index 8fe321d5a5..3f2b732fd8 100644 --- a/doc/design/assistant/OSX.mdwn +++ b/doc/design/assistant/OSX.mdwn @@ -4,6 +4,9 @@ Misc OSX porting things: * icon to start webapp **done** * Use OSX's "network reachability functionality" to detect when on a network +* daily build seems to have a bad yesod-static, resulting in the url + for `/static/jquery-full.js` redirecting to `/jquery-full.js?etag=foo', + which is a 404. Works ok when I build it on oberon. Gripes: diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 6e4ba3d4d1..3d33f805e0 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -25,6 +25,8 @@ The webapp is a web server that displays a shiny interface. over http by the web app * Display the `inotify max_user_watches` exceeded message. **done** * Display something sane when kqueue runs out of file descriptors. +* allow renaming git remotes and/or setting git-annex repo descriptions +* allow removing git remotes ## first start **done**