= Changes to the Vanilla Trac installation =

This is a place to keep track of changes that have been made to customize the trac installation.

== 1.0 Plugins ==
 * [http://trac-hacks.org/wiki/AccountManagerPlugin AccountManagerPlugin]
 * [http://trac-hacks.org/wiki/SimpleTicketPlugin SimpleTicketPlugin]
 * [http://trac-hacks.org/wiki/DoxygenPlugin DoxygenPlugin]
 * [http://www.trac-hacks.org/wiki/TocMacro TOC Macro]
 * [raw-attachment:wiki:LocalTracChanges:catpagesmacro-0.12.tar.gz CatPages Macro]
 * [http://www.trac-hacks.org/wiki/PendingTicketPlugin PendingTicketPlugin]
 * [http://www.trac-hacks.org/wiki/ReadOnlyTicketPlugin ReadOnlyTicketPlugin]
 * [attachment:wiki:LocalTracChanges:cachingpermstore.py UsersWithPermCachingPermissionStore]
 * [attachment:wiki:LocalTracChanges:CCMe.py CC Me Plugin]
 * [attachment:wiki:LocalTracChanges:ReporterClose.py Ticket Reporter Permissions plugin]
 * [http://www.trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin AdvancedTicketWorkflowPlugin]
 * [attachment:wiki:LocalTracChanges:hgweb_revision_links.py hgweb Linkifying]
 * [http://www.trac-hacks.org/wiki/VotePlugin Vote Plugin]
 * [http://trac-hacks.org/wiki/CannedResponsesPlugin CannedResponsesPlugin]
 * [http://google.ufsoft.org/wiki/TracGoogleAnalytics Google Analytics plugin]
 * [http://www.schwarz.eu/opensource/projects/trac_captcha/ Captcha plugin]
  * Also the !AccountManagerCaptcha plugin that is shipped with the Captcha plugin]


== Previous Plugins ==
 * ~~[http://tracmtn.1erlei.de TracMonotone]~~
 * ~~[http://trac-hacks.org/wiki/PermCachePlugin PermCachePlugin]~~
 * ~~[http://trac-hacks.org/wiki/CacheSystemPlugin CacheSystemPlugin]~~
 * ~~[http://www.trac-hacks.org/wiki/TicketDeletePlugin TicketDeletePlugin] (with [attachment:wiki:LocalTracChanges:ticketdeleteplugin_0.11_working.patch Patch])~~
 * ~~[http://www.trac-hacks.org/wiki/TicketChangePlugin TicketChangePlugin]~~
 * ~~[attachment:wiki:LocalTracChanges:viewmtn_revision_links.py ViewMTN Linkifying]~~
 * ~~[http://www.trac-hacks.org/wiki/BatchModifyPlugin Batch Modify Plugin] (with the corresponding permission granted to "developers")~~

== 1.0 Patches ==
 * Reduce session timeout (`PURGE_AGE`) to 1 day in `web/session.py`
 * Modified the query module and reports modules to interact better([attachment:wiki:LocalTracChanges:query_and_report.diff Patch])

== 1.0 Template Changes ==
 * Custom site header to integrate with pidgin.im (`site.html`)
 * Error Page customization to handle redirecting to registration screen for ticket creation (`site.html`)
 * New Ticket customization to add link to TipsForBugReports, request that ticket submitters search for duplicates, and note that we don't support third-party plugins. (`site.html`)
 * apache2 redirect from `/simpleticket` to `/newticket` (new !SimpleTicketPlugin works differently)
 * Linkify reporter, owner, version, and components to the ticket query system (`site.html`)
 * Linkify keywords to Google Site Search for developer.pidgin.im (`site.html`)
 * Add `(space separated)` to the `Keywords` label on ticket pages (`site html`)
