]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
8 years agoBug 1361621 - chunk resolve_bug.pl bug updates into multiple transactions
Dylan William Hardison [Mon, 15 May 2017 21:37:50 +0000 (17:37 -0400)] 
Bug 1361621 - chunk resolve_bug.pl bug updates into multiple transactions

8 years agofix typo
Dylan William Hardison [Mon, 15 May 2017 20:21:45 +0000 (16:21 -0400)] 
fix typo

8 years agoBug 1363736 - Ensure http configs (.htaccess) are forward-compatible with newer versi...
Dylan William Hardison [Thu, 11 May 2017 22:19:45 +0000 (18:19 -0400)] 
Bug 1363736 - Ensure http configs (.htaccess) are forward-compatible with newer versions of apache (#77)

8 years agofix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE
Dylan William Hardison [Thu, 11 May 2017 17:45:55 +0000 (13:45 -0400)] 
fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE

8 years agoBug 1357775 - the needinfo dropdown for the triage owner should display the name...
Dylan William Hardison [Thu, 11 May 2017 17:41:56 +0000 (13:41 -0400)] 
Bug 1357775 - the needinfo dropdown for the triage owner should display the name and email address when selected

8 years agoBug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)
Dylan William Hardison [Thu, 11 May 2017 17:27:06 +0000 (13:27 -0400)] 
Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)

8 years agoBug 1361408 - Remove Firefox OS specific forms
Sebastin Santy [Thu, 11 May 2017 17:16:00 +0000 (22:46 +0530)] 
Bug 1361408 - Remove Firefox OS specific forms

8 years agoBug 1352907 - Simplify extension system for performance
Dylan William Hardison [Thu, 11 May 2017 17:11:24 +0000 (13:11 -0400)] 
Bug 1352907 - Simplify extension system for performance

8 years agoBug 1362151 - Make /bzapi/configuration faster
Dylan William Hardison [Tue, 9 May 2017 17:16:13 +0000 (13:16 -0400)] 
Bug 1362151 - Make /bzapi/configuration faster

8 years agofix perms
Dylan William Hardison [Tue, 9 May 2017 17:12:08 +0000 (13:12 -0400)] 
fix perms

8 years agoBug 1359797 - GitHub login not appearing on show_bug.cgi
Dylan William Hardison [Tue, 9 May 2017 14:48:30 +0000 (10:48 -0400)] 
Bug 1359797 - GitHub login not appearing on show_bug.cgi

8 years agoBug 1355490 - Short URL link give "The token is not valid" error
Dylan William Hardison [Wed, 3 May 2017 11:38:59 +0000 (07:38 -0400)] 
Bug 1355490 - Short URL link give "The token is not valid" error

8 years agoBug 1361464 - Restore previous comment fonts, conditionally select "Fira" for Windows...
Dylan William Hardison [Wed, 3 May 2017 03:13:27 +0000 (23:13 -0400)] 
Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" for Windows clients

8 years agoRevert "Bug 1352264 - Preload all templates"
Dylan William Hardison [Tue, 2 May 2017 13:39:05 +0000 (09:39 -0400)] 
Revert "Bug 1352264 - Preload all templates"

This reverts commit c82963a57cf97932870e11de8cf2a6205132b954.

8 years agoBug 1312735 - allow http auth delegation callbacks based on environmental variable
Dylan William Hardison [Mon, 1 May 2017 23:27:04 +0000 (19:27 -0400)] 
Bug 1312735 - allow http auth delegation callbacks based on environmental variable

8 years agoBug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not imported
Dylan William Hardison [Fri, 28 Apr 2017 17:49:48 +0000 (13:49 -0400)] 
Bug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not imported

8 years agoBug 1360619 - Move Firefox OS to graveyard
Dylan William Hardison [Fri, 28 Apr 2017 17:49:48 +0000 (13:49 -0400)] 
Bug 1360619 - Move Firefox OS to graveyard

Repurpose an old script as a bug resolving implement.

8 years agoBug 1360675 - Bugzilla->clear_request_cache: add option to preserve some keys in...
Dylan William Hardison [Fri, 28 Apr 2017 19:58:27 +0000 (15:58 -0400)] 
Bug 1360675 - Bugzilla->clear_request_cache: add option to preserve some keys in the request cache

8 years agoClean up here-docs
Dylan William Hardison [Wed, 26 Apr 2017 16:39:36 +0000 (12:39 -0400)] 
Clean up here-docs

here-docs should either be at indent level 0 (and stored in constants)
or replaced with other forms of quoting that can be idented more readibly.

8 years agofix @INC for bulk_index
Dylan William Hardison [Thu, 27 Apr 2017 00:25:37 +0000 (20:25 -0400)] 
fix @INC for bulk_index

8 years agouse parent rather than base to avoid a bug in base.pm
Dylan William Hardison [Wed, 26 Apr 2017 19:43:41 +0000 (15:43 -0400)] 
use parent rather than base to avoid a bug in base.pm

from perldoc base:

    "base" employs some heuristics to determine if a module has already been
    loaded, if it has it doesn’t try again. If "base" tries to "require" the
    module it will not die if it cannot find the module’s file, but will die on
    any other error. After all this, should your base class be empty, containing
    no symbols, it will die.

8 years agoBug 1352264 - Preload all templates
Dylan William Hardison [Wed, 26 Apr 2017 19:33:11 +0000 (15:33 -0400)] 
Bug 1352264 - Preload all templates

8 years agoBug 1355100 - Add rel=nofollow to all external links in bug comments
Sebastin Santy [Fri, 21 Apr 2017 18:08:47 +0000 (23:38 +0530)] 
Bug 1355100 - Add rel=nofollow to all external links in bug comments

Refer https://support.google.com/webmasters/answer/96569\?hl\=en

8 years agovagrant setup should create htaccess files!
Dylan William Hardison [Wed, 26 Apr 2017 17:06:14 +0000 (13:06 -0400)] 
vagrant setup should create htaccess files!

8 years agoBug 1359457 - Include system font options from Linux distros as possible fonts
Dylan William Hardison [Tue, 25 Apr 2017 18:41:33 +0000 (14:41 -0400)] 
Bug 1359457 - Include system font options from Linux distros as possible fonts

8 years agoBug 1343805 - Use darker font and fallback to Fira Mono when Menlo/Monaco/Droid Sans...
Dylan William Hardison [Tue, 25 Apr 2017 13:59:56 +0000 (09:59 -0400)] 
Bug 1343805 - Use darker font and fallback to Fira Mono when Menlo/Monaco/Droid Sans Mono are not available

8 years agoupdate fira fonts
Dylan William Hardison [Fri, 7 Apr 2017 21:06:07 +0000 (17:06 -0400)] 
update fira fonts

8 years agoBug 1343805 - Use a darker font for comments, and also avoid Courier
Sebastin Santy [Tue, 25 Apr 2017 01:01:33 +0000 (21:01 -0400)] 
Bug 1343805 - Use a darker font for comments, and also avoid Courier

8 years agoignore some files from bug 1357809
Dylan William Hardison [Mon, 24 Apr 2017 22:44:46 +0000 (18:44 -0400)] 
ignore some files from bug 1357809

8 years agoBug 1359184 - Use automation user instead of nobody for movecomponent.pl
Dylan William Hardison [Mon, 24 Apr 2017 21:10:24 +0000 (17:10 -0400)] 
Bug 1359184 - Use automation user instead of nobody for movecomponent.pl

8 years agofix some recurring vagrant issues with perms, and copy .git into vm
Dylan William Hardison [Mon, 24 Apr 2017 19:51:44 +0000 (15:51 -0400)] 
fix some recurring vagrant issues with perms, and copy .git into vm

8 years agoBug 1357809 - Add endpoints for future cloud-services integration
Dylan William Hardison [Wed, 19 Apr 2017 13:50:38 +0000 (09:50 -0400)] 
Bug 1357809 - Add endpoints for future cloud-services integration

8 years agoBug 1347175 - cron: Invalid local time for date in time zone: America/Los_Angeles
Dylan William Hardison [Tue, 18 Apr 2017 13:58:44 +0000 (09:58 -0400)] 
Bug 1347175 - cron: Invalid local time for date in time zone: America/Los_Angeles

8 years agoBug 1355142 - Implement trick_taint in terms of Taint::Util::untaint()
Dylan William Hardison [Thu, 13 Apr 2017 20:19:44 +0000 (16:19 -0400)] 
Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint()

8 years agonit: permissions on checksetup answers file
Dylan William Hardison [Fri, 14 Apr 2017 17:52:09 +0000 (13:52 -0400)] 
nit: permissions on checksetup answers file

8 years agoBug 1328874 - Add Vagrantfile for production-like development VMs
Dylan William Hardison [Fri, 14 Apr 2017 17:05:03 +0000 (13:05 -0400)] 
Bug 1328874 - Add Vagrantfile for production-like development VMs

8 years agoMakefile.PL can be executable
Dylan William Hardison [Thu, 13 Apr 2017 22:01:03 +0000 (18:01 -0400)] 
Makefile.PL can be executable

8 years agorequire newer List::MoreUtils in newer perl
Dylan William Hardison [Wed, 5 Apr 2017 12:48:09 +0000 (08:48 -0400)] 
require newer List::MoreUtils in newer perl

8 years agoRevert "Bug 1352913 - Extensions must register for template_before_process()"
Dylan William Hardison [Tue, 11 Apr 2017 01:53:51 +0000 (21:53 -0400)] 
Revert "Bug 1352913 - Extensions must register for template_before_process()"

This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.

8 years agoremove utf8
Dylan William Hardison [Mon, 10 Apr 2017 22:02:51 +0000 (18:02 -0400)] 
remove utf8

8 years agofix whitespace and latin/utf8 encoding issue
Dylan William Hardison [Mon, 10 Apr 2017 19:10:09 +0000 (15:10 -0400)] 
fix whitespace and latin/utf8 encoding issue

8 years agoBug 1355137 - Cache Bugzilla::Field objects that are used as visibility fields
Dylan William Hardison [Mon, 10 Apr 2017 16:39:53 +0000 (12:39 -0400)] 
Bug 1355137 - Cache Bugzilla::Field objects that are used as visibility fields

8 years agoBug 1355134 - Bugzilla::Bug->groups(): use fetchall_arrayref() for increased performance
Dylan William Hardison [Mon, 10 Apr 2017 16:28:57 +0000 (12:28 -0400)] 
Bug 1355134 - Bugzilla::Bug->groups(): use fetchall_arrayref() for increased performance

8 years agoBug 1355127 - rewrite field-descs.none.tmpl in perl
Dylan William Hardison [Mon, 10 Apr 2017 16:19:34 +0000 (12:19 -0400)] 
Bug 1355127 - rewrite field-descs.none.tmpl in perl

8 years agoBug 1352913 - Extensions must register for template_before_process()
Dylan William Hardison [Sat, 1 Apr 2017 14:45:25 +0000 (10:45 -0400)] 
Bug 1352913 - Extensions must register for template_before_process()

We can skip a lot of method calls if extensions must declare what
templates they act on.

8 years agoempty commit to trigger CI
Dylan William Hardison [Wed, 5 Apr 2017 22:42:05 +0000 (18:42 -0400)] 
empty commit to trigger CI

8 years ago[testing] urlbase needs filter
Dylan William Hardison [Wed, 5 Apr 2017 19:24:36 +0000 (15:24 -0400)] 
[testing] urlbase needs filter

8 years ago[testing] refresh page after setting createemailregexp
Dylan William Hardison [Wed, 5 Apr 2017 15:03:23 +0000 (11:03 -0400)] 
[testing] refresh page after setting createemailregexp

8 years ago[tests] fix markup to make tests pass.
Dylan William Hardison [Wed, 5 Apr 2017 14:48:53 +0000 (10:48 -0400)] 
[tests] fix markup to make tests pass.

8 years agoBug 1342000 - Incorrect time for Europe/Moscow
Dylan William Hardison [Tue, 4 Apr 2017 21:24:33 +0000 (17:24 -0400)] 
Bug 1342000 - Incorrect time for Europe/Moscow

8 years agoBug 1321595 - Add triage owner to the needinfo suggestion dropdown
Dylan William Hardison [Tue, 4 Apr 2017 20:58:43 +0000 (16:58 -0400)] 
Bug 1321595 - Add triage owner to the needinfo suggestion dropdown

8 years ago[tests] title fix
Dylan William Hardison [Tue, 4 Apr 2017 13:12:07 +0000 (09:12 -0400)] 
[tests] title fix

8 years agouse login page rather than top login [testing]
Dylan William Hardison [Tue, 4 Apr 2017 13:04:03 +0000 (09:04 -0400)] 
use login page rather than top login [testing]

8 years agoBug 1350909 - Make index.cgi cache-friendly for logged out requests
Dylan William Hardison [Tue, 28 Mar 2017 01:05:10 +0000 (21:05 -0400)] 
Bug 1350909 - Make index.cgi cache-friendly for logged out requests

8 years agoBug 1351695 - Allow apache to ignore .htaccess for increased performance
Dylan William Hardison [Thu, 30 Mar 2017 14:52:49 +0000 (10:52 -0400)] 
Bug 1351695 - Allow apache to ignore .htaccess for increased performance

8 years agoonly load runtime requires modules
Dylan William Hardison [Tue, 28 Mar 2017 13:28:44 +0000 (09:28 -0400)] 
only load runtime requires modules

8 years agoBug 1349769 - takebug should only be default for patch attachments
Dylan William Hardison [Tue, 28 Mar 2017 13:08:56 +0000 (09:08 -0400)] 
Bug 1349769 - takebug should only be default for patch attachments

8 years agoBug 1350467 - Add method Bugzilla->preload_features() to be called in mod_perl.pl...
Dylan William Hardison [Sun, 26 Mar 2017 03:13:07 +0000 (23:13 -0400)] 
Bug 1350467 - Add method Bugzilla->preload_features() to be called in mod_perl.pl startup

8 years agoBug 1350466 - Uplift bug 1342832 to bmo for performance and other reasons
Dylan William Hardison [Mon, 27 Mar 2017 13:56:14 +0000 (09:56 -0400)] 
Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasons

8 years agoBug 1349752 - Add script for configuring c9 to run bmo
Dylan William Hardison [Mon, 27 Mar 2017 15:17:12 +0000 (11:17 -0400)] 
Bug 1349752 - Add script for configuring c9 to run bmo

8 years agoBug 1350096 - Once you've set a single Thunderbird tracking flag, the "Firefox Tracki...
Dylan William Hardison [Mon, 27 Mar 2017 13:47:45 +0000 (09:47 -0400)] 
Bug 1350096 - Once you've set a single Thunderbird tracking flag, the "Firefox Tracking Flags" section changes name to  "Thunderbird Tracking Flags"

8 years agoBug 1349899 - Clean up invalid mozreview urls on attachment page
Dylan William Hardison [Fri, 24 Mar 2017 03:18:45 +0000 (23:18 -0400)] 
Bug 1349899 - Clean up invalid mozreview urls on attachment page

8 years agoadd GitHubAuth to prevent test failures.
Dylan William Hardison [Tue, 21 Mar 2017 12:42:54 +0000 (08:42 -0400)] 
add GitHubAuth to prevent test failures.

8 years agoBug 1307485 - Add code to run a subset of buglist.cgi search queries against the...
Dylan William Hardison [Tue, 21 Mar 2017 03:08:26 +0000 (23:08 -0400)] 
Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend

Skipping this for this week's push.

8 years agoEmpty commit to trigger CI
Dylan William Hardison [Tue, 21 Mar 2017 02:56:36 +0000 (22:56 -0400)] 
Empty commit to trigger CI

8 years agoBug 1307485 - Add code to run a subset of buglist.cgi search queries against the...
Dylan William Hardison [Fri, 17 Mar 2017 20:53:57 +0000 (16:53 -0400)] 
Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend

This not the cause of test failures, so should live on in master now.

8 years agoRevert "add persona back to user_info_class"
Dylan William Hardison [Fri, 17 Mar 2017 17:08:41 +0000 (13:08 -0400)] 
Revert "add persona back to user_info_class"

This reverts commit 140cda81da78f1a95dc4159bdb2eae2a533b4fdf.

8 years agoBug 1347335 - Lifecycle of request cache begin at apache startup
Dylan William Hardison [Fri, 17 Mar 2017 16:59:11 +0000 (12:59 -0400)] 
Bug 1347335 - Lifecycle of request cache begin at apache startup

8 years agoBug 1343845 - bug status summary does not work when logged out
Emma Humphries [Thu, 9 Mar 2017 04:58:56 +0000 (20:58 -0800)] 
Bug 1343845 - bug status summary does not work when logged out

Move the block of code which updates the Readable Bug Status field above the point where we return from the anonymous function in the case of no login session.

8 years agoBug 1347237 - get_permissions.html is missing
Dylan William Hardison [Wed, 15 Mar 2017 20:25:38 +0000 (16:25 -0400)] 
Bug 1347237 - get_permissions.html is missing

8 years agoBug 1309112 - Detect and linkify GitHub issue in comment
Sebastin Santy [Wed, 15 Mar 2017 20:19:05 +0000 (16:19 -0400)] 
Bug 1309112 - Detect and linkify GitHub issue in comment

8 years agoBug 1344979 - When adding a patch to an unassigned bug, pre-check the reassignment...
Sebastin Santy [Wed, 15 Mar 2017 20:06:29 +0000 (16:06 -0400)] 
Bug 1344979 - When adding a patch to an unassigned bug, pre-check the reassignment checkbox

8 years agoBug 1347570 - Enforce minimum value for apache_size_limit
Dylan William Hardison [Wed, 15 Mar 2017 20:01:20 +0000 (16:01 -0400)] 
Bug 1347570 - Enforce minimum value for apache_size_limit

8 years agoBug 1346162 - Needinfo is not checked for users that don't have canconfirm
Sebastin Santy [Wed, 15 Mar 2017 19:51:59 +0000 (15:51 -0400)] 
Bug 1346162 - Needinfo is not checked for users that don't have canconfirm

8 years agoRevert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against...
Dylan William Hardison [Mon, 13 Mar 2017 23:23:22 +0000 (19:23 -0400)] 
Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend"

This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.

8 years agoComment typo fix: INCOMPELTE > INCOMPLETE
KWierso [Fri, 10 Mar 2017 22:12:07 +0000 (14:12 -0800)] 
Comment typo fix: INCOMPELTE > INCOMPLETE

8 years agoBug 1345949 - modal is a little too narrow, and we shouldn't mix px and em
Dylan William Hardison [Fri, 10 Mar 2017 13:50:47 +0000 (08:50 -0500)] 
Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and em

8 years agoBug 1345238 - CSP: Please avoid using deprecated X-* headers.
Sebastin Santy [Thu, 9 Mar 2017 18:29:08 +0000 (23:59 +0530)] 
Bug 1345238 - CSP: Please avoid using deprecated X-* headers.

8 years agofix regex typo: s/s/\\s/
Dylan William Hardison [Wed, 8 Mar 2017 20:52:14 +0000 (15:52 -0500)] 
fix regex typo: s/s/\\s/

8 years agoAdd Throwable
Dylan William Hardison [Wed, 8 Mar 2017 18:43:18 +0000 (13:43 -0500)] 
Add Throwable

8 years agomake the documentation not lie about elasticsearch_nodes
Dylan William Hardison [Wed, 8 Mar 2017 15:47:47 +0000 (10:47 -0500)] 
make the documentation not lie about elasticsearch_nodes

8 years agoBug 1344769 - Cancel editing button loads BugZilla homepage instead of current bug
Sebastin Santy [Tue, 7 Mar 2017 20:34:03 +0000 (02:04 +0530)] 
Bug 1344769 - Cancel editing button loads BugZilla homepage instead of current bug

8 years agoBug 1345181 - Improve performance of html_quote()
Dylan William Hardison [Tue, 7 Mar 2017 18:15:53 +0000 (13:15 -0500)] 
Bug 1345181 - Improve performance of html_quote()

8 years agoBug 1307485 - Add code to run a subset of buglist.cgi search queries against the...
Dylan William Hardison [Tue, 7 Mar 2017 22:47:36 +0000 (17:47 -0500)] 
Bug 1307485 - Add code to run a subset of buglist.cgi search queries against the ES backend

8 years agoBug 1322371 - can't add a developer.microsoft.com Edge issue to "See Also"
Dylan William Hardison [Tue, 7 Mar 2017 14:46:07 +0000 (09:46 -0500)] 
Bug 1322371 - can't add a developer.microsoft.com Edge issue to "See Also"

8 years agoBug 1343936 - Strange error in userprefs.cgi
Dylan William Hardison [Tue, 7 Mar 2017 14:42:21 +0000 (09:42 -0500)] 
Bug 1343936 - Strange error in userprefs.cgi

8 years agoBug 1343530 - Make the ALL quicksearch keywords show all results
Dylan William Hardison [Tue, 7 Mar 2017 14:41:17 +0000 (09:41 -0500)] 
Bug 1343530 - Make the ALL quicksearch keywords show all results

8 years agoBug 1343663 - Comments are too wide
Emma Humphries [Fri, 3 Mar 2017 02:47:05 +0000 (18:47 -0800)] 
Bug 1343663 - Comments are too wide

Set #bugzilla-body to have em based widths so they scale with font size.

8 years agoBug 1343714 - When whiteboard is populated, prefix value of whiteboard with 'whiteboa...
Dylan William Hardison [Fri, 3 Mar 2017 21:13:43 +0000 (16:13 -0500)] 
Bug 1343714 - When whiteboard is populated, prefix value of whiteboard with 'whiteboard:' in section header

8 years agoadd persona back to user_info_class
Dylan William Hardison [Fri, 3 Mar 2017 19:51:55 +0000 (14:51 -0500)] 
add persona back to user_info_class

8 years agoBug 1344128 - Cloning a bug causes an invalid cloned_bug_id param when creating the...
David Lawrence [Fri, 3 Mar 2017 18:55:32 +0000 (18:55 +0000)] 
Bug 1344128 - Cloning a bug causes an invalid cloned_bug_id param when creating the new bug.

8 years agoBug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug in view...
David Lawrence [Thu, 2 Mar 2017 16:26:23 +0000 (16:26 +0000)] 
Bug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug in view mode

8 years agoBug 1343783 - Stop calling modal ui "experimental" in the settings.
Dylan William Hardison [Thu, 2 Mar 2017 15:51:51 +0000 (10:51 -0500)] 
Bug 1343783 - Stop calling modal ui "experimental" in the settings.

8 years agoBug 1343778 - disabled users not displayed correctly
Dylan William Hardison [Thu, 2 Mar 2017 14:21:55 +0000 (09:21 -0500)] 
Bug 1343778 - disabled users not displayed correctly

8 years agoBug 1343430 - The "Format Bug" and "New/Clone Bug" buttons cause page to reload ...
David Lawrence [Wed, 1 Mar 2017 03:47:10 +0000 (03:47 +0000)] 
Bug 1343430 - The "Format Bug" and "New/Clone Bug" buttons cause page to reload (need type="button")

8 years agoBug 1343429 - Dropdown menus are slightly off screen in some cases and should open...
David Lawrence [Wed, 1 Mar 2017 03:34:16 +0000 (03:34 +0000)] 
Bug 1343429 - Dropdown menus are slightly off screen in some cases and should open justified to the right instead of left

8 years agoBug 1342542 - Add special partner-confidential, jbalaco@mozilla.com and mbest@mozilla...
Dylan William Hardison [Fri, 24 Feb 2017 21:29:59 +0000 (21:29 +0000)] 
Bug 1342542 - Add special partner-confidential, jbalaco@mozilla.com and mbest@mozilla.com to generate_bmo_data.pl

8 years agomake c9-build script start mysql if not running
Dylan William Hardison [Mon, 27 Feb 2017 18:42:37 +0000 (18:42 +0000)] 
make c9-build script start mysql if not running

8 years ago- Retry on faliure exit status
David Lawrence [Tue, 28 Feb 2017 16:38:15 +0000 (11:38 -0500)] 
- Retry on faliure exit status

8 years agoBug 1330884 - Centralize #bugzilla-body for bug modal page
Tommy Kuo [Tue, 28 Feb 2017 03:12:32 +0000 (03:12 +0000)] 
Bug 1330884 - Centralize #bugzilla-body for bug modal page