Recent Issues Plugin
Added by Dustin Lambert over 13 years ago
See: https://github.com/lmbrt/Redmine-Recent-Issue-List
JS plugin that keeps up with the last 10 issues you've viewed so that you can easily find them.
List is placed in the right sidebar.
Replies (5)
RE: Recent Issues Plugin - Added by Terence Mill over 13 years ago
In which sidebar?
There are sidebar in wiki, on issues on project overview.
Would be best to have this in project overview main box and/ore sidebars optionally.
Can u provide some screeners. Tx!
RE: Recent Issues Plugin - Added by Dustin Lambert over 13 years ago
It's on the issue sidebar.
I'll work on screenshots, but it is a very simple plugin that is 100% client side.
RE: Recent Issues Plugin - Added by WMI Admin over 13 years ago
Thank you Dustin Lambert !
Very useful plugin for us.
RE: Recent Issues Plugin - Added by WMI Admin over 13 years ago
But I changed assets/javascripts/recenthistory.js, line 96
from
entryitem.setAttribute("href", "/redmine/issues/" + entry.ID);
to
<code class="javascript"> entryitem.setAttribute("href", "/issues/" + entry.ID); </pre>
RE: Recent Issues Plugin - Added by Dustin Lambert over 13 years ago
Glad you found it useful. I had my install under the /redmine/ subdir.
I need to come up with a way to detect what the base url is.