def __init__(self): config = {'name' : N_('Statistics for main page'), 'deps' : ('base_view',) } BasePlugin.__init__(self, 'statistics', config) AbstractHomeExtension.__init__(self, 'statistics')
def __init__(self): config = { 'name': N_('News feed for main page'), 'deps': ('base_view', ) } BasePlugin.__init__(self, 'newsgenerator', config) AbstractHomeExtension.__init__(self, 'newsfeed')
def __init__(self): config = {'name' : N_('Search support (Obligatory)'), 'deps' : ('base_view',) } BasePlugin.__init__(self, 'base_search', config)
def __init__(self): config = { 'name': N_('Maintenance'), } BasePlugin.__init__(self, 'maintenance', config)
def __init__(self): config = {'name' : N_('Userspace invite generator'), 'deps' : ('adminpanel', 'base_profile') } BasePlugin.__init__(self, 'invites', config)
def __init__(self): config = {'name': 'Post deletion', 'deps': ('base_public', )} BasePlugin.__init__(self, 'postdelete', config)
def __init__(self): config = {'name': N_('Invite request'), 'deps': ('base_public', )} BasePlugin.__init__(self, 'invrequest', config)
def __init__(self): config = {'name' : N_('Flash player for music files'), 'deps' : ('base_view',) } BasePlugin.__init__(self, 'mediaplayer', config)
def __init__(self): config = { 'name': N_('Search based on LIKE operator'), 'deps': ('base_search', ) } BasePlugin.__init__(self, 'search_like', config)
def __init__(self): config = { 'name': N_('Search with Sphinx full-text search engine'), 'deps': ('base_search', ) } BasePlugin.__init__(self, 'search_sphinx', config)
def __init__(self): config = {'name': N_('RSS/Atom feeds'), 'deps': ('base_view', )} BasePlugin.__init__(self, 'rssfeed', config)
def __init__(self): config = { 'name': N_('Automatic ban for download spiders'), } BasePlugin.__init__(self, 'bottrap', config)
def __init__(self): config = { 'name': N_('Threads and boards (Obligatory)'), 'deps': ('base_public', 'base_posting') } BasePlugin.__init__(self, 'base_view', config)
def __init__(self): config = {'name' : N_('Thread saving plugin'), 'deps' : ('base_view',) } BasePlugin.__init__(self, 'threadsave', config)
def __init__(self): config = { 'name': N_('User profile (Obligatory)'), 'deps': ('base_view', ) } BasePlugin.__init__(self, 'base_profile', config)
def __init__(self): config = { 'name': N_('Administration panel'), } BasePlugin.__init__(self, 'adminpanel', config)
def __init__(self): config = { 'name': N_('Multi-post operations (Obligatory)'), 'deps': False } BasePlugin.__init__(self, 'base_multipost', config)
def __init__(self): config = {'name' : 'Post censoring', 'deps' : ('base_public',) } BasePlugin.__init__(self, 'postspoiler', config)
def __init__(self): config = {'name': N_('Final anonymization'), 'deps': ('base_view', )} BasePlugin.__init__(self, 'anonymiztaion', config)
def __init__(self): config = {'name': N_('Personal tags module'), 'deps': ('base_view', )} BasePlugin.__init__(self, 'usertags', config)
def __init__(self): config = {'name' : N_('HTTP headers dumper and proxy judge'), } BasePlugin.__init__(self, 'httpinfo', config)
def __init__(self): config = { 'name': N_('Posting (Obligatory)'), 'deps': ('base_public', ) } BasePlugin.__init__(self, 'base_posting', config)
def __init__(self): config = { 'name': N_('Public services (Obligatory)'), } BasePlugin.__init__(self, 'base_public', config)
def __init__(self): config = { 'name': N_('Ajax helpers'), 'deps': ('base_view', 'base_profile') } BasePlugin.__init__(self, 'ajaxhelpers', config)
def __init__(self): config = {'name' : N_('Show thread as graph plugin'), 'deps' : ('base_view',) } BasePlugin.__init__(self, 'threadanalyse', config)