{"id":26711543,"url":"https://github.com/trac-hacks/trac-multiproduct","last_synced_at":"2025-03-27T10:28:50.796Z","repository":{"id":11447569,"uuid":"13906752","full_name":"trac-hacks/trac-multiproduct","owner":"trac-hacks","description":"A plugin for Trac that adds basic multiple product support.","archived":false,"fork":false,"pushed_at":"2013-10-27T18:41:04.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-04-11T08:47:45.579Z","etag":null,"topics":["trac-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trac-hacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-27T17:24:31.000Z","updated_at":"2015-02-26T10:26:49.000Z","dependencies_parsed_at":"2022-08-30T01:32:13.907Z","dependency_job_id":null,"html_url":"https://github.com/trac-hacks/trac-multiproduct","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftrac-multiproduct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftrac-multiproduct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftrac-multiproduct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trac-hacks%2Ftrac-multiproduct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trac-hacks","download_url":"https://codeload.github.com/trac-hacks/trac-multiproduct/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245826069,"owners_count":20678716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["trac-plugin"],"created_at":"2025-03-27T10:28:50.149Z","updated_at":"2025-03-27T10:28:50.791Z","avatar_url":"https://github.com/trac-hacks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to MultiProduct\n\nMultiProduct is a plug-in for Trac that adds basic multiple product support by allowing per-product components and versions.\n\nThis plug-in adds a new field type to Trac, depselect, which is a select field that depends on the value of another select field. Three new fields are then added to the ticket model:\n\n * Product - a normal select field and the parent field upon which the depselect fields depend.\n * Product Component and Product Version - depselect fields whose available values change depending on the value of the Product field.\n\nThe plug-in currently requires a patch to Trac itself in order to function, though I plan to eliminate that need in a future version.\n\n## Installation and Usage\n\nBecause a patch must be applied to Trac before using this plug-in, Trac must be installed with the following commands instead of through the operating system's package manager:\n\n    $ svn export http://svn.edgewall.org/repos/trac/tags/trac-\u003c\u003cVERSION\u003e\u003e trac\n    $ svn export https://www.matbooth.co.uk/svn/trunk/multiproduct/patches/ patches\n    $ cd trac/\n    $ patch -p0 \u003c../patches/depselect_support_trac-\u003c\u003cVERSION\u003e\u003e.patch\n    $ python ./setup.py install\n\nWhere \u003c\u003cVERSION\u003e\u003e is your favourite version of Trac. Currently supported versions are 0.11.4, 0.11.5 and 0.11.6.\n\nNow install the MultiProduct plug-in:\n\n    $ easy_install -Z https://www.matbooth.co.uk/svn/trunk/multiproduct/\n\nWhen the plug-in is enabled in trac.ini it is also recommended that you disable the admin plug-ins for the component and version fields, since MultiProduct is really a replacement for these fields:\n\n    [components]\n    multiproduct.* = enabled\n    trac.ticket.admin.componentadminpanel = disabled\n    trac.ticket.admin.versionadminpanel = disabled\n\nThe Trac environment will ask to be upgraded:\n\n    $ trac-admin /path/to/trac/environment upgrade\n\nOnce configured, Trac administrators will find a new ticket system admin panel for each of the fields added by the plug-in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrac-hacks%2Ftrac-multiproduct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrac-hacks%2Ftrac-multiproduct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrac-hacks%2Ftrac-multiproduct/lists"}