📄 tracreports
字号:
= Trac Reports =[[TracGuideToc]]The Trac reports module provides a simple, yet powerful reporting facilityto present information about tickets in the Trac database.Rather than have its own report definition format, TracReports relies on standard SQL`SELECT` statements for custom report definition. '''Note:''' ''The report module is being phased out in its current form because it seriously limits the ability of the Trac team to make adjustments to the underlying database schema. We believe that the [wiki:TracQuery query module] is a good replacement that provides more flexibility and better usability. While there are certain reports that cannot yet be handled by the query module, we intend to further enhance it so that at some point the reports module can be completely removed. This also means that there will be no major enhancements to the report module anymore.'' ''You can already completely replace the reports module by the query module simply by disabling the former in [wiki:TracIni trac.ini]:'' {{{ [components] trac.ticket.report.* = disabled }}} ''This will make the query module the default handler for the 鈥淰iew Tickets鈥
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -