Ideas and suggestions for TracBrowser
This page collects ideas and suggestions for enhancing the Trac source code browser.
If you have a small nice idea but don't feel like starting a discussion on the MailingList or creating a new ticket, this is the place!
Existing issues (as a quick reminder)
#1947, #2636, #2695, #2956, #3098, #3584, #3689, #3906, #4329, #4590, #4788, #5119, #5177, #5246, #5390, #5499, #6101, #6365, #6474, #6615, #7005, #7044, #7071, #7687, #7744, #7867, #7929, #8477, #8541, #8611, #8639, #9265, #9646, #9655, #9677, #9730, #10058, #10059, #10079, #10118, #10136, #10183, #10455, #10480, #10547, #11046, #11353, #11445, #11619, #11631, #12121, #12380, #12679, #12746, #13624
Well, format kept "compact", otherwise it wouldn't be a quick reminder that we have tons of open issues there.
Glitches
Last change on this file since 11174 was 11174, by cboos
: this looks stupid, we need to have a special case when lastrev == stickyrev. Perhaps simply:This file was changed/added in 11174
?
- The two input fields look a bit redundant
View revision: ____ View diff against: ____
; better have one, with two buttons___________ (View) (Diff)
- The quickjump menu could be used to prefill that "revision" input field (providing an easy way to diff against a different branch, in the svn case)
- The quickjump menu could even be replaced by a jQueryUI autocomplete widget, the default entries being the one currently given, but the autocompletion should follow the given path (svn, dvcs) or revision name ("head" for svn dvcs only)
Admin
- Possibility to disable/deactivate a repository, without removing it
- This message is wrong. Not all non-editable repositories are defined in
trac.ini
. There can be otherIRepositoryProvider
implementations.