Skip to content

Instantly share code, notes, and snippets.

@jun66j5
Created August 17, 2011 04:18
Show Gist options
  • Save jun66j5/1150807 to your computer and use it in GitHub Desktop.
Save jun66j5/1150807 to your computer and use it in GitHub Desktop.
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