Module api
source code
|
|
IAdminPanelProvider
Extension point interface for adding panels to the web-based
administration interface.
|
|
|
AdminCommandError
Exception raised when an admin command cannot be executed.
|
|
|
IAdminCommandProvider
Extension point interface for adding commands to the console
administration interface trac-admin.
|
|
|
AdminCommandManager
trac-admin command manager.
|
|
|
PrefixList
A list of prefixes for command argument auto-completion.
|
|
|
PathList
A list of paths for command argument auto-completion.
|
|
|
get_dir_list(path,
dirs_only=False)
Return a list of paths to filesystem entries in the same directory
as the given path. |
source code
|
|
|
|
console_date_format = '%Y-%m-%d'
|
|
|
console_datetime_format = '%Y-%m-%d %H:%M:%S'
|
|
|
console_date_format_hint = 'YYYY-MM-DD'
|
Imports:
os,
sys,
traceback,
_,
Component,
ExtensionPoint,
Interface,
TracError,
implements