trac :: wiki :: admin :: WikiAdmin :: Class WikiAdmin

Class WikiAdmin

source code

    object --+    
             |    
core.Component --+
                 |
                WikiAdmin

trac-admin command provider for wiki administration.
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_admin_commands(self) source code
 
get_wiki_list(self, prefix=None) source code
 
export_page(self, page, filename) source code
 
import_page(self, filename, title, create_only=[], replace=False) source code
 
load_pages(self, dir, ignore=[], create_only=[], replace=False) source code
 
environment_created(self)
Add default wiki pages when environment is created.
source code
 
environment_needs_upgrade(self) source code
 
upgrade_environment(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
  default_pages_dir = <trac.util.lazy object at 0x7f7ce1b2bed0>
Properties

Inherited from object: __class__