#11000 closed defect (worksforme)
My Bugs
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
A default Trac installation, should provide a "My Bugs" or "My tickets" button, RIGHT ON THE FRONT PAGE, and not buried on a second page.
That is what other famous -zilla trackers do.
Also double check that pushing my new proposed button, does the same as -zilla, and not something different. Thanks!
Attachments (0)
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 by , 12 years ago
No no no. Wrong wrong wrong.
I have been to a 1000 Trac sites.
They all lack a basic My Bugs at the top level.
You think I am an administrator.
But I am just the lowest user.
That's why I'm telling you to make it that way out of the box.
Just like if Trac was misspelled on the logo,
no one is going to contact each administrator to fix it.
That's why I'm telling you to fix it at the source of the problem.
comment:4 by , 12 years ago
That's something we prefer to leave to each administrator to decide for herself.
You can configure the
default_handler
so that requests to the base url land you on the report module or query module. See TracIni#trac-section. To have the base url point to a specific report, there may be ways to do this with a default Trac installation, or you can at least use a plugin such as th:GroupBasedRedirectionPlugin. There is probably a better way, but please ask on the MailingList.