This commit is contained in:
Joey Hess 2012-09-28 12:16:25 -04:00
parent dc12ad3c10
commit 1f67d9c0e3
2 changed files with 5 additions and 0 deletions

View file

@ -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
<http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065>
* 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:

View file

@ -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**