You can change components' names or delete them as well as add  some
new

in nav_menu -> mark ADMIN
ADMIN -> Components -> Manage Components

To see this option in menu you have to install (or enable) plugin
WebAdmin
http://trac.edgewall.org/wiki/WebAdmin  (since 0.11 default part of
trac)

and add yourself privileges:
(in terminal:)
* trac-admin /path/to/your/project
* permission add username-from-htpasswd TRAC_ADMIN


You can do it also with pure trac-admin tool

http://trac.edgewall.org/wiki/TracAdmin

e.g. :

component list
        -- Show available components

component add <name> <owner>
        -- Add a new component

component rename <name> <newname>
        -- Rename a component

component remove <name>
        -- Remove/uninstall component

component chown <name> <owner>
        -- Change component ownership


Bye
Dorotka


On Oct 2, 6:24 pm, fab <[email protected]> wrote:
> Good day,
>
> When opening a new ticket, I want to list my own components, instead
> of default "component1" and "component2", how can I edit such names so
> they can refer to specific project related names? example: core, web,
> persistenceUtil
>
> thanks in advance !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to