update
This commit is contained in:
parent
dc12ad3c10
commit
1f67d9c0e3
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,9 @@ Misc OSX porting things:
|
||||||
* icon to start webapp **done**
|
* icon to start webapp **done**
|
||||||
* Use OSX's "network reachability functionality" to detect when on a network
|
* 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>
|
<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:
|
Gripes:
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@ The webapp is a web server that displays a shiny interface.
|
||||||
over http by the web app
|
over http by the web app
|
||||||
* Display the `inotify max_user_watches` exceeded message. **done**
|
* Display the `inotify max_user_watches` exceeded message. **done**
|
||||||
* Display something sane when kqueue runs out of file descriptors.
|
* 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**
|
## first start **done**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue