summaryrefslogtreecommitdiff
path: root/doc/bugs/clicking_back_in_the_web_browser_crashes.mdwn
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2014-05-29
| | | | | | | | Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
* webapp: Improve javascript's handling of longpolling connection failures, by ↵Gravatar Joey Hess2013-09-09
| | | | reloading the current page in this case. Works around chromium behavior where ajax connections to urls that were already accessed are denied after navigating back to a previous page.
* create myself a homepageGravatar Antoine Beaupré2013-09-08
|
* (no commit message)Gravatar https://id.koumbit.net/anarcat2013-09-09