Created
August 17, 2011 04:18
-
-
Save jun66j5/1150807 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r a37c038c0f07 resource/trac-plugins/hudsontracplus/HudsonTracPlus/HudsonTracPlusPlugin.py | |
--- a/resource/trac-plugins/hudsontracplus/HudsonTracPlus/HudsonTracPlusPlugin.py Fri Jul 22 07:48:23 2011 +0900 | |
+++ b/resource/trac-plugins/hudsontracplus/HudsonTracPlus/HudsonTracPlusPlugin.py Wed Aug 17 13:17:44 2011 +0900 | |
@@ -180,7 +180,7 @@ | |
# ITimelineEventProvider methods | |
def get_timeline_filters(self, req): | |
if req.perm.has_permission('CHANGESET_VIEW'): | |
- yield ('build', 'Hudson Builds') | |
+ yield ('build', 'Hudson Builds', False) | |
def get_timeline_events(self, req, start, stop, filters): | |
if isinstance(start, datetime): # Trac>=0.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment