|
|
Line 13: |
Line 13: |
| {{Module | | {{Module |
| |name=Bugzilla | | |name=Bugzilla |
| |description=The bug-tracking web application from Mozilla | | |description=Bugzilla is the bug-tracking web application from Mozilla; this module's ownership includes responsibility for all of Bugzilla's internal components. |
| |owner=[mailto:justdave@bugzilla.org Dave Miller] | | |owner=[mailto:justdave@bugzilla.org Dave Miller] |
| |ownersemeritus=Terry Weissman, Tara Hernandez | | |ownersemeritus=Terry Weissman, Tara Hernandez |
Line 23: |
Line 23: |
| |components= | | |components= |
| }} | | }} |
|
| |
| ===Sub Modules===
| |
|
| |
| {{Module
| |
| |name=Administration
| |
| |description=Pages related to the administration of a Bugzilla installation, features oriented.
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Administration
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Attachments
| |
| |description=Attachment creation and management
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Attachments & Requests
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Authentication
| |
| |description=Authentication API, communication and interactions between Bugzilla installations
| |
| |owner=
| |
| |peers=
| |
| |components=
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Bug creation and modification
| |
| |description=Creating, changing, and viewing bugs
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Creating/Changing Bugs
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Charting system
| |
| |description=Old and new chart systems
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Reporting/Charting
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Databases
| |
| |description=Interface with databases, database support
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Database
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Documentation
| |
| |description=Bugzilla documentation
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Documentation
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Email notifications
| |
| |description=Emails sent during bug changes, including flags
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Email Notifications
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Exporting and Importing
| |
| |description=Importing and exporting bug reports with another Bugzilla installation
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Bug Import/Export & Moving
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Extensions and Hooks
| |
| |description=Everything related to extensions, including adding/modifying hooks
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Extensions
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Flags and Requests
| |
| |description=Flag system
| |
| |owner=
| |
| |peers=
| |
| |components=
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Installation and Upgrading
| |
| |description=Installing a fresh copy of Bugzilla, or upgrading from an older installation
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Installation & Upgrading
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Search system and Queries
| |
| |description=Mostly include Search.pm code and the way data are passed to it and returned
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::Query/Bug List
| |
| }}
| |
|
| |
| {{Module
| |
| |name=Security
| |
| |description=Security related stuff
| |
| |owner=bugzilla-security group
| |
| |peers=
| |
| |components=
| |
| }}
| |
|
| |
| {{Module
| |
| |name=User Interface
| |
| |description=Design of Bugzilla pages, as well as workflow
| |
| |owner=
| |
| |peers=
| |
| |components=Bugzilla::User Interface
| |
| }}
| |
|
| |
| <noinclude>
| |
| ===Unassigned Bugzilla Components===
| |
|
| |
| The following Bugzilla components in the Bugzilla project have not been assigned to a module:
| |
|
| |
| <pre>
| |
| Bugzilla::Bugzilla-General
| |
| Bugzilla::bugzilla.org
| |
| Bugzilla::Dependency Views
| |
| Bugzilla::Incoming Email
| |
| Bugzilla::Testing Suite
| |
| Bugzilla::User Accounts
| |
| Bugzilla::WebService
| |
| Bugzilla::Whining
| |
| </pre>
| |
| </noinclude>
| |