Confirmed users
241
edits
No edit summary |
|||
| Line 88: | Line 88: | ||
** Also user's who request their password to be changed who are members of specific security groups, the email with the change token will be encrypted as well. | ** Also user's who request their password to be changed who are members of specific security groups, the email with the change token will be encrypted as well. | ||
* TypeSniffer | * TypeSniffer | ||
** This extension uses magic to guess MIME types for data where the browser has told us it's application/octet-stream (probably because there's no file extension, or it's a text type with a non-.txt file extension). | |||
* ComponentWatching | * ComponentWatching | ||
** Users may opt to receive bug change emails from bugs assigned to specific product/component combinations. | |||
** The UI for managing the components being watched will be integrated in the user's preferences. | |||
* Profanivore | * Profanivore | ||
** Profanivore removes English profanities in comments, replacing instead with altered text similar to '****'. The profanity is only altered where the comment was written by a user who does not have the global 'editbugs' privilege. Comment in database is unaltered, only the display of the comment is altered. The commenters view of their own comments are unaltered. | |||
* Splinter | * Splinter | ||
** Splinter is a UI for performing code review of patches attached to bug reports. It is based on the original jQuery version written by Owen Taylor of Red Hat, Inc. Reviewers can comment on individual lines of a patch and also set the review flag from within the review UI. A formatted comment is added to the bug report with each comment and it's associated context. | |||
* BzAPI | * BzAPI | ||
** The BzAPI extension adds additional information to the output of config.js.tmpl for use by the BzAPI REST API proxy. | |||
= Test Plan = | = Test Plan = | ||