Modify ↓
#10684 closed defect (invalid)
Change homepage to custom url?
Reported by: | garrett | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.12-stable |
Severity: | normal | Keywords: | homepage, default_handler |
Cc: | ryano@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
My company wanted the homepage of our Trac installation to show the list of available reports, which I accomplished without issue. However now they would like the list to be alphabetized by default. Obviously if you click the title column it will add ?sort=title&asc=1 to the url and alphabetize the list, but is there a way to set this by default?
Along the same lines is there a way to define a url for Trac to use as it's homepage? Thanks in advance,
-G
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
It would be more appropriate to post questions like this to the mailing list before opening a ticket.
I'm not sure if you are asking how to change the sorting for an instance of the TicketQuery macro, or for a report, but both are possible. See the TicketQuery and TracReports documentation for more information.
Regarding your second question, you can change the
default_handler
, so that, for example, theReportModule
is the landing page when logging in. See TracIni#trac-section. If you want to display another webpage within Trac, you might need the th:TracTabPlugin.