Package trac :: Package versioncontrol :: Package web_ui :: Module log :: Class LogModule

Class LogModule

source code

    object --+    
             |    
core.Component --+
                 |
                LogModule

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_wiki_syntax(self) source code
 
get_link_resolvers(self) source code

Inherited from core.Component: __repr__

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

Static Methods

Inherited from core.Component: implements

Class Variables
  realm = 'changeset'
  default_log_limit = <IntOption [revisionlog] 'default_log_limit'>
  graph_colors = <ListOption [revisionlog] 'graph_colors'>
  REV_RANGE = u'(?:[0-9]+(?:[-:][0-9]+)?(?:,​?[0-9]+(?:[-:][0-9]...
  LOG_LINK_RE = re.compile(r'([^@:]*)[@:](?:[0-9]+(?:[-:][0-9]+)...
Properties

Inherited from object: __class__

Class Variable Details

REV_RANGE

Value:
u'(?:[0-9]+(?:[-:][0-9]+)?(?:,​?[0-9]+(?:[-:][0-9]+)?)*|(?:[0-9]+|[a-f\
A-F0-9]{8,})(?:[:-](?:[0-9]+|[a-fA-F0-9]{8,}))?)'

LOG_LINK_RE

Value:
re.compile(r'([^@:]*)[@:](?:[0-9]+(?:[-:][0-9]+)?(?:,\u200b?[0-9]+(?:[\
-:][0-9]+)?)*|(?:[0-9]+|[a-fA-F0-9]{8,})(?:[:-](?:[0-9]+|[a-fA-F0-9]{8\
,}))?)?')