Triaged some of the older bugs and was able to close a lot of them.
Should mention that I will be in Boston this weekend, attending LibrePlanet 2013. Drop by and find me, I'll have git-annex stickers!
Did some UI work on the webapp. Minor stuff, but stuff that needed to be fixed up. Like inserting zero-width spaces into filenames displayed in it so very long filenames always get reasonably wrapped by the browser. (Perhaps there's a better way to do that with CSS?)
You can do this in css:
That should make the text not leave the box. Not sure if this makes it break "reasonably" though, eg a two letter word followed by an 200 letter "word" would probably leave the two letter word on a line by itself.
Worth a try though.
Seems to be well supported on browsers: http://caniuse.com/#search=wrap