This plugin simplifies the process of distributing and deploying
themes and styles.
This plugin lets you import into Trac a series of tickets from a CSV
file or (if the xlrd library is installed) from an Excel file.
You can also use it to modify tickets in batch, by saving a report as
CSV, editing the CSV file, and re-importing the tickets.
This plugin is very useful when starting a new project: you can import a
list of requirements that may have come from meeting notes, list of
features, other ticketing systems... It's also great to review the
tickets off-line, or to do massive changes to tickets.
Based on the ticket id (or, if no id exists, on the summary) in the
imported file, tickets are either created or updated.
This is a plugin that adds (aspires to add) estimation and time
tracking to Trac. This basically adds CustomFields and CustomReports
and an interface for filling the dynamic variables for the report
(requires Javascript).
The TocMacro generates a table of contents for the current page or a set of
pages.
This plugin implements a Javascript deployment platform, enabling
Trac administrators to easily tweak Trac pages with Javascript
expressions.
The plugin supports the Trac web admin system, and it can apply
Javascript tweaks to multiple pages by matching their names with
regular expressions.
This plugin adds a context-navigation entry that lets users easily vote
for a Trac resource, including Wiki pages, tickets, milestones, etc.
If a user has a valid session and the VOTE_MODIFY permission they will
be able to vote.
Weblint is a syntax and minimal style checker for HTML: a perl script which
picks fluff off html pages, much in the same way traditional lint picks fluff
off C programs.
LICENSE: Artistic License
Trac Wiki Notification is a plugin that allows users (even anonymous,
as long as email is set) to select wiki pages that they wish to be
notified (by email) when a change occurs on it.
WikiTemplates is a Trac plugin. This plugin will provide you a way to include
parts of other wiki pages, the templates, into our current wiki page.
WikiToPdf combines the functionality of CombineWikiPlugin and
PageToPdfPlugin on only one plugin and allows one to setup a template
file used to generate the PDF file with a cover and a licence page, for
example.
At the end of each wiki page there is a link named WikiToPdf and
works like athomas PageToPdfPlugin plugin but takes into account the
parameters on trac.ini (see below) and passes them to htmldoc.
Alternatively, it's possible to select one or more wiki pages and
generate one single PDF file just like coderanger work with a cover and
a licence from a template file. This feature also takes into account the
parameters on trac.ini.