summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-18Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Dylan William Hardison2-121/+4
default preferences are changed
2017-07-18Bug 1380408 - elasticsearch user completion should consider people with ↵Dylan William Hardison2-7/+10
multiple ircnicks
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh4-9/+26
2017-07-17Bug 1381042 - new-bug doesn't properly engage the email generation machinerySebastin Santy1-0/+24
2017-07-17add ntp configuration to prevent clock skew inside some VM providers, such ↵Dylan William Hardison2-0/+71
as vmware fusion (#155)
2017-07-14replace perltidyrc with on that specifies -pbp with two exceptionsDylan William Hardison1-16/+3
previously, the perltidyrc was written with the original recommendations of the upstream bugzilla project. The style used there is... inconsistent at best. For a while now, I've been using perltidy -pbp and telling others to do the same for new code. However there are two exceptions to -pbp that are widely useful: 1. line length can be up to 120. 2. brace vertical tigntness is turned off. This means that there is always a newline after the { in a multi-line brace construct.
2017-07-14Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵Dylan William Hardison2-4/+122
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698.
2017-07-14Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵Mary Umoh2-122/+4
default preferences are changed
2017-07-14Bug 1380280 - "Words:" text is not centered vertically in "Instant Search"Kohei Yoshino1-2/+2
2017-07-14Bug 1380407 - Make elasticsearch ircnick checks consider numbers to be valid tooDylan William Hardison2-2/+6
2017-07-12Bug 1380350 - invalid html - missing space before "required" attributeDylan William Hardison1-1/+1
2017-07-12bump version to 20170712.1Dylan William Hardison1-1/+1
2017-07-12Bug 1378999 - Add update/new stats to bulk_indexer verbose modeDylan William Hardison2-8/+21
2017-07-12Bug 1371446 - Don't allow needinfo requests from the voidMary Umoh2-0/+8
2017-07-11Bug-1369521 - 'bmo should include an .editorconfig file that specifies our ↵Dipankar Das1-0/+13
tab/indent policy'
2017-07-11Bug 1331305 - Auto-resize comment boxesWilliam Lachance5-14/+13
Inspired by earlier work by @KuoE0 in https://github.com/mozilla-bteam/bmo/pull/40 * address review comments * Auto-resize comment when replying
2017-07-11Bug 1379483 - Required fields in bug_modalSebastin Santy1-0/+1
2017-07-11Bug 1380019 - Background color of security bugs is wrong (#137)Dylan William Hardison2-33/+30
2017-07-11bump version to 20170711.1Dylan William Hardison1-1/+1
2017-07-11No Bug - clean trailing whitespace to t/008filter.t passes again (#135)Dylan William Hardison1-3/+3
2017-07-10Bug 1379632 - Error is thrown by update_project_members.pl when Phabricator ↵David Lawrence1-1/+2
returns a null value for a bmo user id search
2017-07-07Bug 1378583 - /new-bug has several js errorsSebastin Santy1-5/+0
2017-07-07Bug 1378848 - Add test to ensure Crypt::OpenPGP does not use /dev/randomDylan William Hardison1-0/+25
2017-07-07Bug 1377621 - YUI is broken on review history pageDylan William Hardison2-15/+17
2017-07-07Bug 1377620 - Elasticsearch bulk indexer ignores changes that happened ↵Dylan William Hardison1-45/+38
before newest additions
2017-07-07Bug 1377596 - Add changed column to elasticsearch resultsDylan William Hardison1-5/+15
2017-07-07remove memcached_* from init.pl overrideDylan William Hardison1-2/+0
2017-07-07Bug 1377807 - Move memcached options from data/params to localconfigMary Umoh6-73/+27
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy7-44/+536
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison171-2126/+2126
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison7-537/+45
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy7-45/+537
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison22-328/+228
2017-07-07Bug 1361439 - Create dockerflow-compliant container that runs a BMO web headDylan William Hardison7-73/+412
2017-07-07Bug 1373295 - Encoded slashes in url allow misleading text on unstyled 404 ↵Dylan William Hardison2-5/+8
pages due to AllowEncodedSlashes
2017-07-07Bug 1376023 - Undo accidental reversion of bug 1352907Dylan William Hardison6-269/+67
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again
2017-07-07Bug 1367604 - BMO extension to apply security policies to Phabricator ↵dklawren9-120/+449
revisions as needed * - Updated based on dylans review - Fixed custom policy to instead allow projects and subscribers and then add BMO roles to the subscriber list - Some other bug fixes * fix lifetime of phabricator_url_re() Instead of passing the value (which depends on runtime configuration) pass in a reference. Also edit extensions/BMO/Extension.pm to allow %autodetect_attach_urls regex option to be a callback instead of just a plain regexp ref. * - Fixed regex in BMO extension to detect phabricator attachments - Use request_cache for useragent handle in Util.pm
2017-07-07Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgiMary Umoh6-7/+80
* fix mistake * Update * Updates * remove other file
2017-07-07Bug 1376850 - Add special case for substring searches on whiteboard status fieldDylan William Hardison1-0/+7
2017-07-07re-add bugzilla_version tt functionDylan William Hardison1-0/+15
2017-07-07Bug 1375950, remove unnecessary language in get_permissions.htmlEmma Humphries2-6/+0
2017-06-23change opengraph image to use asset hash fileDylan William Hardison1-1/+1
2017-06-23include images dir in asset sourcesDylan William Hardison1-1/+1
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison21-240/+325
2017-06-22Bug 1372693 Update to Recruiting Bugzilla Custom FormMary Umoh2-18/+3
* Change to create-recruiting.html.tmpl
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh76-2935/+1216
into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
2017-06-21Bug 1371464 - Delete code for Aha push connectorMary Umoh2-183/+9
* Add install_update_db to Extension.pm
2017-06-21Bug 1365344 - Extract the "status" and "null" modules (#101)Sebastin Santy4-86/+179
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations
2017-06-20Renamed create_app_key.pl to create_app_id.plDavid Lawrence1-0/+0
2017-06-20New script to help with generating app key for auth delegation based onDavid Lawrence1-0/+30
callback and description values.