Package trac :: Package ticket :: Module roadmap :: Class MilestoneModule

Class MilestoneModule

source code

    object --+    
             |    
core.Component --+
                 |
                MilestoneModule

View and edit individual milestones.
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
 
get_timeline_filters(self, req) source code
 
get_timeline_events(self, req, start, stop, filters) source code
 
render_timeline_event(self, context, field, event) source code
 
match_request(self, req) source code
 
process_request(self, req) source code
 
get_default_due(self, req)
Returns a datetime object representing the default due date in the user's timezone.
source code
 
save_milestone(self, req, milestone) source code
 
get_wiki_syntax(self) source code
 
get_link_resolvers(self) source code
 
get_resource_realms(self) source code
 
get_resource_description(self, resource, format=None, context=None, **kwargs) source code
 
resource_exists(self, resource) source code
 
get_search_filters(self, req) source code
 
get_search_results(self, req, terms, filters) 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 = 'milestone'
  stats_provider = <ExtensionOption [milestone] 'stats_provider'>
  default_group_by = <Option [milestone] 'default_group_by'>
Properties
  default_retarget_to

Inherited from object: __class__

Method Details

get_default_due(self, req)

source code 
Returns a datetime object representing the default due date in the user's timezone. The default due time is 18:00 in the user's time zone.

Property Details

default_retarget_to

Get Method:
unreachable.default_retarget_to(self)