Package trac :: Package ticket :: Module batch :: Class BatchModifyModule

Class BatchModifyModule

source code

    object --+    
             |    
core.Component --+
                 |
                BatchModifyModule

Ticket batch modification module.

This component allows multiple tickets to be modified in one request from the custom query page. For users with the TICKET_BATCH_MODIFY permission it will add a [TracBatchModify batch modify] section underneath custom query results. Users can choose which tickets and fields they wish to modify.

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
match_request(self, req) source code
 
process_request(self, req) source code
 
pre_process_request(self, req, handler) source code
 
post_process_request(self, req, template, data, content_type) source code
 
get_permission_actions(self) source code
 
add_template_data(self, req, data, tickets) 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
  list_separator_re = re.compile(r'[;\s,]+')
  list_connector_string = ', '
Properties

Inherited from object: __class__