]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
6 years agoBug 1514411 - NSS, DevTools and other products don't have "Has STR" and "Has Regressi...
dklawren [Wed, 2 Jan 2019 17:02:24 +0000 (12:02 -0500)] 
Bug 1514411 - NSS, DevTools and other products don't have "Has STR" and "Has Regression Range" fields

6 years agoBug 1516021 - Rename all references in the code and file tree from Quantum to App
dklawren [Wed, 26 Dec 2018 20:45:44 +0000 (15:45 -0500)] 
Bug 1516021 - Rename all references in the code and file tree from Quantum to App

6 years agoBug 1508389 - Change links for WebCompat reporting
dklawren [Sat, 22 Dec 2018 01:20:52 +0000 (20:20 -0500)] 
Bug 1508389 - Change links for WebCompat reporting

6 years agoBug 1514446 - Disabled users don't have 'strikethrough' in group owners report
dklawren [Sat, 22 Dec 2018 01:17:48 +0000 (20:17 -0500)] 
Bug 1514446 - Disabled users don't have 'strikethrough' in group owners report

6 years agoBug 1493253 - Embed crash count table to bug pages
Kohei Yoshino [Fri, 21 Dec 2018 17:11:06 +0000 (12:11 -0500)] 
Bug 1493253 - Embed crash count table to bug pages

6 years agoBug 1506725 - Update form.doc to direct reporters to GitHub
dklawren [Wed, 19 Dec 2018 22:05:57 +0000 (17:05 -0500)] 
Bug 1506725 - Update form.doc to direct reporters to GitHub

6 years agoBug 1514848 - Revoke all mozreview API keys
Dylan William Hardison [Wed, 19 Dec 2018 21:30:30 +0000 (16:30 -0500)] 
Bug 1514848 - Revoke all mozreview API keys

6 years agobug 1515405 : Add rate limiting for comments and attachment accesses
Dylan William Hardison [Wed, 19 Dec 2018 21:24:36 +0000 (16:24 -0500)] 
bug 1515405 : Add rate limiting for comments and attachment accesses

6 years agoBug 1515144 - Prevent Google Analytics script from being loaded when DNT:1 so that...
Kohei Yoshino [Tue, 18 Dec 2018 23:11:13 +0000 (00:11 +0100)] 
Bug 1515144 - Prevent Google Analytics script from being loaded when DNT:1 so that Tracking Protection doesn't have to block it

6 years agoBug 1514765 - fix new bug comment preview
Israel Madueme [Tue, 18 Dec 2018 03:31:39 +0000 (22:31 -0500)] 
Bug 1514765 - fix new bug comment preview

We forgot to correctly switch between a div and pre tag on the new
bug comment preview, based on whether markdown is enabled or not.
This was causing plaintext comments to lose their formatting.

6 years agobump version to 20181213.1
Dylan William Hardison [Thu, 13 Dec 2018 18:34:20 +0000 (13:34 -0500)] 
bump version to 20181213.1

6 years agoBug 1513982 - Performance issues due to bad actor activity: require login for the...
Dylan William Hardison [Thu, 13 Dec 2018 18:31:05 +0000 (13:31 -0500)] 
Bug 1513982 - Performance issues due to bad actor activity: require login for the dependency graphs

6 years agoBug 1513982 - Performance issues due to bad actor activity: Add option to block by...
Dylan William Hardison [Thu, 13 Dec 2018 18:27:11 +0000 (13:27 -0500)] 
Bug 1513982 - Performance issues due to bad actor activity: Add option to block by user agent regexp

6 years agobump version to 20181212.1
Dylan William Hardison [Wed, 12 Dec 2018 20:20:06 +0000 (15:20 -0500)] 
bump version to 20181212.1

6 years agoBug 1510109 - Implement per-product new bug comment templates
Kohei Yoshino [Wed, 12 Dec 2018 14:34:16 +0000 (15:34 +0100)] 
Bug 1510109 - Implement per-product new bug comment templates

6 years agoBug 1456878 - Support markdown comments
Israel Madueme [Tue, 11 Dec 2018 19:58:30 +0000 (14:58 -0500)] 
Bug 1456878 - Support markdown comments

Adds support for markdown comments, notable features:
- Markdown rendering with the GFM library
- All new comments are treated as markdown
- new lines treated as new lines (hardbreaks extension on); this makes it so that you don't need 2 spaces a the end of a line to make a new line and is what github does too.
- BMO link previews for bug shorthand ~~as well as custom markdown links~~ (link previews on markdown links left for another day).
  - quoteUrls is used on the actual text nodes after markdown html is rendered.
- Works with comment editing
- Quoting a markdown comment will fetch the raw markdown
- Does *not* attempt to update the non-Bug Modal ui with markdown rendering, as requested in https://bugzilla.mozilla.org/show_bug.cgi?id=1456878#c9
- Adds a 'use_markdown' feature flag to the Advanced parameters. Things work as expected when on vs off.

6 years agono bug - fix re.pl
Dylan William Hardison [Tue, 11 Dec 2018 16:48:02 +0000 (11:48 -0500)] 
no bug - fix re.pl

6 years agoBug 1513087 - User preferences page is totally empty with Template v2.28
Dylan William Hardison [Tue, 11 Dec 2018 15:41:20 +0000 (10:41 -0500)] 
Bug 1513087 - User preferences page is totally empty with Template v2.28

6 years agono bug - stop patching mojolicious
Dylan William Hardison [Mon, 10 Dec 2018 23:12:51 +0000 (18:12 -0500)] 
no bug - stop patching mojolicious

6 years agono bug - update base image
Dylan William Hardison [Mon, 10 Dec 2018 22:23:57 +0000 (17:23 -0500)] 
no bug - update base image

6 years agono bug - add jwt_secret to README
Dylan William Hardison [Mon, 10 Dec 2018 20:42:17 +0000 (15:42 -0500)] 
no bug - add jwt_secret to README

6 years agono bug - fixup deps
Dylan William Hardison [Sun, 9 Dec 2018 16:53:01 +0000 (11:53 -0500)] 
no bug - fixup deps

6 years agobump version to 20181207.1
Dylan William Hardison [Fri, 7 Dec 2018 19:36:24 +0000 (14:36 -0500)] 
bump version to 20181207.1

6 years agoBug 1511558 - Guided form's Core Component dropdown list cannot be loaded
Kohei Yoshino [Fri, 7 Dec 2018 18:33:43 +0000 (13:33 -0500)] 
Bug 1511558 - Guided form's Core Component dropdown list cannot be loaded

6 years agoAdd "Vagrant: Connect to Database" VS Code task
Kohei Yoshino [Thu, 6 Dec 2018 22:00:29 +0000 (17:00 -0500)] 
Add "Vagrant: Connect to Database" VS Code task

6 years agoBug 1511490 - add Bugzilla method for handling jwts
Dylan William Hardison [Thu, 6 Dec 2018 21:30:41 +0000 (16:30 -0500)] 
Bug 1511490 - add Bugzilla method for handling jwts

6 years agoBug 1511466 follow-up - formatting and nit
Dylan William Hardison [Thu, 6 Dec 2018 18:54:36 +0000 (13:54 -0500)] 
Bug 1511466 follow-up - formatting and nit

6 years agoBug 1511466 - The /api/user/profile API should provide the user's MFA status
Dylan William Hardison [Thu, 6 Dec 2018 18:50:26 +0000 (13:50 -0500)] 
Bug 1511466 - The /api/user/profile API should provide the user's MFA status

6 years agoBug 1512424 - Comment Reply button is not working properly on Chrome
Kohei Yoshino [Thu, 6 Dec 2018 15:36:47 +0000 (10:36 -0500)] 
Bug 1512424 - Comment Reply button is not working properly on Chrome

6 years agono bug - reformat tests too
Perl Tidy [Wed, 5 Dec 2018 15:48:51 +0000 (10:48 -0500)] 
no bug - reformat tests too

6 years agono bug - reformat all code using perltidy
Perl Tidy [Wed, 5 Dec 2018 14:54:37 +0000 (09:54 -0500)] 
no bug - reformat all code using perltidy

this reformats all the code using the perltidy style defined by the Mojolicious
project.

6 years agono bug - revise perlcritic history file to make tests pass after reformat
Dylan William Hardison [Tue, 4 Dec 2018 22:32:54 +0000 (17:32 -0500)] 
no bug - revise perlcritic history file to make tests pass after reformat

6 years agono bug - make user suggest faster by doing less work
Dylan William Hardison [Wed, 5 Dec 2018 14:51:09 +0000 (09:51 -0500)] 
no bug - make user suggest faster by doing less work

6 years agono bug - cleanup oauth2 code and make a better mechanism for splitting routes out...
Dylan William Hardison [Wed, 5 Dec 2018 14:36:35 +0000 (09:36 -0500)] 
no bug - cleanup oauth2 code and make a better mechanism for splitting routes out from the application class

6 years agoBug 1506725 - Update form.doc to direct reporters to GitHub
dklawren [Wed, 5 Dec 2018 14:28:44 +0000 (09:28 -0500)] 
Bug 1506725 - Update form.doc to direct reporters to GitHub

6 years agono bug - add an entry to mailmap to fix my first commit ever
Dylan William Hardison [Wed, 5 Dec 2018 14:13:23 +0000 (09:13 -0500)] 
no bug - add an entry to mailmap to fix my first commit ever

6 years agoBug 1511158 - Enhance comment action button style
Kohei Yoshino [Fri, 30 Nov 2018 20:53:03 +0000 (15:53 -0500)] 
Bug 1511158 - Enhance comment action button style

6 years agono bug - document how to use with auth0
Dylan William Hardison [Fri, 30 Nov 2018 19:46:29 +0000 (14:46 -0500)] 
no bug - document how to use with auth0

6 years agobump version to 20181130.1
Dylan William Hardison [Fri, 30 Nov 2018 18:45:08 +0000 (13:45 -0500)] 
bump version to 20181130.1

6 years agobug 1354589 follow up - issue_session_token should be called in scalar context
Dylan William Hardison [Fri, 30 Nov 2018 18:44:13 +0000 (13:44 -0500)] 
bug 1354589 follow up - issue_session_token should be called in scalar context

6 years agobump version to 20181127.2
Dylan William Hardison [Thu, 29 Nov 2018 18:06:45 +0000 (13:06 -0500)] 
bump version to 20181127.2

6 years agoBug 1510770 - Clicking Edit Comment Button before clicking Edit Bug blocks editing...
Dylan William Hardison [Thu, 29 Nov 2018 18:02:07 +0000 (13:02 -0500)] 
Bug 1510770 - Clicking Edit Comment Button before clicking Edit Bug blocks editing of comment

6 years agobump version to 20181129.1
Dylan William Hardison [Thu, 29 Nov 2018 15:42:22 +0000 (10:42 -0500)] 
bump version to 20181129.1

6 years agoBug 1510109 - Implement per-product new bug comment templates (schema change only)
Kohei Yoshino [Thu, 29 Nov 2018 14:57:45 +0000 (09:57 -0500)] 
Bug 1510109 - Implement per-product new bug comment templates (schema change only)

6 years agoBug 1510832 - Adding a trailing space to a comment causes an error
Kohei Yoshino [Thu, 29 Nov 2018 14:08:44 +0000 (09:08 -0500)] 
Bug 1510832 - Adding a trailing space to a comment causes an error

6 years agoBug 1510653 - API method for returning users profile information when given a valid...
Dylan William Hardison [Wed, 28 Nov 2018 22:14:59 +0000 (17:14 -0500)] 
Bug 1510653 - API method for returning users profile information when given a valid oauth2 access token

6 years agoBug 1508385 - Remove links to input.mozilla.org from Guided Bug Entry flow
dklawren [Wed, 28 Nov 2018 19:14:15 +0000 (14:14 -0500)] 
Bug 1508385 - Remove links to input.mozilla.org from Guided Bug Entry flow

6 years agoBug 1508261 - Closing DevRel sponsorship form on Bugzilla and updating Wiki page
Kohei Yoshino [Wed, 28 Nov 2018 19:10:04 +0000 (14:10 -0500)] 
Bug 1508261 - Closing DevRel sponsorship form on Bugzilla and updating Wiki page

6 years agoBug 1510427 - improve fulltext completion for real names
Dylan William Hardison [Tue, 27 Nov 2018 20:58:03 +0000 (15:58 -0500)] 
Bug 1510427 - improve fulltext completion for real names

6 years agobump version to 20181127.1
Dylan William Hardison [Tue, 27 Nov 2018 17:52:46 +0000 (12:52 -0500)] 
bump version to 20181127.1

6 years agoBug 1508201 - Add framework for running background tasks
Dylan William Hardison [Tue, 27 Nov 2018 17:52:21 +0000 (12:52 -0500)] 
Bug 1508201 - Add framework for running background tasks

6 years agoBug 1510021 - Use immutable http directive for immutable assets
Markus Staab [Tue, 27 Nov 2018 03:26:03 +0000 (04:26 +0100)] 
Bug 1510021 -  Use immutable http directive for immutable assets

This also drops the (unused) .htaccess file

6 years agono bug - remove dup function from testing utils
Dylan William Hardison [Tue, 27 Nov 2018 03:10:49 +0000 (22:10 -0500)] 
no bug - remove dup function from testing utils

6 years agoBug 1501849 - Speed up IP blocked page: cache params in memcached
Dylan William Hardison [Mon, 26 Nov 2018 21:04:53 +0000 (16:04 -0500)] 
Bug 1501849 - Speed up IP blocked page: cache params in memcached

6 years agoBug 1509308 - Date for cf_last_resolved in history results should be UTC
Kohei Yoshino [Mon, 26 Nov 2018 20:23:51 +0000 (15:23 -0500)] 
Bug 1509308 - Date for cf_last_resolved in history results should be UTC

* Bug 1509308 - Date for cf_last_resolved in history results should be UTC

* Add conversion script

* oops

6 years agoBug 1499697 - Update triage owner list to include all Firefox-related major products...
Kohei Yoshino [Mon, 26 Nov 2018 17:52:37 +0000 (12:52 -0500)] 
Bug 1499697 - Update triage owner list to include all Firefox-related major products and stop saying __Any__

6 years agoBug 1508912 - Searchfox URLs are broken in bug comments
Dylan William Hardison [Wed, 21 Nov 2018 19:33:12 +0000 (14:33 -0500)] 
Bug 1508912 - Searchfox URLs are broken in bug comments

6 years agoBug 1508903 - internal error on requests.cgi: Bad argument param sent to Bugzilla...
Kohei Yoshino [Wed, 21 Nov 2018 13:41:10 +0000 (08:41 -0500)] 
Bug 1508903 - internal error on requests.cgi:  Bad argument param sent to Bugzilla::User::new function.

6 years agoBug 1351116 followup - Don't match regular links
Kohei Yoshino [Wed, 21 Nov 2018 02:46:44 +0000 (21:46 -0500)] 
Bug 1351116 followup - Don't match regular links

6 years agoBug 1508201 - move inline js on the buglist out to a separate file
Dylan William Hardison [Tue, 20 Nov 2018 23:20:03 +0000 (18:20 -0500)] 
Bug 1508201 - move inline js on the buglist out to a separate file

6 years agoUpdate quicksearch.html.tmpl
Michael Hoye [Tue, 20 Nov 2018 23:05:31 +0000 (18:05 -0500)] 
Update quicksearch.html.tmpl

Added a note that this page is only about help searching, and that for more general help including jargon, you should start at WikiMo (which will be updated shortly.

6 years agoBug 324535 - Allow the use of relative dates in charts
Kohei Yoshino [Tue, 20 Nov 2018 22:46:54 +0000 (17:46 -0500)] 
Bug 324535 - Allow the use of relative dates in charts

6 years agoBug 1452018 - Remove remaining Firefox OS and Marketplace references
Kohei Yoshino [Tue, 20 Nov 2018 22:46:33 +0000 (17:46 -0500)] 
Bug 1452018 - Remove remaining Firefox OS and Marketplace references

6 years agoBug 1508201 - add a better flatten_to_hash method to User
Dylan William Hardison [Tue, 20 Nov 2018 22:32:52 +0000 (17:32 -0500)] 
Bug 1508201 - add a better flatten_to_hash method to User

6 years agonit - fix obvious error
Dylan William Hardison [Tue, 20 Nov 2018 22:30:22 +0000 (17:30 -0500)] 
nit - fix obvious error

6 years agonit - export create_bug
Dylan William Hardison [Tue, 20 Nov 2018 22:27:12 +0000 (17:27 -0500)] 
nit - export create_bug

6 years agoBug 1508201 - Some cleanups to the testing code
Dylan William Hardison [Tue, 20 Nov 2018 22:23:46 +0000 (17:23 -0500)] 
Bug 1508201 - Some cleanups to the testing code

6 years agoBug 1354589 - Implement OAuth2 on BMO (Client Admin)
dklawren [Tue, 20 Nov 2018 21:52:42 +0000 (16:52 -0500)] 
Bug 1354589 - Implement OAuth2 on BMO (Client Admin)

6 years agoBug 1484892 - Modify EditComments extension to let anyone use it conditionally and...
Dylan William Hardison [Tue, 20 Nov 2018 21:30:56 +0000 (16:30 -0500)] 
Bug 1484892 - Modify EditComments extension to let anyone use it conditionally and support inline editing

6 years agoBug 1354589 - Implement OAuth2 on BMO
dklawren [Tue, 20 Nov 2018 21:01:38 +0000 (16:01 -0500)] 
Bug 1354589 - Implement OAuth2 on BMO

6 years agono bug - some minor tweaks to perltidy to allow for longer lines in some cases
Dylan William Hardison [Tue, 20 Nov 2018 18:45:47 +0000 (13:45 -0500)] 
no bug - some minor tweaks to perltidy to allow for longer lines in some cases

6 years agobump version to 20181120.2
Dylan William Hardison [Tue, 20 Nov 2018 16:03:02 +0000 (11:03 -0500)] 
bump version to 20181120.2

6 years agoBug 1508695 - Incorrect or missing tracking flags on search results in REST API
Dylan William Hardison [Tue, 20 Nov 2018 16:00:54 +0000 (11:00 -0500)] 
Bug 1508695 - Incorrect or missing tracking flags on search results in REST API

Note that passing bug_id to active_custom_flags() means you can get inactive flags,
and as a result we should avoid caching the results when bug_id is passed.
Note the part of the code ultimately using the bug id is `Bugzilla::Extension::TrackingFlags::Flag::preload_all_the_things`

6 years agobump version to 20181120.1
Dylan William Hardison [Tue, 20 Nov 2018 15:16:30 +0000 (10:16 -0500)] 
bump version to 20181120.1

6 years agono bug - Include correct fontawesome file for PhabBugz
dklawren [Tue, 20 Nov 2018 15:14:34 +0000 (10:14 -0500)] 
no bug - Include correct fontawesome file for PhabBugz

6 years agono bug - remove old secbugstats stuff
Dylan William Hardison [Tue, 20 Nov 2018 03:31:52 +0000 (22:31 -0500)] 
no bug - remove old secbugstats stuff

6 years agobump version to 20181119.1
Dylan William Hardison [Mon, 19 Nov 2018 21:25:35 +0000 (16:25 -0500)] 
bump version to 20181119.1

6 years agoBug 1507518 - Allow title parameter value in url to be the title of the page
Kohei Yoshino [Mon, 19 Nov 2018 20:13:15 +0000 (15:13 -0500)] 
Bug 1507518 - Allow title parameter value in url to be the title of the page

6 years agoBug 1507867 - splinter review links in emails are missing host/scheme, rendering...
Kohei Yoshino [Mon, 19 Nov 2018 17:38:46 +0000 (12:38 -0500)] 
Bug 1507867 - splinter review links in emails are missing host/scheme, rendering them unusable

6 years agoBug 1508201 - Create a role that allows Bugzilla::Object-based classes to be stored...
Dylan William Hardison [Mon, 19 Nov 2018 04:39:05 +0000 (23:39 -0500)] 
Bug 1508201 - Create a role that allows Bugzilla::Object-based classes to be stored using Storable

6 years agobump version to 20181116.1
Dylan William Hardison [Fri, 16 Nov 2018 21:03:21 +0000 (16:03 -0500)] 
bump version to 20181116.1

6 years agoBug 1507901 - Phab revision panel in show_bug failing to display due to type check...
dklawren [Fri, 16 Nov 2018 20:34:58 +0000 (15:34 -0500)] 
Bug 1507901 - Phab revision panel in show_bug failing to display due to type check error for Bugzilla_api_token

6 years agoBug 1507851 - Revision panel on show_bug should not appear for logged out users
dklawren [Fri, 16 Nov 2018 17:54:51 +0000 (12:54 -0500)] 
Bug 1507851 - Revision panel on show_bug should not appear for logged out users

6 years agobump version to 20181115.2
Dylan William Hardison [Thu, 15 Nov 2018 23:53:46 +0000 (18:53 -0500)] 
bump version to 20181115.2

6 years agoBug 1507539 - Missing import statements in Push.pm
Dylan William Hardison [Thu, 15 Nov 2018 23:13:03 +0000 (18:13 -0500)] 
Bug 1507539 - Missing import statements in Push.pm

6 years agobump version to 20181115.1
Dylan William Hardison [Thu, 15 Nov 2018 14:21:05 +0000 (09:21 -0500)] 
bump version to 20181115.1

6 years agoBug 1354589 - schema changes only
Dylan William Hardison [Thu, 15 Nov 2018 14:14:33 +0000 (09:14 -0500)] 
Bug 1354589 - schema changes only

6 years agoBug 1484892 schema change only - Add is_hidden column to longdescs_activity
Kohei Yoshino [Thu, 15 Nov 2018 05:20:46 +0000 (00:20 -0500)] 
Bug 1484892 schema change only - Add is_hidden column to longdescs_activity

6 years agoBug 1480042 - Request queue dropdown badge shows empty names for some display names
Kohei Yoshino [Wed, 14 Nov 2018 23:07:16 +0000 (18:07 -0500)] 
Bug 1480042 - Request queue dropdown badge shows empty names for some display names

6 years agoBug 1489706 - Add section to show_bug displaying the status of associated revisions
dklawren [Wed, 14 Nov 2018 22:58:39 +0000 (17:58 -0500)] 
Bug 1489706 - Add section to show_bug displaying the status of associated revisions

6 years agoBug 1493996 - Stop using YAHOO.lang.*, remove String.prototype.trim polyfill
Kohei Yoshino [Wed, 14 Nov 2018 22:51:14 +0000 (17:51 -0500)] 
Bug 1493996 - Stop using YAHOO.lang.*, remove String.prototype.trim polyfill

6 years agoBug 1505831 - Add nick field to all user objects including *_detail returned by ...
Kohei Yoshino [Wed, 14 Nov 2018 22:50:26 +0000 (17:50 -0500)] 
Bug 1505831 - Add nick field to all user objects including *_detail returned by /rest/bug

6 years agoBug 1503270 - PhabBugz daemon should update revision status from draft to needs-revie...
dklawren [Wed, 14 Nov 2018 22:49:52 +0000 (17:49 -0500)] 
Bug 1503270 - PhabBugz daemon should update revision status from draft to needs-review when fixing new revisions

6 years agoBug 1351116 - github issue links are not expanded in parentheses
Kohei Yoshino [Wed, 14 Nov 2018 22:47:09 +0000 (17:47 -0500)] 
Bug 1351116 - github issue links are not expanded in parentheses

6 years agoBug 1504325 - Mozilla Gear Request form broken: The requested format gear does not...
dklawren [Wed, 14 Nov 2018 21:24:53 +0000 (16:24 -0500)] 
Bug 1504325 - Mozilla Gear Request form broken: The requested format gear does not exist with a content type of html

6 years agono bug - only pre-render template before server starts
Dylan William Hardison [Wed, 14 Nov 2018 20:53:34 +0000 (15:53 -0500)] 
no bug - only pre-render template before server starts

6 years agoBug 1505050 - make the request nagging script more robust
Dylan William Hardison [Wed, 14 Nov 2018 20:23:27 +0000 (15:23 -0500)] 
Bug 1505050 - make the request nagging script more robust

1. The nags script switches to the shadow database, but $dbh is defined
   before that happens and is thus the primary database. This is easily fixed by
   using Bugzilla->dbh
2. Since we have DBIx::Connector, we can run the sql in fixup mode, so that if
   it gets disconnected, it will retry the code. This is perfectly safe for the
   the two big sql queries.

6 years agono bug - correctly collapse orange factor bot comments
Israel Madueme [Wed, 14 Nov 2018 18:45:40 +0000 (13:45 -0500)] 
no bug - correctly collapse orange factor bot comments

Fixes a regression where orange factor bot comments where not being
collapsed by default and also not being collapsed by the 'Show/Hide
Treeherder Comments' button.

This also fixes a bug where the 'Show CC Changes' and 'Show/Hide
Treeherder Comments' buttons would not toggle their text after being
clicked.

6 years agoBug 1328665 - Two issues with Project Review form for RRAs
dklawren [Tue, 13 Nov 2018 17:41:35 +0000 (12:41 -0500)] 
Bug 1328665 - Two issues with Project Review form for RRAs

6 years agoBug 1506754 - Group Membership report "include disabled users" doesn't seem to work
dklawren [Tue, 13 Nov 2018 17:39:52 +0000 (12:39 -0500)] 
Bug 1506754 - Group Membership report "include disabled users" doesn't seem to work