wiki:PdfImagePlugin

Version 14 (modified by falkb, 12 years ago) (diff)

--

PdfImages as PNG in Wiki

Description

Insert PDFs or vector graphics like SVGs as PNG-images into a wikipage or ticket. Requires convert from ImageMagick, convert may fail on specific files. Additionally, Ghostscript is required for convert on Windows, which is available here. The handling and the parameters are inspired by LaTeX includegraphics and the trac ImageMacro.

Examples:

[[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
[[PdfImg(source:testpro/drawing.svg@10,width=600,caption="SVG-image from repository in version 10")]]
[[PdfImg(ticket:1:file.pdf)]]

Acknowledgement

Attention: PDF conversion with ImageMagick-convert:

  1. may fail on specific PDF s. This is not a problem of the plugin, this is a problem of convert. In this case you will get an error like " Can't display foo.pdf, ImageMagick->convert failed with errorcode=... , command=convert ... "
  2. if not restricted to certain pages, it can take very long; Example: Converting a PDF file of 400 pages by simply [[PdfImg(test.pdf)]] took several minutes! (see #9874, #9875)

Requirements

  • !Install convert from the ImageMagick-suite.
  • Tested -so far only- on Linux

Tested on this configurations:

OS trac imagemagick
Ubuntu 11.04 0.11.7-4 (deb) 7:6.6.2.6-1ubuntu
Ubuntu 10.04.4 LTS 0.12.2 (easy_install) 7:6.5.7.8-1ubuntu

Parameters

Possible trac links for resource: The Location of the file can be an attachment (wikipage, ticket, svn) or a local file (keyword "file:").

trac link alternatives comment
wiki JustPageName Attachment in wikipage
ticket #1
source browser,repos
file need configuration file.prepath

Parameters:

Parameter Value default
pdffile location of PDF-file required
page Page to display 1 starting with 1
width width in pixel 600 must be absolute value
caption Caption under Image none
label anchor to link to
cache build once or each time True time consumption or changing vectorgraphics
align left|right nothing

Bugs/Feature Requests

Existing bugs and feature requests for PdfImagePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:pdfimageplugin here].

Source

You can check out PdfImagePlugin from here using Subversion, or browse the source with Trac.

Example

[[PdfImg(Book.pdf,width=400,page=100,caption="Page 100 from Book Example")]]
[[PdfImg(sketch.svg,cache=False)]] 
[[PdfImg(OtherPage:foo.pdf)]]
[[PdfImg(file:relpath/to/foo.pdf)]]

Screenshot with PDF and SVG

Configuration

No configuration is needed except to use the Resource 'file:' the following configuration must set:

[pdfimg]
file.prepath = /relative/entry/directory
file.preurl  = http://example.com/entrydir

Recent Changes

11408 by ursaw on 2012-03-21 08:10:12
changed external convert command according
ticket:9874#comment:5
11356 by ursaw on 2012-03-02 21:13:38
#9842 single quotes in convert command are optional under Linux, Windows dont like them..
11343 by ursaw on 2012-02-29 19:14:47
changed files and folders to lowercase
(more)

Open Bugs

Ticket Summary Component Type Status Priority Owner Severity Reporter
#942 Support for recurring (scheduled) tickets Request-a-Hack enhancement new highest anybody normal Mike Comb
#3088 Error in MySQL Query Syntax StractisticsPlugin defect new highest blocker abidoon@…
#3672 Arbitrary comments pages Request-a-Hack enhancement new highest anybody normal dlacewell
#3834 TicketSubmitPolicy does not work with IE TicketSubmitPolicyPlugin defect new highest obs critical Jeff Hammel
#4687 No node /sws/svn/TestProject/testcases at revision 627 TestCaseManagementPlugin defect new highest edunne normal kimti.g@…
#4712 Duplicating records for hours worked on a user in ticket_change table WorkLogPlugin defect new highest critical anebi
#5312 AttributeError: 'SimpleContainer' object has no attribute 'build' RevtreePlugin defect new highest Emmanuel Blot critical seltmann@…
#5393 Script broken with OOo3.1 OpenOfficeToTracWikiScript defect new highest normal carreraj@…
#6152 User can modify members for other modules SvnAuthzAdminPlugin defect new highest Ryan J Ollos critical axton.grams@…
#6957 Improve support for RepositoryHookSystemPlugin on Win32 RepositoryHookSystemPlugin defect new highest critical Olemis Lang
#7349 Plugin does not filter private comments in notification email PrivateCommentPlugin defect new highest Michael Henke critical Michael Henke
#7509 Integration with OTRS Request-a-Hack enhancement new highest anybody normal anonymous
#7635 Merge [mdashboard] and [pdashboard] configuration sections TracMetrixPlugin enhancement new highest normal Ryan J Ollos
#7871 Support Trac0.12 SvnAuthzAdminPlugin defect new highest Ryan J Ollos critical anonymous
#8129 Support Multi-repository (Trac .12) Hook Administration RepositoryHookSystemPlugin task new highest Olemis Lang major anonymous
#9845 Scheduling sometimes fails completely TracJsGanttPlugin defect new highest Chris Nelson critical anonymous
#9931 Ignores Finegrained Permissions IncludeMacro defect new highest normal csa@…
#9944 Dependency graph bypasses all ticket security MasterTicketsPlugin defect new highest Ryan J Ollos critical Wichert Akkerman
#10164 subversion paths are not listed with trac 0.12.2 SvnAuthzAdminPlugin defect new highest Ryan J Ollos blocker tobias.bindhammer@…
#10762 Lost password procedure should send username AccountManagerPlugin enhancement new highest normal MarcR
#11179 [Patch] Milestones on versions page are not shown in 0.12/trunk & /versions not working ExtendedVersionPlugin defect new highest major AlexK
#12103 Adding other custom fields will delete the effect of the TracTicketChainedFieldsPlugin TracTicketChainedFieldsPlugin defect new highest blocker raafet.dormok
#12686 Populate Owner field with list of usernames from ldap TracFormsPlugin enhancement new highest major anonymous
#13363 Loading of Test Manager takes too long and page never is retrieved TestManagerForTracPlugin defect accepted highest Roberto Longobardi blocker uma.anand@…
#13761 TracCrystalXTheme not working in 1.4.1 CrystalxTheme defect new highest blocker anonymous
#13907 Make compatible with Trac 1.4 and above TracHoursPlugin defect assigned highest Ryan J Ollos blocker Andreas
#14065 Groming for tasks MultiProjectBacklogPlugin enhancement new highest Cinc-th normal anonymous
#14070 Integrate Manage Projects with related Repository SimpleMultiProjectPlugin enhancement new highest Cinc-th normal anonymous
#14079 Mixed unstable url around trac SimpleMultiProjectPlugin defect new highest Cinc-th major anonymous
#14094 Unique own ticket number per project (Add uTickets - Unique Tickets) SimpleMultiProjectPlugin enhancement new highest Cinc-th normal anonymous
#14098 Give option for ticket as start and end date (project management) TracJsGanttPlugin defect new highest Chris Nelson critical anonymous
#14099 Need option to grooming tickets for milestones betwen milestones from main table or raport MultiProjectBacklogPlugin enhancement new highest Cinc-th critical anonymous
#201 make it possible to use custom icons WikiExtrasPlugin enhancement assigned high Christian Boos trivial burst@…
#756 RFE: Forum Based Permission DiscussionPlugin enhancement new high trivial anonymous
#928 record the current revision numbers in the database PublishRevertPlugin enhancement new high Brian McQuay normal Brian McQuay
#974 Use Subversion NavigationMenuPlugin task new high Beider normal Noah Kantrowitz
#1022 Wrong mime type for SVG GraphvizPlugin defect new high Christian Boos minor anonymous
#1220 Enter multiple tickets at once Request-a-Hack enhancement new high coderanger@… normal sarahg@…
#1226 Plugin for writing requirements and specifications of a software Request-a-Hack enhancement new high anybody normal Daniel Werner <dan@…>
#1327 show blocked status in ticket report MasterTicketsPlugin enhancement new high Ryan J Ollos normal phpxcache
#1454 text/html fails from source: link IncludeMacro defect new high normal anonymous
#1663 Ldap plugin general problem LdapPlugin defect new high Emmanuel Blot normal stoychev@…
#1843 numbered bullets recognized as common bullets OpenOfficeToTracWikiScript defect new high Tonin normal anonymous
#2066 problems with the links MediaWikiPluginMacro defect new high normal anonymous
#2108 Enhancement Request: Can you add highlighting support to the toolbar TracWysiwygPlugin enhancement new high Jun Omae normal ashishg@…
#2301 Error: No such node -- SVN RM branches/foo causes permanent end to revtree RevtreePlugin defect new high Emmanuel Blot blocker anonymous
#2571 Removing a user does not remove the session_attributes UserManagerPlugin defect new high major Jason Trahan
#2577 wiki, split page names option = true creates split links TocMacro defect new high trivial rupert thurner
#2626 useradmin with accountmanager httpauth UserManagerPlugin defect new high major tekknokrat
#2629 OpenDocument Diff with odt2txt and oodiff Request-a-Hack enhancement new high anybody normal anonymous
#2659 Integrate Trac with SugarCRM bug module Request-a-Hack enhancement new high anybody normal anonymous
#2742 How to make TracWysiwygPlugin the default handler TracWysiwygPlugin task new high Jun Omae minor Matt Callaghan
#2935 Error with german "Umlaute", example ä, ü etc. WorkLogPlugin defect new high critical daniel.koch.de@…
#3029 TracDownloader with TracTags problem? TracDownloaderPlugin defect assigned high Petr Škoda blocker Jean-Yves Jourdain
#3089 "Stop Work" behavior not compatible with IE7 & FF3 WorkLogPlugin defect new high major ian
#3199 wiki links in media wiki syntax appear nonfunctional MediaWikiPluginMacro defect new high major Georg-W. Koltermann
#3412 TracTicketStatsPlugin not showing any active tickets in the chart TracTicketStatsPlugin defect new high major anonymous
#3764 finish support for SvnSyncPlugin project mirroring via TracLegosScript TracLegosScript task new high normal Jeff Hammel
#4043 Linked images in PDF don't work properly TracWikiToPdfPlugin defect new high major anonymous
#4072 Error message after following setup instructions SvnsyncPlugin defect new high David Henry normal David Henry
#4106 patch for non-latin character error output GraphvizPlugin defect new high Christian Boos normal moo.tinys@…
#4214 Downloader broken on postgres 8.3 - integer to string cast TracDownloaderPlugin defect new high Petr Škoda normal jen@…
#4379 [Patch] Show user's full name in addition to user login UserStatsMacro enhancement new high normal peterson_eric_d@…
#4381 UnicodeDecodeError with Trac-0.11 ScrumBurndownPlugin defect assigned high daan major oliver.mueller@…
#4487 TicketSubmitPolicyPlugin doesn't check status and it should TicketSubmitPolicyPlugin enhancement new high obs normal Jeff Hammel
#4557 completed column in table overview is wrong with uncompleted milestones FlashGanttPlugin defect new high minor tuebernickel@…
#4559 adding a query to retrieve labels GoogleChartPlugin enhancement new high Martin Aspeli major tuebernickel@…
#4616 Simplify the creation of multi-page documents TracWikiToPdfPlugin enhancement assigned high Nickolas Grigoriadis normal mvlcek
#4667 Burndown only shows 2 days and not the days of sprint ScrumBurndownPlugin defect new high Sam Bloomquist major cmenzi@…
#4760 Fix for Markup(map) with unicoded strings when using MasterTicketsPlugin depgraph GraphvizPlugin defect new high Christian Boos normal Dmitry Shurupov
#4763 Error when revision is empty (no nodes) RevtreePlugin defect new high Emmanuel Blot critical Martin Scharrer
#4773 LdapPlugin does not honour group_rdn in get_groups LdapPlugin defect new high Emmanuel Blot major Lev Shamardin
#4816 Traceback when AgileTrac plugin is enabled TracMetrixPlugin defect new high blocker abidoon@…
#4829 error when running trac-admin upgrade TracDownloaderPlugin defect new high Petr Škoda blocker benjamin
#4837 [Patch] MergeInfoEnhancer no such node after branch deletion and branch from branch creation RevtreePlugin defect new high Emmanuel Blot major n1l0c2501+trac_hacks@…
#4845 Remove dependency to Matplotlib package TracMetrixPlugin defect new high minor Bhuricha Deen Sethanandha
#4850 Problems with active and inactive "Stop" button in stop work window. WorkLogPlugin defect new high major anebi
#4904 Render documentation for modules packaged in EGG | ZIP files | PEP-302 compatible sources PyDocPlugin enhancement new high Alec Thomas major Olemis Lang
#5180 Wiki page cut off by nav-bar (resubmiting ticket after logging in) PyDotOrgTheme defect new high blocker Ariel Balter
#5187 How to use permissions and groups UserManagerPlugin defect new high major Ariel Balter
#5210 Collect and display downloads statistics DownloadsPlugin enhancement new high normal Radek Bartoň
#5232 MyPagePlugin not functioning as default handler (solution included, but raises another error) TracMyPagePlugin defect new high dgc major anonymous
#5292 Saving the selected pages order TracWikiPrintPlugin enhancement new high critical Lucas
#5406 ProgrammingError: can't adapt when opening Users page UserManagerPlugin defect new high blocker anonymous
#5423 Display problem when using PyDotOrgTheme TestCaseManagementPlugin defect new high edunne minor jtharpe@…
#5447 Ability to specify the author and creation time for ticket attachments XmlRpcPlugin defect new high osimons major Thijs Triemstra
#5457 [PATCH] After a TracBack reference is added, all subsequent comments are in italics TracBacksPlugin defect new high normal Ryan J Ollos
#5464 [patch] Implement AccountManagerPlugin Jira authentication support JiraToTracIntegration enhancement assigned high Thijs Triemstra critical Thijs Triemstra
#5535 unrecoverable error when "blocking" value is (or was!) invalid MasterTicketsPlugin defect new high Ryan J Ollos major Bernhard
#5553 SQL Syntax from plugin will be broken if MySQL is used TracDownloaderPlugin enhancement new high Petr Škoda major RaduM
#5573 Cutting tag (former "Is it possible to manually split "header" and "body" of blogpost?") FullBlogPlugin enhancement new high osimons normal prokher@…
#5590 Burndown table not getting updated for certain milestones ScrumBurndownPlugin defect new high Sam Bloomquist major amith
#5594 Respect Trac permissions TracMetrixPlugin defect new high normal Ryan J Ollos
#5627 TicketModifiedFiles 1.00: a single quote in an modified SVN file name causes an error TicketModifiedFilesPlugin defect new high blocker richard.lyders@…
#5640 Better readability for 'How long ago' column UserStatsMacro enhancement new high normal Ryan J Ollos
#5666 Destroyed Menu with combined MenusPlugin StractisticsPlugin defect new high normal webmaster@…
#5678 TracLegos needs logging TracLegosScript enhancement new high major Jeff Hammel
#5693 ldap-plugin should handle a list of user- and group-dn LdapPlugin enhancement new high Emmanuel Blot normal emsa@…
#5780 web gui cannot create svn TracLegosScript defect new high major Shai Perednik
#5923 Policies are not applied TicketSubmitPolicyPlugin defect new high obs major andreavb
#5938 Queries containing '.' return 0 results from RepoSearch RepoSearchPlugin defect new high Alex Smith normal bugs@…
#5958 GeoTicketPlugin should cache unlocatable results GeoTicketPlugin enhancement new high normal Jeff Hammel
#5996 LdapPlugin should cascade group memberships LdapPlugin defect new high Emmanuel Blot normal simon@…
#6142 Option to hide accounts that are not active UserStatsMacro enhancement new high normal Ryan J Ollos
#6223 Plugin Not Working on Mysql MilestoneTeamsPlugin defect new high Matthew Chretien blocker shubham_chakraborty@…
#6308 Always getting "Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" in client XmlRpcPlugin defect new high osimons normal anonymous
#6355 UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-15: ordinal not in range(128) TestCaseManagementPlugin defect new high edunne blocker sbazhin@…
#6397 Plugin provides error that is unclear for troubleshooting LdapPlugin defect new high Emmanuel Blot major mattmnx@…
#6459 Search results include page that contains call to macro WikiSearchMacro defect new high normal Ryan J Ollos
#6490 TracLink provider for slideshow component SlideShowPlugin enhancement new high normal Ryan J Ollos
#6526 Allow user and project widgets to be specified in macro use OhlohBadgeMacro enhancement new high normal Ryan J Ollos
#6531 Installation tips SchedulingToolsPlugin enhancement new high Jörg Viola normal anonymous
#6558 Strip leading slashes from `include` and `exclude` RepoSearchPlugin enhancement new high Alex Smith normal Ryan J Ollos
#6583 permission_store = LdapPermissionStore not works for MS Active Directory LdapPlugin defect new high Emmanuel Blot critical anonymous
#6631 The setting `always_notify_author` is not respected initially for blogs AnnouncerPlugin defect new high major Ryan J Ollos
#6910 UnknownTimeZoneError: '<trac.util.datefmt.LocalTimezone object at 0x89f954c>' IrcLogsPlugin defect new high major dharrigan@…
#6956 Allow filtering changesets in ticket changer RepositoryHookSystemPlugin enhancement new high Olemis Lang normal Olemis Lang
#7033 SVN Pre-Commit Hook to ensure Trac ID in Comment RepositoryHookSystemPlugin enhancement new high Olemis Lang normal Olemis Lang
#7105 Unable to edit an existing release TracReleasePlugin defect new high Joao Alexandre de Toledo blocker damaxl@…
#7229 Buildbot 0.8 breaks buildbot status page. TracBuildbotIntegration defect new high Etienne PIERRE major David.Byrne@…
#7298 [Patch] After reCAPTCHA error registration form is reset RecaptchaRegisterPlugin defect new high normal Mitar
#7339 LdapPermissionGroupProvider.get_permission_groups() too slow LdapPlugin enhancement new high Emmanuel Blot major Andy S
#7348 Problem with Russian paths in storage SVN SvnAuthzAdminPlugin defect new high Ryan J Ollos blocker fomink@…
#7469 How to use different format video files in movie macro MovieMacro enhancement new high Louis Cordier normal velappan
#7475 Wrong display of mainbar menus using Galeon, SeaMonkey and Kazekahase MacTheme defect new high Olemis Lang major Olemis Lang
#7482 The tarballs of MozBot on the FTP server ContinuTracPlugin defect new high nunu major anonymous
#7491 Mac OS toolbar cannot be hidden using Konqueror MacTheme defect new high Olemis Lang major Olemis Lang
#7657 [PATCH] Add EDIT_FILES permission, new options (ini-admin enabled), preserve list order EditFilesPlugin enhancement new high matthew von rocketstein normal dnedelchev
#7789 Not compatible with 0.12 GridFlowPlugin defect new high dgc normal Marcus Lindblom
#7796 [Patch] User capabilities to edit description and tags after upload DownloadsPlugin enhancement new high normal ak@…
#7910 Problem Worklog_Stop with information date/time WorkLogPlugin defect new high normal anonymous
#7986 Installation instruction TracMetrixPlugin defect new high normal sam@…
#8020 0.12 compatibility TimeVisualizerPlugin enhancement new high Markus Pelkonen major Mikko Rantalainen <mikko.rantalainen@…>
#8048 Please add http basic authorization IncludePagesPlugin enhancement new high normal anonymous
#8094 No email encrypted/signed with AnnouncerEmailEncryption AnnouncerPlugin defect new high major Alexis de BRUYN
#8264 Insert add hours dialog into ticket template rather than having a sidebar TracHoursPlugin enhancement assigned high EmeCas normal Ryan J Ollos
#8319 [Patch] Add duplicate search to keypress events instead of blur DuplicateTicketSearchPlugin enhancement new high Ryan J Ollos normal Dan G. Switzer, II
#8330 Plugin has stop workin' TracTicketStatsPlugin defect new high normal T. N.R
#8389 Display repository stats with respect to local timezone TracMetrixPlugin defect new high normal mark_kids@…
#8404 Allow for a common Acronyms file for multiple projects AcronymsPlugin enhancement new high normal anonymous
#8517 "Save Query" at the bottom of the page doesn't work TracHoursPlugin defect assigned high EmeCas critical anonymous
#8546 no play button on Web Client for movies - In OMERO MovieMacro defect new high Louis Cordier normal Roger Okon
#8550 Calling function ticket.get() for defined tickets in Agilo return an error. AgiloForTracPlugin defect assigned high Andrea Tomasini normal anonymous
#8641 Bitten notifications don't seem to work in trunk (and trac 0.12) AnnouncerPlugin defect new high normal Kaveh
#8644 Auth/privileges problems with XML-RPC XmlRpcPlugin defect new high osimons normal igorsantos07@…
#8715 Add WikiForms functionality TracFormsPlugin enhancement new high normal David.Byrne@…
#8730 Tables and Images export does not work WikiExportPlugin defect new high Claudio Manuel Fernández Barreiro major anonymous
#8884 Tweak toolbars to include only supported commands & elements CkEditorPlugin defect assigned high Itamar Ostricher normal Itamar Ostricher
#8916 ZeroDivisionError: float division (can't install with easy_install) TracWikiPrintPlugin defect new high Ryan J Ollos normal Nvt
#8945 extra permissions not considered when assigned via group MultipleWorkflowPlugin defect assigned high Cinc-th major ruedi.silvestri@…
#9003 Shift of taskbar in graph TracJsGanttPlugin defect assigned high Chris Nelson major Stephan Geulette
#9012 Whiteboard plugin ticket moves WhiteboardPlugin defect new high Olemis Lang normal AndréM
#9020 RecapthaRegisterPlugin don't want to work with new versions of Accountmanager RecaptchaRegisterPlugin defect new high Alejandro J. Cura normal Sagrer
#9050 problem with warning info and trac theme TseveTheme defect new high Carlos Jenkins Pérez major anonymous
#9104 LdapPlugin performs > 2000 queries upon viewing a ticket LdapPlugin defect new high Emmanuel Blot major Nick Robinson-Wall
#9110 Email Notifications Plugin for FullBlogPlugin... where is it? AnnouncerPlugin defect new high minor Gary Parr
#9127 Triage not working on 0.12.x AdvancedTicketWorkflowPlugin defect new high critical yannick.derechapt@…
#9195 Form fields not editable but visible after certain workflow stage AdvancedTicketWorkflowPlugin enhancement new high normal canh.tran@…
#9217 Defining depth for subsequent pages doesn't work TocMacro defect new high major ts@…
#9231 RevtreePlugin StopIteration: RevtreePlugin defect new high Emmanuel Blot major cristina.sorina@…
#9554 triage problem with action leave BEFORE triaged AdvancedTicketWorkflowPlugin defect new high normal anonymous
#9621 Edit a resource name ResourceReservationPlugin enhancement new high Roberto Longobardi major albagubrath
#9693 how to Hide created images 32x32 and 488x from attachment list ImageTracPlugin enhancement new high major eng.asmaa.ahm@…
#9792 Add an Option for excludes/ignores MultiRepoSearchPlugin enhancement new high ejucovy major ejucovy
#9833 Scheduling Ignores Milestones TracJsGanttPlugin defect assigned high Chris Nelson major Robert Inder
#9854 Download the images and fonts locally, instead of using the web browser TracWikiPrintPlugin enhancement new high normal ajo
#10004 support of pdf file ressource path for Apache location PdfImagePlugin enhancement new high ursaw normal falkb
#10014 When SubTicketsPlugin module is enabled it crashes the CSS & JS WorkLogPlugin defect new high critical czarnymb@…
#10027 COinS Rendering TracBibPlugin task new high normal Roman Mohr
#10080 Create a crypto system for Trac CryptoPlugin task new high normal Steffen Hoffmann
#10091 WIKIPRINT_BOOK permission for users breaks PrivateWiki security TracWikiPrintPlugin defect new high critical memartin
#10162 Display ticket tree hierarchy with optional filtering ChildTicketTreeMacro enhancement new high Mark Ryan normal Lisacho
#10169 [PATCH] improve compatibility with Trac 0.12 / 1.0 TracMetrixPlugin enhancement new high normal Genie
#10213 Call for actions DiaVisViewPlugin task new high robert_martin normal Steffen Hoffmann
#10228 Deadlock running along with PrivateTicketsPlugin SensitiveTicketsPlugin defect new high blocker hjuergs@…
#10299 Graphs are not complete GraphvizPlugin defect new high Peter Kropf major rajnesh.siwal@…
#10312 [REQUEST] Ability to assign milestones to clients or clients to milestones ClientsPlugin defect new high minor dr4cul4@…
#10318 Email notification sent even not allowed TimingAndEstimationPlugin defect new high Russ Tyndall critical szuir@…
#10356 AttributeError: 'JiraDecoder' object has no attribute 'category'. JiraToTracIntegration defect new high normal support@…
#10603 Trac detected an internal error: KeyError: None WhiteboardPlugin defect new high Olemis Lang normal anonymous
#10647 Restrict trac users to specific svn paths (folders) SvnAuthzAdminPlugin enhancement new high Ryan J Ollos normal Chamith Malinda
#10668 Custom fields in test case not showing. TestManagerForTracPlugin defect new high Roberto Longobardi major rzhidalgo@yahoo.com
#10671 import csv from exported testcatalogs/testplans TestManagerForTracPlugin enhancement new high Roberto Longobardi normal kelini
#10703 [PATCH] support of fully anonymous polls PollMacro enhancement new high normal falkb
#10725 Incompatible with Trac 1.0 TracDownloaderPlugin defect new high Petr Škoda blocker sc@…
#10867 Invalid rendering - only horizontal, no hierarchy?! no wrap? ProjectPlanPlugin defect new high critical ios@…
#10898 TicketSubmitPolicy not firing TicketSubmitPolicyPlugin defect new high Ryan J Ollos critical phooper0001@…
#10900 Adoption request - move user rename function to AccountManagerPlugin RenameUsersScript task new high langec normal Steffen Hoffmann
#10901 Adoption request - move user rename function to AccountManagerPlugin RenameTracUsersScript task new high obs normal Steffen Hoffmann
#10916 No Wiki activity shown StractisticsPlugin defect new high normal anonymous
#10958 Exception while processing email links without EMAIL_VIEW privilege MarkdownMacro defect new high normal marmarek@…
#11050 An invalid XML character (Unicode: 0x1b) was found in the element content of the document. XmlRpcPlugin defect reopened high osimons major sanket.modi@…
#11165 TracStatsPlugin does not properly count imported tickets TracTicketStatsPlugin defect new high critical achittur@…
#11196 Add ability to log work time explicitly without using timer WorkLogPlugin enhancement new high minor bsawyer
#11220 Whiteboard for SQL queries WhiteboardPlugin enhancement new high Olemis Lang normal etienne.bersac@…
#11383 Trac detected an internal error: ImportError: cannot import name core BrowserSvnOperationsPlugin defect new high Alex Willmer blocker dhealey@…
#11400 How to set email2trac on windows platform? MailToTracPlugin task new high Olivier ANDRE critical anuja.bakshi@…
#11459 OperationalError: (1054, "Unknown column 'hours' in 'field list'") WorkLogPlugin task new high normal admin
#11497 Add modals for "Reply" WorkflowActionButtonsPlugin enhancement new high ejucovy normal ejucovy
#11506 Plugin should ignore binary files MultiRepoSearchPlugin defect new high ejucovy normal ejucovy
#11535 Handle IMAP UID resets / UIDVALIDITY MailArchivePlugin defect new high lucid major lucid
#11591 Provide a macro to insert page breaks and change page format in exported document OdtExportPlugin enhancement new high Aurélien Bompard normal Matthias
#11599 Test Case URLs broken after organizing them TestManagerForTracPlugin defect new high Roberto Longobardi critical danimand
#11628 "hours remaining" can not show ScrumBurndownPlugin defect new high Sam Bloomquist blocker anonymous
#11648 Allow rule to notify based on Categories in blog AnnouncerPlugin enhancement new high major mtalbot@…
#11669 MySQL to PostgreSQL migration fails with worklog usermanual WorkLogPlugin defect new high major Quince
#12089 unicode error after screenshot plugin install in trac 1.0 ScreenshotPastePlugin defect new high Roberto Longobardi critical tarun.dixit@…
#12098 Reduce number of provided icons WikiExtrasPlugin enhancement accepted high Mikael Relbe normal Mikael Relbe
#12170 export gantt and calendar to pdf format GanttChartPlugin enhancement new high normal asaavedraminer@…
#12182 Remove dependency to pysvn TranslationManagerPlugin enhancement new high Franz major Franz
#12413 auth_cookie_lifetime seems to be ignored AccountManagerPlugin defect new high major vpenne@…
#12426 'fields_map' also needs to be regenerated along with 'fields' in post_process_request in web_ui.py TicketFieldsPlugin defect new high bphinz critical gpoveda@…
#12427 Any user must have either 'TRAC_ADMIN', 'TICKET_ADMIN', or 'TICKET_FIELD_ADMIN' to save a new ticket's ticket_fields TicketFieldsPlugin defect new high bphinz critical gpoveda@…
#12483 Default test case template TestManagerForTracPlugin enhancement new high Roberto Longobardi normal prabha@…
#12830 CKEditor only shows on Wiki edit screen. Ticket edit screen shows old editor. CkEditorPlugin defect new high Itamar Ostricher normal adrya.stembridge@…
#13064 KeyError: u'2015-06-15 09_45_36-HiHotel.Asia App V3.png' ImageTracPlugin defect new high major lemonyoyodo
#14063 Error: Not Found Unknown administration panel SimpleMultiProjectPlugin defect new high Cinc-th normal anonymous
#14064 Default Repository and other added are empty or not visible SimpleMultiProjectPlugin defect new high Cinc-th normal anonymous
#14071 Can't change the component and version for ticket in Firefox (only) SimpleMultiProjectPlugin defect new high Cinc-th critical anonymous
#14117 Only default_documentation project works while doing multi project documentation DoxygenPlugin defect new high Committo-Ergo-Sum major anonymous
#14172 Imagemagick's command line parameters seems to be changed after a recent upgrade TracXsdPlotMacro defect assigned high Theodor Norup critical Theodor Norup
#11 Structured comments suggestions Request-a-Hack enhancement new normal anybody normal anonymous
#81 FIT tests in tickets Request-a-Hack task new normal anybody normal Peter Merel
#112 Use rss feed for import of tickets from remote sites Request-a-Hack enhancement new normal anybody normal ijones@…
#150 Script to create one iCalendar file from many trac db's Request-a-Hack enhancement new normal anybody normal pekka.jarvinen@…
#164 Pydoc Heisenbugs PyDocPlugin defect assigned normal Alec Thomas major Noah Kantrowitz
#184 WebDAV for document uploads and editing Request-a-Hack enhancement reopened normal anybody normal anonymous
#222 Additional Feature to LDAP Plugin LdapPlugin enhancement new normal Emmanuel Blot normal wallis@…
#228 Amazing for code, can it be extended to wiki pages? PeerReviewPlugin enhancement new normal normal paudley@…
#240 dotProject integration Request-a-Hack enhancement new normal anybody normal md
#243 Show username rather than userid with hyperlink to user's page Request-a-Hack enhancement new normal anybody normal solo turn
#248 [Patch] LatexFormulaMacro plugin LatexFormulaMacro defect new normal Valient Gough normal nshmyrev@…
#260 Plot defect statistics as a code quality metric TracMetrixPlugin enhancement new normal normal no_spam_f@…
#274 Want configurable module search path PyDocPlugin enhancement new normal Alec Thomas trivial dcrosta@…
#362 repository search seems to be impacted by presence of branches RepoSearchPlugin defect new normal Alex Smith major Patrick Martin
#377 Data/Form/Fields plugin providing macros to include form-like fields/data on a wiki page (stored in a db) Request-a-Hack enhancement new normal anybody normal James Mills
#385 Automatically launching a re-index or brute force search from browser requests needs to be configurable RepoSearchPlugin enhancement new normal Alex Smith major Patrick Martin
#388 Ability to to perform re-index with a quota on time / memory consumption RepoSearchPlugin enhancement new normal Alex Smith normal Patrick Martin
#471 Parse documentation of objects as WikiMarkup PyDocPlugin enhancement new normal Alec Thomas normal James Mills
#494 Cross Trac summary page Request-a-Hack enhancement new normal normal anonymous
#506 ICQ notification plugin Request-a-Hack enhancement new normal anybody normal BeeVee
#508 LDAP server fail over LdapPlugin enhancement assigned normal Emmanuel Blot normal Martin Sternevald
#541 Support for Diff of OpenDocument files Request-a-Hack enhancement new normal anybody normal Jay
#555 Write access to Subversion Request-a-Hack enhancement new normal anybody normal nkayesmith@…
#613 Inventory tracking system Request-a-Hack enhancement new normal anybody normal chaseajames@…
#637 Have a capacity line in the chart when the due date of a milestone is set ScrumBurndownPlugin enhancement new normal daan normal Olger Warnier
#649 [Patch] Only show sections for active plugins IniAdminPlugin enhancement new normal normal Noah Kantrowitz
#688 Generate PyDoc by providing SVN path instead of sys.path PyDocPlugin defect new normal Christian Boos normal alex@…
#699 Specify realname and email address in session table Request-a-Hack enhancement new normal anybody normal trachacks@…
#707 Notify template sent to queue owner instead of original ticket submission email EmailtoTracScript defect reopened normal Bas van der Vlies normal micah@…
#712 A plugin to run a command line program for every displayed page Request-a-Hack defect new normal anybody normal omry
#767 Enable PageToPdfPlugin for timeline and reports pages Request-a-Hack enhancement new normal anybody normal anonymous
#788 Feature Request: Progress Bars RoadmapBoxMacro enhancement new normal frido normal broohaha@…
#807 [Patch] Option to list arguments horizontally as well as vertically PollMacro enhancement new normal normal roop@…
#808 Add Changesets to TracXmlRpc plugin XmlRpcPlugin enhancement assigned normal Olemis Lang normal iXce
#821 Trac graphviz error text/x-python and text/x-perl GraphvizPlugin defect new normal Christian Boos minor Lars Stavholm
#827 Different header_logo for different components Request-a-Hack defect new normal anybody normal anonymous
#834 FIXME/TODO - AutoCreate tickets using tags from svn repository Request-a-Hack enhancement new normal anybody normal anonymous
#843 Make admin approval required for account registration AccountManagerPlugin enhancement new normal normal anonymous
#857 Formatting in Acronyms AcronymsPlugin enhancement new normal normal anonymous
#858 Listing changesets using the svn bugtraq properties Request-a-Hack enhancement new normal anybody normal brydonweb@…
#862 CaptchaPlugin enhancement and behavioural change CaptchaPlugin task new normal Alec Thomas normal Alec Thomas
#892 RFE: ViewTopic macro should be able to start a topic DiscussionPlugin enhancement new normal normal Christian Aust
#913 Wiki page states Request-a-Hack enhancement new normal anybody normal bgoedel
#923 Vote from anonymous not counted more than once PollMacro defect new normal normal gerryg
#925 Display email inline from IMAP mail server Request-a-Hack enhancement new normal anybody minor Colin Guthrie
#976 RDoc plugin Request-a-Hack enhancement new normal anybody normal ralph.bean@…
#985 users with different dn in same group LdapPlugin defect new normal Emmanuel Blot normal anonymous
#1001 XMLRPC plugin needs an interface to get identifiable user information user.info() AccountManagerPlugin task new normal normal karladam@…
#1034 Titleindex and TOC combination TocMacro enhancement new normal Alec Thomas normal Piotr Kuczynski
#1036 SCOPE_ONELEVEL vs SCOPE_SUBTREE LdapPlugin defect new normal Emmanuel Blot normal anonymous
#1048 Refer to source repository file for Graphviz commands GraphvizPlugin enhancement new normal Christian Boos normal Jeff Kowalczyk
#1049 Run script on source repository file to generate GraphViz commands GraphvizPlugin enhancement new normal Christian Boos normal Jeff Kowalczyk
#1055 listLinks() should be implemented XmlRpcPlugin enhancement assigned normal Olemis Lang normal martin@…
#1086 a margin-top over here ! NewsFlashMacro enhancement new normal trivial msg@…
#1098 latest epydoc supports static parsing of sources PyDocPlugin task new normal Alec Thomas normal oripel
#1249 Let the whole timeline be shown ScrumBurndownPlugin enhancement new normal daan normal tote
#1259 When always_notify_updater = true, person name instead of email address is used EmailtoTracScript enhancement new normal Bas van der Vlies normal dkezic@…
#1286 [Patch] Improve permissions model AddCommentMacro enhancement new normal Alec Thomas normal Jonathan S. Shapiro
#1296 Notes from xlrd appear in http headers ExcelViewerPlugin defect new normal Christopher Lenz normal sarahg@…
#1310 [Patch] Fix for tracformula when using ' in formulas LatexFormulaMacro defect new normal Valient Gough normal jasper@…
#1317 Disable Toc in other modes TocMacro enhancement assigned normal osimons normal lists@…
#1338 Exec shell command Plugin (instead of SMTP Notification) Request-a-Hack enhancement new normal anybody normal anonymous
#1374 Plugin to change commit message Request-a-Hack enhancement new normal anybody normal Maverick <maverick@…>
#1388 Real-time progress bar for attachments uploads Request-a-Hack defect reopened normal anybody normal Bryan
#1397 Connect TOC to CombineWiki TocMacro task new normal Alec Thomas normal rolf.henrich@…
#1409 regex problem BugzillaIssueTrackingPlugin defect new normal javajunky normal anonymous
#1415 EmailToTracScript work under exchange server? EmailtoTracScript enhancement new normal Bas van der Vlies minor anonymous
#1431 sample ldap schema for trac LdapPlugin enhancement new normal Emmanuel Blot normal pkoelle@…
#1456 Automatically determine ENV_PARENT_DIR ListTracProjectsMacro enhancement new normal mathomas normal aamk
#1478 Scale graphviz output proportional to page width GraphvizPlugin enhancement new normal Christian Boos normal joe_merchant@…
#1485 Error on ListTracProjects ListTracProjectsMacro defect new normal mathomas normal harpiain@…
#1489 Get base url from environment ProjectMenuPlugin enhancement new normal normal mtessmer@…
#1514 Hide values in query report HideValsPlugin defect new normal major duanestark@…
#1519 Notification for a milestone change Request-a-Hack enhancement new normal anybody normal kerstin.tenbrock@…
#1524 How about a list of currently online users? AccountManagerPlugin enhancement new normal normal andy@…
#1550 Why select more than one user to generate tickets for? TestCaseManagementPlugin enhancement new normal edunne normal andy@…
#1576 Enabling attachments for test data TestCaseManagementPlugin enhancement new normal edunne normal andy@…
#1596 New features ExcelViewerPlugin defect new normal Christopher Lenz minor jabol20@…
#1600 [patch] Add a LdapAuthStore to AccountManagerPlugin AccountManagerPlugin enhancement new normal normal Tobu
#1615 inline mode always produces the same indexing TocMacro defect assigned normal osimons normal paresh.solanki@…
#1616 titleindex mode removes spaces TocMacro defect new normal osimons normal paresh.solanki@…
#1622 Support for users in multiple LDAP containers LdapPlugin enhancement reopened normal JimPage normal JimPage
#1623 LdapPlugin stack traces on empty groups LdapPlugin defect reopened normal JimPage normal JimPage
#1626 Allow filter milestones in burndown chart ScrumBurndownPlugin enhancement new normal daan normal jmnavarro@…
#1637 Automatic Source Browser Linking from Wiki Request-a-Hack enhancement new normal anybody normal louis@…
#1643 add option to manage reviews from trac-admin PeerReviewPlugin enhancement new normal normal haizaar@…
#1645 Filter by Author does not work RevtreePlugin defect assigned normal Emmanuel Blot major haizaar@…
#1650 extend ticket.query() to return any field XmlRpcPlugin enhancement reopened normal Alec Thomas normal Steffen Pingel
#1652 Background color variations NewsFlashMacro enhancement new normal normal anonymous
#1667 Create a desktop app to record time spend on a given task and update ticket when done WorkLogPlugin enhancement new normal trivial Colin Guthrie
#1705 should the testtemplates.xml file be required... TestCaseManagementPlugin defect new normal edunne normal edunne
#1706 Support for cascading inherited .ini files IniAdminPlugin enhancement new normal normal bewst
#1728 macros in included wikis not processed correctly IncludeMacro defect new normal major chtaylo3@…
#1733 'Submit and Accept' button for Tickets Request-a-Hack enhancement reopened normal anybody normal agorilla@…
#1756 [patch] export page/lang suffix variables to other plugins TracWikiNegotiatorPlugin enhancement new normal Shun-ichi Goto normal phpxcache
#1763 permissions BuildbotPlugin enhancement new normal Peter Kropf normal Tim Olsen
#1766 [Patch] Add title attribute to links in list of blockers MasterTicketsPlugin enhancement new normal Ryan J Ollos normal admackin@…
#1780 Create WebAdmin Screen TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal Russ Tyndall
#1802 Add "Switch to normal version" link SlideShowPlugin enhancement new normal normal Ilya Nazarov
#1805 Access to Trac reports via XmlRpc XmlRpcPlugin enhancement assigned normal Olemis Lang normal moritz.schallaboeck@…
#1807 'MediaWikiRenderer' object has no attribute 'render_macro' MediaWikiPluginMacro defect new normal blocker hornsby.3@…
#1818 Fix for problems with multiple unix groups UnixGroupsPlugin enhancement new normal normal techcon1@…
#1824 Smarter defaults for component, version, and milestone Request-a-Hack enhancement new normal anybody normal anonymous
#1853 Extend the "Ticket hours per Milestone" by the milestone's date TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal Andy <andy@…>
#1882 TracLinks in doxygen-comments? DoxygenPlugin enhancement assigned normal Committo-Ergo-Sum normal eckert@…
#1895 Support multiple selections via checkboxes PollMacro enhancement new normal normal phpxcache
#1898 [Patch] Some suggested changes to worklogplugin WorkLogPlugin enhancement new normal normal Michael Kruger
#1907 bind_passwd special characters LdapPlugin defect new normal Emmanuel Blot normal candrews@…
#1914 Syntax error in parser.py during install MediaWikiPluginMacro defect new normal normal zack.carter@…
#1929 Show only totals in Ticket Box TicketBoxMacro enhancement assigned normal Shun-ichi Goto normal humberto@…
#1939 Add possibility to set name/email/password in ldap LdapPlugin enhancement new normal Emmanuel Blot major sebastian.roth@…
#1943 Alloww several users to work on the same ticket. & 1 user on more than one ticket WorkLogPlugin enhancement new normal normal apatruduque@…
#1952 CIA-like irc bot Request-a-Hack enhancement new normal anybody normal anonymous
#1955 Use WikiFormatting in table cells CsvMacro enhancement new normal Alec Thomas normal anonymous
#1971 Multi milestone chart TimeVisualizerPlugin enhancement new normal Markus Pelkonen normal Christo Radev
#1977 filtering with milestone and component may give wrong results TimeVisualizerPlugin defect new normal Markus Pelkonen normal Markus Pelkonen
#1990 RevTree initialization error when the svn repository is empty RevtreePlugin defect new normal Emmanuel Blot minor jesspub@…
#2001 Extra closing tags being output TocMacro defect reopened normal osimons normal cody@…
#2029 optionally disable subwiki NavigationMenuPlugin enhancement new normal Beider normal m.doering@…
#2043 behavior of reopening a blocking ticket MasterTicketsPlugin defect new normal Ryan J Ollos normal anonymous
#2045 Filter author is always "user" RevtreePlugin defect assigned normal Emmanuel Blot minor kutzera@…
#2068 Allow specified users to view only tickets belonging to specified components Request-a-Hack defect new normal anybody normal anonymous
#2082 Feature request for developer activity report grouped milestone TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal jwilliams@…
#2095 Embedded links should use data urls vs http style urls. SlideShowPlugin enhancement new normal normal geiseri@…
#2107 Integration with Workflow WorkLogPlugin task new normal normal hw@…
#2118 list + code block formating breaks ... TracWysiwygPlugin defect reopened normal Jun Omae major rupert thurner
#2120 display all mercurial repositories in a subfolder HgTimelinePlugin enhancement reopened normal Dirkjan Ochtman normal anonymous
#2123 Installing Emoticons Can Damage Existing Text (i.e. Dialing codes '(8)' ) EmoticonsPlugin defect new normal Olemis Lang normal ryan.gossink@…
#2132 Issues with monospace formatting TracWysiwygPlugin defect new normal Jun Omae normal Erik M. Bray
#2134 Choose users not in the list but with a simple form PeerReviewPlugin enhancement new normal blocker sdouche
#2138 IE6, HR doesn't work right TracWysiwygPlugin defect new normal Jun Omae minor Jason Winnebeck
#2145 Does not allow for query string in url config variable GitwebPlugin defect new normal normal emperorcezar@…
#2188 Quotation handling on lastrow is broken TracWysiwygPlugin defect new normal Jun Omae normal jtiai
#2219 add a line to a codeblock is inconsistent TracWysiwygPlugin defect new normal Jun Omae normal rupert thurner
#2236 Be able to create a query of wiki pages using the Tag macro TocMacro enhancement new normal normal michael@…
#2267 Graphical representation of the result PollMacro enhancement new normal normal anonymous
#2273 HTML Image file automatic link TracWysiwygPlugin enhancement new normal Jun Omae normal anonymous
#2283 Session Settings Population LdapPlugin enhancement new normal Emmanuel Blot normal bryce@…
#2293 Active Directory Extension for ldapplugin + config + AD-schema LdapPlugin enhancement new normal Emmanuel Blot normal Alexander Kasper
#2300 autolink switches off instead linking in ie6 TracWysiwygPlugin defect new normal Jun Omae normal rupert thurner
#2306 TOC Macro should work with Include Macro TocMacro defect new normal normal Mike Buzzetti
#2308 [PATCH] Add mscgen support to GraphvizPlugin GraphvizPlugin enhancement new normal Christian Boos normal Satoru SATOH
#2309 TOC does not convert &lt; and &gt; to < and > TocMacro defect new normal normal peter@…
#2324 [Patch] Reposearch always reindexes repository RepoSearchPlugin defect new normal Alex Smith normal Jirka Vejrazka
#2329 CSS for print PyDotOrgTheme defect new normal normal Keith Davies
#2345 Integrate Textarea javascript based syntax highlighting code editor into trac Request-a-Hack enhancement new normal anybody normal Seth Wagoner
#2355 Allow multiple test cases in one xml file TestCaseManagementPlugin enhancement new normal edunne normal anonymous
#2360 Hack TracLDAP for resolve mail adress before request of group permission LdapPlugin defect new normal Emmanuel Blot normal yoann.gini@…
#2361 Upload files to subdirectories inside htdocs SiteUploadPlugin enhancement new normal normal Eduardo Albuquerque
#2362 Adjustable rows setting for ticket comment box Request-a-Hack enhancement new normal anybody normal anonymous
#2369 How to delete a gringlet ? GringottsPlugin enhancement new normal normal gameplayer@…
#2379 Make the date range in charts a parameter in trac.ini TracMetrixPlugin enhancement new normal normal Bhuricha Deen Sethanandha
#2385 AddComment Improvements AddCommentMacro enhancement new normal osimons normal adrian@…
#2404 Tags for changesets TagsPlugin enhancement new normal normal anonymous
#2426 suppress start and commentless stop notifications WorkLogPlugin enhancement new normal normal Antti Kaihola
#2428 TagsPlugin should support specifically-tagged files in svn by `svn propset` TagsPlugin enhancement new normal normal Daniel Kahn Gillmor
#2453 Feature Request: Images in two clicks. TracWysiwygPlugin enhancement new normal Jun Omae normal anonymous
#2495 [patch attached] Wrong tickets are being blocked occasionally MasterTicketsPlugin defect new normal Ryan J Ollos normal dexen deVries
#2496 Integration with AND migration from Team Foundation Server (TFS) Request-a-Hack enhancement new normal anybody normal jtgalyon@gmail.com
#2498 Unable to login - even from browser HttpAuthPlugin defect assigned normal txcraig normal anonymous
#2499 svn authentication, svn roles, trac roles and assigning users to all of these ... UserManagerPlugin enhancement new normal normal rupert thurner
#2528 Integrate cruisecontrol.net Request-a-Hack enhancement reopened normal anybody normal liujinzhimoon@…
#2533 Dynamic variables in wiki pages Request-a-Hack enhancement new normal anybody normal conny@…
#2546 Post does not work AddCommentMacro defect new normal Alec Thomas blocker Russ Tyndall
#2566 List Bug #1 MediaWikiPluginMacro defect new normal normal Jason Trahan
#2567 List Bug #2 MediaWikiPluginMacro defect new normal normal Jason Trahan
#2578 when 'trunk' is yougner than month, tree was not displayed RevtreePlugin defect new normal Emmanuel Blot critical onjinx@…
#2582 Error: ... failedformat -> requires a mapping AddressPlugin defect new normal RottenChester normal chtibzh@…
#2595 Tables not rending styles properly MediaWikiPluginMacro defect new normal normal Jason Trahan
#2596 Using Links is making the links go all lowercase MediaWikiPluginMacro defect new normal normal Jason Trahan
#2604 Site information via XMLRPC XmlRpcPlugin enhancement new normal osimons normal nigelsim
#2620 patch for limiting upload file size TracDownloaderPlugin enhancement assigned normal Petr Škoda normal Mario
#2627 HTTP authentication support OsxRssDashboardWidgetLeopardIntegration defect new normal qualan normal anonymous
#2655 [Patch] Add a "show subticket" preference MasterTicketsPlugin enhancement new normal Ryan J Ollos normal pmarti@…
#2660 Files download with html appended to the end of them TracDownloaderPlugin defect assigned normal Petr Škoda normal Kelly Norton
#2680 Reset Statistics for a given file TracDownloaderPlugin enhancement assigned normal Petr Škoda normal izzy
#2681 Replace file TracDownloaderPlugin enhancement assigned normal Petr Škoda normal izzy
#2682 temporarily disable files/groups TracDownloaderPlugin enhancement assigned normal Petr Škoda normal izzy
#2683 If a file/category was deleted, statistics are still shown for it TracDownloaderPlugin enhancement assigned normal Petr Škoda normal izzy
#2692 TracError : Invalid action "resolve" when used with svn hooks and testing workflow MasterTicketsPlugin defect new normal Ryan J Ollos normal pierreroth64@…
#2699 doesn't work on startpage TracWysiwygPlugin defect new normal Jun Omae normal rcoenen
#2707 [patch] Add captcha (ReCaptcha) support for new user registration AccountManagerPlugin enhancement new normal normal Gerhard Häring
#2711 [Patch] Search fails with accented words SearchAttachmentsPlugin defect new normal deltroo normal Carlos López Pérez
#2712 Paypal Donation Plugin Request-a-Hack task new normal anybody normal rouven
#2713 Display user name rather than user id Request-a-Hack enhancement new normal anybody normal ema
#2723 Single sign-on for Trac and Google apps Request-a-Hack enhancement new normal anybody normal mail@…
#2727 Updated Moin2trac.py for 0.11 MoinToTracScript defect assigned normal Kristian Kvilekval normal adam@…
#2753 Make graph interactive TimeVisualizerPlugin enhancement new normal Markus Pelkonen normal Markus Pelkonen
#2777 Disable Reply when tracpoll is set on a ticket PollMacro defect new normal normal projects4joe
#2779 have the repository name in the timeline, not "repository checkins" HgTimelinePlugin enhancement new normal Dirkjan Ochtman normal anonymous
#2794 wiki.putPage() provides no version check. XmlRpcPlugin enhancement new normal osimons normal anonymous
#2796 add ability to disable default user add form UserManagerPlugin enhancement new normal normal rocky@…
#2804 TagPlugin should support Custom fields TagsPlugin enhancement new normal normal anonymous
#2811 error while loading large file TracDownloaderPlugin defect assigned normal Petr Škoda normal ian.trac@…
#2816 trac.ini setting for formula text size LatexFormulaMacro enhancement new normal Valient Gough normal anonymous
#2850 Discussion and comments PeerReviewPlugin enhancement new normal normal Sebastian Marek
#2852 Numeric prefixes for item list TocMacro enhancement new normal normal stephane@…
#2856 Hide TOC TocMacro enhancement new normal normal stephane@…
#2857 [PATCH] How can i change the position of the menu? ProjectMenuPlugin enhancement new normal normal roman.doroschevici@…
#2861 SubversionFind macro Request-a-Hack enhancement new normal anybody normal anonymous
#2880 [Patch] Record time spent to a custom field (not only for TimingAndEstimationPlugin) WorkLogPlugin enhancement new normal normal Octavian Ciubotaru
#2883 WorkLog header for ticket dissapears if I play with time on client machine WorkLogPlugin defect new normal normal anonymous
#2897 [patch] Add captcha (PyCAPTCHA) support for new user registration AccountManagerPlugin enhancement new normal normal roadrunner
#2899 Review sections not just lines PeerReviewPlugin enhancement new normal normal simongdkelly@…
#2903 Allow time to be recorded in different custom fields depending on workflow state WorkLogPlugin enhancement new normal normal Peter
#2917 cache_size being limited to 25 LdapPlugin defect assigned normal Emmanuel Blot normal John A. Barbuto
#2923 Trac-hack request: GNU plotutils plugin GraphvizPlugin enhancement new normal Christian Boos normal anonymous
#2934 keeping cursor position between wysiwyg mode and normal mode TracWysiwygPlugin enhancement new normal Jun Omae normal redboltz
#2941 TypeError in nextItem() MediaWikiPluginMacro defect new normal normal anonymous
#2942 Implement inter-project ticket dependencies MasterTicketsPlugin enhancement new normal Ryan J Ollos normal anonymous
#2944 Change behavior of URL drag-and-drop TracWysiwygPlugin enhancement new normal Jun Omae normal anonymous
#2952 Author names missing in tables StractisticsPlugin defect new normal normal gomar@…
#2953 fix for 0.11 DjangoAuthIntegration enhancement new normal Waylan Limberg normal mandric@…
#2967 Would like to apply a filter to the ticket stats StractisticsPlugin enhancement new normal normal anonymous
#2968 data leakage between users TracDownloaderPlugin defect assigned normal Petr Škoda major Brett
#2991 Allow Grouping of tickets in reports MasterTicketsPlugin enhancement new normal Ryan J Ollos normal seanhussey@…
#2998 Support svn log option --stop-on-copy ChangeLogMacro enhancement new normal Ryan J Ollos normal anonymous
#3018 Query strings having Syntax Problems TaskListPlugin defect new normal normal C. M.
#3027 [Patch] TestManagement tab access based on permissions. TestCaseManagementPlugin defect new normal edunne normal anonymous
#3036 LdapPlugin should follow LDAP aliases LdapPlugin enhancement reopened normal Emmanuel Blot minor r_j_h_box-buy@…
#3068 Hidden Values Reset HideValsPlugin defect new normal critical anonymous
#3069 TracLinks cut when specifying max_size in BlogList FullBlogPlugin enhancement new normal osimons normal whitelynx
#3095 after clicking on "Add Comment" only a white screen AddCommentMacro defect new normal Alec Thomas normal benjamin-ruehl@…
#3105 Trac-backs should function between projects (Trac instances) TracBacksPlugin enhancement new normal normal Jeff Hammel
#3109 can you please make it easier to display custom fields on the unopened view? UserManagerPlugin enhancement new normal normal anonymous
#3112 allow creating / cloning a repository HgTimelinePlugin enhancement new normal Dirkjan Ochtman normal rupert thurner
#3113 [patch] Add password policy AccountManagerPlugin enhancement accepted normal Ryan J Ollos normal rupert thurner
#3128 TicketSubmitPolicy does no field locking/checking TicketSubmitPolicyPlugin defect new normal obs normal Jeff Hammel
#3142 TLS doesn't work LdapPlugin defect new normal Emmanuel Blot normal trac-hacks@…
#3171 [Patch] English translation AccountLdapPlugin enhancement new normal Carlos López Pérez normal Rafael Fonseca
#3186 More Intelligent Search Request-a-Hack defect reopened normal anybody normal hamela@…
#3214 Email notifications when code reviews include you PeerReviewPlugin enhancement new normal normal john.j.brennan@…
#3236 Add i18n to plugin TracMetrixPlugin enhancement new normal normal alexey.lustin
#3245 rss feeds not parsed correctly which causes IcalExporterPlugin to fail IcalExporterPlugin defect new normal Olemis Lang normal Lars Skjærlund
#3257 Use MasterTickets plugin for grouping? TestCaseManagementPlugin enhancement new normal edunne normal Jay
#3264 Provide workflow actions to hold transitions based on form status. TracFormsPlugin enhancement new normal Rich Harkins normal Rich Harkins
#3281 Status of Tickets in depgraph MasterTicketsPlugin enhancement new normal Ryan J Ollos normal didley@…
#3282 tracforms for test cases? TracFormsPlugin enhancement new normal Rich Harkins normal anonymous
#3283 enter test cases like in TracFormsPlugin ? TestCaseManagementPlugin enhancement new normal edunne normal anonymous
#3294 Add documentation for polling TracFormsPlugin enhancement new normal Rich Harkins normal Rich Harkins
#3295 Write TracForm test workflow examples TracFormsPlugin enhancement new normal Rich Harkins normal Rich Harkins
#3314 Ignoring userdn and binding for password changing AccountLdapPlugin enhancement new normal Carlos López Pérez normal memfis
#3322 Set depth of Depgraph to infinite MasterTicketsPlugin enhancement new normal Ryan J Ollos normal Johannes
#3325 Enabling plug-in fails when installing GrowlPlugin defect reopened normal Emmanuel Blot major Carsten Fechtmann
#3331 Include shows the content of a page which has no output but has a comment IncludeMacro defect new normal normal anonymous
#3340 Wysiwyg: Dislikes some nested definitions TracWysiwygPlugin defect new normal Jun Omae normal anonymous
#3356 Intra-page links don't convert MediaWikiPluginMacro defect new normal normal James Yonan
#3357 Clicking on notification should take you to the source of it GrowlPlugin enhancement new normal Emmanuel Blot normal Gustavo Gallegos
#3382 [PATCH] Multiple fixes MediaWikiPluginMacro defect new normal normal James Yonan
#3393 Cannot add user when use LDAP authentication with apache PeerReviewPlugin defect new normal normal tinh.truong@…
#3402 set_field_to_owner? AdvancedTicketWorkflowPlugin enhancement new normal normal J Evan S
#3417 Leaking LDAP connections LdapPlugin defect new normal Emmanuel Blot major memfis
#3437 exclude pages TocMacro enhancement new normal normal anonymous
#3458 File names have extra characters causing IE to treat files as HTML TracDownloaderPlugin defect new normal Petr Škoda normal andrew.simpson@…
#3465 'NoneType' object has no attribute 'endswith' TracWikiToPdfPlugin defect new normal normal anonymous
#3480 ignores user privileges IncludePagesPlugin defect new normal RottenChester major anonymous
#3488 milestone-like graphical view MasterTicketsPlugin enhancement new normal Ryan J Ollos normal noamtm@…
#3518 Commits per month StractisticsPlugin enhancement new normal normal filipecorreia
#3532 handling of blank values is hacked GridModifyPlugin defect new normal normal Abbywinters.com WebDev
#3537 Defaults in owner drop downs AdvancedTicketWorkflowPlugin enhancement new normal normal nlovinsky@…
#3544 easy_install error: Couldn't find a setup script ... TaskTicketsMacro defect reopened normal Jörg Viola normal anonymous
#3545 Summary not displayed in ticket TestCaseManagementPlugin defect new normal edunne normal jkantarek@…
#3548 could it be used for the global project listing as well? ListTracProjectsMacro enhancement new normal mathomas normal anonymous
#3551 [Patch] Automatic insertion and removal of dowloads from server directory. DownloadsPlugin enhancement new normal normal rudd-o@…
#3557 nesting of html tags IncludeMacro defect new normal normal elIkso
#3558 BlogList macro: Allow the base heading level to be specified FullBlogPlugin enhancement new normal osimons normal James Teh
#3565 Email notification for inactive tickets Request-a-Hack enhancement new normal anybody normal iaindb@…
#3581 UserManagerPlugin - Share user attributes between trac environments UserManagerPlugin enhancement new normal normal Catalin BALAN
#3584 ToC Macro doesn't work with relative links TocMacro defect new normal normal Jim Sermersheim
#3603 Combining simple formatting styles doesn't work. WikiExtrasPlugin enhancement new normal Christian Boos normal J Evan S
#3606 Sidebar boxes for related tickets TracBacksPlugin enhancement new normal normal Jeff Hammel
#3617 In Preview-Ticket-Mode Blocking/Blocked by are not populated. MasterTicketsPlugin enhancement new normal Ryan J Ollos normal anonymous
#3630 Can Autolink be configured as OFF by default? TracWysiwygPlugin enhancement new normal Jun Omae minor cxdood@…
#3652 Permissions View does not work correctly, if Username containes underscore UserManagerPlugin defect new normal normal Nikolaus Krismer
#3653 Unable to remove some users UserManagerPlugin defect new normal normal anonymous
#3665 TypeError in Bitten when GrowlPlugin is enabled GrowlPlugin defect new normal Emmanuel Blot critical anonymous
#3693 Change where to display identicons HackergotchiPlugin enhancement new normal normal ghama
#3694 Cache identicon for performance HackergotchiPlugin enhancement new normal normal ghama
#3708 Make width of ticket dynamic PyDotOrgTheme enhancement new normal minor anonymous
#3716 TicketBoxMacro does not obey trac permissions TicketBoxMacro defect new normal Shun-ichi Goto normal Dalton Barreto
#3749 better error handling for the web interface for TracLegosScript TracLegosScript enhancement new normal normal Jeff Hammel
#3751 update and use inherited configuration TracLegosScript enhancement new normal normal Jeff Hammel
#3752 allow resumption of TTW project creation TracLegosScript enhancement new normal normal Jeff Hammel
#3762 authentication plugin should be implemented for TracLegosScript web view TracLegosScript enhancement new normal normal Jeff Hammel
#3779 No PDF Export - Problem with template_path - probable reason found TracWikiToPdfPlugin defect new normal normal anonymous
#3784 TracLegosScript web interface should pull CSS from a master environment (if specified) TracLegosScript enhancement new normal normal Jeff Hammel
#3801 [Patch] Add project name to growl titles GrowlPlugin enhancement new normal Emmanuel Blot normal Stefan Eissing
#3810 Support editing comments to blog posts FullBlogPlugin enhancement new normal osimons normal Steve Strobel
#3816 [Patch] Offer all keywords used up to now for selection KeywordSuggestPlugin enhancement new normal normal rupert thurner
#3836 [PATCH] Disable gridmodify until explicitly enabled GridModifyPlugin enhancement new normal normal shez@…
#3841 Browser doesn't re-fill form on return, if plugin is enabled TracWysiwygPlugin defect new normal Jun Omae normal Steve Strobel
#3858 TypeError in sqlite_backend.py after installation TrashTalkPlugin defect new normal Tim Coulter normal sgtrc-turtle.testudo12@…
#3859 Doesn't work with Wysiwyg editor, another Trac plugin DataSaverPlugin enhancement new normal normal echarpentier@…
#3876 Compact Format for Burndown EstimationToolsPlugin enhancement new normal Adrian Fritz normal peter@…
#3894 More documentation needed: supported wiki syntax and [hg-timeline] HgTimelinePlugin defect new normal Dirkjan Ochtman normal anonymous
#3917 Custom stylesheet and header is ignored by Stractistics Plugin StractisticsPlugin defect new normal normal anonymous
#3924 Some changes to make this beautiful tool more versatile TracTicketDepgraphPlugin enhancement new normal Felix Tiede normal ergo@…
#3931 Doesn't work because of double slashes in URLs FreemindMacro defect new normal Louis Cordier minor Martin Scharrer
#3937 TypeError when calling /openidverify (/openidlogin before) (0.11.1) AuthOpenIdPlugin defect reopened normal Dalius blocker ahmann@…
#3938 Enhance code to resolve TracLinks FreemindMacro enhancement reopened normal Louis Cordier normal Martin Scharrer
#3950 types for comparitor fields should be typed appropriately TicketSubmitPolicyPlugin enhancement new normal obs normal Jeff Hammel
#3957 CAS plugin not redirecting to my page TracCasPlugin defect new normal normal kdineshbe@…
#3961 Flash 10 & Firefox FreemindMacro defect new normal Louis Cordier normal anonymous
#3964 Option to exclude completed milestones MilestoneCompactMacro enhancement new normal Terry Brown normal paresh.solanki@…
#3974 Add Id to client and add possibility to create links to clients like : client:1 ClientsPlugin enhancement new normal normal BKV
#3990 Port to release 0.11 ExcelViewerPlugin task new normal Christopher Lenz normal sromanow@…
#3993 Trac LDAP plugin makes too many round trips for group membership LdapPlugin defect new normal Emmanuel Blot major Jason Dusek
#3998 Stats overview per milestone TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal Achim.Spangler@…
#4001 Newest on top, option. Not just newest on bottom like now. AddCommentMacro enhancement new normal Alec Thomas normal DStrickler@…
#4005 Allow user to pass optional arguments to graphviz processor GraphvizPlugin enhancement new normal Christian Boos normal jimc
#4016 Error dealing with image macros Page2DocbookPlugin defect new normal Filipe Correia normal Filipe Correia
#4019 Notification controlled by permissions Request-a-Hack enhancement new normal anybody normal flori@…
#4025 TracCas always redirected me back to CAS which put my browser in an infinite loop TracCasPlugin defect new normal David Gelhar blocker anonymous
#4027 Additional parameters --protocol and --base-path WindowsServiceScript enhancement new normal Florent normal anonymous
#4041 Add possibility to see the datetime of file or datetime of upload. TracDownloaderPlugin enhancement new normal Petr Škoda normal BKV
#4044 Working with trac hours multi-project query? EstimationToolsPlugin enhancement new normal Joachim Hoessler minor Jay
#4055 Output frame in wiki pages too small when using vector (SVG) output GraphvizPlugin defect new normal Christian Boos normal Felix Tiede
#4062 Does not work for 0.11 ListTracProjectsMacro defect new normal mathomas normal anonymous
#4071 Import Defect from Quality Center Request-a-Hack enhancement reopened normal anybody normal anonymous
#4089 Complex repository layout: defining the branch regular expression string RevtreePlugin defect new normal Emmanuel Blot normal trac@…
#4104 Icalexporter does not work with ticket queries. IcalExporterPlugin enhancement new normal Olemis Lang major Tarjei
#4108 Add conditional rendering of wiki paragraph according to browser accepted languages Request-a-Hack enhancement new normal anybody normal anonymous
#4109 AttributeError: 'module' object has no attribute 'mknod' SvnsyncPlugin defect new normal normal thesorcerer
#4110 Configurable url handler TracTicketDepgraphPlugin enhancement new normal Felix Tiede normal Dave
#4126 Harvest Timer API Intergration WorkLogPlugin enhancement new normal normal dsrunkles@…
#4131 Show unexpected activities in burdown charts EstimationToolsPlugin enhancement new normal Joachim Hoessler normal anonymous
#4196 Option to suppress CamelCase -> Wiki recognition in version control comments Request-a-Hack enhancement reopened normal anybody normal Mike Cowperthwaite
#4215 TOC does not work with pdf report TocMacro defect new normal normal anonymous
#4217 Pass thru parameters to Google EstimationToolsPlugin enhancement new normal Joachim Hoessler normal metafeather
#4221 multiple regexes cannot have identically named capture groups RegexLinkPlugin defect assigned normal ComaVN normal ComaVN
#4225 Improve handling of "extension-less" pages TracWikiNegotiatorPlugin enhancement new normal Shun-ichi Goto normal izzy
#4232 Adding "cht" support in place of missing "type" GoogleChartPlugin enhancement new normal Martin Aspeli normal peterA
#4233 Adding "chd" support in place of missing "query" GoogleChartPlugin enhancement new normal Martin Aspeli normal petraA
#4237 Provide more useful feedback if a user has never logged in UserStatsMacro enhancement new normal normal Matt Callaghan
#4238 Allow ability to "colourize" 'How long ago' column UserStatsMacro enhancement new normal normal Matt Callaghan
#4239 Add ability to generate additional [wiki:username] links for each user UserStatsMacro enhancement new normal normal Matt Callaghan
#4247 Plugin doesn't seem to take into account Trac timezone settings WorkLogPlugin defect new normal normal SteveDH
#4250 [PATCH] Annoying javascript confirm() and Load button. TracTicketTemplatePlugin enhancement reopened normal Richard Liao normal Sébastien GISSINGER
#4264 Default CSS should match default trac design MenusPlugin defect new normal normal izzy
#4265 Paste numbers are being re-used TracPastePlugin defect new normal normal dexen.devries@…
#4272 No recursion protection IncludeMacro defect new normal normal andriysenkovych@…
#4273 MenusPlugin CSS not applied after uninstall (deps with TracTicketDepgraphPlugin) MenusPlugin task new normal normal Sébastien GISSINGER
#4279 Menu not correctly displayed in Konqueror MenusPlugin defect new normal normal izzy
#4283 If code block is larger than page left alignment is more readable than a centered one. TracWikiToPdfPlugin enhancement new normal normal Sébastien GISSINGER
#4284 repository hook system plugin to update ticket fields RepositoryHookSystemPlugin enhancement new normal normal Jeff Hammel
#4291 default language, according to users capabilities TracWikiNegotiatorPlugin enhancement new normal Shun-ichi Goto normal rupert thurner
#4296 database update and postgres fix TrashTalkPlugin defect new normal Tim Coulter normal Shane Caraveo
#4297 FreeIPA integration with TRAC Request-a-Hack enhancement new normal anybody normal Mauricio Villarroel
#4302 cooperation with ticket-clone r6326 TicketExtPlugin defect new normal Takanori Suzuki major anonymous
#4304 Trac crashes when trying to export pages containing attachments TracWikiToPdfPlugin defect new normal normal izzy
#4308 modified to add minutes... AddCommentMacro enhancement new normal Alec Thomas normal Mogga
#4312 Custom workflows that spawns ticket creation on status change Request-a-Hack enhancement new normal workflow normal Erick Audet
#4314 Viddler Support MovieMacro defect new normal normal anonymous
#4316 Convert all pages with a certain tag TracWikiToPdfPlugin enhancement new normal normal rupert thurner
#4319 The regex link hack works only in wiki, can this be actived in browse (source) as well? RegexLinkPlugin enhancement new normal ComaVN minor anonymous
#4328 let links generate default parameter values from query string IcalExporterPlugin enhancement new normal Olemis Lang normal Jeff Hammel
#4329 change /ics to ?format=ics AND remove /roadmap/ics IcalExporterPlugin task new normal Olemis Lang normal Jeff Hammel
#4330 IcalExporterPlugin does not work with MasterTickets IcalExporterPlugin defect new normal Olemis Lang normal Jeff Hammel
#4331 MIME conversion for format=ical IcalExporterPlugin enhancement new normal Olemis Lang normal Jeff Hammel
#4332 fix exit status for RepositoryHookSystem RepositoryHookSystemPlugin defect new normal normal Jeff Hammel
#4336 Crash In Timeline with Bitten HackergotchiPlugin defect new normal normal golo@…
#4347 Other SCM backends do not work (at least Git) RevtreePlugin defect new normal Emmanuel Blot normal anonymous
#4349 Screenshot please TracReleasePlugin enhancement new normal Joao Alexandre de Toledo normal anonymous
#4351 example pls SqlConstantsPlugin enhancement new normal Martin Aspeli normal anonymous
#4354 allow usage in "many-users" environments UserManagerPlugin defect new normal critical anonymous
#4357 Enable CODE_REVIEW_DEV and CODE_REVIEW_MGR permmision by peerReviewInit PeerReviewPlugin enhancement new normal normal okamototk
#4371 option to display hours in ticket comments even when no description is added TracHoursPlugin enhancement assigned normal EmeCas normal Jeff Hammel
#4378 Error if no files in Changeset RevtreePlugin defect new normal Emmanuel Blot normal jacek@…
#4405 underscore in front of a goodie escapes symbols from beeing converted. WikiExtrasPlugin defect new normal Christian Boos normal xyanipheia
#4407 Only links to anchor on main page TocMacro defect new normal normal anonymous
#4413 Collecting data for milestones that were not yet started ScrumBurndownPlugin enhancement assigned normal daan normal Filipe Correia
#4428 instead of making it work with a new ticket type... FlashGanttPlugin enhancement new normal normal anonymous
#4437 Multiproject report does not show projects TracHoursPlugin defect assigned normal EmeCas normal anonymous
#4440 No worker filter in /hours TracHoursPlugin enhancement assigned normal EmeCas normal chuntley@…
#4476 TracHours causes internal error after migration from SQLite to PostgreSQL TracHoursPlugin defect assigned normal EmeCas normal chuntley@…
#4480 Instant Messaging presence plugin Request-a-Hack enhancement new normal anybody normal anonymous
#4486 Possible bug related to "packages.pth" TracSvnPoliciesPlugin defect new normal major anonymous
#4490 Unicode chars in Flash FlashGanttPlugin defect new normal normal newash
#4496 Office In/Out board Request-a-Hack enhancement new normal anybody normal anonymous
#4509 Display a list of all broken wiki links (orphaned pages) Request-a-Hack enhancement new normal anybody normal chris@…
#4510 Missing fonts GnomeBrTheme enhancement new normal Wilson Pinto Júnior normal anonymous
#4511 Acronym cache is not updating when saving the acronym page (installation with mod_python) AcronymsPlugin defect new normal normal zeljko
#4517 Change method for computing burndown ScrumBurndownPlugin defect new normal daan normal adean@…
#4518 Add support for file:// access method TracTabPlugin enhancement new normal normal peterA
#4531 Support linking to source file DiaVisViewPlugin enhancement new normal normal cwere@…
#4538 Patch that add an [edit] link after each included page IncludePagesPlugin enhancement new normal RottenChester normal florin.stan@…
#4545 MergeInfoEnhancer error when used with a multiple-project repository layout RevtreePlugin defect new normal Emmanuel Blot major Frank
#4553 issues with peerreview and trac (with fastcgi) PeerReviewPlugin defect new normal normal winnie@…
#4556 link milestone in table overview FlashGanttPlugin enhancement new normal minor tuebernickel@…
#4558 option to truncate description FlashGanttPlugin enhancement new normal major tuebernickel@…
#4562 Ticket-export as tasks IcalExporterPlugin enhancement new normal Olemis Lang normal Pascal Klein
#4567 Environment configuration for variables like GV_FILE_PATH GraphvizPlugin enhancement new normal Christian Boos normal Marc Canaleta
#4571 Please add a Reply button to blog and comments FullBlogPlugin enhancement new normal osimons normal Roy Marples
#4580 pls provide a screenshot and a little explanation QaTrackerPlugin task assigned normal R Weigel normal anonymous
#4582 bzr connection and serving TracLegosScript enhancement new normal normal Jeff Hammel
#4583 status bar and/or status message notification for repository syncing TracLegosScript enhancement new normal normal Jeff Hammel
#4585 repository connector for large repositories TracLegosScript enhancement new normal normal Jeff Hammel
#4590 HTTPS support OsxRssDashboardWidgetLeopardIntegration enhancement new normal qualan normal anonymous
#4591 Support multiple Trac instances OsxRssDashboardWidgetLeopardIntegration enhancement new normal qualan normal anonymous
#4603 Burndown and roadmap differs in amount of work remaining ScrumBurndownPlugin defect new normal daan normal Marcus Lindblom
#4608 Using Trac short notation for report and changeset BreadCrumbsNavPlugin enhancement new normal normal peterA
#4612 need quick start guide for TracLegos TracLegosScript task new normal normal Jeff Hammel
#4623 [patch] allow custom resolve actions (for custom workflows) MasterTicketsPlugin enhancement new normal Ryan J Ollos normal jholg
#4641 TracWysiwygPlugin is working abnormally with DiscussionPlugin TracWysiwygPlugin defect new normal Jun Omae normal nuclein@…
#4646 [feature-request] introduce special profile fields type tag UserManagerPlugin enhancement new normal normal tekknokrat
#4651 Request for updated patch RegistrationConfirmationPatch defect new normal Nicholas Bergson-Shilcock normal Mario Fetka
#4653 Merging has poorly chosen default behavior SectionEditPlugin enhancement new normal normal fishburn@…
#4659 Supporting operations of AdvancedTicketWorkflowPlugin WorkflowEditorPlugin enhancement new normal Takanori Suzuki normal weltweitehrlich
#4661 enabled not checked for hooks even when the hook is enabled RepositoryHookSystemPlugin defect new normal normal Jeff Hammel
#4663 /hours shows hours events, not tickets TracHoursPlugin enhancement assigned normal EmeCas normal Jeff Hammel
#4666 Add revision information for pages MoinToTracScript enhancement new normal Kristian Kvilekval normal casey@…
#4669 Tickets removed from milestone are not reflected in burndown chart EstimationToolsPlugin defect assigned normal Joachim Hoessler normal peter@…
#4683 Start code review from source browser PeerReviewPlugin enhancement new normal normal weltweitehrlich
#4689 Please add support for the ScreenshotsPlugin TracWikiToPdfPlugin enhancement new normal normal izzy
#4690 page breaks: paragraph/headings handling etc. TracWikiToPdfPlugin enhancement assigned normal Nickolas Grigoriadis normal izzy
#4692 Missing <div id="content" class="..."> in Genshi templates TestCaseManagementPlugin defect new normal edunne normal anonymous
#4700 group_bind=true LdapPlugin defect new normal Emmanuel Blot normal nlp@…
#4703 IncludeMacro personalized targets based on config IncludeMacro enhancement new normal normal christer@…
#4704 Configuration and Usage GitwebPlugin enhancement new normal normal brack
#4707 plugin to create wiki pages on commit messages RepositoryHookSystemPlugin enhancement new normal normal Jeff Hammel
#4708 commit-hook plugin: ticket creation on checkin RepositoryHookSystemPlugin enhancement new normal normal Jeff Hammel
#4738 RandomQuote(WikiPage) fails with TypeError: format requires a mapping RandomIncludePlugin defect new normal RottenChester normal ilmars@…
#4743 Patch: intertrac support, include external html, remote authentication IncludeMacro enhancement new normal normal jholg
#4750 Included wiki-pages are put in a paragraph IncludeMacro enhancement new normal minor anonymous
#4752 Add range options to graph for burndowns EstimationToolsPlugin enhancement new normal osimons normal mgesner@…
#4757 Unactivated users can log in to Trac PhpBbAuthPlugin defect new normal normal Jonathan
#4765 MergeInfoEnhancer does not do anything if Trac is configured to handle only subdirectory of a repository RevtreePlugin defect new normal Emmanuel Blot normal Martin Scharrer
#4779 Clone post or template support FullBlogPlugin enhancement new normal osimons normal Ilmars Poikans
#4783 import preserving historic time stamps, needed i.e. for legacy projects TicketImportPlugin defect new normal François Granade normal anonymous
#4784 When a user goes away then comes back they are getting this error some times. TracCasPlugin defect new normal major todd@…
#4789 Display subtickets as a list with ID and names rather than just IDs MasterTicketsPlugin enhancement new normal Ryan J Ollos normal Igor
#4792 ticket fields for TracLegos TracLegosScript defect new normal normal Jeff Hammel
#4793 patch to incorporate TracLegos into ClueMapper TracLegosScript enhancement assigned normal Andrew normal Jeff Hammel
#4797 Separate sections of downloads visually DownloadsPlugin enhancement new normal normal roehricht@…
#4805 [Patch] ClientsPlugin not working with Postgres 8.3 (possibly other versions) as trac backend ClientsPlugin defect new normal normal scott.mead@…
#4807 Internal Error on certain actions when TicketValidator is enabled TicketValidatorPlugin defect new normal major rolland.veres@…
#4810 AttributeError: 'TagChangeset' object has no attribute 'branchname' RevtreePlugin defect new normal Emmanuel Blot normal ben.menchaca@…
#4819 Make TracMetrixPlugin support other Version Control Systems TracMetrixPlugin enhancement new normal normal James Mills
#4823 AddCommentMacro version for Trac 0.12 with locale support AddCommentMacro defect new normal Alec Thomas normal Alexey Kinyov
#4824 Multiple TRAC Environments - one SVN repository TracSvnPoliciesPlugin enhancement new normal normal aragao@…
#4840 All icon background should be transparent WikiExtrasPlugin defect new normal Mikael Relbe normal Matt Caron
#4841 [Patch] {i} is not handled, even though there is an icon for it. WikiExtrasPlugin defect new normal Christian Boos normal Matt Caron
#4847 large patch: postgres fixes, upgrade fixes, more TracDownloaderPlugin defect new normal Petr normal Shane Caraveo
#4860 XML file with Byte Order mark considered invalid XML TestCaseManagementPlugin defect new normal edunne normal anonymous
#4864 Issue with dotted usernames? (user.name) MilestoneTeamsPlugin defect assigned normal Matthew Chretien major anonymous
#4866 allow TagsPlugin to define (part of) the table of contents TracWikiPrintPlugin enhancement new normal normal rupert thurner
#4867 allow TracNav for defining the contents TracWikiPrintPlugin enhancement new normal normal rupert thurner
#4868 Add the ability to edit releases TracReleasePlugin enhancement assigned normal Joao Alexandre de Toledo normal abidoon@…
#4872 "Remove selected paths" removes the wrong path [intended path is not removed] SvnAuthzAdminPlugin defect new normal Ryan J Ollos major Leon
#4876 Can remove expanded group, but cannot remove expanded path SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal Leon
#4884 Documentation inadequate TocMacro enhancement new normal normal anonymous
#4887 [patch] MYPAGE_VIEW not registered properly, so doesn't show up in permission list TracMyPagePlugin defect assigned normal dgc normal dclark
#4888 Force specific page template for user pages TracUserPagePlugin enhancement new normal dgc normal dclark
#4889 Links in TOC TracWikiPrintPlugin enhancement new normal normal Álvaro Iradier
#4890 Reports to PDF TracWikiPrintPlugin enhancement new normal normal Álvaro Iradier
#4900 Visualize tickets, accessible to customers PrivateTicketsPlugin enhancement new normal Ryan J Ollos normal jochen.gaupp@…
#4910 Introduce option to limit number of tickets shown TicketBoxMacro enhancement new normal Shun-ichi Goto normal kontakt@…
#4915 Language-specific cover pages TracWikiToPdfPlugin enhancement new normal normal izzy
#4921 wysiwyg -> textarea transition loses [[BR]] tokens TracWysiwygPlugin defect new normal Jun Omae normal colinwatt@…
#4923 Can't get it to work with 0.11, need some debugging help LdapPlugin defect new normal Emmanuel Blot normal Jon Schewe
#4925 ScrumBurndownPlugin integration with TracHoursPlugin ScrumBurndownPlugin enhancement new normal daan normal anonymous
#4926 UnicodeEncodeError if there are branches with special characters RevtreePlugin defect new normal Emmanuel Blot normal SLohmaier
#4933 trac 0.11 NavigationMenuPlugin defect new normal Beider normal anonymous
#4934 StatusFixer encounters errors when TicketValidator is enabled TicketValidatorPlugin defect new normal major ken.latham@…
#4936 Load mmfile faild if its name has chinese character FreemindMacro defect new normal Louis Cordier normal anonymous
#4939 TicketSidebarProviderPlugin moves the summary part of the ticket box down TicketSidebarProviderPlugin defect new normal normal Jeff Hammel
#4940 TicketSidebarProviders should have labels TicketSidebarProviderPlugin enhancement new normal normal Jeff Hammel
#4941 TicketSidebarProviders should be foldable TicketSidebarProviderPlugin defect new normal normal Jeff Hammel
#4942 comments can be used to change section WorkflowEditorPlugin defect new normal Takanori Suzuki normal Michael Ching
#4943 Pluging won't work for users belonging to LDAP upper cased groups LdapPlugin defect new normal Emmanuel Blot normal jmeile@…
#4956 http link for ticket number ExcelViewerPlugin defect new normal Christopher Lenz normal shrasr@…
#4963 Redirection problem with different hostnames in NAT PermRedirectPlugin defect new normal ejucovy major angel
#4970 Jump to edited section after edit SectionEditPlugin enhancement new normal normal kontakt@…
#4978 Profile picture in tickets UserManagerPlugin enhancement new normal normal Dylan Janeke
#4979 Column 'time_started' content TracHoursPlugin defect assigned normal EmeCas normal anonymous
#4987 Add links for existing [xxxx] links by TracMercurial HgTimelinePlugin enhancement new normal Dirkjan Ochtman normal Marcus Lindblom
#4990 [PATCH] Want content-based way to disable gridmod for specific pages GridModifyPlugin defect new normal normal dgc
#4998 Optimize a lot the Roadmap TracHoursPlugin enhancement assigned normal EmeCas normal Sébastien Lucas
#5104 WorkflowEditorPlugin Does Not Play Nice with TypedTicketWorkflowPlugin WorkflowEditorPlugin enhancement new normal Takanori Suzuki normal christopher.wetterman@…
#5163 htmldoc needs --jpeg to create usable size pdfs TracWikiToPdfPlugin defect new normal normal anonymous
#5178 Examples please! TracMyPagePlugin defect new normal dgc blocker Ariel Balter
#5188 Option to open href in new tab MenusPlugin enhancement new normal normal Ryan J Ollos
#5191 [Patch] New users do not appear in members-list SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal anonymous
#5218 Can not set 'set_resolution' WorkflowEditorPlugin defect new normal Takanori Suzuki major Johan Risberg
#5224 Not seeing ticket descriptions TracTicketDepgraphPlugin defect new normal Felix Tiede minor Ariel Balter
#5230 Collapsable milestones in the road map Request-a-Hack defect new normal anybody normal anonymous
#5235 Installation with egg-file doesn't work RepositoryHookSystemPlugin defect new normal normal trunneml@…
#5243 Ticketmodifiedfiles does not work with intertrac links TicketModifiedFilesPlugin defect new normal normal anonymous
#5244 Allow using relative pages.. IncludePagesPlugin defect new normal RottenChester normal anonymous
#5253 [patch] Depgraph tooltips get truncated when ticket summary has double quotes in MasterTicketsPlugin defect new normal Ryan J Ollos normal IBBoard
#5258 Parse Error - No node error TestCaseManagementPlugin defect new normal edunne blocker anonymous
#5260 Create example pre-commit hook to stop closing of blocked ticket MasterTicketsPlugin defect new normal Ryan J Ollos normal IBBoard
#5266 [PATCH] Notify blocked tickets when a blocker is closed MasterTicketsPlugin enhancement new normal Ryan J Ollos normal matthew marvelous
#5271 non-English language support FlashGanttPlugin defect new normal normal anonymous
#5286 Interaction between PhpBBAuthPlugin and AccountManagerPlugin's RegistrationModule PhpBbAuthPlugin defect new normal normal Maxence Bernard
#5297 split_page_names = true is not observed TocMacro defect new normal normal anonymous
#5300 Add an provider for the 'trac' user HackergotchiPlugin enhancement new normal normal Sebastian Krysmanski
#5302 SvnAuthzAdmin path calculations incorrect on Windows SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal Chris Heller
#5307 Image like usage GraphvizPlugin enhancement new normal Christian Boos normal Bieringe Dominik
#5311 PDF not exporting images inserted using HTML markup TracWikiToPdfPlugin defect new normal normal anonymous
#5321 table column width TracWikiPrintPlugin defect new normal normal Lucas
#5325 Groups display in the user's permission is not working UserManagerPlugin defect new normal normal arnuschky
#5328 Single-Sign-Out messages are ignored TracCasPlugin enhancement new normal normal jsnider@…
#5332 Forced to add more than one team member MilestoneTeamsPlugin defect new normal Matthew Chretien normal ramsey@…
#5349 Backtrack update of xml testcase files. TestCaseManagementPlugin defect new normal edunne normal anonimous
#5352 doesn't work on custom ticket field CalendarPopUpPlugin defect reopened normal jjbig normal anonymous
#5353 Transform input text to static text on submit TracFormsPlugin enhancement new normal normal Ryan J Ollos
#5358 Chat feature inside of Trac Request-a-Hack enhancement new normal anybody normal Martin
#5373 UnicodeDecode Error on Categories creation TracDownloaderPlugin defect new normal Petr Škoda normal xavierT
#5381 Table thumbnail support ImageTracPlugin enhancement new normal normal Sunit Parekh-Gaihede
#5392 gravatar not shown due to email address not converted to lowercase before hashing HackergotchiPlugin defect new normal major ppetermann
#5394 Dynamic variables support broken TicketBoxMacro defect new normal Shun-ichi Goto normal Erik M. Bray
#5395 [Patch] Add keywords to reviews PeerReviewPlugin enhancement assigned normal Cinc-th normal filthycoder
#5404 Upload archive file as an attachment (multiple attachments via single upload) Request-a-Hack enhancement new normal anybody normal Mitar
#5410 Wiki editor syntax highlighting - similar to wikipedia's wikEd Request-a-Hack enhancement new normal anybody normal jeffrey.lyon@…
#5412 Export Wiki-Pages to other formats (HTML, Eclipse-Help, Docbook) WikiEditorForEclipsePlugin enhancement new normal Ivan minor Ivan
#5418 Preload Groups/User info from Postgres (or AcountManagerPlugin) FineGrainedPageAuthzEditorPlugin enhancement new normal normal peterghamilton+trachacks@…
#5420 Usability enhancements for GridFlowPlugin GridFlowPlugin enhancement new normal dgc normal Jonathan Turkanis
#5424 Force preview only when wiki formatting fields have been changed ForcePreviewPlugin enhancement new normal Alec Thomas major Sebastian Krysmanski
#5441 convert workflow JiraToTracIntegration enhancement new normal Thijs Triemstra normal anonymous
#5442 Image Download don't work if linked to source instead of wiki TracWikiToPdfPlugin defect accepted normal Ryan J Ollos normal dirk.hoffmann@…
#5446 Ability to specify the comment index when updating a ticket XmlRpcPlugin defect new normal osimons major Thijs Triemstra
#5454 Browse by more than one category FullBlogPlugin enhancement new normal osimons normal Paul
#5456 Wiki formatting is not properly displayed in referenced ticket TracBacksPlugin defect new normal normal Ryan J Ollos
#5463 Ability to import into a new local Trac db JiraToTracIntegration enhancement assigned normal Thijs Triemstra normal Thijs Triemstra
#5473 [patch] Limit upload size SiteUploadPlugin enhancement new normal normal Sebastian Krysmanski
#5474 Ability to import votes and cc's JiraToTracIntegration defect new normal Thijs Triemstra normal Thijs Triemstra
#5476 Strange sorting order of RssEmbedMacro RssEmbedMacro defect assigned normal Simon Smithson normal rino@…
#5478 [Patch] Allow multiple paths to be specified ChangeLogMacro enhancement new normal Ryan J Ollos normal Mark Potter
#5484 [Patch] unicode support and multirepos support SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal KlauX
#5487 Work on Oracle backend using cx_Oracle Request-a-Hack task new normal anybody normal David Avsajanishvili
#5490 Create a PDF from a Report and Ticket(s) TracWikiToPdfPlugin enhancement new normal normal Ryan J Ollos
#5494 the macro and the depgraph link use a different presentation logic TracTicketDepgraphPlugin enhancement new normal Felix Tiede normal ssergi@…
#5501 Using email from django for announcer plugin DjangoAuthIntegration enhancement new normal Waylan Limberg normal jug
#5510 How can i query to calculate my hours using trac hours plugin TracHoursPlugin enhancement assigned normal EmeCas normal sivaprakash123@…
#5516 Plugin fails to load in 0.11.4 GrowlPlugin defect new normal Emmanuel Blot normal anonymous
#5521 Default worked hours for closed tickets RoadmapHoursPlugin enhancement new normal JoshuaH normal filipe
#5527 Include RPC handler to retrieve timed events managed by Timeline module XmlRpcPlugin enhancement assigned normal Olemis Lang normal Olemis Lang
#5532 Compatibility with Trac 0.12 TicketSubmitPolicyPlugin defect new normal obs normal Tony
#5539 Correct the size of the identicons HackergotchiPlugin defect new normal normal Sebastian Krysmanski
#5548 Full description text area is misaligned on New Ticket page PyTppThemePlugin defect assigned normal Olemis Lang major Ricardo Araki
#5550 Enable use of multiple htpasswd files AccountManagerPlugin enhancement new normal normal bjoern.riemer@…
#5551 TOC doesn't work with reStructuredText based wiki pages TocMacro enhancement new normal minor anonymous
#5561 Should the "move" option be available on closed, or already moved tickets? TicketMoverPlugin enhancement new normal normal boftx@…
#5569 SubWiki link & SubMapTxt page Request-a-Hack enhancement new normal anybody normal JaeWook Choi
#5577 Notification when wiki page has not changed by a due date Request-a-Hack enhancement new normal anybody normal gilkup@…
#5582 Option to close poll (disable voting) PollMacro enhancement new normal normal anonymous
#5583 No graph when no components are defined ScrumBurndownPlugin defect new normal daan major forum-mail@…
#5593 Problems for burndown-chart for multiple milestone EstimationToolsPlugin defect new normal Joachim Hoessler normal Jörg Viola
#5611 Permission option that allows all users to view a tab TracTabPlugin defect new normal normal Ryan J Ollos
#5620 Add due date to ticket and send a reminder when tickets are overdue Request-a-Hack enhancement new normal anybody normal cbidwell@…
#5628 "accepted" state is always added unexpectedly to some actions WorkflowEditorPlugin defect new normal Takanori Suzuki major rpeng@…
#5637 Collapsable sections in table of contents via javascript TocMacro enhancement new normal normal anonymous
#5641 IOError: [Errno 32] Broken pipe GraphvizPlugin defect new normal Peter Kropf major anonymous
#5642 Error: dot: can't open tree.dot GraphvizPlugin defect new normal Peter Kropf normal anonymous
#5647 ActiveDirectory authentication for Trac Request-a-Hack defect new normal anybody normal Ajeet S Raina
#5661 Add button for user access denied SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal anonymous
#5662 Show derived ACL in subpaths SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal michael.lindig@…
#5663 Graphviz SVG output Scaled poorly with default setting of DPI = 96 GraphvizPlugin defect new normal Peter Kropf major Russ Tyndall
#5664 Please add support for multiple read/write access of svnauthz file SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal michael.lindig@…
#5674 email verification is disabled when recaptcha is used RecaptchaRegisterPlugin defect new normal Alejandro J. Cura normal anonymous
#5680 Reopen doesn't seem to work GridFlowPlugin defect new normal dgc normal Marcus Lindblom
#5688 Redirect loop when defining error parameter as a slash separated path TracMyPagePlugin defect new normal dgc normal anonymous
#5694 Multiple Branch/Trunk Implementation BranchTimelinePlugin enhancement new normal aviram normal alc@…
#5695 Allow pastes to expire TracPastePlugin enhancement new normal Michael Renzmann normal anonymous
#5707 Non-code Files in the Repository TracSnapPlugin defect new normal Ainsley Lawson normal Ainsley Lawson
#5708 Additional Desired Features TracSnapPlugin enhancement new normal Ainsley Lawson normal Ainsley Lawson
#5709 Better analysis of the repository TracSnapPlugin enhancement new normal Ainsley Lawson normal Ainsley Lawson
#5710 Open PDF in a frame within Trac PdfRedirectorPlugin enhancement new normal normal Ryan J Ollos
#5711 Running tracd, can't get XMLRPC login module to appear HttpAuthPlugin defect assigned normal txcraig minor tj@…
#5712 Custom Page Break TracWikiPrintPlugin enhancement new normal normal tom@…
#5719 [Patch] LocalTimezone' object has no attribute 'normalize' (user with 'default' timezone) IrcLogsPlugin defect new normal normal Thomas Moschny
#5720 I would like to be able to add flashfiles from our site into tickets inside our trac installation... MovieMacro defect assigned normal Louis Cordier normal magnus.zetterberg@…
#5724 can't import "ImportError: DLL WikiExportPlugin defect assigned normal Claudio Manuel Fernández Barreiro normal didley@…
#5737 Table of components and priorities TracMetrixPlugin enhancement new normal normal Ryan J Ollos
#5740 Display problem with TracHoursPlugin when using PyDotOrg theme PyDotOrgTheme defect new normal normal jtharpe@…
#5741 Composite milestones (parent/child relationship) Request-a-Hack enhancement new normal anybody normal J Evan S
#5742 Allow Iframe to occupy more of the window TracTabPlugin enhancement new normal normal Ryan J Ollos
#5744 offline wiki WikiEditorForEclipsePlugin task new normal Ivan normal peter fischer
#5769 Displayed months start with April FlashGanttPlugin defect new normal normal Ariane
#5770 Problem with flash gantt months FlashGanttPlugin defect new normal normal Ariane
#5777 Add an ExtensionPoint WorkLogPlugin enhancement new normal normal rtm@…
#5790 wrong behaviour with empty base-dn LdapPlugin defect new normal Emmanuel Blot normal anonymous
#5793 flashgantt plugin not loading FlashGanttPlugin defect new normal normal anonymous
#5802 Elements overlapping in Trac RoadMap page when using PyTppThemePlugin PyTppThemePlugin defect new normal Olemis Lang normal barallat@…
#5818 Hide link to list of modified files when there are no modified files TicketModifiedFilesPlugin enhancement new normal normal Ryan J Ollos
#5819 What is the purpose of the checkboxes? TicketModifiedFilesPlugin task new normal normal Ryan J Ollos
#5820 Use TestCaseManagementPlugin without revision control system TestCaseManagementPlugin enhancement new normal edunne normal anonymous
#5824 Timeline RSS-Feed doesn't work with Trac 0.11 RssEmbedMacro defect assigned normal Simon Smithson major anonymous
#5831 How about suggesting other fields? ExplorerTheme task new normal wolfisch normal makotka@…
#5835 [Patch] Ability to specify format string LastModifiedMacro enhancement new normal normal ewol
#5841 Selective Groups PhpBbAuthPlugin enhancement new normal normal anonymous
#5849 Export does not work with other macros WikiExportPlugin defect assigned normal Claudio Manuel Fernández Barreiro major anonymous
#5853 NoAnonymous plugin cause exception HttpAuthPlugin defect assigned normal txcraig normal Andreas Gebhardt
#5855 set width="100%" height="100%" on images TracWikiToPdfPlugin defect new normal normal bugs@…
#5864 Pages without titles (such as =TitleName=) cause the generation of a 0 byte PDF in multi-page PDFs TracWikiToPdfPlugin defect new normal normal bugs@…
#5867 MergeInfoEnhancer does not show merges in trunk RevtreePlugin defect new normal Emmanuel Blot normal george
#5878 Erroneous stats when using custom status/workflow counted twice in Open tickets formulae TracTicketStatsPlugin defect new normal blocker samuelp@…
#5889 Integration with Rietveld code review system Request-a-Hack enhancement new normal anybody normal anatoly techtonik
#5891 Method to recover from Milestone renaming ScrumBurndownPlugin defect new normal Sam Bloomquist normal Jhon Honce
#5894 if no backlog is set it should default to 'no backlog' BacklogPlugin defect new normal normal anonymous
#5900 Plugin doesnt work on Google Chrome using https TicketExtPlugin defect new normal Takanori Suzuki normal anonymous
#5904 Installation failed ImageTracPlugin defect new normal critical anonymous
#5906 [Patch] Incorrect URL path being returned in search resultes IrcLogsPlugin defect new normal major .:. brainsik
#5909 Users can't log out HttpAuthPlugin defect assigned normal txcraig normal anonymous
#5915 Cells (e.g. in tables) get messed up TracWikiToPdfPlugin defect new normal normal izzy
#5921 german umlauts TestCaseManagementPlugin defect new normal edunne normal anonymous
#5935 List of possible enhancements MilestoneCompactMacro enhancement new normal Terry Brown normal anonymous
#5943 RssEmbedMacro should depend on feedparser RssEmbedMacro defect assigned normal Simon Smithson normal Jeff Hammel
#5944 undefined global, _usage RssEmbedMacro defect assigned normal Simon Smithson normal Jeff Hammel
#5946 weird display of tickets with short description RssEmbedMacro defect assigned normal Simon Smithson normal Jeff Hammel
#5966 Incorporate some fixes from HudsonTracPlugin BambooTracPlugin enhancement new normal Geoff Jacobs normal roadrunner
#5986 req.args.get('email') returns a list CaptchaAuthPlugin defect new normal normal asterix@…
#5990 branching/merging not shown when branch was created from a previous revision RevtreePlugin defect new normal Emmanuel Blot normal izzy
#5994 Import of tags WikiImportPlugin enhancement new normal Tristan Rivoallan normal Myriam
#6004 interface to ticked dependency and master tickets plugin CanvizPlugin defect new normal Olemis Lang normal anonymous
#6011 IndexError: list index out of range with TimelineCheckinFilter.py BranchTimelinePlugin defect new normal aviram normal marten.nelson@…
#6013 Adding html preview of more file types using OpenOffice.org service Request-a-Hack enhancement new normal anybody normal erol@…
#6021 Option to have Tracs standard wiki pages unchecked by default WikiImportPlugin enhancement new normal Tristan Rivoallan normal izzy
#6022 [Patch] Unnecessary whitespace from metainfo ul list should be removed FullBlogPlugin enhancement new normal osimons normal Mitar
#6023 [Patch] For better styling posts should be marked with list or standalone class FullBlogPlugin enhancement new normal Ryan J Ollos normal Mitar
#6029 Option `notitle` is assumed for single wiki TOCs TocMacro defect new normal normal Martin Scharrer
#6033 [Patch] tf.who should be passed through format_author TracFormsPlugin enhancement new normal normal Matt Caron
#6037 Some symbols ain't exporting correctly WikiExportPlugin defect new normal Claudio Manuel Fernández Barreiro normal brandons@…
#6040 Too many help entries on the WikiMacros page GraphvizPlugin defect new normal Peter Kropf normal Ryan J Ollos
#6042 Can't open Object IXMLHTTPRequest VisualBasicTracConnectorIntegration defect assigned normal Yuji OKAZAKI normal didley@…
#6047 Don't send blog announcement, when `draft` is specified in categories AnnouncerPlugin enhancement new normal normal Ryan J Ollos
#6049 URL icons not shown for all URLs in a bulleted list GamedevTheme defect new normal normal Ryan J Ollos
#6057 A few documentation issues MenusPlugin task new normal normal Ryan J Ollos
#6091 any plan to support dynamic show/hide custom field? TicketExtPlugin defect new normal Takanori Suzuki normal anonymous
#6105 RuntimeError: maximum recursion depth exceeded TracUserPagePlugin defect new normal dgc critical Russ Brown
#6129 Strange behavior when custom defined menu item is not enabled MenusPlugin defect new normal normal Ryan J Ollos
#6130 Cannot apply MenusPlugin properties to the TracTabPlugin MenusPlugin defect new normal normal Ryan J Ollos
#6132 Incompatibility with TracDateField SchedulingToolsPlugin defect new normal Jörg Viola normal boris.krasnoiarov@…
#6137 email notification TestCaseManagementPlugin defect new normal edunne normal ronni.bjelosevic@…
#6144 Spam filter integration TracPastePlugin enhancement new normal normal Michael Renzmann
#6148 Restrict search to specific pages TagsPlugin enhancement new normal normal Myriam
#6153 Group Access Restrictions by Module SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal axton.grams@…
#6160 TracPastePlugin: Implement TagsPlugin support TracPastePlugin enhancement new normal normal lkraav
#6164 Enhancement Request: Right to Left Support TracWysiwygPlugin enhancement new normal Jun Omae normal mohammad.dabiri@…
#6172 Have the link at the top of the included source highlight the indicated section IncludeMacro enhancement assigned normal ttressieres normal anonymous
#6186 Possibility to create Burndown chart with mutiple lines EstimationToolsPlugin enhancement new normal osimons normal victorhg@…
#6192 Failure for VIEW in different format or for other actions, if WikiStart has content protected by ProtectedMacro ProtectedMacro defect new normal frayja major Anton Sergunov
#6200 TracBurnDown does not work with custom workflow ScrumBurndownPlugin defect new normal daan normal Jens Peter Secher
#6202 More parameters to the charting backend - Use different Chart Types from Default TracTicketStatsPlugin enhancement new normal normal Bill Meyer
#6203 Installation issues SchedulingToolsPlugin defect new normal Jörg Viola major helder.magalhaes@…
#6212 Error on Tiff and other filetypes ImageTracPlugin defect new normal blocker anonymous
#6215 Use of own operator declarations LatexMacro enhancement new normal jeangui normal math@…
#6233 needs_upgrade logic is flawed ScrumBurndownPlugin defect new normal Sam Bloomquist normal hans.bogaards@…
#6235 TypeError: int argument required GrowlPlugin defect new normal Emmanuel Blot normal jfisher@…
#6239 Importing users from existing sessions and permissions UserManagerPlugin enhancement new normal normal anonymous
#6244 Mapping Custom Fields to existing fields SchedulingToolsPlugin enhancement new normal Jörg Viola normal didley@…
#6245 Depgraph for this plugin has long list of dependencies, is there a known workaround? MasterTicketsPlugin enhancement new normal Ryan J Ollos normal drew@…
#6256 User preference panel for watched items AnnouncerPlugin enhancement new normal major Robert Corsaro
#6259 Email address should be a mailto link UserManagerPlugin enhancement new normal minor matt.caron@…
#6268 LdapPlugin fails with MS Active Directory, lacks email / full name LdapPlugin defect new normal Emmanuel Blot normal Zachary Bedell
#6271 traclink to changeset not working with BranchTimelinePlugin BranchTimelinePlugin defect new normal aviram normal marten.nelson@…
#6282 TracLegos does not respect X-Forwarded-Host when setting domain TracLegosScript defect new normal normal ejucovy
#6283 Scan complete Wiki Page for Acronyms AbbrMacro enhancement new normal normal anonymous
#6284 Improve compatibility with TOCMacro and TracNumberedHeadlinesPlugin. TocMacro enhancement new normal normal anonymous
#6293 Show estimated time broken down by status TracHoursPlugin enhancement assigned normal EmeCas minor dobesv@…
#6295 Bitten Build Notifications don't work AnnouncerPlugin defect new normal normal Kaveh
#6299 Doesn't import the attachments for a page WikiImportPlugin enhancement new normal Tristan Rivoallan normal srevill@…
#6301 Option to turn off conflict check TicketModifiedFilesPlugin enhancement new normal normal anonymous
#6304 basic authenticating only specific client, otherwise requiring normal login HttpAuthPlugin enhancement assigned normal txcraig normal anonymous
#6312 Ability to add Custom Columns to /hours view TracHoursPlugin enhancement assigned normal EmeCas normal alc@…
#6313 User Profiles List needs an option to expand the list by default UserManagerPlugin defect new normal normal matt.caron@…
#6324 [Patch] No links to tickets / URL: None/ticket/... IcalViewPlugin defect new normal Xavier Pechoultres normal Al Nikolov
#6340 TracPastePlugin: development strategy TracPastePlugin task new normal normal lkraav
#6345 Generated links miss the page name on the default page TocMacro defect new normal normal Aurélien Bompard
#6348 TracPastePlugin: Implement XML-RPC support TracPastePlugin enhancement new normal lkraav normal lkraav
#6354 global name 'rows' is not defined RevtreePlugin defect new normal Emmanuel Blot normal Emmanuel Blot
#6369 InternalError during receiving detailed rss feed DetailedRssFeedPlugin defect assigned normal nikolaus normal anonymous
#6381 RPC executeQuery is open to SQL Injection TracDependencyPlugin defect assigned normal Yuji OKAZAKI normal carstenklein@…
#6389 HTML template for notifications FullBlogAnnouncementsPlugin enhancement new normal normal Ryan J Ollos
#6395 Option to display tag cloud in descending order TagsPlugin enhancement new normal normal Adriana
#6396 Method `ticket.getActions` in `1.0.6` does not display actions like in ticket UI XmlRpcPlugin defect new normal osimons normal Olemis Lang
#6407 want to change default-behaviour TocMacro enhancement new normal normal patrick
#6408 TicketChangeListener.ticket_created() does not call Scheduler.schedule() correctly (argument count not match) SchedulingToolsPlugin defect new normal Jörg Viola normal Luke
#6433 Set the theme per user basis ThemeEnginePlugin enhancement new normal Olemis Lang normal Gasler Radu
#6434 Set a parameter with the number of entries to be displayed RssEmbedMacro enhancement new normal Simon Smithson normal Ismael de Esteban
#6450 Spacer item MenusPlugin enhancement new normal normal riku@…
#6463 Add filter to search only pages beginning with specified prefix AllAttachmentsMacro enhancement new normal normal Ryan J Ollos
#6467 Preview MS Office documents and PDFs in Trac Browser Request-a-Hack enhancement new normal anybody normal Ryan J Ollos
#6478 Burndown Chart Not Displaying ScrumBurndownPlugin defect new normal daan normal anonymous
#6479 Enhancement: Add ability to render trac linked images in WYSIWG editor panel TracWysiwygPlugin enhancement new normal Jun Omae normal anonymous
#6500 Resubmit for Review button throws Unicode coersion error CodeReviewPlugin defect new normal Jörg Viola normal james.tait@…
#6502 Typing error in Project File and some comments to this converting tool TracToProjectIntegration defect new normal Eross normal didley@…
#6503 Error in validate_wiki_page (spamfilter) AddCommentMacro defect new normal Alec Thomas normal Oliver Metz
#6518 Ticket creation error w/ TracBacklog 0.2.1 XmlRpcPlugin defect new normal osimons normal jcampbell@…
#6525 Custom Workflow Setup for TracMetrix TracMetrixPlugin enhancement new normal normal dobesv@…
#6530 Can not run the example included in the source TracMergeScript defect new normal chmullig normal anonymous
#6532 An empty template is not applied when switching back from a ticket type that has a custom template defined TracTicketTemplatePlugin defect new normal Richard Liao normal Ryan J Ollos
#6533 Can't have an empty template for one ticket type, as well as a non-empty default template TracTicketTemplatePlugin enhancement new normal Richard Liao normal Ryan J Ollos
#6547 TracTicketDepgraphPlugin not generating image map in wiki image TracTicketDepgraphPlugin defect new normal Felix Tiede normal ekgermann@…
#6586 Table of contents bugs with more than 74 char length heading TocMacro defect new normal normal vesal@…
#6588 Option to append wiki page source, date/time, and revision info TracWikiToPdfPlugin enhancement new normal normal Ryan J Ollos
#6605 changeset TracLink is not shown such as [1] TimelineCheckinFilterPlugin defect new normal Dave normal anonymous
#6607 Allow wiki pages to be set read-only using a button on the wiki page Request-a-Hack enhancement new normal anybody normal Ryan J Ollos
#6612 Make it work with Bazaar PeerReviewPlugin enhancement new normal normal Vincent
#6632 Allow the default values for Blog Subscription preferences to be specified in trac.ini AnnouncerPlugin enhancement new normal normal Ryan J Ollos
#6634 Support for InterTrac ticket dependecies ProjectPlanPlugin enhancement new normal normal Bert.Wesarg@…
#6638 The tracback should contain a reference to the ticket AND comment # TracBacksPlugin enhancement new normal normal Ryan J Ollos
#6639 TracBack does not need to be inserted when ticket is already referenced in a log message containing multiple ticket references TracBacksPlugin enhancement new normal normal Ryan J Ollos
#6641 TracBacks should get comment using a query on the DB TracBacksPlugin defect new normal normal Ryan J Ollos
#6643 When a description is edited to reference a ticket, a tracback is not created TracBacksPlugin enhancement new normal normal Ryan J Ollos
#6648 Hide fields instead of dropping them SimpleTicketPlugin enhancement new normal normal pbecker@…
#6653 move comment warnings where the user can see them FullBlogPlugin enhancement new normal Ryan J Ollos normal Vaclav Slavik
#6658 Different config key in current releases HtGroupEditorPlugin enhancement new normal normal Stefan Wallentowitz
#6660 SVN Authz support HtGroupEditorPlugin enhancement new normal Stefan Wallentowitz normal Stefan Wallentowitz
#6668 [Patch] Allow admin to create and delete groups HtGroupEditorPlugin enhancement new normal Stefan Wallentowitz normal Stefan Wallentowitz
#6695 doest work with virtualized env WikiExportPlugin defect assigned normal Claudio Manuel Fernández Barreiro normal raveen.b@…
#6696 Links to sub pages TracMyPagePlugin enhancement new normal dgc normal anonymous
#6699 Trackback support FullBlogPlugin enhancement new normal osimons normal Mitar
#6701 Update to the last version of wikiexport WikiExportPlugin defect new normal critical anonymous
#6714 TracLDAPAuth fails with MS AD if login != CN TracLdapAuthPlugin defect new normal normal anonymous
#6718 Plugin fails to run with an internal error NarcissusPlugin defect new normal chai_research normal Mitar
#6719 Missing screenshot/demo NarcissusPlugin enhancement new normal chai_research normal Mitar
#6720 Missing PIL requirement NarcissusPlugin defect new normal chai_research normal Mitar
#6722 Themes do not display diffs nicely SlideShowPlugin defect new normal normal Malcolm Studd
#6724 Showing the ticket's owner TicketBoxMacro enhancement new normal Shun-ichi Goto normal maxwellfarias@…
#6735 Use field label insted of field id in required error TicketSubmitPolicyPlugin defect new normal obs normal okamototk
#6738 Possibility to extend template to Milestone descriptions? TracTicketTemplatePlugin enhancement new normal Richard Liao normal Ryan J Ollos
#6739 Find a workaround so that changeset.html in the Trac source does not need to be patched ExoWebCodeReviewPlugin defect new normal normal Ryan J Ollos
#6740 The /CodeReviewManager page should be a panel in WebAdmin ExoWebCodeReviewPlugin enhancement new normal normal Ryan J Ollos
#6741 Email notifications should work with the AnnouncerPlugin ExoWebCodeReviewPlugin enhancement new normal normal Ryan J Ollos
#6742 Port from ClearSilver to Genshi ExoWebCodeReviewPlugin enhancement new normal normal Ryan J Ollos
#6746 [Patch] Genshi Unicode Decode error IrcLogsPlugin defect new normal normal Thomas Moschny
#6752 Include wiki syntax into Notes, Infos and Tips FreeDocPlugin enhancement new normal RIck van der Zwet normal LoicVigilan
#6753 Add changeset notification GrowlPlugin enhancement new normal Emmanuel Blot normal anonymous
#6762 Configuration support MultiTracStatisticsPlugin defect new normal David Francos Cuartero normal anonymous
#6774 Improvements : external tracker and zero client rate ClientsPlugin enhancement new normal normal Aurélien Bompard
#6775 UserManagerPlugin can auto import bad (empty) usernames UserManagerPlugin defect new normal normal lkraav
#6784 Fails with multiple pages and AddComment macro TracWikiPrintPlugin defect new normal normal roger@…
#6785 Include twice problem with TracWikiPrintPlugin AddCommentMacro enhancement new normal Alec Thomas normal Álvaro Iradier
#6789 no node problem TestCaseManagementPlugin defect new normal edunne major moebhius@…
#6795 Implementation doesn't scale to huge production environments TimeVisualizerPlugin defect new normal Markus Pelkonen normal anonymous
#6802 Performance improvement: draw less lines to svg TimeVisualizerPlugin enhancement new normal Markus Pelkonen normal anonymous
#6805 headings in included plaintext part not formatted as page anchors IncludeMacro defect new normal normal Steffen Hoffmann
#6806 anonymous user can't view unprotected image file without PROTECTED_VIEW permission ProtectedMacro defect new normal frayja major scarabx@…
#6813 Load external page in an iframe (and "target" option) MenusPlugin enhancement new normal normal grubshka@…
#6816 [Patch] In 0.12 branch, use RepositoryManager.getrepository(self.env) rather than self.env.get_repository() RevtreePlugin defect reopened normal Emmanuel Blot normal jasminlapalme@…
#6826 Add support for further datetime formats in JSON-RPC (et al. ?) XmlRpcPlugin enhancement new normal Olemis Lang normal Olemis Lang
#6827 Implement some JSON-RPC (et al.?) extensions XmlRpcPlugin enhancement new normal Olemis Lang normal Olemis Lang
#6836 Internal Error during decoding NarcissusPlugin defect new normal chai_research major anonymous
#6839 Insert "Last logged in" column in [[UserProfilesList]] UserManagerPlugin enhancement new normal normal lkraav
#6843 Rendering a trend line EstimationToolsPlugin enhancement new normal Joachim Hoessler normal Filipe Correia
#6848 RegEx aren't handled well TracTicketValidatorPlugin defect new normal Richard Liao normal dimitri.slavutsky@…
#6856 Using multiple repository syntax breaks admin interface SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal anonymous
#6874 Add option for filtering backlink pages BackLinksMacro enhancement new normal Trap normal Chris Charabaruk
#6878 Get Full Name an Email from LDAP LdapAuthnzPlugin task new normal Larry Ruiz normal christof@…
#6879 Add external site authentication IncludeMacro enhancement new normal normal falkb
#6886 broke my installation TracSnapPlugin defect new normal Sarah Strong blocker anonymous
#6899 Issues with Trac 11.7 TimelineCheckinFilterPlugin defect new normal Dave normal vaden_mohrmann@…
#6909 Not working with another Trac Timeline feed InsideTracPluginIntegration defect new normal Michael J. Pedersen normal Lucas Rangit MAGASWERAN
#6911 AddCommentMacro does not work with trac 0.12 AddCommentMacro enhancement new normal Alec Thomas normal benjamin@…
#6915 showing progres by hours and closed tickets RoadmapHoursPlugin enhancement new normal JoshuaH normal linkma
#6918 Extension of Search to linked pages, documents or attachments Request-a-Hack enhancement new normal anybody normal mem
#6919 Ability to chnage "InsideTrac" string from timeline RSS view InsideTracPluginIntegration enhancement new normal Michael J. Pedersen normal Lucas Rangit MAGASWERAN
#6923 [Patch] Trac 0.12 compatibility StractisticsPlugin enhancement new normal normal Mario
#6927 Anti-aliased images through pangocairo support issue GraphvizPlugin defect new normal Christian Boos normal entend
#6929 Ticket Edit spreadsheet needs to prompt for password VisualBasicTracConnectorIntegration defect assigned normal Yuji OKAZAKI normal Chris.Nelson@…
#6933 Error: Macro TicketRelation(24) failed TaskTicketsMacro defect new normal Jörg Viola normal Le Minh Nam
#6935 Showing the feed title should be optional RssEmbedMacro enhancement new normal Simon Smithson normal Nicholas Bergson-Shilcock
#6942 TracTicketDepgraphPlugin do not differ opened and closed tickets TracTicketDepgraphPlugin enhancement new normal Felix Tiede major vvbufetov@…
#6945 use format_author to generate user name for comments AddCommentMacro enhancement new normal Alec Thomas normal steve.cassidy@…
#6950 depgraph shows dependency to one ticket but the link points to another ticket TracTicketDepgraphPlugin defect new normal Felix Tiede normal tomi.peiov@…
#6952 revisions need to be sorted in order to add in correct order MoinToTracScript defect new normal Kristian Kvilekval normal alonlevy1@…
#6958 1004 errors in TicketEdit.xls TracDependencyPlugin defect assigned normal Yuji OKAZAKI normal Chris.Nelson@…
#6960 Ignore elements for export by marker in xhtml OdtExportPlugin enhancement new normal Aurélien Bompard normal entend
#6962 Support Trac browser quickjump feature SvnsyncPlugin enhancement new normal normal dfl
#6968 Give option to not change & in feed URLs to &amp; InsideTracPluginIntegration enhancement new normal Michael J. Pedersen normal Lucas Rangit MAGASWERAN
#6969 Add option to limit target project TicketMoverPlugin defect new normal normal Fine Banana
#6973 Can't import dates from Trac to Project VisualBasicTracConnectorIntegration defect assigned normal Yuji OKAZAKI normal Chris.Nelson@…
#6974 Is it possible to export tickets from Project to Trac? VisualBasicTracConnectorIntegration enhancement assigned normal Yuji OKAZAKI normal Chris.Nelson@…
#6975 Is the finest resolution for time in the Connector days? VisualBasicTracConnectorIntegration defect new normal Yuji OKAZAKI normal Chris.Nelson@…
#6977 URL field does not work with label containing Unicode characters GraphvizPlugin defect new normal Peter Kropf major Vsevolod Krishchenko
#6988 Using set_owner_to_previous in case reporter and owner are the same AdvancedTicketWorkflowPlugin enhancement new normal normal anonymous
#7001 Optimize SQL queries TracTicketStatsPlugin enhancement new normal normal austin
#7006 Add feature "Insert Image" (when is not an attachment) TracWysiwygPlugin enhancement new normal Jun Omae normal fechex@…
#7007 Importing tickets fails JiraToTracIntegration defect new normal Thijs Triemstra normal paul@…
#7011 [Patch] Enhancements AllAttachmentsMacro enhancement new normal Ryan J Ollos normal Brian
#7021 Odd import error : No module named repository_hook_system RepositoryHookSystemPlugin defect new normal Olemis Lang normal anonymous
#7026 Milestone complete button missing ScrumBurndownPlugin defect new normal daan normal guy
#7029 automatic blog post slug (aka shortname) creation FullBlogPlugin enhancement new normal lkraav normal lkraav
#7044 AwesomeAttachments interacts badly with Preview AwesomeAttachmentsPlugin defect assigned normal Ryan J Ollos critical anonymous
#7045 [Patch] Timestamp problem with Trac 0.12 TracMetrixPlugin task new normal normal bernd.tegge@…
#7057 WikiEditorForEclipsePlugin: Context menu items to open page in browser or Copy URL for page WikiEditorForEclipsePlugin enhancement assigned normal Ivan normal dobesv@…
#7067 Migration to trac 0.12? PageToDocIntegration enhancement new normal markm normal link@…
#7076 Show component tickets grouped by type ComponentsProcessorMacro enhancement new normal Terry Brown normal anonymous
#7084 [Patch] Search index updater script doesn't work IrcLogsPlugin defect new normal normal Thomas Moschny
#7089 Segmentation Fault on Ubuntu 64 Bit under Apache Control Page2DocbookPlugin defect new normal Filipe Correia major anonymous
#7090 LocalTimezone' object has no attribute 'normalize' (user with 'default' timezone) IrcLogsPlugin defect new normal normal Thomas Moschny
#7103 Print UTF-8 encoded wiki pages TracWikiPrintPlugin defect new normal normal anonymous
#7106 The list of 'Install procedures' TracReleasePlugin enhancement new normal Joao Alexandre de Toledo normal damaxl@…
#7107 Issues with 'Install Procedure' TracReleasePlugin task new normal Joao Alexandre de Toledo normal damaxl@…
#7108 AttributeError, if non-existent ticket is put into list for release notes TracReleasePlugin task new normal Joao Alexandre de Toledo normal damaxl@…
#7110 SvnSync doesn't support for multiple repositories SvnsyncPlugin defect new normal normal anonymous
#7121 Team Availability doesn't work SchedulingToolsPlugin defect new normal Jörg Viola blocker Chris.Nelson@…
#7128 add to requirement list: TracWysiwyg plugin TicketExtPlugin defect new normal Takanori Suzuki normal Vahid Pazirandeh
#7132 plugin is just semi-internationalized, should be done more generic to support multiple languages TicketExtPlugin enhancement new normal Takanori Suzuki major Steffen Hoffmann
#7136 Support WikiFormatting and TracLinks IrcLogsPlugin enhancement new normal normal Thomas Moschny
#7144 Allow editing of Menus over WebAdminPlugin MenusPlugin enhancement new normal normal Martin Scharrer
#7154 Script to list recent new attachments with links Request-a-Hack enhancement new normal anybody normal anonymous
#7157 Ability to replace an existing file SiteUploadPlugin enhancement new normal normal Michel Jouvin <jouvin@…>
#7160 More than one latex environement per page LatexMacro defect new normal jeangui normal joachim@…
#7163 Not work the Back button in Opera 10.10 TracWysiwygPlugin defect new normal Jun Omae normal Stas Agarkov
#7166 Author filter only shows "All" and cannot render tree RevtreePlugin defect new normal Emmanuel Blot normal anonymous
#7180 Review is not saved CodeReviewPlugin defect new normal Jörg Viola critical dino@…
#7188 Create new sections IniAdminPlugin enhancement new normal minor FranRuiz
#7206 Compatibility with 0.12b1 DetailedRssFeedPlugin defect new normal nikolaus normal anonymous
#7212 Drop down menu to select and embed attachments in wiki pages TracWysiwygPlugin enhancement new normal Jun Omae normal Olemis Lang
#7222 an IEhandler to create a wiki topic? MailToTracPlugin task new normal Olivier ANDRE normal chan wilson
#7223 [Patch] Option of enable and disable fields displayed by plugin IniAdminPlugin enhancement new normal normal Reinhard Wobst
#7248 Doesn't work with password protected feeds RssEmbedMacro defect new normal Simon Smithson normal anonymous
#7249 "my template" box in the wrong place TracTicketTemplatePlugin defect assigned normal Richard Liao minor nathaniel@…
#7252 Extending color and shape scheme MasterTicketsPlugin enhancement new normal Ryan J Ollos normal ym@…
#7255 repoSearch failed in reindexing step RepoSearchPlugin defect new normal Alex Smith normal jean-christophe.aude@…
#7271 [Patch] Reports not working with Postgres 8.4 (TimingAndEstimation plugin) ClientsPlugin defect new normal normal ricardo.ichizo@…
#7274 events system not running if no repository installed ClientsPlugin defect new normal normal hju
#7277 [PATCH] Action "Send Email" of event syste not running if SMPT-Server requires authentication ClientsPlugin defect new normal normal hju
#7278 "Ticket Change" summary doesn't work if no milestone is assigned or milestone has no due date ClientsPlugin defect new normal normal hju
#7281 Add ability to exclude fields differently when the ticket is being created vs edited TicketSubmitPolicyPlugin enhancement new normal obs normal jvetter@…
#7292 Add a TracMetrix help page TracMetrixPlugin defect new normal normal anonymous
#7295 Add server url parameter YumlPreprocessorMacro enhancement new normal Daren Thomas normal tlempart@…
#7296 0.12 compatability TicketExtPlugin enhancement new normal Takanori Suzuki normal Jay
#7300 Support ChildTicketPlugin for dependencies ProjectPlanPlugin enhancement new normal normal Jay
#7309 RFE: TracCaptchaPlugin support. DiscussionPlugin enhancement new normal normal royger@…
#7310 AttributeError: 'NoneType' object has no attribute 'rollback' ComponentDependencyPlugin defect new normal major vladsynkov@…
#7318 solution for json problem inside the ticketext.js file (tested on trac 0.12) TicketExtPlugin defect new normal Takanori Suzuki blocker evb
#7331 this does not work with trac0.12 CodeReviewPlugin defect new normal Jörg Viola normal anonymous
#7356 Mercurial 1.6 Support HgTimelinePlugin enhancement new normal Dirkjan Ochtman normal wes.turner+trackhacks@…
#7359 CommitTicketUpdater integration TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal mortee
#7362 Link to ldap plugin for name search AutocompleteUsersPlugin enhancement new normal Ryan J Ollos normal smbrown@…
#7375 Support for rendering redirected pages (ServerSideRedirectPlugin) TracWikiPrintPlugin enhancement new normal normal Lucas Rangit MAGASWERAN
#7378 Allow multiple operations WorkflowEditorPlugin defect new normal Takanori Suzuki normal Pierre Réveillon
#7382 Plugin loading results forever (do not return result set) DuplicateTicketSearchPlugin defect new normal Ryan J Ollos normal sartbr77@…
#7386 Option to not santize URLs in RSS feed RssEmbedMacro enhancement new normal Simon Smithson normal Lucas Rangit MAGASWERAN
#7389 When I click the link to see modified files, I get a blank page TicketModifiedFilesPlugin defect new normal normal Kaveh
#7391 Code block followed by tab removes all following text in wysiwyg mode TracWysiwygPlugin defect new normal Jun Omae major AusAp
#7403 [Patch] Minor enhancements for the codereviewplugin CodeReviewPlugin enhancement new normal Jörg Viola normal bhduan@…
#7414 Have a macro to display attached images preview like in a gallery Request-a-Hack enhancement new normal anybody normal erne.castro@…
#7421 HgTimeline does not work with mod_wsgi HgTimelinePlugin defect new normal Dirkjan Ochtman normal lgunsch@…
#7427 width has no effect on inline mode TicketBoxMacro defect reopened normal Shun-ichi Goto normal walther@…
#7431 page too narrow for some plugins CrystalxTheme defect new normal normal Ariel Balter
#7436 UnicodeDecodeError: 'ascii' codec can't decode ... SiteUploadPlugin defect new normal normal jerryli
#7439 [patch] If you delete a comment, tracbacks creates incorrectly-numbered comments in a ticket TracBacksPlugin defect new normal normal matt.caron@…
#7442 [Patch] RuntimeError: No Content-Length header set TimeVisualizerPlugin defect new normal Markus Pelkonen normal jonas.lieb@…
#7443 When setting ResourceName, always PercentComplete become 0 percent. VisualBasicTracConnectorIntegration defect new normal Yuji OKAZAKI normal Yuji OKAZAKI
#7444 VBA does not allow a time string "0:0:0". VisualBasicTracConnectorIntegration defect new normal Yuji OKAZAKI normal Yuji OKAZAKI
#7449 Unicode error when TracDependency is enabled TracDependencyPlugin defect assigned normal Yuji OKAZAKI normal andhos@…
#7451 Allow select/unselect all on preview page WikiImportPlugin enhancement new normal Tristan Rivoallan normal ian.sherratt@…
#7452 Trac detected an internal error: com.sun.star.uno.Exception+ WikiExportPlugin defect new normal Claudio Manuel Fernández Barreiro blocker alora
#7461 Intertrac usability. VisualBasicTracConnectorIntegration defect new normal Yuji OKAZAKI normal Yuji OKAZAKI
#7462 Implement a date time validator. TracDependencyPlugin enhancement new normal Yuji OKAZAKI normal Yuji OKAZAKI
#7463 implement a feature that can import/update MS-Project tasks feature. VisualBasicTracConnectorIntegration enhancement new normal Yuji OKAZAKI normal Yuji OKAZAKI
#7467 List of tags ListOfWikiPagesMacro enhancement new normal Martin Scharrer normal Myriam
#7478 Provide an hourly view ResourceReservationPlugin enhancement new normal Roberto Longobardi normal Ryan J Ollos
#7493 [Patch] Add permission SVNAUTH_ADMIN to the module SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal Sergio Talens-Oliag
#7495 Can WikiForms trigger an external process. WikiFormsPlugin enhancement new normal normal David.Byrne@…
#7498 Items with capital names cannot be assigned a parent group MenusPlugin defect new normal normal Adam Piper
#7528 Summit comment button hanging in firefox 3 AddCommentMacro defect new normal osimons normal Peter
#7541 A warning should be displayed when the Start and End date are invalid TracTicketStatsPlugin enhancement new normal normal Ryan J Ollos
#7543 Crash when trying to view /stats/code TracStatsPlugin defect new normal mrjbq7 normal Björn Harrtell
#7546 Should be able to set whiteboard to default view. WhiteboardPlugin enhancement new normal Olemis Lang normal CuriousCurmudgeon
#7557 Add an option to escape wiki markup in the Changeset log message ChangeLogMacro enhancement new normal Ryan J Ollos normal Ryan J Ollos
#7558 Bug on Trac 0.12: Error: unable to create image directory LatexFormulaMacro defect new normal Valient Gough normal Luiz Fernando
#7563 Should be able to show empty columns initially WhiteboardPlugin defect new normal Olemis Lang normal CuriousCurmudgeon
#7578 Regex expression for build configuration branches BittenForGitPlugin defect new normal tauran normal tauran
#7584 Bug if git setting cached_repository=true BittenForGitPlugin defect new normal tauran normal tauran
#7593 Allow comment to be added when version or post are deleted FullBlogPlugin enhancement new normal osimons normal Ryan J Ollos
#7600 TypeError actions[i] is undefined WhiteboardPlugin defect new normal Olemis Lang normal didley@…
#7605 Plugin is significantly slower than KeywordSuggestPlugin AutocompleteUsersPlugin defect new normal Ryan J Ollos normal Ryan J Ollos
#7615 Merge features of FiveStarVotePlugin to this plugin VotePlugin enhancement new normal normal Ryan J Ollos
#7616 Sorting of changesets in build target overview BittenForGitPlugin defect new normal tauran normal tauran
#7618 StopIteration: error when viewing rev tree RevtreePlugin defect new normal Emmanuel Blot normal paresh.solanki@…
#7623 Sort results WikiSearchMacro enhancement new normal normal anonymous
#7625 View by user or group? TracListTicketsScript enhancement new normal Quique normal Dieter
#7626 need to show umlaute (üäöß) TracListTicketsScript defect assigned normal anonymous normal Dieter
#7628 Why not use the same macro syntax of GoogleStaticMap GoogleMapMacro enhancement assigned normal Martin Scharrer normal jrovegno
#7629 If Trac site uses HTTPS, then Yahoo APIs should as well TracMetrixPlugin defect new normal normal Ryan J Ollos
#7633 Whiteboard plugin displays nothing if results not grouped WhiteboardPlugin defect new normal Olemis Lang normal kate@…
#7634 Improve HTML template for mdashboard TracMetrixPlugin enhancement new normal normal Ryan J Ollos
#7642 Exception when adding a filter on the Hours page TracHoursPlugin defect assigned normal EmeCas critical technik@…
#7643 Comma cuts the following letters InlineMacro defect new normal normal aspams@…
#7659 Problem with tracmetrix upgrading 0.11 to 0.12 TracMetrixPlugin defect new normal normal anonymous
#7661 The "Closed" data points aren't fine-grained enough; results are misleading TracStatsPlugin enhancement new normal mrjbq7 normal seanerussell@…
#7667 TracCas login in endless loop when using new 0.12 repository setup TracCasPlugin defect new normal normal anonymous
#7677 Usage of path in unit test error report BittenForGitPlugin defect new normal tauran normal tauran
#7685 Access error while getting PDF from wiki page containing Trac Protected Macro markup ProtectedMacro defect new normal frayja normal volodin.konstantin@…
#7694 Support for ColorMacro TracWysiwygPlugin enhancement new normal Jun Omae normal Gasler Radu
#7719 Image Cache YumlPreprocessorMacro enhancement assigned normal Daren Thomas normal andre@…
#7722 Add an option to only search for file names (instead of inside files) RepoSearchPlugin enhancement new normal Alex Smith normal chriz
#7748 Make definition lists work MediaWikiPluginMacro defect new normal normal trac@…
#7754 Add watch this links to components field in tickets. AnnouncerPlugin enhancement new normal normal Robert Corsaro
#7755 Add watch this links to user sids in tickets AnnouncerPlugin enhancement new normal normal Robert Corsaro
#7756 Add watch this toggle link to @groups AnnouncerPlugin enhancement new normal normal Robert Corsaro
#7775 One of the examples in graphviz gallery does not work (but works from command line) GraphvizPlugin defect new normal Peter Kropf normal haizaar@…
#7786 [Patch] Discriminating excessive work hours. WorkLogPlugin enhancement new normal normal abekkine@…
#7790 Update BreadCrumbsNavPlugin to support Trac 0.12 BreadCrumbsNavPlugin enhancement new normal normal hansfn@…
#7800 [Patch] Downloads should show up in search DownloadsPlugin enhancement new normal normal ak@…
#7801 Details page for downloads DownloadsPlugin enhancement new normal normal ak@…
#7806 TracDownload Enhancement DownloadsPlugin enhancement new normal normal anonymous
#7817 Does WikiExportPlugin work with OpenOffice 3.2 and Python 2.6? WikiExportPlugin defect new normal Claudio Manuel Fernández Barreiro blocker verena.roeoesli@…
#7849 limit components by permissions or groups Request-a-Hack enhancement new normal anybody normal T. Navarro-Ristow
#7868 Detailed statistics view TracTicketStatsPlugin enhancement new normal normal anonymous
#7900 Address nested classes JavadocWikiMacro defect new normal Andi normal haf@…
#7953 Drag and Drop doesn't work with IE9 beta WhiteboardPlugin defect new normal Olemis Lang normal anonymous
#7962 patch to add use_ssl option for SSL recaptcha API RecaptchaRegisterPlugin enhancement new normal Alejandro J. Cura normal elb@…
#7969 Autocomplete cc and owner fields in ticketing system from LDAP LdapPlugin enhancement new normal Emmanuel Blot normal da.webs@…
#7970 Graphviz integration? ChildTicketsPlugin enhancement new normal Mark Ryan normal anonymous
#7980 Provide a rolling list of newest hacks TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#7990 Unusual use of trac.mimeview.Context DiscussionPlugin task new normal normal pipern
#8019 Ability to duplicate an entire test catalog under a new name with one button click TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal mndeaves@…
#8025 Make TracLinks in mindmap work MindMapMacro enhancement new normal Martin Scharrer normal anonymous
#8046 Support AuthzPolicy components SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal Jordi Mallach
#8057 Infinite loop if (for some reason) circular dependencies are found in the database MasterTicketsPlugin defect new normal Ryan J Ollos normal sukender@…
#8058 Integration with "Testing workflow" - Allow resolving if dependency status is "testing" MasterTicketsPlugin enhancement new normal Ryan J Ollos normal sukender@…
#8060 Improved version for trac 0.11 and 0.12 ListTracProjectsMacro defect new normal mathomas normal anonymous
#8092 Handle non-ascii correctly GraphvizPlugin defect new normal Christian Boos normal Peter
#8157 Download - gives blank page OdtExportPlugin defect assigned normal Aurélien Bompard normal Miguel
#8173 TRAC_ENV_PARENT_DIR is not defined error TracUserSyncPlugin defect assigned normal izzy normal rharman
#8208 Feature to import/export wiki pages for/to TestManagerForTrac-Plugin VisualBasicTracConnectorIntegration enhancement assigned normal Yuji OKAZAKI normal Peter Hofer
#8267 Allow CamelCase words to be acronyms AcronymsPlugin enhancement new normal normal Ryan J Ollos
#8273 Add i18n support TracMyPagePlugin enhancement new normal dgc normal Steffen Hoffmann
#8280 Make a page to organize the queries TracHoursPlugin enhancement assigned normal EmeCas normal Ryan J Ollos
#8283 Show number of lines of code commited per day per developer TracMetrixPlugin enhancement new normal normal Ryan J Ollos
#8295 Relative month/year values, multiple navigation-synced instances on same page WikiCalendarMacro enhancement new normal normal trac-hacks-tickets@…
#8297 ReferenceError: console is not defined WhiteboardPlugin defect new normal Olemis Lang blocker Anders Hedberg
#8302 TracHoursPlugin integration TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#8303 AttributeError: 'NoneType' object has no attribute 'get_youngest_rev' RevtreePlugin defect new normal Emmanuel Blot blocker Quique
#8308 Editor broken on Admin forms TracWysiwygPlugin defect reopened normal Jun Omae normal David Frahm
#8312 Tickets can not be dropped into empty columns WhiteboardPlugin defect new normal Olemis Lang critical F. Duarte
#8335 Connections erroneously closed when using mod_wsgi LdapPlugin defect new normal Emmanuel Blot normal anonymous
#8342 Burndown chart displaying null data ScrumBurndownPlugin defect new normal daan normal cto@…
#8361 Give clue that 2+ pages are not sortable QueuesPlugin enhancement new normal normal Rob Guttman
#8373 Repository Statistics not showing any data TracMetrixPlugin defect new normal normal mark_kids@…
#8375 Cannot set up beta version without errors IrcLogsPlugin defect new normal normal afrogamer@…
#8377 Valid acronyms with underlined wiki markup are not tagged as acronyms AcronymsPlugin defect new normal normal Ben Allen
#8387 Support for WikiCreole syntax TracWysiwygPlugin enhancement new normal Jun Omae normal Mike Charles
#8397 flattr integration Request-a-Hack enhancement new normal anybody normal daniel.golle@…
#8398 WikiImport doens't work WikiImportPlugin defect new normal Tristan Rivoallan normal Janiv Ratson
#8400 Trigger off ticket status not type DynamicFieldsPlugin enhancement new normal normal agsiegel@…
#8405 Document permissions and some possible improvements WorkLogPlugin task new normal normal Ryan J Ollos
#8414 Cannot access Metrics link TracMetrixPlugin defect new normal normal anonymous
#8416 It should not be possible to start work on a closed ticket WorkLogPlugin enhancement new normal normal Ryan J Ollos
#8418 The fix_paragraph option added in [7997] is not documented on project wiki page NumberedHeadlinesPlugin defect assigned normal Martin Scharrer normal Ryan J Ollos
#8419 Get email from CAS? TracCasPlugin enhancement new normal normal trac@…
#8420 Allow multiple acronym definition pages to be specified AcronymsPlugin enhancement new normal normal Ryan J Ollos
#8429 Character subsets of words are matched as acronyms AcronymsPlugin defect new normal normal Ryan J Ollos
#8430 Screenshots neeeded SkittlishTheme defect new normal Danial Pearce trivial anonymous
#8438 Hiding /users from authenticated users AutocompleteUsersPlugin enhancement new normal Ryan J Ollos major abrightwell
#8441 RFE: Fold/collapse/hide parts of the discussion tree DiscussionPlugin enhancement new normal normal lucid
#8445 How can I specify GeneralWikiSubscriber to be turned on by default for new user? AnnouncerPlugin enhancement new normal normal Andrey Ustyuzhanin
#8447 Minor stylesheet / template suggestions DiscussionPlugin enhancement new normal normal lucid
#8455 CSS h1 bug in admin pages CmTeknikTheme defect new normal Jonatan Magnusson minor anonymous
#8464 Project environment upgrade fails with database error ResourceReservationPlugin defect reopened normal Roberto Longobardi normal anonymous
#8468 MenusPlugin defeats the AutocompleteUsersPlugin MenusPlugin defect new normal normal rlrj60
#8469 Does not work with MenusPlugin TseveTheme defect new normal Carlos Jenkins Pérez normal rlrj60
#8476 Can't remove blocked by and resolve as fixed in one action. MasterTicketsPlugin defect new normal Ryan J Ollos normal akistanov@…
#8485 [PATCH] Some improvements to GoogleSitemapPlugin GoogleSitemapPlugin enhancement assigned normal Martin Scharrer normal Mitar
#8491 No permission checking when requesting users CcSelectorPlugin defect assigned normal Dirk Stöcker normal osimons
#8499 Ctrl + Tab indents the bullet points. TracWysiwygPlugin enhancement new normal Jun Omae normal andhos@…
#8508 Installation fails with PostgreSQL database backend WorkLogPlugin defect new normal normal anonymous
#8523 Missing file extensions for doc, odt, rtf files WikiExportPlugin defect new normal Claudio Manuel Fernández Barreiro minor Robert Rossmair
#8530 scroll bar for the height TracJsGantt TracJsGanttPlugin enhancement new normal Chris Nelson normal didley@…
#8532 Current date as default in the overview TracJsGanttPlugin enhancement assigned normal Chris Nelson normal didley@…
#8547 Adding hackergotchies to tickets and comments HackergotchiPlugin defect new normal normal Denis
#8561 TracCron doesn't kill processes TracCronPlugin defect new normal major adam@…
#8564 URL placeholders don't work TracTicketTemplatePlugin defect new normal Richard Liao normal anonymous
#8566 Port under Trac v.0.12.x and MasterTicket v.3.x ? TracTicketDepgraphPlugin enhancement new normal Felix Tiede normal slevin@…
#8579 always notify me when one of my watched wiki or tickets is updated, by default AnnouncerPlugin enhancement new normal normal Shawn O'Hail
#8582 May not work on an access-restricted site WorkflowEditorPlugin defect new normal Takanori Suzuki normal von_mises@…
#8598 svn commit messages WikiCreateTicketPlugin enhancement new normal yosiyuki normal anonymous
#8603 Mylyn integration ChildTicketsPlugin enhancement new normal Mark Ryan normal sparrow
#8607 untrusted server cert support VisualBasicTracConnectorIntegration defect new normal Yuji OKAZAKI blocker imanzuk
#8616 Allow start and end dates to be specified as options ChangeLogMacro enhancement new normal Ryan J Ollos normal Ryan J Ollos
#8618 Error in html_filtered.xslt? PageToDocIntegration defect new normal markm normal anonymous
#8621 Add support for ticket tweaking plugins GridModifyPlugin enhancement new normal normal Danny Sauer
#8622 Kerberos / NTLM / Windows authentication in urllib2 TracWikiPrintPlugin enhancement new normal normal charlie@…
#8623 New field in the template - USERNAME TracWikiPrintPlugin enhancement new normal charlie@… normal charlie@…
#8630 Provide an option to not sort the drop down alphabetically TracTicketChainedFieldsPlugin enhancement new normal Richard Liao normal sue.sml2006@…
#8636 Failes to enable plugin with trac 0.11.3 BuildbotPlugin defect new normal Peter Kropf normal superna@…
#8650 ldapplugin group lookup performance LdapPlugin defect new normal Emmanuel Blot major bpkroth@…
#8651 Banner search field LightGreenTheme enhancement new normal Gasler Radu minor anonymous
#8664 Allow message file to be edited from TracAdmin panel MotdPlugin enhancement assigned normal Christian Masopust normal Ryan J Ollos
#8666 Need a method to get the references (or called links) of a ticket XmlRpcPlugin enhancement new normal osimons normal sean
#8669 Wiki Last Modified patch crashes RPC API page in .12 WikiLastModifiedPatch defect new normal izzy normal txcraig
#8674 new arguments: nonumbering, noindent TocMacro enhancement new normal normal anonymous
#8675 Enhanced behaviour TocMacro enhancement new normal normal anonymous
#8676 Support for multiple parallel footnote sets FootNoteMacro enhancement new normal normal memartin
#8678 Possibility to use macros in urls GraphvizPlugin enhancement new normal Peter Kropf normal anonymous
#8681 default of estimation_field should be 'remaininghours' instead of 'estimatedhours' EstimationToolsPlugin enhancement new normal osimons major falkb
#8688 Creating a ticket with the plugin enabled causes an error TicketModifiedFilesPlugin defect new normal normal a.nehmer@…
#8693 Wrong organized processors code due changing from wysiwyg to textarea edit view TracWysiwygPlugin defect new normal Jun Omae normal joerg04
#8703 SQL injection vulnerability/SQL compatibility TracTicketStatsPlugin defect reopened normal Ryan J Ollos normal anonymous
#8704 param for width of each column TracJsGanttPlugin enhancement new normal Chris Nelson normal vogel00s
#8705 Glitch related to cookies MenusPlugin defect new normal normal Nelso G. Jost
#8708 when enabled Change Properties disappear for ticket TracAjaxCommentsPlugin defect new normal branson normal anonymous
#8709 linebreaks in csv not used CsvMacro defect new normal Alec Thomas normal johannes.uhlig@…
#8719 Status of action radio button is set to wrong option after refreshing an existing ticket CcSelectorPlugin defect assigned normal Dirk Stöcker normal devscan
#8722 Sample worksheet to download TicketImportPlugin enhancement new normal François Granade normal wrobel@…
#8724 Configuration problem? RemoteTicketPlugin task new normal Alex Willmer normal Damiano
#8735 Update the powerpoint tutorials TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Roberto Longobardi
#8739 Auto preview in ticket comments does not work in wysiwyg mode TracWysiwygPlugin defect new normal Jun Omae normal Ark
#8741 UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' DailyReminderScriptForTracScript defect assigned normal ethanole normal didley@…
#8747 [PATCH] Optional case-insensitivity for tag cloud and tag query TagsPlugin enhancement new normal normal Ben Allen
#8748 Add a timeline event provider TracFormsPlugin enhancement new normal normal Steffen Hoffmann
#8749 Add supplementary wiki macros TracFormsPlugin enhancement new normal normal Steffen Hoffmann
#8750 Resolve 'form:' as TracLink to TracForm resouces TracFormsPlugin enhancement new normal normal Steffen Hoffmann
#8762 Time not appearing in stop work pop up WorkLogPlugin defect new normal normal Mattcrane2@…
#8775 Show files and logs of change sets in the ticket TicketBoxMacro defect new normal Shun-ichi Goto normal Bangyou Zheng
#8776 Menu becomes left-aligned MenusPlugin defect new normal normal sam@…
#8777 Provide a way to import CVS with multi-line fields TicketImportPlugin enhancement new normal François Granade normal Chris Nelson
#8778 Provide a way to override the unique Summary requirement TicketImportPlugin enhancement new normal François Granade normal Chris Nelson
#8780 Commit history not showing with bazaar repository StractisticsPlugin defect new normal normal jpcurrey@…
#8785 SideBar appears bottom of the page, not at side TicketSidebarProviderPlugin defect new normal normal the_crypt@…
#8786 display not only planned space of time as chart bar, but also really spent space of time TracJsGanttPlugin enhancement new normal Chris Nelson normal falkb
#8789 TypeError: 'NoneType' object is not subscriptable ScrumBurndownPlugin defect new normal daan normal chowell@…
#8790 wrong url in sitemap for tickets: prefix duplicate GoogleSitemapPlugin defect new normal Martin Scharrer normal Boris Savelev
#8794 $.format not defined WhiteboardPlugin defect new normal Olemis Lang normal john.tantalo@…
#8795 ticket number regex fails WhiteboardPlugin defect new normal Olemis Lang normal anonymous
#8798 Unhandled exception regarding subscribing DiscussionPlugin defect new normal normal trac@…
#8802 Add periodically mail delivery (like daily, weekly, etc.) AnnouncerPlugin enhancement new normal normal Franz
#8809 TypeError: 'NoneType' object is not iterable TicketExtPlugin defect assigned normal Takanori Suzuki normal David
#8810 Clicking SELECT ALL collapses / expands the code block CodeExampleMacro defect new normal normal Ryan J Ollos
#8815 Ability to delete multiple test cases TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal anonymous
#8816 Ability to cut, copy or delete an entire (sub)catalog TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal anonymous
#8819 Hide based on handler DynamicFieldsPlugin enhancement new normal normal anonymous
#8827 Allow left alignment (or inline style) for the box NewsFlashMacro enhancement new normal normal Ryan J Ollos
#8840 Overcome dependency to google charts (internet and data max. size limitations) EstimationToolsPlugin enhancement new normal Joachim Hoessler normal falkb
#8842 Request for a button to switch between wysiwyg and textarea TicketNavPlugin enhancement new normal Franz normal anonymous
#8848 Dialogs for inserting and editing TracLinks CkEditorPlugin enhancement new normal Itamar Ostricher normal Itamar Ostricher
#8849 Dialogs for inserting and editing macros CkEditorPlugin enhancement new normal Itamar Ostricher normal Itamar Ostricher
#8850 Support for tables CkEditorPlugin enhancement reopened normal Itamar Ostricher normal Itamar Ostricher
#8852 Include stylesheets in editor Wysiwyg-mode CkEditorPlugin enhancement reopened normal Itamar Ostricher normal Itamar Ostricher
#8853 renders formulas, even when there are no formulas TracMathJaxPlugin defect assigned normal Kamil Kisiel normal Martin
#8856 KeyError: 'name' WikiExportPlugin defect new normal Claudio Manuel Fernández Barreiro normal admin
#8857 Disable image pasting TracWysiwygPlugin defect new normal Jun Omae normal anonymous
#8860 Plugin changes status-radio-buttons on reload of page TracWysiwygPlugin defect new normal Jun Omae normal jjk
#8861 Update Joinable Groups section in Preference AnnouncerPlugin enhancement new normal normal evelyn.miller.hjc1@…
#8864 Put URL definitions in trac.ini file JavadocWikiMacro enhancement new normal Andi normal anonymous
#8874 Next test case button TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Jouko Korhonen
#8882 add support for comment management in xmlrpc plugin XmlRpcPlugin enhancement new normal osimons normal anonymous
#8883 Improving bug triage using "user pain" method Request-a-Hack enhancement new normal anybody normal david.bourguignon@…
#8885 Upload and embed images in editor mode CkEditorPlugin enhancement new normal Itamar Ostricher normal Itamar Ostricher
#8886 Toolbar should be available also in source mode CkEditorPlugin enhancement new normal Itamar Ostricher normal Itamar Ostricher
#8887 Add screenshots of integration to plugin wiki page CkEditorPlugin task new normal Itamar Ostricher normal Itamar Ostricher
#8888 Preview button in CKEditor should trigger Trac-preview CkEditorPlugin defect new normal Itamar Ostricher normal Itamar Ostricher
#8897 Validate on ticket type and match all statuses TicketValidatorPlugin enhancement new normal normal Reinhard Wobst
#8899 RSS feed doesn't follow component filter in Timeline TimelineComponentFilterPlugin defect new normal pdoup normal devscan
#8900 Add ability to articulate test plans on two dimensions, e.g. test cases and platforms TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Roberto Longobardi
#8901 support xlsx ExcelViewerPlugin enhancement new normal Christopher Lenz normal anonymous
#8902 Multiple projects would be cool DailyReminderScriptForTracScript enhancement new normal ethanole normal anonymous
#8926 [PATCH] configurable group_whitelist, systematic negation operation, mixed-case group names VirtualTicketPermissionsPlugin enhancement new normal normal Patrick Schaaf
#8929 Request for actions (maintainership status unknown) HtGroupEditorPlugin task new normal normal Steffen Hoffmann
#8933 [patch] Provide configurable crypt prefix AccountManagerPlugin enhancement new normal normal Mitar
#8935 How To Make it Work TracWikiMenuPlugin defect new normal Bangyou Zheng normal anonymous
#8952 Plugin not working due to table schema constraints BookmarkPlugin defect new normal yosiyuki major mrctrevisan
#8955 Better check for field types and use labels instead of keys TicketSubmitPolicyPlugin defect new normal obs normal anonymous
#8956 Chained Fields pull down lists not working in Internet Explorer 8.0 with Trac 0.12 TracTicketChainedFieldsPlugin defect new normal Richard Liao normal sue.sml2006@…
#8966 Scroll bar can be longer than vRightTable TracJsGanttPlugin defect new normal Chris Nelson normal Ryan J Ollos
#8967 Option to automatically size the table of task names TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#8979 [PATCH] macro config=xxx argument, trac.ini option lookup with inheritance TracJsGanttPlugin enhancement new normal Chris Nelson normal Patrick Schaaf
#8987 Color overdue tasks in red TracJsGanttPlugin enhancement assigned normal Chris Nelson normal Ryan J Ollos
#8989 Show nicer error message when there is a ticket with multiple parents TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#8991 autoindex = true doesn't work TracSuposePlugin defect new normal Bangyou Zheng normal Nelso G. Jost
#8994 How to only allow certain types? AttachFilterPlugin enhancement new normal Emmanuel Blot normal filipefagundes@…
#8996 Issue with PyAMF 0.6.x TracRpcProtocolsPlugin defect new normal Olemis Lang blocker Thijs Triemstra
#8997 Follow AcctMgr changes of password file config option TracUserSyncPlugin task new normal izzy normal Steffen Hoffmann
#9001 After login, user is redirected to project home page, not to viewed page TracCasPlugin defect new normal normal anonymous
#9010 Add macro options to show columns for fields.estimate and fields.worked TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#9015 [Patch] Show % complete for a milestone TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#9016 Macro to show number of hours left until a milestone's due date EstimationToolsPlugin enhancement new normal Joachim Hoessler normal Ryan J Ollos
#9033 PATCH: Graphvizplugin doesn't surround it's img tags by <p> like normal images in trac GraphvizPlugin defect new normal Peter Kropf normal Benoit Grégoire
#9035 [patch] allow removing output of other macros from included pages IncludeMacro enhancement new normal normal Benoit Grégoire
#9042 Display unscheduled tasks at the end of the milestone TracJsGanttPlugin enhancement assigned normal Chris Nelson normal Ryan J Ollos
#9055 Link shows also complete local path on server in a href tag (security issue) PhpdocPlugin defect new normal Robert Verspuy normal pkloud@…
#9080 Upload pic and insert it at the cursor postion TracDragDropPlugin enhancement new normal Jun Omae normal jeanvixue@…
#9084 missing burndown chart EstimationToolsPlugin defect new normal Joachim Hoessler normal smcbutler
#9087 Fixes and enhancements for this plugin GoogleAnalyticsIntegration defect new normal astei normal Dennis McRitchie <dmcr@…>
#9094 Configuration option for phpbb table prefixes PhpBbAuthPlugin enhancement new normal normal anonymous
#9103 Closed parents with open children ChildTicketsPlugin defect assigned normal Mark Ryan normal david.killick@…
#9111 if fields.start and fields.finish not set in trac.ini, use datetime of 'accepted' and 'closed' TracJsGanttPlugin defect new normal Chris Nelson normal falkb
#9116 Permanently Add/Remove users from Timeline Display TimelineUserFilterPlugin enhancement new normal Dave normal paulcarlisle@…
#9117 the items in custom field or trac default field disappear when it is disable TicketExtPlugin defect new normal Takanori Suzuki normal anonymous
#9118 DOWNLOAD_DELETE permission DownloadsPlugin enhancement new normal normal c.davydov@…
#9120 Automatic Population of Drop Down Lists Request-a-Hack enhancement new normal anybody normal Jonathan Cleaves
#9125 Warning: Failed write operation: cannot import name client BrowserSvnOperationsPlugin defect new normal Alex Willmer normal ksariash
#9126 Allow components to be disabled. Request-a-Hack enhancement new normal anybody normal Xtina
#9129 BackLinksMenuMacro does not work in Eclipse WikiEditorForEclipsePlugin defect new normal Ivan normal anonymous
#9130 ForceCommentPlugin does not work when committing from Eclipse WikiEditorForEclipsePlugin defect new normal Ivan normal mishra.anadi@…
#9131 New page creation should allow selection of template WikiEditorForEclipsePlugin enhancement new normal Ivan normal mishra.anadi@…
#9142 Show comments directly under blog entry in main view FullBlogPlugin enhancement new normal osimons normal ak@…
#9165 Allow estimation_field to be set as Macro attribute EstimationToolsPlugin enhancement new normal Joachim Hoessler normal asyn
#9172 [Patch] Change password LdapAuthnzPlugin enhancement new normal Larry Ruiz normal jvalteren@…
#9174 Option to put PageTitle at top of pdf for wikitopdf single page TracWikiToPdfPlugin defect new normal normal branson
#9181 ValueError: too many values to unpack Trac 0.12.2 ExoWebCodeReviewPlugin defect new normal normal anonymous
#9188 Having a section config section to use a Proxy server WebSequenceDiagramPlugin enhancement new normal normal Flyounet
#9189 TracListTicketsScript + mod_wsgi TracListTicketsScript defect new normal Quique normal anonymous
#9200 A Trac plugin for export of wiki pages/tickets to xml file PageToDocIntegration defect new normal markm normal grzesiu_mg@…
#9209 Milestone Linking, and custom column output. MilestoneQueryMacro enhancement new normal Nic Ferrier normal Luke
#9229 login pops-up for already authenticated users DuplicateTicketSearchPlugin defect new normal Ryan J Ollos major Adrian Herscu
#9232 Port SpreadSheetPlugin from TWiki to Trac Request-a-Hack enhancement new normal anybody normal trac-hacks@…
#9235 Allow the line numbers to be specified using TracLinks syntax CodeExampleMacro enhancement new normal normal Ryan J Ollos
#9237 if category is not set, use default category defined in trac.ini FullBlogPlugin enhancement new normal osimons normal falkb
#9253 Review account Attributes should allow to select by "sid" AccountManagerPlugin enhancement new normal normal Dirk Stöcker
#9262 Error: Page tree does not exist TocMacro defect new normal normal christoph.ruediger@…
#9271 Using the Color Macro on Wiki Links WikiExtrasPlugin enhancement new normal Mikael Relbe normal Benjamin Lau
#9273 trac return 500 error when the request has no Accept-Language header TicketExtPlugin defect new normal Takanori Suzuki normal anonymous
#9274 rename fields based on ticket type DynamicFieldsPlugin enhancement new normal normal anonymous
#9276 Add additional options for other attachment types and actions AttachmentPolicyPlugin enhancement new normal Franz normal David.Byrne@…
#9279 start date in chart different to set start date in ticket TracJsGanttPlugin defect new normal Chris Nelson normal falkb
#9280 AttributeError: 'NoneType' object has no attribute 'bands' GraphvizPlugin defect new normal normal anonymous
#9286 Only first update of Form works, all others fail TracFormsPlugin defect new normal normal tracformsTrachacks@…
#9288 CamelCase word at testcase/catalog name TestManagerForTracPlugin defect new normal Roberto Longobardi normal podskalsky
#9290 calendar vs milestones ? TracJsGanttPlugin task assigned normal Chris Nelson normal d.e.serbin@…
#9295 allow easier configuration TracTicketChainedFieldsPlugin enhancement new normal Richard Liao normal anonymous
#9298 mark some entries as the default TracTicketChainedFieldsPlugin defect new normal Richard Liao normal anonymous
#9299 Add support for citations like with CiteMacro CiteMacro enhancement new normal Louis Cordier normal Davide Cavestro
#9300 Tickets with parent don't layout chronologically TracJsGanttPlugin defect assigned normal Chris Nelson normal Ryan J Ollos
#9302 interaction with TracSectionEdit causes Initialize errors NumberedHeadlinesPlugin defect new normal Martin Scharrer normal jeffrey.guy.lyon@…
#9303 Shorten process to edit component properties ComponentsProcessorMacro enhancement new normal Terry Brown normal Adrian Fritz
#9397 Include tickets that have a version but not a milestone in the progress of the version ExtendedVersionPlugin enhancement new normal Malcolm Studd normal Lucas Rangit MAGASWERAN
#9442 Don't show tickets with "negative" resolutions in the chart TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#9443 [Patch] Milestones with no due date are shown one day late TracJsGanttPlugin defect assigned normal Chris Nelson normal Ryan J Ollos
#9500 deleting tickets leaves work_log table entries pointing to nonexistant ticket WorkLogPlugin defect new normal normal anonymous
#9502 set_field_to_value AdvancedTicketWorkflowPlugin enhancement accepted normal Ryan J Ollos normal anonymous
#9506 Having public accessible profile page UserManagerPlugin enhancement new normal normal Mehdi Sadeqi
#9509 with IE9: chart doesn't resize to web page width TracJsGanttPlugin defect assigned normal Chris Nelson normal falkb
#9513 No way to hide content from printing in WikiPrint? TracWikiPrintPlugin defect new normal normal anonymous
#9518 The plugin deletes all comments in the authz_file SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal gdherbom@…
#9524 AttributeError: 'NoneType' object has no attribute 'strip' RecaptchaRegisterPlugin defect new normal Alejandro J. Cura normal ftoledo@…
#9535 Can't handle collaborative working TracJsGanttPlugin defect new normal Chris Nelson major Robert Inder
#9536 ReplyToTicket fails to recognize replies to tickets if trac.ini contains a custom ticket_subject_template MailToTracPlugin defect new normal Olivier ANDRE normal Olivier ANDRE
#9543 TimelineCheckinFilterPlugin fails with trac 0.12 (fix included) TimelineCheckinFilterPlugin defect new normal Dave normal michaelb@…
#9562 [1.1dev] Wrong rendering when entering link manually CkEditorPlugin defect new normal Itamar Ostricher normal Franz
#9563 [1.1dev] Escaping Words is not working after saving CkEditorPlugin defect new normal Itamar Ostricher normal Franz
#9564 [1.1dev] Incorrect use of numeration CkEditorPlugin defect new normal Itamar Ostricher normal Franz
#9574 Reduce (or eliminate) errors when renaming a "tag". TagsPlugin enhancement new normal minor Adrian Fritz
#9586 [1.1dev] Wiki-Links are not saved after edit CkEditorPlugin defect new normal Itamar Ostricher major Franz
#9597 Add another possible field state (to visible or hidden): read-only DynamicFieldsPlugin enhancement new normal normal Steffen Hoffmann
#9601 Add a quick-start right into the source-tree LdapPlugin enhancement new normal Emmanuel Blot normal lazaridis_com
#9603 Maintainership of the Growl Plugin GrowlPlugin defect new normal Emmanuel Blot normal Aurélien Bauchet
#9607 Enable inline usage LatexMacro enhancement new normal jeangui normal anonymous
#9614 Permission - no full admin TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Patrick Little
#9622 ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1") SumStatsPlugin defect new normal normal laurynas.riliskis@…
#9624 Constrain to certain ticket types? VotePlugin enhancement new normal Ryan J Ollos normal anonymous
#9628 BranchTimelinePlugin fails with trac 0.12 (fix included) BranchTimelinePlugin enhancement new normal aviram normal ft@…
#9631 Show table with datatable TracCsvPlugin enhancement new normal Bangyou Zheng normal Bangyou Zheng
#9640 I can't reference a field using the subcontext from the ticket TracFormsPlugin enhancement new normal major cobra
#9643 Add default sorting to CC selector plugin CcSelectorPlugin enhancement assigned normal Dirk Stöcker trivial grimmdude
#9648 Miscellaneous refactoring and minor clean ups TracJsGanttPlugin defect assigned normal Chris Nelson normal Chris Nelson
#9661 XmlRpc interface DownloadsPlugin enhancement new normal normal Ryan J Ollos
#9662 MailToTracPlugin can only handle text/plain emails? MailToTracPlugin defect new normal Olivier ANDRE critical anonymous
#9664 Support for agilo tickets WorkLogPlugin enhancement new normal normal chense
#9665 Visualization problem with Internet Explorer VisualizationPlugin defect new normal major anonymous
#9666 Is it possible to account for close date? TracJsGanttPlugin enhancement new normal Chris Nelson normal dinu
#9667 Feature to auto-scroll gantt TracJsGanttPlugin enhancement assigned normal Chris Nelson normal dinu
#9668 Hide completed tasks? TracJsGanttPlugin enhancement new normal Chris Nelson normal anonymous
#9670 unable to view grid/text tab for workfloweditor plugin WorkflowEditorPlugin defect reopened normal Takanori Suzuki normal Sandeep Nadkarni
#9671 Extract single user profile properties via UserProfilesList macro of UserManagerPlugin UserManagerPlugin enhancement new normal normal Frank T.
#9678 Problem with the menu when using the CMTeknik theme FaqPlugin defect new normal Roberto Longobardi normal dinel@…
#9679 Patch to add support for DTEND IcalViewPlugin enhancement new normal Xavier Pechoultres normal branson
#9690 "mustmatch = True" Not working KeywordSuggestPlugin defect new normal normal wberry@…
#9691 Dependencies from MasterTickets not handled correctly for "goal=" TracJsGanttPlugin defect assigned normal Chris Nelson normal Chris Nelson
#9692 [Patch] Use multi-tag separator from KeywordSuggestPlugin when installed TagsPlugin enhancement new normal normal Itamar Ostricher
#9696 [Patch] Don't force the trailing hashes to be added NumberedHeadlinesPlugin enhancement new normal Martin Scharrer normal Ryan J Ollos
#9705 In ALAP scheduling, today is not a valid end date if no dates are assigned TracJsGanttPlugin defect new normal Chris Nelson normal Chris Nelson
#9717 Pick up mime type from repository CodeExampleMacro enhancement new normal normal Ian Lewis
#9724 schedule=asap: Partially completed tasks should have unworked hours starting today TracJsGanttPlugin defect new normal Chris Nelson normal falkb
#9733 When preview_whole_page is true, auto-refresh of side-by-side edit mode results in preview of the section only SectionEditPlugin defect new normal normal Ryan J Ollos
#9748 User can't leave quite mode in IE (was: Persistent quiet mode) QuietPlugin enhancement new normal normal Ryan J Ollos
#9750 Preview button WikiReplacePlugin enhancement new normal Gasler Radu normal Ryan J Ollos
#9752 Should be upgraded to jQuery UI 1.8.16 so that it doesn't conflict with DateFieldPlugin WorkLogPlugin enhancement new normal normal Ryan J Ollos
#9759 Static resources shouldn't be loaded for every page TracJsGanttPlugin enhancement new normal Chris Nelson normal Ryan J Ollos
#9761 how can I use LDAP groups in authzpolicy.conf file of fine grained permission? LdapPlugin enhancement new normal Emmanuel Blot normal falkb
#9771 burndown chart query returns 0 rows when milestone has a ':' in it. EstimationToolsPlugin defect new normal osimons normal jcole@…
#9775 Hack for show tickets age Request-a-Hack enhancement new normal anybody normal slevin@…
#9777 Kerberos support TracWikiPrintPlugin defect new normal normal raubvogel@…
#9782 attachments list QuickTicketPlugin task new normal Ben Miller normal anonymous
#9784 Hours to do on chart not over weekends TracJsGanttPlugin defect new normal Chris Nelson normal benjamin.vonlanthen@…
#9801 No handlers could be found for logger "ho.pisa" TracWikiPrintPlugin defect new normal trivial Sebuz
#9802 TypeError: argument 3 must be string or read-only buffer, not None LdapPlugin defect new normal Emmanuel Blot normal falkb
#9814 Change license to BSD for compatibility with Trac core NumberedHeadlinesPlugin task new normal Martin Scharrer normal Ryan J Ollos
#9816 TracMathJaxPlugin compatibility (Latex rendering) TracWikiPrintPlugin enhancement new normal normal Sebuz
#9826 The uploaded column should display on a single line unless the page is too narrow DownloadsPlugin defect new normal normal Ryan J Ollos
#9832 Nothing displayed. Always sends sample data TracJsGanttPlugin defect new normal Chris Nelson normal taddock@…
#9835 Sensitive checkbox should be hidden for users who aren't allowed to check it SensitiveTicketsPlugin defect new normal normal Daniel Kahn Gillmor
#9837 formulas (png-files) not shown in created pdf-pages LatexFormulaMacro defect new normal Valient Gough normal anonymous
#9838 NameError: global name 'fieldname' is not defined TracJsGanttPlugin defect assigned normal Chris Nelson normal didley@…
#9846 Trac groups or users is not propagated in authz files SvnAuthzAdminPlugin defect new normal Ryan J Ollos normal anonymous
#9847 Branchname error with Trac 0.13dev, rev 10976 RevtreePlugin defect new normal Emmanuel Blot normal rverchere@gmail.com
#9850 Cannot get MailToTracPlugin to parse mail correctly MailToTracPlugin defect new normal Olivier ANDRE normal mehmet.avcioglu@…
#9861 Author not validated on message creation DiscussionPlugin defect new normal normal Radek Bartoň
#9866 [patch] enable replacement of $USER with username IncludeMacro enhancement new normal normal Benjamin Lau
#9868 Error: Macro TicketTree() failed coercing to Unicode: need string or buffer, NoneType found TicketTreePlugin defect new normal Roberto Longobardi normal anonymous
#9869 Add a parameter to control visibility of the downloads DownloadsPlugin enhancement new normal normal Ryan J Ollos
#9870 Store file checksum in database DownloadsPlugin enhancement new normal normal Ryan J Ollos
#9874 PdfImg macro runs with 100% cpu load PdfImagePlugin enhancement new normal ursaw critical falkb
#9875 calling PdfImg macro for PDF files of many pages takes very long PdfImagePlugin enhancement new normal ursaw major falkb
#9881 Support also tickets with no cases TicketToSalesforcePlugin enhancement new normal Chris Wolf normal Shai Berger
#9883 Can't insert a macro within the FootNote macro text FootNoteMacro defect new normal normal Ryan J Ollos
#9886 Right/left/center justify table cells TracWysiwygPlugin defect new normal Jun Omae normal anonymous
#9891 Fails on pages where title markup is present but are not titles SectionEditPlugin defect new normal normal alex
#9892 Problem with TracJsGanttPlugin - no gantt TracJsGanttPlugin defect reopened normal Chris Nelson normal anonymous
#9902 Repositories tags TagsPlugin enhancement new normal normal chris.burroughs@…
#9904 TracCron problem with multiple environment(projects) trac setup TracCronPlugin defect new normal normal kiran.inaganti@…
#9922 Add display filter option TracJsGanttPlugin enhancement new normal Chris Nelson normal Chris Nelson
#9923 tracscheduler plug-in is not working TracSchedulerPlugin defect new normal Richard Liao normal anonymous
#9924 Display Team Calendar as a calendar TeamCalendarPlugin enhancement new normal Chris Nelson normal Chris Nelson
#9926 query for root and milestone TracJsGanttPlugin enhancement new normal Chris Nelson normal didley@…
#9928 Parameter openLevel works not TracJsGanttPlugin defect new normal Chris Nelson normal didley@…
#9935 Doesn't refresh PNG which substitutes the expanded macro DiaVisViewPlugin defect new normal critical root@…
#9936 Sticky Formatting & header fields StickyTicketPlugin enhancement new normal Jun Omae normal Richard
#9947 Integrate functionality of FineGrainedPageAuthzEditorPlugin AccountManagerPlugin enhancement new normal normal Ryan J Ollos
#9950 easy_install not available TestManagerForTracPlugin defect new normal Roberto Longobardi minor anonymous
#9969 Button font size is not using standard set in css.ticket for inlinebuttons TicketCreateButtonsPlugin defect new normal Chris Nelson normal wberry@…
#9975 Dates are in UTC time zone. NoticePublisherPlugin defect assigned normal Roberto Longobardi normal rzhidalgo@yahoo.com
#9976 Internal error with Postgresql database. FaqPlugin defect assigned normal Roberto Longobardi normal rzhidalgo@yahoo.com
#9981 [PATCH] SQL injection vulnerability patch for TracDownloads DownloadsPlugin defect new normal normal Aleksi Hanninen
#9983 Exclude filter for display doesn't work & Parent ticket should be always on Top of it's childs TracJsGanttPlugin enhancement assigned normal Chris Nelson normal Rochi
#9998 Set rule would benefit from the append option DynamicFieldsPlugin enhancement new normal normal wberry@…
#9999 Filter for milestone doesn't work with umlauts TracJsGanttPlugin defect assigned normal Chris Nelson normal Rochi
#10000 Allow to edit the screenshot before attaching ScreenshotPastePlugin enhancement new normal Roberto Longobardi normal anonymous
#10019 Add support for function/member link targets JavadocWikiMacro enhancement new normal Andi normal elb@…
#10026 When start is empty, auto set start from blocked/predecessors. TracJsGanttPlugin enhancement new normal Chris Nelson normal jiunshian@…
#10030 Signing Wikis or Tickets CryptoPlugin enhancement new normal normal uros@…
#10035 Reviewer + Code Comments CodeReviewerPlugin enhancement new normal normal Krzysztof Antczak
#10039 TypeError: 'NoneType' object is unsubscriptable SvnsyncPlugin defect new normal Christof Hanke normal admin
#10046 Using views with different time periods will fail ResourceReservationPlugin defect new normal Roberto Longobardi normal anonymous
#10048 Submit using two macros on one wiki page ResourceReservationPlugin defect new normal Roberto Longobardi normal anonymous
#10052 Exception logging in XML-RPC and JSON-RPC is different XmlRpcPlugin defect new normal osimons normal Karl
#10056 Removing users without group SqlFlexibleAuthStorePlugin defect new normal Dolf Andringa normal czarnymb
#10057 IntegrityError: (1062, "Duplicate entry 'name' for key 'username'") SqlFlexibleAuthStorePlugin defect new normal Dolf Andringa normal czarnymb
#10063 Mishandling of UTF-8 GridFlowPlugin defect new normal dgc normal Étienne BERSAC
#10069 Add function to load user template via url parameter TracTicketTemplatePlugin enhancement new normal Richard Liao normal memartin
#10070 Include ticket comments IncludeMacro enhancement new normal normal Ryan J Ollos
#10073 Selecting tickets by component or owner TracTicketStatsPlugin enhancement new normal normal barthing@…
#10079 LDAP login status and impossible logout AccountManagerPlugin enhancement new normal normal Annakan
#10089 project-related timeline page filtering of wiki changes SimpleMultiProjectPlugin enhancement new normal normal falkb
#10093 "Many content-Length headers" error received when posting a comment AddCommentMacro defect new normal osimons normal anonymous
#10109 all images in crystal_project\16x16 are not displayed ProjectPlanPlugin defect new normal major falkb
#10111 output with special characters (help or feature request) ShellExampleMacro enhancement new normal Nathaniel Madura normal ctrudeau chr(64) arsensa.com
#10118 RPC support IrcLogsPlugin task new normal normal anonymous
#10121 Add a RecentPastes macro TracPastePlugin enhancement new normal normal Ryan J Ollos
#10127 [PATCH] if the milestone due date is the only given date at all, ALAP scheduling must use it as end date of last successor ticket TracJsGanttPlugin defect new normal Chris Nelson major falkb
#10129 Multiple job_url/main_page support HudsonTracPlugin enhancement assigned normal Dirk Stöcker normal Shawn Baker
#10132 Implementation with TracHoursPlugin WorkLogPlugin defect new normal normal V.Cejka@…
#10147 Setting category via custom field, not title TicketTreePlugin enhancement new normal Roberto Longobardi normal the_crypt@…
#10152 Localization / translation support (L10N) SimpleMultiProjectPlugin enhancement new normal normal falkb
#10153 Create separated i18n domain for plugin messages DiscussionPlugin enhancement new normal normal anonymous
#10155 Autocomplete fields on the custom query page AutocompleteUsersPlugin enhancement reopened normal Ryan J Ollos normal Ryan J Ollos
#10168 mail2trac: accept any subject with a ticket number in it (update feature) MailToTracPlugin enhancement new normal Olivier ANDRE normal michelbriand@…
#10175 Macro to show build status HudsonTracPlugin enhancement assigned normal Dirk Stöcker normal Ryan J Ollos
#10176 Should allow editing of text areas GridModifyPlugin enhancement new normal normal anonymous
#10177 Get keywords from a wiki page TracKeywordsPlugin enhancement assigned normal clemens normal Ryan J Ollos
#10188 simple import failed TicketImportPlugin defect reopened normal François Granade major falkb
#10194 Cannot update a ticket using trac.ticket.model.save_changes with both a 'comment' and a 'when' field. MasterTicketsPlugin defect new normal Ryan J Ollos normal François Granade
#10195 Add ticket lifetime to ticket statistics TracStatsPlugin enhancement new normal mrjbq7 minor ruediger.kupper@…
#10206 Duplicate column name "comment" WorkLogPlugin defect new normal normal roberts.noah@…
#10209 Add attachment menu is visible if a wiki page is read-only TracDragDropPlugin defect new normal Jun Omae normal didley@…
#10212 Flag deleted paths SvnAuthzAdminPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#10216 "Error" dialog can appear QuietPlugin defect new normal normal Ryan J Ollos
#10219 [patch] bring searchattachments plugin to a working state SearchAttachmentsPlugin defect new normal normal jholg
#10223 features from existing paste sites TracPastePlugin enhancement new normal Michael Renzmann normal ultramage
#10227 Bookmark plugin should protect add and delete operations BookmarkPlugin defect new normal Ryan J Ollos major Jun Omae
#10232 Expose the LDAP bind functionality LdapPlugin defect new normal Emmanuel Blot normal anonymous
#10234 Support storing calculated schedule TracJsGanttPlugin enhancement new normal Chris Nelson normal Chris Nelson
#10238 Plugin causing HTMLParseError TracDownloaderPlugin defect new normal Petr Škoda normal anonymous
#10250 RFE: dedicated "stopwatch" page TimingAndEstimationPlugin defect new normal Russ Tyndall normal Sam Halliday
#10258 Support alternative syntax TracMathJaxPlugin defect new normal Kamil Kisiel normal Sam Halliday
#10259 not just for Owner of issue WorkLogPlugin enhancement new normal normal Sam Halliday
#10261 Delete, edit and create work logs WorkLogPlugin enhancement new normal normal Sam Halliday
#10265 Slimtimer-like functionality WorkLogPlugin enhancement new normal normal Sam Halliday
#10267 Autocomplete for blocks/blocking fields MasterTicketsPlugin enhancement new normal Ryan J Ollos normal Sam Halliday
#10268 Example use case MacroPostPlugin defect new normal normal Sam Halliday
#10269 Implement the IAccountRegistrationInspector CaptchaAuthPlusPlugin task new normal gstkein normal Steffen Hoffmann
#10270 Implement the IAccountRegistrationInspector QuestionRegisterPlugin task new normal boamaod normal Steffen Hoffmann
#10274 Tag wiki pages with ticket fields TagsPlugin enhancement new normal normal Sam Halliday
#10289 [Patch] action.set_owner gets reset on save WorkflowEditorPlugin defect new normal normal mfwhite5@…
#10291 Integrate plugin with MultipleWorkflowPlugin TracWorkflowAdminPlugin enhancement new normal Jun Omae normal Chris Bush
#10311 in ASAP mode: end date of ticket 1 is after start date of ticket 2 although 2 depends on 1 TracJsGanttPlugin defect new normal Chris Nelson normal falkb
#10332 The backlog field is not a drop-down list in Trac 1.0 BacklogPlugin defect new normal normal Ryan J Ollos
#10333 Implement administration panel for backlogs BacklogPlugin enhancement new normal normal Ryan J Ollos
#10343 hide groups if all grouped fields are hidden GroupTicketFieldsPlugin enhancement new normal thomasd normal anonymous
#10350 Custom query integration ExtendedVersionPlugin enhancement new normal Malcolm Studd normal Grayside
#10351 Feature to parse Custom Ticket fields and Custom Statuses MailToTracPlugin enhancement new normal Olivier ANDRE normal prav
#10359 Rename to JiraImportScript JiraToTracIntegration task new normal Thijs Triemstra normal Ryan J Ollos
#10363 Support for Word 10 and later formats? DocRenderPlugin enhancement new normal Boris Savelev normal Ryan J Ollos
#10366 Page outline not displayed properly IncludeMacro defect new normal normal anonymous
#10393 POST data is lost after redirect PermRedirectPlugin defect new normal ejucovy normal ejucovy
#10396 Set up a functional test suite TracBacksPlugin task new normal ejucovy normal ejucovy
#10414 tags not inherited correctly ParametrizedTemplatesPlugin defect new normal normal Sam Halliday
#10419 Usernames in comments not updated RenameUserPlugin defect new normal Martin Scharrer normal Sam Halliday
#10420 SVN commit log analysis in the new post-commit-hook world TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal Sam Halliday
#10431 xfig fig show in trac Request-a-Hack defect new normal anybody normal Gang
#10439 AttributeError: 'NoneType' object has no attribute 'get_path_url' after enabling ContextMenuPlugin.* ContextMenuPlugin defect new normal blocker Matthew.Wild@…
#10448 `Wiki Link (to copy)` should copy to clipboard ContextMenuPlugin enhancement new normal normal Ryan J Ollos
#10464 Accepting a ticket leaves it unowned. GridModifyPlugin enhancement new normal normal tom.knight@…
#10469 [patch] Add a "skip this cell" pseudo-field GroupTicketFieldsPlugin enhancement reopened normal thomasd normal Chris Nelson
#10470 Can't move radio buttons GroupTicketFieldsPlugin defect new normal thomasd normal Chris Nelson
#10480 Move Depgraph link from context navigation to field label MasterTicketsPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#10489 Provide a link for deleting PDF attachments PdfRedirectorPlugin enhancement new normal Nicholas Bergson-Shilcock normal Ryan J Ollos
#10490 installation instructions refer to non-existent mail2trac script MailToTracPlugin defect new normal Olivier ANDRE normal richard.lyders@…
#10533 Attachments box disclosure triangle disappears TracAjaxCommentsPlugin defect new normal branson minor eric@…
#10550 graphviz plugin throws an error when rendering an output type of svgz GraphvizPlugin defect new normal Christian Boos normal Daniel Kahn Gillmor
#10553 Allow ticket hours to be reported to RSS/CSV TracHoursPlugin enhancement assigned normal EmeCas normal Ryan J Ollos
#10554 Text field should be clarified as either minutes or fractional hours. TracHoursPlugin enhancement assigned normal EmeCas normal Ryan J Ollos
#10570 Link test cases to components TestManagerForTracPlugin defect new normal Roberto Longobardi normal abcmanxxx@…
#10571 Wrong date format and missing date picker in test stats TestManagerForTracPlugin defect new normal Roberto Longobardi normal anonymous
#10575 Avatar for Whiteboard WhiteboardPlugin enhancement new normal Olemis Lang normal anonymous
#10578 Display Path for TestCaseInPlan TestManagerForTracPlugin defect new normal Roberto Longobardi normal abcmanxxx@…
#10579 [PATCH] colorBy=status should use fixed colours TracJsGanttPlugin enhancement new normal Chris Nelson normal falkb
#10580 Optimized resource leveling (if there are ticket dependencies) TracJsGanttPlugin enhancement new normal Chris Nelson normal falkb
#10589 partially completed tasks should be remainghours long TracJsGanttPlugin defect new normal Chris Nelson normal maikb
#10604 last status change in custom query Request-a-Hack enhancement new normal anybody normal anonymous
#10605 MasterTicketsPlugin breaks commit_updater MasterTicketsPlugin defect new normal Ryan J Ollos normal trac-hacks@…
#10609 ldap-plugin should handle a list of user- and group-dn LdapPlugin enhancement new normal Emmanuel Blot normal richard.baldauf@…
#10614 [PATCH]: Formulardetails list not time-sorted TracFormsPlugin enhancement new normal normal falkb
#10621 Send only one notification when a blog post is deleted AnnouncerPlugin enhancement new normal normal Ryan J Ollos
#10623 [patch] use excel cell type standard for cols with long text content, character replacement ExcelDownloadPlugin enhancement new normal Jun Omae normal jholg
#10626 Calendar field for dates always displays DD/MM/YYYY, regardless of plugin settings ProjectPlanPlugin defect new normal normal Adam Dorsey - NOAA Affiliate
#10627 Subscriber for milestones AnnouncerPlugin enhancement new normal normal Ryan J Ollos
#10638 Create "Table of Contents" based on URL TocMacro enhancement new normal osimons normal tsari
#10640 save changes does not work WhiteboardPlugin defect new normal Olemis Lang normal jkey@…
#10646 Only works with default ticket workflow WorkLogPlugin defect new normal major bubba
#10649 who and when of last changes in tooltip TracFormsPlugin enhancement new normal normal falkb
#10660 Bug recognizing case of ticket type on Russian ChildTicketsPlugin defect new normal Mark Ryan minor anonymous
#10661 Add support to email notification when a new review/comment is added CodeReviewerPlugin enhancement new normal normal afurlan@…
#10663 Support extra workflow operations TracWorkflowAdminPlugin enhancement new normal Jun Omae normal Guillaume Brocker
#10665 execute() takes at least 2 arguments (1 given) TracJsGanttPlugin defect new normal Chris Nelson normal didley@…
#10670 Use phpBB3 session to find log in PhpBbAuthPlugin enhancement new normal normal Rob Emanuele
#10676 StaticEmailDecorator doesn't modify recipient list (RCPT TO) AnnouncerPlugin defect new normal normal anonymous
#10679 Checkbox to force user to change their password on first login AccountManagerPlugin enhancement new normal normal Ryan J Ollos
#10683 Ability to record multiple successive occurrences of the same test case status TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Roberto Longobardi
#10685 TagCloud display of subsets (enhanced faceted search) TagsPlugin enhancement new normal normal anonymous
#10697 datetime of closed should set implicit enddate of ticket (if not explicitely given) TracJsGanttPlugin enhancement new normal Chris Nelson normal falkb
#10717 Closed tickets are scheduled to future with resource leveling TracJsGanttPlugin defect new normal Chris Nelson normal anonymous
#10735 Uses depreciated AccountManagerPlugin options MultiProjectCommitTicketUpdaterPlugin defect assigned normal Ruth Trevor-Allen normal Steffen Hoffmann
#10738 XmlRpcPlugin does not respect ITicketManipulators XmlRpcPlugin enhancement reopened normal osimons normal Rob Emanuele
#10747 Allow accounts to be created from the command line AccountManagerPlugin enhancement new normal normal Ryan J Ollos
#10752 Confirmation shown when refreshing page after form interactions AccountManagerPlugin defect new normal normal Ryan J Ollos
#10755 Implement group toggling behavior for checkboxes on Account: Cleanup page AccountManagerPlugin enhancement new normal normal Ryan J Ollos
#10756 Clash with BackLinksMacro WikiExtrasPlugin defect new normal Mikael Relbe normal anonymous
#10757 Plugin is unable to read standard format .authz files SvnAuthzAdminPlugin defect new normal Ryan J Ollos blocker anonymous
#10758 Compress Linear Change History RevtreePlugin enhancement new normal Emmanuel Blot normal bewst
#10764 Not able to create new TestPlans with 1.5.2 and Trac 0.12 and PostgreSQL TestManagerForTracPlugin defect assigned normal Roberto Longobardi normal michael.kroell@…
#10770 Add configuration option for image type of workflow diagram TracWorkflowAdminPlugin enhancement new normal Jun Omae normal Stephan Wurm
#10773 history of changes WikiFormsPlugin enhancement new normal normal falkb
#10777 TypeError: Incorrect padding after enabling the plugin HttpAuthPlugin defect assigned normal txcraig critical Rafael
#10782 Move data models to model.py PeerReviewPlugin task assigned normal Cinc-th normal Ryan J Ollos
#10787 add email notification when just the form has changed in the database TracFormsPlugin enhancement new normal major falkb
#10789 General Wiki Announcements can misbehave because spaces AnnouncerPlugin enhancement new normal minor Vlad-Mihai Sima
#10794 Add an Option for repos to ignore MultiRepoSearchPlugin enhancement new normal ejucovy major ejucovy
#10801 Import from CSV should validate input and allow dry run of the import job TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Roberto Longobardi
#10804 Expand SortMilestoneVersion to cover Custom Query milestone field TicketNavPlugin enhancement new normal Franz normal joshua@…
#10805 Remove empty sub catalogs from test plan TestManagerForTracPlugin enhancement accepted normal Roberto Longobardi normal anonymous
#10815 sort by alpha option ListOfWikiPagesMacro enhancement new normal Martin Scharrer normal paulcoddington@…
#10821 Ticket submit should trigger form update TracFormsPlugin enhancement new normal normal djones@…
#10824 Project filter not used in ICalendar export SimpleMultiProjectPlugin enhancement new normal normal gdo@…
#10825 dot error if icons not set ProjectPlanPlugin defect new normal normal Jesper Saxtorph
#10826 Authorization errors when authenticating via XmlRpc AccountManagerPlugin defect new normal normal Ryan J Ollos
#10827 Obscure authentication scheme AccountManagerPlugin defect new normal normal anatoly techtonik
#10844 Add a recipe for notifying the ticket's new owner WorkflowNotificationPlugin task new normal ejucovy normal ejucovy
#10859 Error: Macro DiaVisView(net_diagram2.2.dia) failed No such file or directory DiaVisViewPlugin defect new normal normal anonymous
#10861 Develop rules that govern code contributions TracHacks task new normal normal Ryan J Ollos
#10862 Show versions on the Roadmap ExtendedVersionPlugin enhancement new normal Malcolm Studd normal stefgers
#10868 gvrender renders only black box.. ProjectPlanPlugin defect new normal normal ios@…
#10879 Change heuristic to determine the start date of a milestone SumStatsPlugin defect new normal normal Filipe Correia
#10880 problems with svn commit hooks TracCronPlugin defect new normal normal anonymous
#10892 Project wide templates dont have possiblity to have owner assigned by template TracTicketTemplatePlugin enhancement new normal Richard Liao normal susundberg@…
#10899 Bug on query results SumStatsPlugin defect new normal normal Filipe Correia
#10902 Unifiy user rename function in AccountManagerPlugin RenameUserPlugin task new normal Martin Scharrer normal Steffen Hoffmann
#10904 Components and Version filtering not working in Screenshots view. ScreenshotsPlugin defect new normal normal jrspruitt@…
#10911 Add tag cloud right under "keywords" field in tickets TagsPlugin enhancement new normal normal Martin
#10915 Configuration to use TimingAndEstimationPlugin fields EstimationToolsPlugin enhancement new normal Joachim Hoessler normal paolo@…
#10921 Plugin needs a license TracSnapPlugin task new normal Sarah Strong normal Ryan J Ollos
#10929 Allow pastes to be edited TracPastePlugin enhancement new normal normal ejucovy
#10933 HTML: link substitution/export as an archive TracWikiPrintPlugin enhancement new normal normal hopfrog@…
#10937 Weird results when using planned_finish TracJsGanttPlugin defect new normal Chris Nelson normal tommy.wallberg@…
#10947 Version date internationalization ExtendedVersionPlugin defect new normal Ryan J Ollos normal George.Fatkin@…
#10956 Macro TracJSGanttChart fails when using Trac 1.1.1's date ticket fields TracJsGanttPlugin defect new normal Chris Nelson normal jspohr@…
#10960 Show History fails WikiEditorForEclipsePlugin defect new normal Ivan normal anonymous
#10963 Milestone names with diacritics raise exceptions SumStatsPlugin defect new normal major Filipe Correia
#10965 Add a macro for displaying the dependency graph MasterTicketsPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#10967 Links to numbered headings NumberedHeadlinesPlugin enhancement new normal Martin Scharrer normal Joshua Lamorie
#10970 How to activate theme? LighterTheme defect reopened normal ejucovy normal wcz@…
#10979 Save changed: not working WhiteboardPlugin defect new normal Olemis Lang critical ciccio@…
#10985 The login page does not forward eventual arguments to the referer AccountManagerPlugin defect new normal normal Lele Gaifax
#10987 Ability to display tickets based on ticket's changetime WikiCalendarMacro enhancement new normal normal gribovm@…
#10990 Deprecate this in favor of TracIniAdminPanelPlugin IniAdminPlugin task new normal Jun Omae normal Dirk Stöcker
#10997 Macro is not thread-safe CodeExampleMacro defect new normal normal Ryan J Ollos
#11003 Add a ConfigSection AccountManagerPlugin enhancement new normal normal Dirk Stöcker
#11012 Automatically insert footnotes at end of page FootNoteMacro enhancement new normal normal Michael Schwarz
#11017 If accidentally create a form with two input fields with the same ID, after first edit it fails to load the page TracFormsPlugin defect new normal normal sylvix.dh@…
#11019 [patch] support intertrac link prefixes containing underscores (0.12) TracWysiwygPlugin defect new normal Jun Omae normal jholg
#11040 Macro does not work any more - needs upgrade to Google Maps API version 3 GoogleMapMacro defect assigned normal Martin Scharrer normal robin.pellatt@…
#11059 pDate is null Javascript error TracJsGanttPlugin defect assigned normal Chris Nelson normal wrobel.przemyslaw@…
#11061 Cannot batch modify tickets TracJsGanttPlugin defect new normal Chris Nelson normal wrobel.przemyslaw@…
#11063 Allow effective passing of URL parameters to /newticket CondFieldsGenshiPlugin enhancement new normal Reinhard Wobst normal Steffen Hoffmann
#11075 Failure to update multiple dependencies: IntegrityError: columns ticket, time, field are not unique MasterTicketsPlugin defect new normal Ryan J Ollos normal DaveB
#11077 css making half of the content hidden under blank block ExplorerTheme defect new normal wolfisch normal mylo@…
#11080 Evaluate effect of CVE-2012-0845 on this plugin IrcAnnouncerPlugin task new normal mitsuhiko normal Steffen Hoffmann
#11081 AssertionError moving to page 3 on the Configuration Wizard AccountManagerPlugin defect new normal normal Ryan J Ollos
#11084 PATCH: better resize the chart to be smaller than to overlap other page elements TracJsGanttPlugin defect new normal Chris Nelson normal falkb
#11107 Trac Wiki to HTML Script Fails with Links TracWikiToHtmlConverterScript defect new normal coldpizza normal anonymous
#11116 TypeError: not all arguments converted during string formatting TracDownloaderPlugin defect new normal Petr Škoda normal daikuei
#11117 Notes about T1 RA branch ProjectPlanPlugin enhancement new normal normal Matthias
#11119 Strip whitespace from macro arguments AccountManagerPlugin enhancement new normal normal Ryan J Ollos
#11121 LDAP with 2 Active Directory nodes (2 DC) LdapPlugin defect new normal Emmanuel Blot normal Giuseppe Ursino
#11122 problems with DiaVisView Images OdtExportPlugin enhancement new normal Aurélien Bompard normal anonymous
#11125 OSError: [Errno 13] Permission denied DocRenderPlugin defect new normal Boris Savelev normal anonymous
#11138 "invalid literal for int() with base 10" + "ERROR: 'unicode' object has no attribute 'isocalendar'" ProjectPlanPlugin defect new normal normal falkb
#11156 Filter 'about' post from BlogList macro output FullBlogPlugin enhancement new normal osimons normal Steffen Hoffmann
#11161 patch and images for adding "ok" and "cancel" (or "not-ok") icons to trac EmoticonsPlugin enhancement new normal Olemis Lang trivial mz@…
#11162 improve project selection widget SimpleMultiProjectPlugin enhancement new normal normal falkb
#11172 Plugin should help the user with the steps for configuring TracFineGrainedPermissions FineGrainedPageAuthzEditorPlugin defect new normal normal Ryan J Ollos
#11177 When closing a ticket the resolution is not set MailToTracPlugin defect new normal Olivier ANDRE normal Jan Beilicke
#11185 documentation request: default-fields FieldGroupsPlugin enhancement new normal bphinz normal martin.wagner@…
#11188 "Copying attachments" is not compatible for Trac 1.0 TicketMoverPlugin defect new normal normal Jun Omae
#11189 add support for MultipleWorkflowPlugin WorkflowEditorPlugin enhancement new normal Takanori Suzuki normal martin.wagner@…
#11206 Initialize stopwatch with the value of the text field TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal xoneca@…
#11212 Too large on page StickyTicketPlugin defect new normal Jun Omae normal Ivanelson Nunes
#11222 Populate drop down list from database WikiFormsPlugin enhancement new normal normal cverdecchia@…
#11228 click on ticket raises a new browser window but we want a new tab page TracJsGanttPlugin enhancement assigned normal Chris Nelson major anonymous
#11231 Ticket creation email not sent when creating ticket using email2trac WorkflowNotificationPlugin defect new normal ejucovy minor anonymous
#11233 Can I use WikiForms to update a table? WikiFormsPlugin enhancement new normal normal matt@…
#11244 Don't create trackbacks in select instances TracBacksPlugin enhancement new normal ejucovy normal Ben Allen
#11247 Position mainnav on the right MenusPlugin enhancement new normal normal Jared
#11264 TypeError: object of type 'NoneType' has no len() TracJsGanttPlugin defect assigned normal Chris Nelson normal Ivanelson Nunes
#11278 Allow for email template files WorkflowNotificationPlugin enhancement new normal ejucovy normal anonymous
#11279 Multiple user lists in Users tab of Administration, only one "works" UserManagerPlugin defect new normal normal Adam Dorsey - NOAA Affiliate
#11286 Html element id is the same in TOC and in the wiki page TocMacro defect new normal normal stephane.le.roy.pam@…
#11289 doResourceLeveling chart-parameter breaks ticket termination at its milestone TracJsGanttPlugin defect new normal Chris Nelson normal falkb
#11293 Remove menu width limitations (10em) MenusPlugin enhancement new normal normal trachacks@…
#11296 Patch set for minor enhancements / bug fixes. TracBibPlugin enhancement new normal minor Pierre-Yves Strub
#11303 [Patch] req.remote_user is not always set AccountLdapPlugin defect new normal Carlos López Pérez normal Andras Korn
#11308 Doesn't support any DB backend other than SQLite FieldGroupsPlugin defect new normal bphinz normal Andras Korn
#11310 Graphviz ValueError: unsupported hash type GraphvizPlugin defect new normal Christian Boos major jerry.yang.jin@…
#11311 Consistent XML and JSON RPC error codes XmlRpcPlugin enhancement new normal osimons normal Olemis Lang
#11318 PATCH: ALAP scheduling uses remaininghours to compute finish of predecessor tickets TracJsGanttPlugin enhancement new normal Chris Nelson normal falkb
#11322 Add support for program stdin reads, by allowing $$ in the middle of a line and format first part as output and second part as user input. ShellExampleMacro enhancement new normal Nathaniel Madura normal anonymous
#11327 TypeError: %d format: a number is required, not unicode AgiloForTracPlugin defect new normal Andrea Tomasini normal admin
#11335 Allowing different URI schemes than ldap:// LdapPlugin defect new normal Emmanuel Blot normal robert.fenk@…
#11342 Scrum burndown as macro ScrumBurndownPlugin enhancement new normal Sam Bloomquist normal anonymous
#11343 Modify imported fields only TicketImportPlugin defect new normal François Granade normal didley@…
#11348 Issues with EmailVerification AccountManagerPlugin defect new normal normal izzy
#11353 Handle Milestone field the same as ticket edits GridModifyPlugin defect new normal Björn Harrtell normal dac122
#11366 How do you add the columns to the Whiteboard? WhiteboardPlugin defect new normal Olemis Lang normal anonymous
#11384 PHPdoc files not included PhpdocPlugin defect new normal Robert Verspuy normal jeff@…
#11385 ProgrammingError: You cannot execute SELECT statements in executemany(). TracJsGanttPlugin defect new normal Chris Nelson normal matteo.devilli@…
#11389 Custom test outcomes are not handled properly in Current test status TestManagerForTracPlugin defect new normal Roberto Longobardi normal Brian Sipos
#11401 [Patch] Mergeinfoenhancer draws unnecessary arrows RevtreePlugin defect new normal Emmanuel Blot normal AlexK|Ventuz
#11406 Custom Layout of Group Fields FieldGroupsPlugin enhancement new normal bphinz normal sgcode
#11407 Groups Not Persisting with Conditional Tickets GroupTicketFieldsPlugin defect new normal thomasd normal sgcode
#11409 SVG output problems GraphvizPlugin defect new normal Peter Kropf normal virus.warnning@…
#11411 Add LDAP E-mail Resolving AnnouncerPlugin enhancement new normal normal Rolando Nieves
#11412 Allow connexion without user_searchbase LdapAuthnzPlugin enhancement new normal Larry Ruiz normal anonymous
#11418 Error maybe linked with www.w3.org PageToDocIntegration defect new normal markm normal anonymous
#11421 Ability to rename a test plan TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal Roberto Longobardi
#11422 Exception: dependency.getMaxTicketId: object of type 'type' has no len()Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/web_ui.py", line 101, in _dump_docs (method.signature, File "/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r13203-py2.7.egg/tracrpc/api.py", line 230, in _get_signature if len(sig) < len(sigcand):TypeError: object of type 'type' has no len() TracDependencyPlugin defect new normal Yuji OKAZAKI normal alejandro.saavedra@…
#11426 Import if column label equals column translation ExportImportXlsPlugin defect new normal ben_12 normal ben_12
#11427 Plugin does not load on fedora TracWikiPrintPlugin defect new normal normal Brian Sipos
#11429 Status of plugin ActiveDirectoryLookupPatch enhancement new normal Morris normal shorif2000
#11430 Provide at least a self signed certificate ScreenshotPastePlugin enhancement new normal Roberto Longobardi normal anonymous
#11431 Provide a possibility to set a the filename ScreenshotPastePlugin defect new normal Roberto Longobardi normal anonymous
#11439 plugin does not handle multi-keys GitolitePlugin defect new normal ejucovy normal dczech
#11441 TLS already started LdapAuthnzPlugin defect new normal Larry Ruiz normal patrick
#11463 Runtime support for pre-processor stylesheets ThemeEnginePlugin enhancement new normal Olemis Lang normal lkraav
#11466 Leaking stderr of the child processes CryptDataPlugin defect new normal Philippe Lang normal Jun Omae
#11467 Add option "Hack is hosted externally" TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#11470 1 week resolution does not show data in certains days TestManagerForTracPlugin defect new normal Roberto Longobardi normal kubes@…
#11473 incompatibility with TracTicketTemplate TracTicketChainedFieldsPlugin defect new normal Richard Liao major anonymous
#11475 Javascript error when adding sub categories TestManagerForTracPlugin defect new normal Roberto Longobardi normal anonymous
#11477 Custom Fields as Wiki Pages TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal anonymous
#11485 Show Related Tickets in TestCase does not show releated tickets TestManagerForTracPlugin defect new normal Roberto Longobardi normal kubes@…
#11487 getting error when using postgresql 9.3 as db ProjectPlanPlugin defect new normal normal dax
#11490 Render username in comment field as a link TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#11492 chained fields deleted when viewing ticket TracTicketChainedFieldsPlugin defect new normal normal jfernandez@…
#11498 Provide hints in render_ticket_action_control WorkflowNotificationPlugin enhancement accepted normal ejucovy normal ethan.jucovy@…
#11499 AccountManager Self Registration and User Manager Module UserManagerPlugin defect new normal normal mcdevil@…
#11501 Error when migrating from sqlite to postgresql MultiRepoSearchPlugin defect new normal ejucovy normal Andrew
#11520 Unable to add dependencies to tickets ProjectPlanPlugin defect new normal normal Adam Dorsey - NOAA Affiliate
#11521 Skipping "AccountLDAPPlugin = accountldap": AccountLdapPlugin defect new normal Carlos López Pérez blocker anonymous
#11522 UnicodeError: source returned bytes, but no encoding specified FaqPlugin defect new normal Roberto Longobardi blocker barclay@…
#11527 Python source code has mixed tabs and spaces TestManagerForTracPlugin defect new normal Roberto Longobardi normal Ryan J Ollos
#11533 show permissions for specific repos only GitolitePlugin enhancement new normal ejucovy normal patrick
#11543 Per-project ticket.default_* settings SimpleMultiProjectPlugin enhancement new normal normal endquote
#11544 Template is reapplied for new ticket without warning after browser back and forward TracTicketTemplatePlugin defect new normal Richard Liao normal brian@…
#11549 introduced fields.remain in tracpm.py TracJsGanttPlugin enhancement new normal Chris Nelson normal falkb
#11563 Restrict owner to users with access to the project SimpleMultiProjectPlugin enhancement new normal normal endquote
#11567 grouping ticket_type causes header to break in ticket_box.html template GroupTicketFieldsPlugin defect accepted normal thomasd normal Russell Ballestrini
#11572 Only show valid milestones/components in query form SimpleMultiProjectPlugin enhancement new normal normal endquote
#11595 KeyError: 'peer review' AgiloForTracPlugin defect new normal Andrea Tomasini normal benjamin.jefferson@…
#11600 Organize Test Catalogs only allows Test Cases to be moved TestManagerForTracPlugin enhancement accepted normal Roberto Longobardi major anonymous
#11603 Editor can't manage more than 10 actions and messes states and actions up WorkflowEditorPlugin defect new normal Takanori Suzuki normal bernd.stahlbock@…
#11610 WikiExtrasPlugin breaks SectionEditPlugin when boxes contain headings SectionEditPlugin defect new normal normal lyon.jeffrey@…
#11621 ${ticket.commenters} field to include all previous commenters as recipients WorkflowNotificationPlugin enhancement accepted normal ejucovy normal michael.snook@…
#11626 Allow resources to be bookmarked from the timeline BookmarkPlugin enhancement new normal yosiyuki normal Ryan J Ollos
#11627 CollapsiblePlugin does not work from report CollapsiblePlugin defect assigned normal Dirk Stöcker normal kenclary@…
#11633 subtickets - gantt display - suppress red arrow line from "parent" to milestone TracJsGanttPlugin enhancement new normal Chris Nelson normal jc
#11634 Create a NEW ticket -> rescheduleTickets OperationalError: near ",": syntax error TracJsGanttPlugin defect reopened normal Chris Nelson normal jc
#11641 New features proposed TicketMoverPlugin enhancement new normal normal Giuseppe Ursino
#11642 Feature Request to Embed Attachments into the HTML Notifications TracHtmlNotificationPlugin enhancement accepted normal Jun Omae normal jamuel@…
#11656 Datetime calculation breaks calendar at last day(s)-of-month WikiCalendarMacro defect new normal normal Steffen Hoffmann
#11660 NewHack form should have a license selection TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#11668 Create a Test Case from a TRAC Ticket TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal brent.seufert@…
#11673 Add task scheduling tests TracJsGanttPlugin enhancement new normal Chris Nelson normal Chris Nelson
#11693 Is this plugin working with version Trac 1.0.1 ToggleMacroPlugin defect new normal Alexey normal trac@…
#11700 null values VisualizationPlugin enhancement new normal normal Jarosław Pękala <jaroslaw.pekala@…>
#11709 jsGantt needs priorities, ticket types and severities TracJsGanttPlugin defect new normal Chris Nelson normal Markus
#11732 Support for git submodules TracPygit2Plugin defect new normal Jun Omae normal Lele Gaifax
#11739 EstimationTools plug-in for planned and total hours EstimationToolsPlugin enhancement new normal Joachim Hoessler normal anonymous
#11758 [patch] Encode time with real hour format TimingAndEstimationPlugin enhancement new normal Russ Tyndall normal Stephan Geulette
#11761 query for bubbled up finish date - for use in Time Reports TracJsGanttPlugin defect new normal Chris Nelson normal jc
#11778 How do you invoke tests? EstimationToolsPlugin enhancement new normal Joachim Hoessler normal Chris Nelson
#11799 Log messages when permission checks fail rather than traceback XmlRpcPlugin enhancement new normal osimons normal Ryan J Ollos
#11812 cannot nest Include macro in CSV CsvMacro enhancement new normal Alec Thomas normal 5@…
#11831 Uses deprecated addEvent, which was removed for Trac 1.1.2 WikiCommentsPlugin defect new normal Jaroslav Meloun normal Ryan J Ollos
#11847 Agilo Plugin vs. XML-RPC AgiloForTracPlugin defect new normal Andrea Tomasini normal niltongouveajr@…
#11858 Upgrade failed: table test case already exists TestManagerForTracPlugin defect new normal Roberto Longobardi normal anonymous
#11859 [PATCH] Fix plugin for Trac >= v1.0 TracWikiToPdfPlugin enhancement new normal blocker Miguel Ferreira
#11865 Notification doesn't work with SVN integration ticket changes WorkflowNotificationPlugin defect new normal ejucovy normal RomNexus6
#11866 Nginx Support/Examples LdapPlugin enhancement new normal Emmanuel Blot normal Varriount
#11868 Tasks and defects should always be grouped with the relevant milestone. TracJsGanttPlugin enhancement new normal Chris Nelson normal twjnorth@…
#11877 Add i18n/l10n TracHoursPlugin enhancement assigned normal EmeCas normal Ryan J Ollos
#11881 Does it work with Account Manager? OAuth2Plugin enhancement accepted normal Yury Sobolev normal anonymous
#11901 Add XML-RPC FullBlogPlugin enhancement new normal osimons normal sdegrande
#11911 AttributeError: 'NoneType' object has no attribute 'get_node' RepoSearchPlugin defect new normal Alex Smith normal Jared
#11914 ProgrammingError: relation "repository_node" does not existLINE 3: FROM repository_node ^ MultiRepoSearchPlugin defect new normal ejucovy normal Jared
#11918 Disable emails for entries made via TracHoursPlugin AnnouncerPlugin task new normal normal Jared
#11922 I'd like to adopt TicketExt TicketExtPlugin task new normal Takanori Suzuki normal Chris Nelson
#11923 Support Trac 1.0.x TicketExtPlugin enhancement new normal Takanori Suzuki normal Chris Nelson
#11924 Erroneous text displayed in ticket action WorkflowNotificationPlugin defect new normal ejucovy major Jared
#11926 Doesn't work with single Trac environment TicketExtPlugin defect new normal Takanori Suzuki normal Jun Omae
#11930 Restrict changes on fields AgiloForTracPlugin task new normal Andrea Tomasini normal niltongouveajr@…
#11931 New interface: user_email_verification_verified AccountManagerPlugin enhancement new normal minor anonymous
#11966 Clean up the Wiki page TracMathJaxPlugin enhancement new normal Kamil Kisiel normal Martin Schulze <spam.martin.schulze@…>
#11971 Backlog order AgiloForTracPlugin defect new normal Andrea Tomasini normal niltongouveajr@…
#11985 Periodically checks of log LogWatcherPlugin enhancement new normal Franz normal Franz
#11988 trac-jsgantt versus trac-jsGantt TracJsGanttPlugin defect new normal Chris Nelson normal jvbussel
#11992 Error creating link AgiloForTracPlugin defect new normal Andrea Tomasini normal niltongouveajr@…
#12004 A Semicolon destroys the Remarks of a Test Case TestManagerForTracPlugin defect new normal Roberto Longobardi normal f.kaestner+TestManagerForTracPlugin@…
#12015 Add graph view settings to the workflow admin panel TracWorkflowAdminPlugin enhancement new normal Jun Omae normal Keluri
#12020 Import tickets from CSV AgiloForTracPlugin defect new normal Andrea Tomasini normal niltongouveajr@…
#12025 Allow advanced workflow editing TracWorkflowAdminPlugin enhancement new normal Jun Omae normal paresh138@…
#12027 Doesn't work with BuildBot >= 0.8.2 TracBuildbotIntegration enhancement new normal Etienne PIERRE normal Ryan J Ollos
#12037 help request on how to display TracJsGantt in trac TracJsGanttPlugin task new normal Chris Nelson normal cyril@…
#12041 # is misshown and note is not displayed TracBibPlugin defect new normal normal somenxavier@…
#12045 Rescheduling not working? TracJsGanttPlugin defect new normal Chris Nelson normal MattLichter
#12053 Users without password aren't displayed in dialogs AccountManagerPlugin defect new normal normal Dirk Stöcker
#12060 Error with graphviz 2.36 ProjectPlanPlugin defect new normal blocker daveclader@…
#12077 Include change author in account change notifications AccountManagerPlugin defect new normal normal Ryan J Ollos
#12085 Add sum column to CSV/TSV export SumFieldsPlugin enhancement new normal normal bernhard001@…
#12092 Autocomplete users in the Timeline "done by" filter AutocompleteUsersPlugin enhancement new normal normal Ryan J Ollos
#12094 On 0.12 I get with all examples the error: AttributeError: 'Environment' object has no attribute 'db_query' TracJsGanttPlugin task new normal Chris Nelson normal anonymous
#12095 If you put new reference in comment, then the reference list in the description is not updated TracBibPlugin defect new normal normal anonymous
#12107 Update file via trac-admin DownloadsPlugin enhancement new normal normal roger.oberholtzer@…
#12108 Organize file list in a tree DownloadsPlugin enhancement new normal normal roger.oberholtzer@…
#12111 Null/Untagged Content TagsPlugin enhancement new normal normal jabrault@…
#12115 Allow overriding of actual ticket times with user times TracJsGanttPlugin enhancement new normal Chris Nelson normal fabian.freyer@…
#12118 UnicodeEncodeError: 'ascii' codec can't encode character u'\u5230' in position 0: ordinal not in range(128) WorkflowActionButtonsPlugin defect new normal ejucovy normal pu.yun@…
#12120 Trac 1.2.1 compatibility AnnouncerPlugin enhancement accepted normal Ryan J Ollos normal Peter Suter
#12133 WikiCalendarMacros uses undefined function format_datetime if babel library is not importable WikiCalendarMacro defect new normal normal nick.piper@…
#12159 AssertionError: Cannot delete non-existent page TestManagerForTracPlugin defect new normal Roberto Longobardi normal tobias.pal@…
#12165 LoginModule on IE9: Missing or invalid form token. AccountManagerPlugin defect new normal normal massimo.b@…
#12167 Multi-project, same digest, Login buttons disappearing AccountManagerPlugin defect new normal normal massimo.b@…
#12185 Selectable columns DiscussionPlugin enhancement new normal minor massimo.b@…
#12196 Indicate all active prefixes of current page (with PATCH) TocMacro enhancement new normal normal anonymous
#12199 Local naming policy undefined for users AccountManagerPlugin defect new normal normal Dirk Stöcker
#12200 Add number of tickets in each column TicketsBoardPlugin enhancement new normal jpsave normal jpsave
#12205 OverlayView plugin - no way to delete attachments OverlayViewPlugin defect new normal Jun Omae normal michael@…
#12213 Include / Inline all sub-pages of a specified page. IncludeMacro enhancement new normal normal guardian
#12221 per-user default project settings SimpleMultiProjectPlugin enhancement new normal normal nenad@…
#12230 Plugin has no license SvnTarBallPlugin task new normal dvorak normal Ryan J Ollos
#12233 Comma after a username takes the first drop down user AutocompleteUsersPlugin defect new normal normal umang.gopani@…
#12235 get_db_cnx removed in Trac 1.2+ TracStatsPlugin defect new normal mrjbq7 normal lukasz.matecki@…
#12237 Register new user not working with AccountManagerPlugin and AnnouncerPlugin AccountManagerPlugin defect new normal normal massimo.b@…
#12238 IncludeMacro and pystache integration IncludeMacro enhancement new normal normal aauzi
#12243 Keyword list definition for each project SimpleMultiProjectPlugin enhancement new normal normal said.moutsinga@…
#12247 Folder for wiki pages should be configurable TestManagerForTracPlugin enhancement new normal Roberto Longobardi normal said.moutsinga@…
#12262 add @dot markdown DoxygenPlugin enhancement reopened normal normal Dr. Ted Shaneyfelt <ted.shaneyfelt@…>
#12264 Black screen instead of video MovieMacro defect new normal normal akaWolf
#12272 Change history display issues DetailedViewPlugin defect new normal jaythomas normal jaythomas
#12273 tracpm.py - TicketRescheduler has undefined variables linkFieldsName and linkFieldsNames TracJsGanttPlugin defect new normal Chris Nelson normal anonymous
#12274 Wiki attachments should be moved when TestCase is moved into new test catalog TestManagerForTracPlugin defect new normal Roberto Longobardi normal a.a.danilov@…
#12289 Limit the numer of TOC-entries TocMacro enhancement new normal normal anonymous
#12296 Shibboleth Authentication Support in Trac Request-a-Hack enhancement new normal anybody normal aaguilar
#12302 UserQuery does not report correct login times AccountManagerPlugin defect new normal normal benjamin.weaver@…
#12306 First check-in is very slow TranslationManagerPlugin defect new normal Franz normal Franz
#12314 Can not display or modify subversion paths in Windows SvnAuthzAdminPlugin defect accepted normal Ryan J Ollos normal fengyc.work@…
#12316 Plugin has no license ArbitraryProjectPropertiesPatch task new normal David normal figaro
#12318 Plugin has no license SettingsPlugin task new normal Franz normal figaro
#12319 Plugin has no license QrCodePlugin task new normal David M Walker normal figaro
#12320 Plugin has no license CkEditorPlugin task new normal Itamar Ostricher normal figaro
#12323 Plugin has no license TicketBoxMacro task new normal Shun-ichi Goto normal figaro
#12326 Plugin has no license ComponentsProcessorMacro task new normal Terry Brown normal figaro
#12328 Plugin has no license EarnedValueChartMacro task new normal MSOEYODA normal figaro
#12331 Plugin has no license GoogleChromeExtentionPlugin task new normal Jose Antony normal figaro
#12332 Plugin has no license GoogleTranslateTimelineScript task new normal anatoly techtonik normal figaro
#12333 Plugin has no license ListTracProjectsMacro task new normal mathomas normal figaro
#12334 Plugin has no license LuntbuildTracIntegration task new normal David Roussel normal figaro
#12336 Plugin has no license MediaWikiPluginMacro task new normal normal figaro
#12337 Plugin has no license MilestoneCompactMacro task new normal Terry Brown normal figaro
#12338 Plugin has no license MilestoneQueryMacro task new normal Nic Ferrier normal figaro
#12339 Plugin has no license OpenOfficeToTracWikiScript task new normal Tonin normal figaro
#12340 Plugin has no license AbbrMacro task new normal normal figaro
#12341 Plugin has no license PerlPodMacro task new normal Salvador Fandino normal figaro
#12343 Plugin has no license RemoteTicketPlugin task new normal Alex Willmer normal figaro
#12344 Plugin has no license TracGoogleSearchScript task new normal Richard normal figaro
#12345 Plugin has no license TracSqlAlchemyBridgeIntegration task new normal Pedro Algarvio, aka, s0undt3ch normal figaro
#12347 Plugin has no license WikiDocPlugin task new normal Cosimo normal figaro
#12349 Plugin has no license WinSvnHooksIntegration task new normal Lloyd Fernandes normal figaro
#12365 Unable to update RSS feed TracHoursPlugin defect assigned normal EmeCas normal Rastlin
#12379 Plugin has no license ServiceScript task new normal vassilk normal figaro
#12380 Plugin has no license ContactInfoPlugin task new normal normal figaro
#12381 Chart as Milestone description hiding filter box TracJsGanttPlugin defect new normal Chris Nelson normal massimo.b@…
#12382 Generic milestone=self TracJsGanttPlugin enhancement new normal Chris Nelson normal massimo.b@…
#12387 Plugin has no license TracUnreadPlugin task new normal Vladislav Naumov normal figaro
#12389 Plugin has no license COPYING file BugzillaIssueTrackingPlugin task new normal javajunky normal figaro
#12392 Plugin has no license DailyReminderScriptForTracScript task new normal ethanole normal figaro
#12397 Plugin has no license TracAjaxCommentsPlugin task new normal branson normal figaro
#12398 Plugin has no license TracAjaxQueryPlugin task new normal Roger John E. Ragasa normal figaro
#12400 Plugin has no license EzProduceScript task new normal token normal figaro
#12401 Plugin has no license FreeMindEmbeddingTutorial task new normal Louis Cordier normal figaro
#12402 Plugin has no license LotusNotesParserMacro task new normal BryanTsai normal figaro
#12414 Implement REST interface to create and retrieve review data CodeReviewerPlugin enhancement new normal normal Ryan J Ollos
#12424 BibAdd with attachment fails on pages which are not top level TracBibPlugin defect new normal normal HMuentinga
#12425 Use current page as default instead of WikiStart for attachments TracBibPlugin defect new normal normal HMuentinga
#12433 problems installing on Windows DocRenderPlugin task new normal Boris Savelev normal Ita Ryan
#12441 Plugin has no license LightGreenTheme task new normal Gasler Radu normal figaro
#12442 Plugin has no license GnomeBrTheme task new normal Wilson Pinto Júnior normal figaro
#12444 dots.gif not provided LightGreenTheme defect new normal Gasler Radu normal anonymous
#12448 Plugin has no license TimelineComponentFilterPlugin task new normal pdoup normal figaro
#12489 Plugin can not be installed WikiEditorForEclipsePlugin defect new normal Ivan major anonymous
#12495 Plugin has no license ComponentDependencyPlugin task assigned normal Jeff Hammel normal figaro
#12496 Plugin has no license BrowserSvnOperationsPlugin task new normal Alex Willmer normal figaro
#12503 Display hours spent in chart EstimationToolsPlugin enhancement new normal Joachim Hoessler normal anonymous
#12508 Plugin has no license ProjectsManagerPlugin task new normal zhongjj normal figaro
#12510 Message at validate rule DynamicFieldsPlugin enhancement new normal normal anonymous
#12511 Effective-date attributes for blog posts FullBlogPlugin enhancement new normal osimons normal anonymous
#12523 Field of Table Plugin - Ability to modify field type FieldOfTablePlugin enhancement new normal Cauly normal Jason
#12545 Ticket URL is hard to see (light grey on white) TracHtmlNotificationPlugin enhancement new normal Jun Omae normal wbeaucha
#12551 Add the field for the real description of ticket TicketToTracScript enhancement new normal Singbox AB normal anonymous
#12552 wrong urls if trac running at server root RevtreePlugin defect new normal Emmanuel Blot normal trac-hacks@…
#12562 Plugin has no license TicketBoxPlugin task new normal jacques witte normal figaro
#12565 Plugin has no license TracOpenThreeOneOnePlugin task new normal normal figaro
#12576 Communicate to XMPP contacts in addition to Email contacts AccountManagerPlugin enhancement new normal normal Darlan
#12579 Ticket Field Value Subscriber AnnouncerPlugin enhancement new normal normal hi5@…
#12584 Completely hide ticket fields/columns based on user group DynamicFieldsPlugin enhancement new normal normal federico.destefanis.work@…
#12591 groupmemberisdn ignored when determining if user is in allusers_group LdapAuthStorePlugin defect new normal igoltz normal james.tait@…
#12593 Filter whiteboard tickets with custom query instead of 'On Ticketsboard' field TicketsBoardPlugin enhancement new normal jpsave normal c.rabemananjara@…
#12594 links in test stats dont work for specific test plans TestManagerForTracPlugin defect new normal Roberto Longobardi normal eth@…
#12605 When used on a wiki page that matches the format string, set current day WikiCalendarMacro enhancement new normal normal Patrick Schaaf
#12626 WEEK_VIEW permission WeekPlanPlugin enhancement new normal lucid normal anonymous
#12641 Reduce use of named groups RegexLinkPlugin defect new normal normal Ryan J Ollos
#12644 Incompatibilty with new directorystructure and sha1-naming-convention for attachments (trac v1.0), SearchAttachmentsPlugin defect new normal major brunodenys@…
#12645 Command injection SearchAttachmentsPlugin defect new normal normal Jun Omae
#12668 Plugin request - WikiTabbedContent Request-a-Hack enhancement new normal anybody normal bruce@…
#12672 FieldGroupsPlugin display of checkboxes is misleading post ticket creation FieldGroupsPlugin defect new normal bphinz normal G. Earle
#12673 Cannot split diagrams PlantUmlMacro defect accepted normal Ryan J Ollos normal tadupreez@…
#12674 disable 'add comment' when ticket is closed TicketAccessPlugin enhancement new normal solarwind normal anonymous
#12678 Error message when diagram image cannot be written TracWorkflowAdminPlugin enhancement new normal Jun Omae normal Ryan J Ollos
#12684 error: unexpected end of regular expression SearchAttachmentsPlugin defect new normal normal anonymous
#12711 SQL query problem MailPlugin defect new normal Franz blocker gbarrelet
#12714 Wrong comment id when comment gets edited PullRequestsPlugin defect new normal lucid normal anonymous
#12735 New user registration: verification e-mail doesn't sent by AccountManagerPlugin defect new normal normal al.al.osipov@…
#12738 Additional selection of image size TracDragDropPlugin enhancement new normal Jun Omae normal anonymous
#12780 Email address containing a wiki page name followed by a dot will match the page name AutoWikifyPlugin defect new normal normal Ryan J Ollos
#12781 Allow field's labels and names in first line of csv file TicketImportPlugin enhancement assigned normal Jun Omae normal Jun Omae
#12796 Using TagPolicy to allow/deny access should support use of groups as well as usernames TagsPlugin enhancement new normal normal andrew.hardy@…
#12836 Cards table size should allow dynamic sizes CardsPlugin enhancement new normal Peter Suter normal anonymous
#12844 Pull email address from LDAP server (patch attached) LDAPAcctMngrPlugin enhancement new normal c0redumb normal tkob-trac
#12862 Plugin ignores image alignment TracWikiPrintPlugin defect new normal normal anonymous
#12869 Projects should have an owner for default notifications SimpleMultiProjectPlugin enhancement new normal normal nielo
#12871 Please add ability to set date fields to relative dates, e.g. "now + 2 weeks" DynamicFieldsPlugin enhancement new normal normal Andras Korn
#12873 Possibility to add HTML doc generated by other tools DoxygenPlugin enhancement new normal Committo-Ergo-Sum normal ntmlod
#12879 RecentChanges Macro MsSqlBackendPlugin defect new normal normal anonymous
#12880 CSS style files not loaded with 2 different docs DoxygenPlugin defect new normal Committo-Ergo-Sum normal ntmlod
#12889 Have a single "Submit Forms" button to trigger updating all TracForms on a page TracFormsPlugin enhancement new normal normal clayton.chu@…
#12897 AttributeError: '_pygit2.Patch' object has no attribute 'status' TracPygit2Plugin defect accepted normal Jun Omae normal mwg@…
#12919 missing ticket "edit" button BlueFlatTheme defect new normal Cinc-th normal anonymous
#12920 ticket editing section BlueFlatTheme defect new normal Cinc-th normal anonymous
#12936 IntegrityError: null value in column "data_id" violates not-null constraint PeerReviewPlugin defect new normal Cinc-th blocker ntmlod
#12942 Default value for textarea input ParametrizedTemplatesPlugin defect new normal normal ntmlod
#12948 Replace xhtml2pdf dependency with WeasyPrint TracWikiPrintPlugin task new normal normal Ryan J Ollos
#12955 Suggest sub pages of current wiki page WikiAutoCompletePlugin enhancement new normal Peter Suter normal Jun Omae
#12958 Rendering issue in ticket when aligning side by side 2 pictures PdfImagePlugin defect new normal ursaw normal ntmlod
#12959 Accented characters in author entry TracBibPlugin defect new normal normal ntmlod
#12968 [PATCH]: UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' when viewing query page SnapshotPlugin defect new normal matobaa normal Cinc-th
#12971 Adapt to Trac 1.2 notification API DiscussionPlugin enhancement accepted normal Ryan J Ollos normal Ryan J Ollos
#12984 Completion list is broken when vertical bar is used in name or email of the user AutocompleteUsersPlugin defect new normal normal Jun Omae
#12986 Cannot display multiple Gantt chart TracJsGanttPlugin defect new normal Chris Nelson normal anonymous
#12988 Only redirect if correct action property of PermissionError exception PermRedirectPlugin defect new normal ejucovy normal Ryan J Ollos
#13002 Add DB index on PR.ticket PullRequestsPlugin enhancement new normal lucid normal lucid
#13006 How to integrate code reviews into the Trac workflow CodeReviewerPlugin defect new normal normal mx.tian@…
#13013 Create tables in IEnvironmentSetupParticipant BudgetingPlugin defect new normal Franz normal Ryan J Ollos
#13041 Does not work with Trac 1.2 TracMetrixPlugin defect new normal normal anonymous
#13052 Create charts from data other than query JqChartMacro enhancement new normal Pablo normal TangibleTec
#13053 Can't build apk from Source AndroidClientIntegration defect new normal Michiel van Loon normal anonymous
#13054 Issue with 'RecentTopics' macro on PostgreSQL DB DiscussionPlugin defect new normal normal ntmlod
#13058 Links that contain fom values don't work TracFormsPlugin enhancement new normal normal marc.waeckerlin@…
#13062 Depgraph with Collapsible Branches TracTicketDepgraphPlugin enhancement new normal Felix Tiede normal ralph@…
#13071 Integration into Trac WikiAutoCompletePlugin task new normal Peter Suter normal Peter Suter
#13072 Extension point interface so other plugins can provide completions WikiAutoCompletePlugin enhancement new normal Peter Suter normal Peter Suter
#13081 Export only selected columns ExcelDownloadPlugin enhancement new normal Jun Omae normal ercasta@…
#13090 InterTrac prefixes should not be autocompleted with local resources WikiAutoCompletePlugin enhancement new normal Peter Suter normal Peter Suter
#13093 Restrictions are not checked TicketsBoardPlugin defect new normal jpsave normal Ryan J Ollos
#13097 Action list not refreshing after changing ticket type TypedTicketWorkflowPlugin defect new normal Vladimir Abramov normal armindo.rodrigues@…
#13098 Append needsadoption tag to components with no owner TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13105 Use style attribute rather than <style> element TracHtmlNotificationPlugin task new normal Jun Omae normal Jun Omae
#13116 Permissions for user created posts DiscussionPlugin enhancement new normal normal Massimo
#13117 Use INotificationSubscriber rather than EmailDistributor disabled QuietPlugin enhancement new normal normal Jun Omae
#13122 Datetime picker and autocomplete aren't functional in Trac 1.2 WatchlistPlugin defect new normal Martin Scharrer normal Ryan J Ollos
#13128 Plugin is not compatible with Trac 1.2 SectionEditPlugin defect new normal normal Ryan J Ollos
#13129 Make compatible with Trac 1.2 TracHoursPlugin enhancement assigned normal EmeCas normal Ryan J Ollos
#13138 jquery-ui is not visible in pages generated by DoxygenPlugin DoxygenPlugin defect new normal Committo-Ergo-Sum normal Alexander.Lelyakin@…
#13142 Checkbox values are not correct parsed XmlRpcPlugin defect new normal osimons normal Rochi
#13144 Rewrite plugin to utilize TracBackLinkPlugin BackLinksMacro enhancement new normal normal Ryan J Ollos
#13146 Migration of Zentrack to Trac Request-a-Hack enhancement new normal anybody minor anonymous
#13150 Add multirepository support CodeTagsPlugin enhancement new normal normal Ryan J Ollos
#13153 TracTicketFieldsLayoutPlugin incompatible with hiding/showing fields via DynamicFieldsPlugin DynamicFieldsPlugin enhancement new normal normal clayton.chu@…
#13157 Provide option to show a compact warning message based on warden rules KeepInterfaceSimplePlugin enhancement new normal Jon Ashley normal Miklos Molnar
#13159 Ticket validation warnings are difficult to notice KeepInterfaceSimplePlugin enhancement new normal Jon Ashley normal Miklos Molnar
#13160 Add support for empty owner ProjectPlanPlugin enhancement new normal normal anonymous
#13164 Documentation error for AccountManager AccountManagerPlugin defect new normal Ryan J Ollos normal bruno@…
#13165 Error entering interactive mode TracCmdScript defect new normal Nic Ferrier normal Ryan J Ollos
#13176 bootstrap 'hamburger' collapsable navigation not working on iOS mobile safari & chrome BlueFlatTheme defect new normal Cinc-th normal leon@…
#13177 css addition to make the new ticket form work on small screen BlueFlatTheme defect new normal Cinc-th normal leon@…
#13182 Display change log entries from GitHub TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13183 Modify to use SVN 1.8 environment variables TracSvnPoliciesPlugin enhancement new normal Committo-Ergo-Sum normal Ryan J Ollos
#13197 TICKET_ADD_HOURS permission can edit Total Hours in browser TracHoursPlugin defect accepted normal EmeCas normal anonymous
#13198 Database Limitations MultiRepoSearchPlugin defect new normal ejucovy normal holder@…
#13217 Crash when opening Trac Wiki pages WikiEditorForEclipsePlugin defect new normal Ivan normal anonymous
#13228 Plugin fails to index the trac components for searching in Solr FullTextSearchPlugin defect new normal Alex Willmer blocker tgdrozda@…
#13236 Monospace formatting and spaces TracWysiwygPlugin defect new normal Jun Omae normal fls@…
#13242 Support Asciidoctor everywhere in Trac TracAsciidoctorPlugin enhancement new normal Sergio Talens-Oliag normal mljrg@…
#13245 Custom-Field of type "time" can't be used for due_date TicketCalendarPlugin defect accepted normal Jun Omae normal anonymous
#13246 Notification emails are not sending DiscussionPlugin defect new normal normal ntmlod
#13252 Xmail filter did not execute MailPlugin defect new normal Franz normal ntmlod
#13255 RuntimeError: could not open display TracMetrixPlugin defect new normal normal debiasi@…
#13256 Switch from yuku-t/jquery-textcomplete to yuku-t/textcomplete? WikiAutoCompletePlugin task new normal Peter Suter normal Peter Suter
#13272 Code block wraps long lines BlueFlatTheme defect new normal Cinc-th normal anonymous
#13278 Not working in different permission roles ComponentHierarchyPlugin defect new normal falkb normal ntmlod
#13282 Allow blacklisting usernames AccountManagerPlugin enhancement accepted normal Ryan J Ollos normal Ryan J Ollos
#13283 Integrate with new Trac interfaces TracTicketChangelogPlugin task new normal Ryan J Ollos normal Ryan J Ollos
#13286 ListHacks macro should specify number of hacks for each category TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13303 Delete form data when deleting wiki page WikiFormsPlugin defect new normal normal Ryan J Ollos
#13304 Move user page filters to preferences AccountManagerPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13314 use a dedicated drop-zone instead whole HTML page TracDragDropPlugin enhancement new normal Jun Omae normal c.steinke@…
#13315 Store parent resource VotePlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13321 ProgrammingError: relation "custom_report" already exists TimingAndEstimationPlugin defect new normal Russ Tyndall normal Waqas
#13338 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 149: ordinal not in range(128) MilnCheckboxPlugin defect new normal Graham Miln major oliver.joos@…
#13352 WikiAutoComplete support MailArchivePlugin enhancement new normal lucid normal Peter Suter
#13355 Move e-mail recipients to "to" instead of "bcc" Request-a-Hack enhancement new normal anybody normal tim.osborne.ut@…
#13357 Delete tag changes TagsPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13365 TypeError: coercing to Unicode: need string or buffer, NoneType found TestManagerForTracPlugin defect new normal Roberto Longobardi normal akash.verma
#13373 fix for navbar for iOS BlueFlatTheme enhancement new normal Cinc-th normal morstad
#13374 AssertionError: this version only supports 100 named groups WikiExtrasPlugin defect new normal Mikael Relbe normal ntmlod
#13379 Suggest anchors of wiki pages WikiAutoCompletePlugin enhancement new normal Peter Suter normal anonymous
#13390 Suggestions don't appear after autocompleting the realm WikiAutoCompletePlugin defect new normal Peter Suter normal Ryan J Ollos
#13391 iOS support / flash deprecation MovieMacro defect new normal normal michela
#13394 Issue with file upload and delete. DownloadsPlugin defect new normal normal anonymous
#13400 Missing package namespace declaration TracPygit2Plugin defect new normal Jun Omae normal Ryan J Ollos
#13401 AttributeError: '_pygit2.Patch' object has no attribute 'status' TracPygit2Plugin defect new normal Jun Omae normal Ryan J Ollos
#13404 Deletion of Filters not possible TracHoursPlugin defect assigned normal EmeCas normal Andreas
#13405 sum totalhours returns int instead decimal TimingAndEstimationPlugin defect new normal Russ Tyndall normal Rochi
#13407 Enforce field requirement on state *AND* resolution type TicketValidatorPlugin enhancement new normal normal solstice333
#13419 Support renaming hacks TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13422 Update icons TracBuildbotIntegration enhancement new normal Etienne PIERRE normal figaro
#13424 Reports can't list mails due to limitation in Trac permission system MailArchivePlugin defect new normal lucid normal anonymous
#13436 KIS plugin additional ticket keywords exposed to KIS assistant expressions KeepInterfaceSimplePlugin enhancement new normal Jon Ashley normal solstice333
#13437 Allow default state to be collapsed FoldMacroProcessorMacro enhancement new normal Peter Suter normal anonymous
#13443 Export plugin leaves the browser waiting for a reply OdtExportPlugin defect new normal Aurélien Bompard normal anonymous
#13460 Upgrade to Trac 1.4 TracHacks task accepted normal Ryan J Ollos normal Ryan J Ollos
#13464 Login button displays incorrectly when TracJsGanttPlugin is enabled BlueFlatTheme defect new normal Cinc-th normal Michael
#13474 Break $Header:$ line TracXsdPlotMacro enhancement assigned normal Theodor Norup minor Theodor Norup
#13478 Add a permission policy to allow/deny view of calendars TicketCalendarPlugin enhancement new normal Jun Omae normal federico.destefanis@…
#13482 Replace reports 9 and 10 with custom queries TracHacks enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13515 Owner is set to "< default >" if no owner field set when creating ticket XmlRpcPlugin defect accepted normal Ryan J Ollos normal Gea-Suan Lin
#13527 Reloading Page Records False Results TestManagerForTracPlugin defect new normal Roberto Longobardi normal anonymous
#13529 Editable filtering select field Request-a-Hack enhancement new normal anybody major davide.tau@…
#13545 gantt diagram axis format support in mermaid MermaidMacro enhancement new normal tkob-trac normal anonymous
#13547 Send All Ticket Updates in Email WorkflowNotificationPlugin enhancement new normal ejucovy normal jnzayas@…
#13550 AttributeError: 'NoneType' object has no attribute 'partition' TestManagerForTracPlugin defect new normal Roberto Longobardi normal justdial
#13554 Integration with TracJsGanttPlugin TeamCalendarPlugin enhancement new normal Chris Nelson normal M. Awater <marco.awater@…>
#13558 "not enough arguments for format string" during batch ticket update TimingAndEstimationPlugin defect new normal Russ Tyndall normal khym@…
#13562 Cannot change password for t-h.org TracHacks defect accepted normal Ryan J Ollos normal Thomas Moschny
#13567 Please add permission HOURS_ADMIN TracHoursPlugin enhancement accepted normal EmeCas normal Massimo
#13572 Configuration for alignment, size and position TicketSidebarProviderPlugin enhancement new normal normal Massimo
#13580 List items at given location of certain revision in repository IncludeMacro enhancement new normal Ryan J Ollos normal aschipfl
#13583 Refactor component PeerReviewView PeerReviewPlugin enhancement assigned normal Cinc-th normal Cinc-th
#13585 ProgramLimitExceeded: index row size 3696 exceeds maximum 2712 for index "session_attribute_pk" AccountManagerPlugin defect accepted normal Ryan J Ollos normal Ryan J Ollos
#13589 attachment_reparented is no longer available since Trac 1.5.x TracBackLinkPlugin defect new normal Jun Omae normal Jun Omae
#13599 Unable to install due to ConfigurationError MultiRepoSearchPlugin defect new normal ejucovy major anonymous
#13626 Trac 1.4 incompatiblity BlueFlatTheme defect new normal Cinc-th critical anonymous
#13644 Installation fails SqlAlchemyQueryMacro defect new normal normal Massimo
#13650 ImportError: cannot import name wiki_to_oneliner EasyPollMacro defect new normal normal Massimo
#13686 Add classifiers to setup.py TicketTreePlugin task new normal Roberto Longobardi normal figaro
#13696 Forum plugin or make DiscussionPlugin great again Request-a-Hack enhancement new normal anybody normal Massimo
#13699 PhpBB plugin Request-a-Hack enhancement new normal anybody normal Massimo
#13700 Please publish on PyPI TracHoursPlugin task new normal EmeCas normal Massimo
#13704 Renaming main group GroupTicketFieldsPlugin enhancement new normal thomasd normal Massimo
#13705 Layout ticket view GroupTicketFieldsPlugin enhancement new normal thomasd normal Massimo
#13716 TracDoxygen : index as sidebar DoxygenPlugin enhancement new normal Committo-Ergo-Sum normal Dominique Bontemps
#13721 Wrong date in when plotting the stat using macro TracTicketStatsPlugin defect new normal normal dewan.shamsul@…
#13729 Wrong table layout in the groups GroupTicketFieldsPlugin defect new normal thomasd normal Massimo
#13732 Enable TimingAndEstimationPlugin on Trac 1.4 - actually not a question TimingAndEstimationPlugin enhancement accepted normal Ryan J Ollos normal a.gm@…
#13742 WikiFormatting hint is poorly positioned on ticket page TracWysiwygPlugin defect accepted normal Jun Omae normal Ryan J Ollos
#13745 Refactor image path generation TracWorkflowAdminPlugin enhancement new normal Jun Omae normal Ryan J Ollos
#13755 BackLinksMacro lists pages which do not have backlinks BackLinksMacro defect new normal normal Florian Berger
#13757 ipnr column in table wiki has been removed with Trac 1.3 TimingAndEstimationPlugin defect new normal Russ Tyndall normal anonymous
#13763 CKEditor Plugin fails to work after update of trac 1.2 to 1.4 CkEditorPlugin defect new normal Itamar Ostricher normal boris.horner@…
#13766 Update authz file when maintainer is changed TracHacksPlugin defect accepted normal Ryan J Ollos normal Ryan J Ollos
#13771 Error with trac 1.4.1 WorkflowNotificationPlugin defect new normal ejucovy normal laszlo.elbert@…
#13776 Fails with 1.4.1 PrivateCommentPlugin defect accepted normal Ryan J Ollos normal laszlo.elbert@…
#13778 Update usernames displayed to show the display name from Chrome.authorinfo DiscussionPlugin enhancement new normal normal anonymous
#13780 Incompatible with Trac 1.4; included code patch to correct TracBibPlugin defect new normal Roman Mohr blocker chad.trytten@…
#13782 Integrate ParameterizedIncludeMacro IncludeMacro task new normal normal Ryan J Ollos
#13816 Convert templates to Jinja2 LogViewerPlugin task new normal normal figaro
#13822 Convert templates to Jinja2 TracHacksPlugin task new normal normal Ryan J Ollos
#13828 not compatible with SubcomponentsPlugin SimpleMultiProjectPlugin defect assigned normal Cinc-th normal anonymous
#13830 Close open tickets when deleting a plugin TracHacksPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13836 What width and height in trac.ini should do? MovieMacro defect new normal normal edouard@…
#13847 Exception "Invalid query constraint value" WikiCalendarMacro defect new normal normal anonymous
#13851 Update MathJax URL TracMathJaxPlugin enhancement new normal normal figaro
#13858 Allow to set a default project SimpleMultiProjectPlugin enhancement new normal Cinc-th normal Cinc-th
#13870 Give more size options, especially for images WikiExtrasPlugin enhancement new normal Mikael Relbe normal anonymous
#13878 DiscussionPlugin Basic Flaws Patches DiscussionPlugin defect new normal normal anonymous
#13880 Usernames with spaces regarded as two usernames AutocompleteUsersPlugin defect new normal normal mats.koponen@…
#13893 TracGridModify 1.0.0.dev0 Plugin not compatible with Trac 1.4.x GridModifyPlugin defect accepted normal Ryan J Ollos normal scott.dunt@…
#13914 The macro needs to be faster WantedPagesMacro defect assigned normal Ryan J Ollos normal Ryan J Ollos
#13915 Change ticket field label DynamicFieldsPlugin defect assigned normal Ryan J Ollos normal Ryan J Ollos
#13916 Cannot escape fraction substitution such as 1/4 WikiExtrasPlugin defect new normal Mikael Relbe normal Ian Lewis
#13917 Add support for more fractional values WikiExtrasPlugin enhancement new normal Mikael Relbe normal Ian Lewis
#13920 Conflict with TracBookmarkPlugin TracpathTheme defect new normal Jun Omae normal Alexey
#13921 Extra box above ticket fieldset.properties TracpathTheme defect new normal Jun Omae normal Ryan J Ollos
#13922 Add Trac 1.4 support TracpathTheme enhancement new normal Jun Omae normal Ryan J Ollos
#13924 Batch add tags TagsPlugin enhancement new normal Ryan J Ollos normal Ryan J Ollos
#13927 Trac 1.5.2 compatibility WikiExtrasPlugin task accepted normal Ryan J Ollos normal anonymous
#13928 Add support for Font Awesome as a `fa:` icon set WikiExtrasPlugin enhancement new normal Mikael Relbe normal Chad Trytten
#13933 timingandestimationplugin doesn't work after a 1.2.2 to 1.4.2 trac upgrade TimingAndEstimationPlugin defect new normal Russ Tyndall normal guillaume22
#13937 change between wysiwyg to default editor makes WikiHtml content wrong. TracWysiwygPlugin enhancement new normal Jun Omae normal mgs1994@…
#13953 TypeError: unsupported operand type(s) for -: 'unicode' and 'datetime.datetime' ExportImportXlsPlugin defect new normal ben_12 normal P. Koevesdi
#13962 error when change user ID AccountManagerPlugin defect accepted normal Ryan J Ollos normal david.bonnin85@…
#13963 arrow icon for the drop down menu does not disappear TracDragDropPlugin defect new normal Jun Omae trivial clemens
#13971 Better 'about' page handling FullBlogPlugin enhancement new normal osimons normal Eli Carter
#13973 query multiple external databases SqlQueryMacro enhancement new normal normal clemens
#13982 Integration with SimpleMultiProjectPlugin is broken MultiProjectBacklogPlugin defect new normal Cinc-th normal Cinc-th
#13983 Ticket fields not shown after selection on main page MultiProjectBacklogPlugin defect new normal Cinc-th normal Cinc-th
#13984 On first use other fields are disabled when one is set to ''read only'' TicketFieldFilterPlugin defect new normal Cinc-th normal Cinc-th
#13995 The io.StringIO is available in Python 2.6 ChangeLogMacro defect assigned normal Cinc-th normal Ryan J Ollos
#14001 PdfPreviewPlugin: not able to preview pdf file as expected PdfPreviewPlugin defect new normal tkob-trac normal peter.chiu@…
#14003 ''Show comments inline'' doesn't work for newly created comments PeerReviewPlugin defect new normal Cinc-th normal Cinc-th
#14004 Default templates for docx export are not available PeerReviewPlugin defect new normal Cinc-th normal Cinc-th
#14006 Improve CSS and page design PeerReviewPlugin enhancement new normal Cinc-th normal Cinc-th
#14007 Allow code reviews on changeset page PeerReviewPlugin enhancement assigned normal Cinc-th normal Cinc-th
#14030 Provide wiki toolbar with Markdown commands MarkdownMacro defect new normal Cinc-th normal Cinc-th
#14031 Take into account dynamic fields in email notification DynamicFieldsPlugin enhancement new normal Ryan J Ollos normal mathieu@…
#14035 ticket2trac.py script not work on trac1.4.3 TicketToTracScript defect new normal Singbox AB normal asrafbd2323@…
#14037 Not working on Python3 JqChartMacro defect new normal Pablo normal Jhuang
#14044 not work with Trac 1.4? DownloadsPlugin defect new normal ttressieres normal mliszka@…
#14046 Ability to disable cache PlantUmlMacro enhancement new normal Ryan J Ollos normal tn5583730@…
#14047 Unable to get size if path contains space character SvnCliRemotePlugin defect new normal Cinc-th critical bear330
#14048 Ticket's page UI is broken when SmpTicket is enabled SimpleMultiProjectPlugin defect new normal Cinc-th major montonero
#14052 Missing Estimated hours in "Add Task" TimeTrackingPlugin defect new normal lucid normal anonymous
#14061 TypeError: sequence item 0: expected string, Fragment found WorkflowActionButtonsPlugin defect new normal ejucovy normal anonymous
#14062 Available Reports is not full SimpleMultiProjectPlugin defect new normal Cinc-th normal anonymous
#14069 BlueFlatTheme - not working well with TracMenus 0.3.0 BlueFlatTheme defect new normal Cinc-th normal anonymous
#14072 jquery.cycle2.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE ThemeEnginePlugin defect new normal Olemis Lang normal anonymous
#14073 Ticket prev next menu is presented ugly with login BlueFlatTheme defect new normal Cinc-th normal anonymous
#14074 Incompatible with Trac 1.2 (genshi) and 1.4+ (jinja2) PyDocPlugin defect new normal normal anonymous
#14077 TypeError: int() argument must be a string or a number, not 'NoneType' TimeTrackingPlugin enhancement new normal lucid critical nonex
#14086 request for new mermaid.min.js version MermaidMacro enhancement accepted normal Ryan J Ollos normal jhuang
#14088 TypeError: Dot.__init__() got an unexpected keyword argument 'log' MasterTicketsPlugin defect new normal normal v.jean.vittor@…
#14089 Filter for Manage Components like for Milestones SimpleMultiProjectPlugin enhancement new normal Cinc-th normal anonymous
#14090 Give option to easy select projects from SimpleMultiProjectPlugin TracJsGanttPlugin enhancement new normal Chris Nelson normal userTracJSGanttChart
#14091 Bad view on TracJSGanttChart in wiki TracJsGanttPlugin defect new normal Chris Nelson major anonymous
#14097 Report stats by Project regarding SimpleMultiProject MultiProjectBacklogPlugin defect new normal Cinc-th normal anonymous
#14102 Compatibility with other plugins WikiTableMacro enhancement new normal normal anonymous
#14103 No project dropdown for milestones and components SimpleMultiProjectPlugin defect new normal Cinc-th normal vbesse@…
#14104 set_owner not working, when combined with triage since Trac 1.0.18, 1.2.6 and 1.4.1 AdvancedTicketWorkflowPlugin defect accepted normal Ryan J Ollos normal mw@…
#14106 TemplateSyntaxError: Encountered unknown tag 'time', whenever TracHoursSidebarProvider is enabled. TracHoursPlugin defect new normal EmeCas normal anonymous
#14113 external links get prefixed with ???? TracWikiToPdfPlugin defect new normal normal Joachim Mairböck
#14115 Default values are not displayed DynamicFieldsPlugin defect accepted normal Ryan J Ollos normal florian.strauss@…
#14116 Wrong Status of test cases in testplan is displayed TestManagerForTracPlugin defect new normal Roberto Longobardi critical Michael.Breu@…
#14119 site_head.html not loaded ExtendedVersionPlugin defect new normal Ryan J Ollos normal anonymous
#14120 doResourceLeveling ignore startDate TracJsGanttPlugin defect new normal Chris Nelson normal marcin.postek@…
#14125 There are extraneous table headers in the admin panel. ChildTicketsPlugin defect accepted normal Ryan J Ollos normal Dan
#14126 Update for compatibility with Trac 1.6 ExportImportXlsPlugin enhancement accepted normal Ryan J Ollos normal Dan
#14132 Patch to allow WikiCalendarMacro to work with Trac 1.6, plus other stuff WikiCalendarMacro enhancement accepted normal Ryan J Ollos normal Dan
#14135 Update Parent Tickets Cache Sooner ChildTicketsPlugin defect new normal Mark Ryan normal Dan
#14136 Suggestions for CardsPlugin: vertical and unique parameters CardsPlugin enhancement new normal Peter Suter normal Dan
#14138 Default value is wrong NavigationDisplayPlugin defect new normal Franz normal florian.strauss@…
#14139 No autocompletion MultipleWorkflowPlugin defect new normal Cinc-th normal florian.strauss@…
#14141 Allow wiki-Syntax in scalar.py WikiTableMacro enhancement accepted normal Ryan J Ollos normal anonymous
#14142 ProgrammingError: relation "agilo_sprint" does not exist AgiloTicketReportPlugin defect new normal normal juakol
#14144 Python 3 compatibility DownloadsPlugin defect new normal ttressieres normal pulkomandy@…
#14152 Make compatible with Jinja2 template engine after Trac 1.4 DuplicateTicketSearchPlugin defect new normal Ryan J Ollos normal roger.oberholtzer@…
#14206 Static analysis updates TracDbftsPlugin defect new normal Jun Omae normal figaro
#14210 ICS feed endpoint for integration in external calendars TicketCalendarPlugin enhancement new normal Jun Omae normal Florian Berger
#14218 Don't use eval() AccountManagerPlugin defect new normal Ryan J Ollos normal Jun Omae
#14219 Macro BlogList() and macro TicketQuery() FullBlogPlugin defect new normal osimons critical Alexey
#14220 Adapt change id feature to notify_subscription and notify_watch tables AccountManagerPlugin defect assigned normal Jun Omae normal Jun Omae
#14228 Support for reusing footnote by name FootNoteMacro enhancement new normal Ryan J Ollos normal Mingye Wang
#14239 MailArchivePlugin: From-Header not decoded in Python 2 MailArchivePlugin defect new normal lucid normal anonymous
#14240 MailArchivePlugin: updates to setup.py MailArchivePlugin task new normal lucid normal figaro
#14241 TicketStencilPlugin doesn't work if ticket types contain uppercase letters TicketStencilPlugin defect new normal tkob-trac normal khym@…
#14243 Unable to use pipe-delimiting syntax for Set rule DynamicFieldsPlugin defect new normal Ryan J Ollos normal Alfred
#14244 Support for MSCGEN GraphvizPlugin enhancement new normal Christian Boos normal anonymous
#14246 HackIndex page defaults to showing hacks for fersions 1.0 and 1.2 only TracHacks enhancement new normal Ryan J Ollos normal PulkoMandy
#14247 Header logo is never displayed BlueFlatTheme enhancement new normal Cinc-th normal PulkoMandy
#14257 Python error with boxes in TRAC 1.6 WikiExtrasPlugin defect new normal Mikael Relbe normal clemens
#14263 Unable to load DirectoryAuthPlugin with Python 3 DirectoryAuthPlugin defect new normal bebbo normal Jun Omae
#14268 Error voting on Trac 1.6 VotePlugin defect new normal Ryan J Ollos normal Dirk Stöcker
#14271 Support for Trac 1.6 TracWikiToPdfPlugin enhancement new normal normal Joachim Mairböck
#14272 Support html email notifications XmlRpcPlugin enhancement new normal osimons normal mavik@…
#14273 Plugin conflicting with trac-spamfilter plugin MarkdownMacro defect new normal Cinc-th normal Oleksij
#14335 Separate plugin for hiding tickets based on ticket type and permission BlackMagicTicketTweaksPlugin enhancement new normal normal Joachim Mairböck
#14336 [PATCH] Support for Trac 1.6/Python 3 MasterTicketsPlugin enhancement new normal Ryan J Ollos normal Niels Sascha Reedijk
#14337 Add compatibility with Python 3 PlantUmlMacro task accepted normal Ryan J Ollos normal Ryan J Ollos
#14338 Unable to use custom field as start_date and due_date TicketCalendarPlugin defect new normal Jun Omae normal anonymous
#14339 HTML not rendering correctly WikiTableMacro defect new normal normal Ryan J Ollos
#14340 support for trac 1.6 TestManagerForTracPlugin defect new normal Roberto Longobardi normal anonymous
#14341 Option based custom field cannot be saved CustomFieldAdminPlugin defect new normal osimons normal lephilousophe
#14342 Fix code rendering when using only MarkdownMacro MarkdownMacro defect new normal Cinc-th normal lephilousophe
#244 Use PyPI API HackInstallPlugin enhancement new low normal Noah Kantrowitz
#796 Digest mode for notifications Request-a-Hack enhancement reopened low anybody minor Don Johnson
#960 [Patch] HighlightMacro does not accept commas HighlightMacro enhancement new low relaxdiego trivial phanou
#1731 Biling and other reports do not reflect a retargeted ticket TimingAndEstimationPlugin enhancement new low Russ Tyndall normal mlists@…
#1799 [Patch] {p1} doesn't work as expected and :\ is not a good smiley IMHO WikiExtrasPlugin defect new low Christian Boos normal Kenneth Xu
#2291 Improve command line usage TimeVisualizerPlugin enhancement new low Markus Pelkonen normal Markus Pelkonen
#2321 Smart (re)sync hook TimeVisualizerPlugin enhancement new low Markus Pelkonen normal Markus Pelkonen
#3100 Do not reauthenticate if already authenticated (via form login or such) HttpAuthPlugin enhancement assigned low txcraig minor Zoran Regvart
#3130 post-POST checking and enforcement if JS not available TicketSubmitPolicyPlugin defect new low obs normal Jeff Hammel
#3151 Two requests: Assign to specific user, Send email AdvancedTicketWorkflowPlugin enhancement new low normal gmr@…
#3495 Use unique database file names for poll result storage PollMacro enhancement new low minor HeX
#3634 [Patch] update-index is not work with repository change RepoSearchPlugin defect new low Alex Smith trivial who.mobile@…
#3657 Configure GeneralWikiSubscriber not only to page names, but tags too AnnouncerPlugin enhancement new low normal anonymous
#3659 Option to send digest notification, with a link to the source page AnnouncerPlugin enhancement new low minor anonymous
#3723 Ideal burndown line ScrumBurndownPlugin enhancement new low daan normal Filipe Correia
#3746 use interfaces when applicable TracLegosScript enhancement new low normal Jeff Hammel
#3763 upon project creation, an admin account should be made for the creator and they should be signed in and directed to the /admin screen (assuming trac 0.11) TracLegosScript enhancement new low normal Jeff Hammel
#3767 pastescript vars should denote the difference between template-needed variables and otherwise TracLegosScript enhancement new low major Jeff Hammel
#3769 idea: consideration of option providers in addition to templates TracLegosScript enhancement new low normal Jeff Hammel
#3785 better parsing for lists of projects TracLegosScript enhancement new low normal Jeff Hammel
#3803 more secure gringotts, password, maybe client side decryption GringottsPlugin enhancement new low normal Michael Grant
#3824 Sync from authentificated repository SvnsyncPlugin enhancement new low normal david@…
#3846 CSS Fix for header alignment issues GnomeBrTheme defect assigned low Wilson Pinto Júnior major paul.hieromnimon@…
#3879 add config/class options to colorize depgraph for custom workflow MasterTicketsPlugin enhancement new low Ryan J Ollos trivial Jay
#4171 uploading of multiple files would be nice SiteUploadPlugin enhancement new low minor nick carrasco
#4373 support for mastertickets TracHoursPlugin enhancement assigned low EmeCas normal Jeff Hammel
#4374 When adding hours and description no email notifications are sent TracHoursPlugin enhancement assigned low EmeCas normal Jeff Hammel
#4408 Chart line precision (dealing with fractions of an hour) ScrumBurndownPlugin defect assigned low daan normal Filipe Correia
#4415 hours could have 'types' (labels) TracHoursPlugin enhancement assigned low EmeCas normal Jeff Hammel
#4442 Discussion of "Special Keyword" for AutoCompleteUsersPlugin AutocompleteUsersPlugin enhancement new low Ryan J Ollos normal Matt Callaghan
#4445 use a date picker TracHoursPlugin enhancement assigned low EmeCas normal anonymous
#4464 Field labels are still shown when field is hidden TicketSubmitPolicyPlugin enhancement new low obs normal J Evan S
#4507 set resolution or invoke workflow GridModifyPlugin enhancement new low minor dgc
#4555 milestone description with WikiFormatting FlashGanttPlugin defect new low minor tuebernickel@…
#4568 basedir should be base_dir TracLegosScript defect new low minor Jeff Hammel
#4619 the permission checked for is SENSITIVE_VIEW but viewing tickets shows a TICKET_VIEW permission error SensitiveTicketsPlugin defect new low minor Jeff Hammel
#4885 Enhance usability of "Add Path" SvnAuthzAdminPlugin enhancement new low Ryan J Ollos minor Leon
#4909 [PATCH] Add class documentation to appear in [[WikiMacros]] call TicketBoxMacro enhancement new low Shun-ichi Goto trivial kontakt@…
#4914 Bold highlighting of current page in menu MenusPlugin defect new low minor anonymous
#5010 Force users to join/pre-join groups? AnnouncerPlugin enhancement new low minor anonymous
#5289 Allow for different skins PledgieMacro enhancement new low Stephan normal Stephan
#5502 Add sasldb support AccountManagerPlugin enhancement new low normal anonymous
#5504 importing new tickets with arbitrary pre-defined number rejected by trac TicketImportPlugin enhancement reopened low François Granade minor trac@…
#5574 Graphics instead of text? ServerDownMacro enhancement new low normal webmaster@…
#5614 Provide option to remove or rename /tractab/ in URL TracTabPlugin enhancement new low minor Ryan J Ollos
#5669 [Patch] Include attachments from FullBlogPlugin AllAttachmentsMacro enhancement new low Ryan J Ollos trivial Florian Seydoux
#5951 Host down in non-EN locale raises error ServerDownMacro defect new low minor anonymous
#6034 imported milestone column not handled, if no milestone present TicketImportPlugin defect new low François Granade minor terje
#6056 Hierarchie of ProjectPlan and a parameter ProjectPlanPlugin enhancement new low normal didley@…
#6070 Notification are not sent when tickets are imported (was: Email addresses as Usernames) TicketImportPlugin defect new low François Granade minor anonymous
#6181 Commit Multiple / All Changes WikiEditorForEclipsePlugin enhancement new low Ivan minor philip.makedonski@…
#6617 Integrate DepgraphSidebarPlugin MasterTicketsPlugin enhancement new low Ryan J Ollos minor Michal Papis
#6693 Suggested query for checking ratings FiveStarVotePlugin enhancement new low normal ibboard
#7091 Python errors, incomprehensible BranchTimelinePlugin defect new low aviram trivial bakker@…
#7343 svn:https: links are handled inconsistently TracWysiwygPlugin defect new low Jun Omae trivial markus.heinrichs@…
#7344 TracTicketTemplate does not work with TracWysiwygPlugin TracTicketTemplatePlugin defect new low Richard Liao normal markus.heinrichs@…
#7476 Annoying display of docknav captions at load time using Chromium and Safari MacTheme defect new low Olemis Lang minor Olemis Lang
#7492 lower tool bar does not stick to bottom of screen om ipad MacTheme defect new low Olemis Lang minor anonymous
#7520 [Patch] Ability to have a default status on triage operations AdvancedTicketWorkflowPlugin enhancement new low normal norberto.bezi@…
#7770 Match on custom field - Request TicketImportPlugin enhancement new low François Granade trivial Jay
#7774 TracLink to Milestone wiki page MilestoneCompactMacro enhancement new low Terry Brown trivial stefan.meissner@…
#8082 Using "component" as parent of chained fields resets value on modify TracTicketChainedFieldsPlugin defect reopened low Richard Liao minor afrogamer@…
#8362 Provide a drop zone in empty groups QueuesPlugin enhancement new low normal Rob Guttman
#8435 make blog gateway page more configurable FullBlogPlugin enhancement new low osimons minor shabbychef
#8540 Add filter for ticket status ComponentsProcessorMacro enhancement new low Terry Brown minor anonymous
#8615 Allow changing group of tickets on drag QueuesPlugin enhancement new low normal Danny Sauer
#8635 Allow code blocks to be initially collapsed CodeExampleMacro enhancement new low normal sitemap@…
#8683 allow text-fields to be chained TracTicketChainedFieldsPlugin enhancement new low Richard Liao normal Christian Masopust
#8835 fields layout is broken if dynamicfields plugin enabled TracHoursPlugin enhancement assigned low EmeCas minor uray
#8919 Relative path name to Log file LogViewerPlugin enhancement new low izzy minor anonymous
#9074 No way to add comment macro to all wiki pages AddCommentMacro defect new low Alec Thomas minor anonymous
#9123 Allow custom columns in table next to Gantt chart TracJsGanttPlugin enhancement new low Chris Nelson normal Chris Nelson
#9132 Ability to open another wiki page from preview WikiEditorForEclipsePlugin enhancement new low Ivan minor mishra.anadi@…
#9159 Is there a way to print the whiteboard? WhiteboardPlugin enhancement new low Olemis Lang trivial gar37bic@…
#9753 Sidebar unnecessarily eats half of the screen TicketSidebarProviderPlugin enhancement new low trivial l0co@…
#9860 author page should have (optional) limited number of posts FullBlogPlugin enhancement new low osimons minor shabbychef
#9992 Graphviz plugin gets confused by whitespace around equal signs in URL attributes GraphvizPlugin defect new low minor sra@…
#10045 Graphviz 2.26.3 error when SERVER_NAME enviromental variable is set on Linux ProjectPlanPlugin defect new low minor andrey@…
#10114 Reindex of empty repository fails with NoSuchChangeset FullTextSearchPlugin defect assigned low Alex Willmer normal Alex Willmer
#10137 Would be nice to have association between repositories and project SimpleMultiProjectPlugin enhancement new low normal Jeff Dairiki
#10358 Resolution of image after convert is horrid PdfImagePlugin defect assigned low ursaw minor anonymous
#10691 Remove frame hack for ticket_created WorkflowNotificationPlugin task new low ejucovy normal ejucovy
#11009 Ticket entry system like asana.com Request-a-Hack enhancement new low anybody trivial Jay
#11023 HttpAuthPlugin uses only Basic authentication HttpAuthPlugin enhancement new low txcraig minor sdegrande
#11287 Convert to .executemany() where appropriate TracJsGanttPlugin enhancement assigned low Chris Nelson normal Chris Nelson
#11489 Collapse/Uncollapse works only for first Gantt displayed in same page TracJsGanttPlugin defect accepted low Chris Nelson minor Jorge Ortiz
#11921 Footnote numbers are duplicated in Trac 1.0.1 ticket preview FootNoteMacro defect new low normal Chris Nelson
#12122 Put option for ordering with author name TracBibPlugin enhancement new low normal anonymous
#12260 Apache Bloodhound compatibility TracWysiwygPlugin enhancement new low Jun Omae trivial unclok123@…
#12276 Upgrade tablesorter.js TableSorterPlugin enhancement reopened low Peter Suter trivial engenilk@…
#12518 Implement new notification API MailPlugin task new low Franz normal Franz
#12923 Fix for uppercase issue with Menus plugin PeerReviewPlugin enhancement new low Cinc-th normal ntmlod
#13475 Installation requirements should be explicitly mentioned in setup.py TracXsdPlotMacro defect assigned low Theodor Norup minor Theodor Norup
#14082 Can not render diagrams besides @startuml PlantUmlMacro defect accepted low Ryan J Ollos minor idle@…
#14137 Display parent tickets as links rather than text in ticket reports ChildTicketsPlugin enhancement new low Mark Ryan trivial aschipfl
#14166 Dates are presented in the infamous US-Format (MM/dd/yy) instead of the users defined date format setting TestManagerForTracPlugin defect new low Roberto Longobardi minor Michael.Breu@…
#14212 Static analysis updates CustomFieldAdminPlugin task new low osimons normal figaro
#14214 Static analysis updates TicketCalendarPlugin defect new low Jun Omae normal figaro
#413 Jabber Bot for notifications Request-a-Hack enhancement reopened lowest anybody normal c00i90wn <c00i90wn@…>
#984 how does this go together with mercurial plugin? RevtreePlugin enhancement new lowest Emmanuel Blot normal rupert thurner
#1255 Feature to update line numbers through revisions Request-a-Hack enhancement new lowest anybody normal Martin.vGagern@…
#2040 Make comments editable PeerReviewPlugin enhancement new lowest normal c.posluschni@…
#2320 trac db obfuscator TimeVisualizerPlugin enhancement new lowest Markus Pelkonen normal Markus Pelkonen
#2464 Log time for previous days or other people TimingAndEstimationPlugin enhancement new lowest Russ Tyndall minor jmdelehaye@…
#3054 Namespace issue in impl.py for TracTimeVisualizerPlugin TimeVisualizerPlugin defect new lowest Markus Pelkonen normal jhamell@…
#3177 Don't show non-merge revisions RevtreePlugin enhancement new lowest Emmanuel Blot normal gregmac
#4414 other export formats should be defined TracHoursPlugin enhancement assigned lowest EmeCas normal Jeff Hammel
#4416 add ability to clock on/off of working on a ticket TracHoursPlugin enhancement assigned lowest EmeCas normal Jeff Hammel
#4694 Add support for TypedTicketWorkflowPlugin WorkflowEditorPlugin enhancement new lowest Takanori Suzuki trivial Jay
#7237 Positions independent of Rate, Variability, Communication EstimatorPlugin enhancement new lowest Russ Tyndall normal didley@…
#7717 Search ommits svn:keywords propetry RepoSearchPlugin enhancement new lowest Alex Smith trivial anonymous
#7777 Beta test TracReleasePlugin task new lowest Joao Alexandre de Toledo trivial Lucas Rangit MAGASWERAN
#8432 Display counter in context navigation bar VisitCounterMacro enhancement new lowest normal rlrj60
#8529 Param for vRightTable size TracJsGanttPlugin enhancement new lowest Chris Nelson normal didley@…
#8548 [Patch] request ability to use multiple fields in a triage AdvancedTicketWorkflowPlugin enhancement new lowest normal anonymous
#9587 Invalid HTTPNotFound call WikiCssPlugin defect new lowest Martin Scharrer minor Jonas Bardino
#12396 Add option to force specific increments via UI control TracHoursPlugin enhancement assigned lowest EmeCas trivial zabeus@…
#12782 Reviewers group can not contains sub groups PeerReviewPlugin defect assigned lowest Cinc-th normal ntmlod
#12855 Email notification on reply WikiCommentsPlugin enhancement new lowest Jaroslav Meloun normal komar
#3637 test a new trac new anonymous dlbrant

Author/Contributors

Author: ursaw
Maintainer: ursaw
Contributors:

Attachments (1)

Download all attachments as: .zip