Package parameters: |
- AutoSubmitErrorsP
- AutoSubmitErrorsp (default 1, type number, scope instance)
- ComponentPrettyName
- Pretty name of a component/area/module, e.g. 'area'. Use the capitalization that you would use in the middle of a sentence. (default component, type string, scope instance)
- ComponentPrettyPlural
- Plural pretty name of a component/area/module, e.g. 'area'. Use the capitalization that you would use in the middle of a sentence. (default components, type string, scope instance)
- EmailPostID
- Used by the callback to acs_mail_lite::incoming_email in parsing the reply address to know what bug-tracker instance to insert a bug. For example, if this is set to ABC then emails to tt-ABC@yourserver.com will be posted on this instance. The tt- portion is a catch all email you configure for your domain. It's up to the user to properly configure fetchmail or any other software that will be able to fetch the mails from a POP server. acs-mail-lite should also be configured to scan the incoming mail queue. (default , type string, scope instance)
- PageSize
- Number of bugs to display per page. (default 25, type number, scope instance)
- PatchesP
- Enable patch submissions for this project (default 1, type number, scope instance)
- RelatedFilesP
- Enable related files submissions for this project (default 0, type number, scope instance)
- TicketPrettyName
- Pretty name of a ticket, e.g. 'ticket'. Use the capitalization that you would use in the middle of a sentence. (default bug, type string, scope instance)
- TicketPrettyPlural
- Plural pretty name of a ticket , e.g. 'tickets'. Use the capitalization that you would use in the middle of a sentence. (default bugs, type string, scope instance)
- TimeToLive
- Use this parameter to specify the time (number of days) to live of the bugs. If a bug is not modified before the number of days specified by this parameter, it will be automatically closed. This will work only for the instance of the bug tracker specified by the BugTrackerInsance parameter in the acs-kernel package. Leave this parameter in 0 (zero) if you do not want to automatically close any bug. (default 0, type number, scope instance)
- TruncateDescriptionLength
- At what length should bug descriptions be truncated on the bug list pgae. (default 200, type number, scope instance)
- VersionsP
- Enable versions for this project (default 1, type number, scope instance)
|