diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-09 15:01:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-09 15:01:43 -0400 |
commit | b19a9cf1d0ab3fbbc62c532a4a1371219a5173ab (patch) | |
tree | 34d116bf84f3c5223f8d218fc68d200af9c5ddec /doc/todo | |
parent | f216faf3d17f3b14eb92154688ce4a95d8f2e307 (diff) |
webapp 100% working in windows + chrome; slightly buggy in windows + firefox
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/windows_support.mdwn | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 42df68090..6a4d63a42 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -13,10 +13,13 @@ now! --[[Joey]] has to connect twice to the remote system over ssh per file, which is much slower than on systems supporting connection caching. * `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. Is known to not download any files. (transferrer doesn't built yet) -* Webapp builds (but not yet on the autobuilder), but - at least in my tests, connections to it fail and it crashes. - Seems to be a general warp bug; <https://github.com/yesodweb/wai/issues/202> - TODO: test on other windows systems +* webapp: Odd problem when using Firefox: Some links don't seem to load. + Clicking on such a link repeatedly will eventually load the right page. + Network console shows web browser is requesting page "/" + despite a link to another page being clicked on. Workaround: Use Chrome + instead; no such problem there. |