Package trac :: Package timeline :: Module web_ui :: Class TimelineModule

Class TimelineModule

source code

    object --+    
             |    
core.Component --+
                 |
                TimelineModule

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_active_navigation_item(self, req) source code
 
get_navigation_items(self, req) source code
 
get_permission_actions(self) source code
 
match_request(self, req) source code
 
process_request(self, req) source code
 
get_htdocs_dirs(self) source code
 
get_templates_dirs(self) source code
 
pre_process_request(self, req, handler) source code
 
post_process_request(self, req, template, data, content_type) source code
 
get_wiki_syntax(self) source code
 
get_link_resolvers(self) source code
 
get_timeline_link(self, req, date, label=None, precision='hours', query=None, fragment=None, title=None) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Class Variables
  default_daysback = <IntOption [timeline] "default_daysback">
  max_daysback = <IntOption [timeline] "max_daysback">
  abbreviated_messages = <BoolOption [timeline] "abbreviated_mes...
Properties
  event_providers
List of components that implement ~trac.timeline.api.ITimelineEventProvider

Inherited from object: __class__

Class Variable Details

abbreviated_messages

Value:
<BoolOption [timeline] "abbreviated_messages">

Property Details

event_providers

List of components that implement ~trac.timeline.api.ITimelineEventProvider
Get Method:
unreachable.extensions(component) - Return a list of components that declare to implement the extension point interface.