Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-18 | remove more header_addl_info from filter exceptions | Dylan William Hardison | 1 | -1/+0 | |
2017-07-18 | bump version to 20170718.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-07-18 | remove unused exceptions from filter tests | Dylan William Hardison | 1 | -2/+0 | |
2017-07-18 | Bug 1381742 - Increase maximum size of autosized comments | William Lachance | 1 | -1/+1 | |
2017-07-18 | Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵ | Dylan William Hardison | 2 | -121/+4 | |
default preferences are changed | |||||
2017-07-18 | Bug 1380408 - elasticsearch user completion should consider people with ↵ | Dylan William Hardison | 2 | -7/+10 | |
multiple ircnicks | |||||
2017-07-18 | Bug 1380389 - autosize comments should be a user pref (default: on) | Mary Umoh | 4 | -9/+26 | |
2017-07-17 | Bug 1381042 - new-bug doesn't properly engage the email generation machinery | Sebastin Santy | 1 | -0/+24 | |
2017-07-17 | add ntp configuration to prevent clock skew inside some VM providers, such ↵ | Dylan William Hardison | 2 | -0/+71 | |
as vmware fusion (#155) | |||||
2017-07-14 | replace perltidyrc with on that specifies -pbp with two exceptions | Dylan William Hardison | 1 | -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-14 | Revert "Bug 1380064 - Remove references to Mozilla skin to prevent problems ↵ | Dylan William Hardison | 2 | -4/+122 | |
when default preferences are changed" This reverts commit 38af0fd192c2edc1b6ad791936cc32888cb94698. | |||||
2017-07-14 | Bug 1380064 - Remove references to Mozilla skin to prevent problems when ↵ | Mary Umoh | 2 | -122/+4 | |
default preferences are changed | |||||
2017-07-14 | Bug 1380280 - "Words:" text is not centered vertically in "Instant Search" | Kohei Yoshino | 1 | -2/+2 | |
2017-07-14 | Bug 1380407 - Make elasticsearch ircnick checks consider numbers to be valid too | Dylan William Hardison | 2 | -2/+6 | |
2017-07-12 | Bug 1380350 - invalid html - missing space before "required" attribute | Dylan William Hardison | 1 | -1/+1 | |
2017-07-12 | bump version to 20170712.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-07-12 | Bug 1378999 - Add update/new stats to bulk_indexer verbose mode | Dylan William Hardison | 2 | -8/+21 | |
2017-07-12 | Bug 1371446 - Don't allow needinfo requests from the void | Mary Umoh | 2 | -0/+8 | |
2017-07-11 | Bug-1369521 - 'bmo should include an .editorconfig file that specifies our ↵ | Dipankar Das | 1 | -0/+13 | |
tab/indent policy' | |||||
2017-07-11 | Bug 1331305 - Auto-resize comment boxes | William Lachance | 5 | -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-11 | Bug 1379483 - Required fields in bug_modal | Sebastin Santy | 1 | -0/+1 | |
2017-07-11 | Bug 1380019 - Background color of security bugs is wrong (#137) | Dylan William Hardison | 2 | -33/+30 | |
2017-07-11 | bump version to 20170711.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-07-11 | No Bug - clean trailing whitespace to t/008filter.t passes again (#135) | Dylan William Hardison | 1 | -3/+3 | |
2017-07-10 | Bug 1379632 - Error is thrown by update_project_members.pl when Phabricator ↵ | David Lawrence | 1 | -1/+2 | |
returns a null value for a bmo user id search | |||||
2017-07-07 | Bug 1378583 - /new-bug has several js errors | Sebastin Santy | 1 | -5/+0 | |
2017-07-07 | Bug 1378848 - Add test to ensure Crypt::OpenPGP does not use /dev/random | Dylan William Hardison | 1 | -0/+25 | |
2017-07-07 | Bug 1377621 - YUI is broken on review history page | Dylan William Hardison | 2 | -15/+17 | |
2017-07-07 | Bug 1377620 - Elasticsearch bulk indexer ignores changes that happened ↵ | Dylan William Hardison | 1 | -45/+38 | |
before newest additions | |||||
2017-07-07 | Bug 1377596 - Add changed column to elasticsearch results | Dylan William Hardison | 1 | -5/+15 | |
2017-07-07 | remove memcached_* from init.pl override | Dylan William Hardison | 1 | -2/+0 | |
2017-07-07 | Bug 1377807 - Move memcached options from data/params to localconfig | Mary Umoh | 6 | -73/+27 | |
2017-07-07 | Bug 1365345 - Modal Bug Entry Prototype | Sebastin Santy | 7 | -44/+536 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 171 | -2126/+2126 | |
2017-07-07 | Revert "Bug 1365345 - Modal Bug Entry Prototype" | Dylan William Hardison | 7 | -537/+45 | |
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf. | |||||
2017-07-07 | Bug 1365345 - Modal Bug Entry Prototype | Sebastin Santy | 7 | -45/+537 | |
2017-07-07 | Bug 1377232 - Revert code from bug 1361890 | Dylan William Hardison | 22 | -328/+228 | |
2017-07-07 | Bug 1361439 - Create dockerflow-compliant container that runs a BMO web head | Dylan William Hardison | 7 | -73/+412 | |
2017-07-07 | Bug 1373295 - Encoded slashes in url allow misleading text on unstyled 404 ↵ | Dylan William Hardison | 2 | -5/+8 | |
pages due to AllowEncodedSlashes | |||||
2017-07-07 | Bug 1376023 - Undo accidental reversion of bug 1352907 | Dylan William Hardison | 6 | -269/+67 | |
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again | |||||
2017-07-07 | Bug 1367604 - BMO extension to apply security policies to Phabricator ↵ | dklawren | 9 | -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-07 | Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgi | Mary Umoh | 6 | -7/+80 | |
* fix mistake * Update * Updates * remove other file | |||||
2017-07-07 | Bug 1376850 - Add special case for substring searches on whiteboard status field | Dylan William Hardison | 1 | -0/+7 | |
2017-07-07 | re-add bugzilla_version tt function | Dylan William Hardison | 1 | -0/+15 | |
2017-07-07 | Bug 1375950, remove unnecessary language in get_permissions.html | Emma Humphries | 2 | -6/+0 | |
2017-06-23 | change opengraph image to use asset hash file | Dylan William Hardison | 1 | -1/+1 | |
2017-06-23 | include images dir in asset sources | Dylan William Hardison | 1 | -1/+1 | |
2017-06-23 | Bug 1361890 - Fix problems with current js and css concatenation | Dylan William Hardison | 21 | -240/+325 | |
2017-06-22 | Bug 1372693 Update to Recruiting Bugzilla Custom Form | Mary Umoh | 2 | -18/+3 | |
* Change to create-recruiting.html.tmpl | |||||
2017-06-21 | Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵ | Mary Umoh | 76 | -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 |