Leif Gruenwoldt

Results 25 issues of Leif Gruenwoldt

Leverage the nice rendered preview of AsciiDoc files (using Asciidoctor) when the extension matches .adoc or .asciidoc in GitHub.

I tried updating my app to use jnativehook 2.1.0 today. When I built and then ran it I see the following error in console on startup. ``` Caused by: java.lang.UnsatisfiedLinkError:...

enhancement

A sidebar (?) that shows in chronological order all activity that's happened to cards (bugs) on the board might be useful. e.g. > Alice added a comment on bug 123...

enhancement

Going to https://rawgit.com/leif81/bzkanban/master/index.html?product=Bugzilla&milestone=Bugzilla%206.0&assignee=&comments=false&autorefresh=false&site=https://bugzilla.mozilla.org returns an error in the console which prevents a clean startup. > bzkanban.js:660 Uncaught TypeError: Cannot read property 'defaultpriority' of undefined > at bzkanban.js:660 > at XMLHttpRequest.xhr.onreadystatechange...

bug

There _may_ be an advanced use case worth supporting where we want to fill a board with a custom list of bugs. These bugs may span multiple products or just...

enhancement

Sometimes the UNCONFIRMED column appears for products that have it disabled. Refreshing the page usually fixes it. I assume this is a race condition in the board load.

bug

Imagine you want to share a specific bug with someone in chat or email, you have the bug modal open, now what? It'd be nice to be able to grab...

enhancement

Bugzilla 6 is adding support for Markdown comments. So we might want to resurrect the experimental Markdown rendering branch we had. https://github.com/leif81/bzkanban/tree/markdown Plus investigate why writing markdown in our comments...

enhancement

We currently use Bugzilla tokens for authentication, but there are a couple problems with them: - they expire after 24hrs ~~and we don't handle that well yet, but we could~~...

enhancement
upstream

When you click on a card that is in the RESOLVED column you can see the resolution value it has (e.g. FIXED, WONTFIX, etc). However some resolution values are appearing...

bug
upstream