webapp 100% working in windows + chrome; slightly buggy in windows + firefox

This commit is contained in:
Joey Hess 2013-12-09 15:01:43 -04:00
parent 016f1778f6
commit 012f770066

View file

@ -13,10 +13,13 @@ now! --[[Joey]]
has to connect twice to the remote system over ssh per file, which has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching. is much slower than on systems supporting connection caching.
* `git annex watch` works, but does not detect when files are still open * `git annex watch` works, but does not detect when files are still open
for write as they're being added (no lsof) for write as they're being added (no lsof). So watch/webapp/assistant
have to be started with --force, and may be unsafe. (Also breaks initial
repo creation, autostart, restarting, etc, as --force is not propigated.)
* `git annex assistant` has not been tested, is probably quite incomplete. * `git annex assistant` has not been tested, is probably quite incomplete.
Is known to not download any files. (transferrer doesn't built yet) Is known to not download any files. (transferrer doesn't built yet)
* Webapp builds (but not yet on the autobuilder), but * webapp: Odd problem when using Firefox: Some links don't seem to load.
at least in my tests, connections to it fail and it crashes. Clicking on such a link repeatedly will eventually load the right page.
Seems to be a general warp bug; <https://github.com/yesodweb/wai/issues/202> Network console shows web browser is requesting page "/"
TODO: test on other windows systems despite a link to another page being clicked on. Workaround: Use Chrome
instead; no such problem there.