Changes between Version 50 and Version 51 of SimpleMultiProjectPlugin


Ignore:
Timestamp:
May 13, 2015, 9:34:01 AM (9 years ago)
Author:
falkb
Comment:

mentions new feature "trac-admin extension", some texts improved, smaller screenshots for more survey

Legend:

Unmodified
Added
Removed
Modified
  • SimpleMultiProjectPlugin

    v50 v51  
    77Lets you easily '''manage multiple user projects with one Trac instance''' or, respectively, one Trac database (.db file).
    88
    9  * This is not a meta project in front of several other Trac projects, it just implements the idea of [T:wiki:TracMultipleProjects/SingleEnvironment].
     9This is not a meta project in front of several other Trac projects, it just implements the idea of [T:wiki:TracMultipleProjects/SingleEnvironment].
     10
     11What does this plugin extend in Trac?:
    1012 * Milestones and versions are assigned to their projects, and both are displayed on the roadmap. There are several possibilities to filter by projects on that page, and also the timeline.
    1113 * Components can be assigned to all or only certain projects.
    1214 * 'New Ticket' will just offer the associated milestones, versions and components of the chosen project. This requires a new custom-ticket field 'project'.
     15 * You can rectrict access to certain milestones, versions and tickets by defining members or non-members of a project.
    1316
    1417This is already running stable in a real production environment.
     
    4043
    4144== Example
     45All actions are also possible with the ''trac-admin'' script. See ''trac-admin <your-trac-env> project help'' for the list of available commands.
    4246
    43 '''''Admin Interface''''':
     47Admin Interface:
    4448[[BR]]
    4549
    46 [[Image(admin_project.png)]]
     50[[Image(admin_project.png, 400px)]]
    4751
    4852----
    4953
    50 '''''Add project summary and description. This is displayed on the roadmap page then''''':
     54Add project summary and description. This is displayed on the roadmap page then:
    5155[[BR]]
    5256
    53 [[Image(admin_projects_modify.png)]]
     57[[Image(admin_projects_modify.png, 400px)]]
    5458
    5559----
    5660
    57 '''''Associate a milestone with a project''''':
     61Associate a milestone with a project:
    5862
    59 Since [14354] mapping milestones and versions to a project is supported via main menu item "Admin" -> "Ticket System" -> "Milestones" / "Versions". Another way is doing it from the ''Roadmap'' page:
     63 * Mapping milestones and versions to a project is supported
     64   * via main menu item "Admin" -> "Ticket System" -> "Milestones" / "Versions".
     65   * Another way is doing it from the ''Roadmap'' page:
     66     1. From the ''Roadmap'' Page, find the desired milestone/version and click it.
     67     2. Scroll to bottom of page and "Edit" the page. Select the project from the given combobox.
     68   * via ''trac-admin project'' script.
     69 * Note: "New Ticket" with a chosen project only offers milestones and versions mapped to that certain project.
    6070
    61  * From the ''Roadmap'' Page, find the desired milestone/version and click it.
    62  * Scroll to bottom of page and "Edit" the page. Select the project from the given combobox.
    63 
    64 Traps:
    65  * If you forget to map milestones and versions to a new project, and you try to create a new ticket, it will happen to you that after you have selected a project from its combobox the "New Ticket" form cannot offer any in the comboboxes of ''milestone'' and ''version''.
    66 
    67 [[Image(edit_milestone.png)]]
     71[[Image(edit_milestone.png, 400px)]]
    6872
    6973----
    7074
    71 '''''Group milestones and versions on the roadmap by project, show project summary and description in the header of the project box, and display only projects chosen in the filter box''''':
     75Group milestones and versions on the roadmap by project, show project summary and description in the header of the project box, and display only projects chosen in the filter box:
    7276[[BR]]
    7377
    74 [[Image(roadmap_projects_filter.png)]]
     78[[Image(roadmap_projects_filter.png, 400px)]]
    7579
    7680----
    7781
    78 '''''display only tickets in the timeline of projects chosen in the filter box (adapted from TimelineComponentFilterPlugin)''''':
     82Display only tickets in the timeline of projects chosen in the filter box (adapted from TimelineComponentFilterPlugin):
    7983[[BR]]
    8084
    81 [[Image(timeline_projects_filter.png)]]
     85[[Image(timeline_projects_filter.png, 400px)]]
    8286
    8387== Bugs/Feature Requests