tazbug view web/plugins/mybugs/mybugs.conf @ rev 140

Add 'mybugs' plugin with user profile support
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 22 20:51:46 2017 +0100 (2017-02-22)
parents
children b4700d7f9d42
line source
1 # TinyCM/TazBug Plugin configuration
3 PLUGIN="My bugs"
4 SHORT_DESC="Show bugs for a user (also on profile page)"
5 MAINTAINER="devel@slitaz.org"
7 # All users
8 BUGS_TOOLS="${BUGS_TOOLS} <a href="?mybugs">My bugs</a>"
10 # Authenticated users
11 PLUGINS_TOOLS="${PLUGINS_TOOLS}"
12 DASHBOARD_TOOLS="${DASHBOARD_TOOLS}"
14 # Admin only in Dashboard
15 ADMIN_TOOLS="${ADMIN_TOOLS}"