?? 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 + -