Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-20 | Bug 1361890 - Remove asset concatenation | Dylan William Hardison | 1 | -1/+1 | |
2017-12-19 | Bug 1420771 - Remove global footer | Kohei Yoshino | 5 | -19/+43 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 2 | -11/+6 | |
2017-12-13 | Bug 1376826 - New HTML Header for BMO | Kohei Yoshino | 1 | -1/+1 | |
2017-12-02 | Bug 1417980 - Fix non-HTTPS links and outdated links where possible | Kohei Yoshino | 15 | -34/+22 | |
2017-11-30 | Bug 1363889 - Update BMO to use new Mozilla branding | Kohei Yoshino | 2 | -18/+16 | |
2017-11-22 | Bug 1418205 - Update easy product selector on Browse and Enter Bug pages | Kohei Yoshino | 3 | -8/+0 | |
2017-11-22 | Bug 1419541 - Fix improper quoting on socorro lens URL | Dylan William Hardison | 1 | -1/+1 | |
2017-11-20 | Bug 1418204 - Update Firefox logo | Kohei Yoshino | 1 | -0/+0 | |
2017-10-31 | Bug 1264093 - Create new bug entry form for client security bugs | Dylan William Hardison | 2 | -0/+201 | |
2017-10-31 | Bug 1332016 - Integrate the Socorro Lens into Bug Modal | Anthony Hughes | 1 | -19/+18 | |
2017-09-07 | Bug 1397747 - Move _get_all_group_names to ↵ | Dylan William Hardison | 1 | -2/+2 | |
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code | |||||
2017-07-27 | Bug 1365983 - enter_bug.cgi should be updated to use "Data Platform and Tools" | Dipankar Das | 1 | -1/+1 | |
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -3/+6 | |
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables | |||||
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 3 | -29/+29 | |
2017-07-07 | Bug 1376023 - Undo accidental reversion of bug 1352907 | Dylan William Hardison | 1 | -2/+3 | |
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again | |||||
2017-07-07 | Bug 1367604 - BMO extension to apply security policies to Phabricator ↵ | dklawren | 2 | -1/+16 | |
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 1375950, remove unnecessary language in get_permissions.html | Emma Humphries | 2 | -6/+0 | |
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 | 2 | -4/+4 | |
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-01 | nit: typo | Dylan William Hardison | 1 | -1/+1 | |
2017-05-31 | Bug 1364634 - Point people to the editbugs request component instead of the ↵ | Shardendu Kumar Gautam | 1 | -2/+6 | |
mailing list * updated & in url to & * updated url to use template filter * added missing quotes for editbugs href | |||||
2017-05-19 | Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵ | David Lawrence | 4 | -0/+4 | |
1361151 | |||||
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 14 | -14/+0 | |
2017-05-17 | use non-whimsical string for lbheartbeat | Dylan William Hardison | 1 | -4/+4 | |
2017-05-16 | nit: remove reference to firefox os forms | Dylan William Hardison | 1 | -25/+0 | |
2017-05-11 | Bug 1361408 - Remove Firefox OS specific forms | Sebastin Santy | 10 | -1179/+0 | |
2017-04-19 | Bug 1357809 - Add endpoints for future cloud-services integration | Dylan William Hardison | 1 | -0/+36 | |
2017-04-11 | Revert "Bug 1352913 - Extensions must register for template_before_process()" | Dylan William Hardison | 1 | -44/+0 | |
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a. | |||||
2017-04-11 | remove utf8 | Dylan William Hardison | 1 | -1/+1 | |
2017-04-10 | fix whitespace and latin/utf8 encoding issue | Dylan William Hardison | 1 | -33/+33 | |
2017-04-10 | Bug 1352913 - Extensions must register for template_before_process() | Dylan William Hardison | 1 | -0/+44 | |
We can skip a lot of method calls if extensions must declare what templates they act on. | |||||
2017-03-24 | Bug 1349899 - Clean up invalid mozreview urls on attachment page | Dylan William Hardison | 2 | -2/+19 | |
2017-03-15 | Bug 1347237 - get_permissions.html is missing | Dylan William Hardison | 2 | -2/+46 | |
2017-03-15 | Bug 1309112 - Detect and linkify GitHub issue in comment | Sebastin Santy | 1 | -0/+12 | |
2017-02-22 | Remove Webtrends dead code (no bug) | Kohei Yoshino | 1 | -213/+0 | |
It’s not used on BMO any more. | |||||
2017-02-17 | Bug 1336184 - bug notification email html content differs from plain-text ↵ | Dylan William Hardison | 1 | -1/+1 | |
content | |||||
2017-02-17 | Bug 1257608 - Convert all <button> elements to CSS styled <a> links | David Lawrence | 1 | -3/+2 | |
2017-02-06 | Bug 1237790 - The experimental user interface doesn't provide link to help ↵ | David Lawrence | 2 | -46/+2 | |
of bug fields | |||||
2017-02-01 | Bug 1321592 - Update Bugzilla Etiquette and add Abuse Policy | Emma Humphries ☕️ +needinfo me | 2 | -116/+169 | |
2017-01-27 | Bug 1334160 - CSP error on button "rep_hw_os" | David Lawrence | 1 | -7/+10 | |
2017-01-25 | Bug 1286290 - CSP compliant bug modal | Dylan William Hardison | 2 | -2/+8 | |
2017-01-20 | Bug 1332540 - Cannot set param "delete_comments_group": Undefined subroutine ↵ | David Lawrence | 1 | -0/+1 | |
&Bugzilla::Extension::BMO::check_group called | |||||
2017-01-05 | Bug 1328650 - Update HRBP list in Recruiting Product | David Lawrence | 1 | -2/+1 | |
2016-12-22 | Bug 1325432 - Work 'New' in bug summary for form.crm is redundant and should ↵ | David Lawrence | 1 | -1/+1 | |
be removed | |||||
2016-12-21 | Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵ | Dylan William Hardison | 4 | -8/+4 | |
setup with the vendor bundles | |||||
2016-12-20 | Revert "Bug 1321592 - Update Bugzilla Etiquette and add Abuse Policy" | David Lawrence | 3 | -183/+131 | |
This reverts commit 50fe01e3ee89cd9395dc21a739b8bc74b5c54272. | |||||
2016-12-16 | Bug 1321592 - Update Bugzilla Etiquette and add Abuse Policy | Emma Humphries ☕️ +needinfo me | 3 | -131/+183 | |
2016-12-15 | Bug 1323595 - Update to form for Recruiting Product | David Lawrence | 1 | -35/+19 | |
2016-12-08 | Bug 1318781 - Add link to Mozilla Community Participation Guidelines for new ↵ | David Lawrence | 1 | -23/+28 | |
bugs and bug comments |