MCPcopy Create free account

hub / github.com/django/code.djangoproject.com / types & classes

Types & classes20 in github.com/django/code.djangoproject.com

↓ 4 callersClassDjangoDBManagementMiddleware
A simple WSGI middleware that manually manages opening/closing db connections. Django normally does that as part of its own middleware chain
DjangoPlugin/tracdjangoplugin/middlewares.py:4
↓ 3 callersClassConfiguredComponent
Encapsulate the logic for a single component line in [components].
traccheck.py:40
↓ 2 callersClassMockEnvironment
Makes unittesting ConfiguredComponent easier
traccheck.py:179
↓ 1 callersClassCommandEnvironment
traccheck.py:89
↓ 1 callersClassPlainLoginComponent
Enable login through a plain HTML form (no more HTTP basic auth)
DjangoPlugin/tracdjangoplugin/plugins.py:218
↓ 1 callersClassReservedUsernamesComponent
Prevents some users from logging in on the website. Useful for example to prevent users whose name clashes with a permission group. The
DjangoPlugin/tracdjangoplugin/plugins.py:268
↓ 1 callersClassTimelineTicketComponentFilter
Filter timeline events to only show tickets for a given ticket component. Activated when the request includes a ``component`` query argument, e.g
DjangoPlugin/tracdjangoplugin/plugins.py:180
ClassCustomNavigationBar
Implements some more items for the navigation bar.
DjangoPlugin/tracdjangoplugin/plugins.py:73
ClassCustomNewTicket
Hide certain options for the new ticket page
DjangoPlugin/tracdjangoplugin/plugins.py:42
ClassCustomSubNavigationBar
Add queue items for the sub navigation bar.
DjangoPlugin/tracdjangoplugin/plugins.py:91
ClassCustomTheme
DjangoPlugin/tracdjangoplugin/plugins.py:18
ClassCustomWikiModule
Works in combination with the CustomNavigationBar and replaces the default wiki module. Has a different logic for active item handling.
DjangoPlugin/tracdjangoplugin/plugins.py:29
ClassDjangoDBManagementMiddlewareTestCase
DjangoPlugin/tracdjangoplugin/tests.py:171
ClassGitHubBrowserWithSVNChangesets
DjangoPlugin/tracdjangoplugin/plugins.py:169
ClassNoShadowTestCase
noshadows.py:119
ClassPlainLoginComponentTestCase
DjangoPlugin/tracdjangoplugin/tests.py:25
ClassRSTWikiTestCase
DjangoPlugin/tracdjangoplugin/tests.py:321
ClassReservedUsernamesComponentTestCase
DjangoPlugin/tracdjangoplugin/tests.py:221
ClassTimelineTicketComponentFilterTestCase
DjangoPlugin/tracdjangoplugin/tests.py:255
ClassTracCheckTestCase
traccheck.py:188