allura.ext.personal_dashboard
¶
- class allura.ext.personal_dashboard.dashboard_main.ActivitySection(user)¶
- check_display()¶
Should return True if the section should be displayed.
- prepare_context(context)¶
Should be overridden to add any values to the template context prior to display.
- class allura.ext.personal_dashboard.dashboard_main.DashboardController¶
- class allura.ext.personal_dashboard.dashboard_main.DashboardSectionBase(user)¶
This is the base class for sections on the Dashboard tool.
- template¶
A resource string pointing to the template for this section. E.g.:
template = "allura.ext.personal_dashboard:templates/projects.html"
Sections must be pointed to by an entry-point in the group
[allura.personal_dashboard.sections]
.
- class allura.ext.personal_dashboard.dashboard_main.MergeRequestsSection(user)¶
- prepare_context(context)¶
Should be overridden to add any values to the template context prior to display.
- class allura.ext.personal_dashboard.dashboard_main.ProjectsSection(user)¶