From ab3507287aeefce5797ec397b072a78598609525 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Mar 2013 20:10:07 -0400 Subject: [PATCH] blog for the day --- doc/design/assistant/blog/day_219__bug_triage.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/design/assistant/blog/day_219__bug_triage.mdwn diff --git a/doc/design/assistant/blog/day_219__bug_triage.mdwn b/doc/design/assistant/blog/day_219__bug_triage.mdwn new file mode 100644 index 0000000000..82494ceca8 --- /dev/null +++ b/doc/design/assistant/blog/day_219__bug_triage.mdwn @@ -0,0 +1,14 @@ +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](http://libreplanet.org/wiki/LibrePlanet:Conference/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?)