This Trac plugin implements a page for creating time estimates. The
estimates will be attached to whatever tickets are specified in the
tickets box.
This plugin is a modified version of the VotePlugin (www/trac-vote).
Instead of having up and down arrows, this plugin uses a 5-star approach
to rate resources.
这个插件提供了一个项目博客,但不像 TracBlogPlugin 和
SimpleBlogPlugin 那样,它不是用 Wiki 页面来存储内容。
它不依赖于其它插件。
这个插件使用 FullBlogPlugin 的 blog 变更接口来发出下列电子邮件通知:
* 新建文章
* 更新文章
* 回复文章
* 删除文章
电子邮件通知会发给做出该变更的人,也可以发给其他用户或者一个通过设定
smtp_always_cc 选项指定的分发列表。
这些发出的电子邮件是使用 Trac 的 ticket_notify_email 模版作为蓝本的
纯文本格式。
如果你正在使用 AnnouncerPlugin,你应该使用它的 FullBlogPlugin 而不是
FullBlogNotificationPlugin。
The GraphvizPlugin allows for the inline creation of diagrams for abstract
graphs and networks using the Graphviz programs.
通过 WebAdminPlugin 编辑所有的 trac.ini 选项
This plug-in allows you to add entries to the Keywords entry field
from a configured list of keywords by clicking on them.
LDAP extensions to grant group permissions
This extension enables the use of existing LDAP groups to grant
permissions rather than defining permissions for every single user on
the system. Also permits storage of permissions (both users and
groups permissions) in the LDAP directory itself rather than in the
database backend.
This plugin is a password store for the AccountManagerPlugin that
provides authentication and group membership from an LDAP
service. Users are authenticated by performing an LDAP bind against a
directory using their credentials. The plugin will also pull the email
address and username from the directory and populate the
session_attribute table.
Allow embedded equations in wiki pages. Basically a port of mt-math to
trac.