summaryrefslogtreecommitdiffstats
path: root/extensions/BMO
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08disable BMO, TrackingFlags, and PhabBugzDylan William Hardison1-0/+0
2018-04-01Merge branch 'master' into unstableDylan William Hardison4-306/+1
2018-03-19Bug 1440328 - Obfuscate mentor email for users that aren't logged inIsrael Madueme1-0/+1
2018-03-19fix all the testsDylan William Hardison4-4/+4
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user ↵Vladimir Panteleev7-11/+11
(nobody@mozilla.org)
2018-03-18Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable"Dylan William Hardison2-0/+261
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c.
2018-03-16Bug 1446236 - fix several occurrences of a typo (user's of)Vladimir Panteleev1-1/+1
2018-03-16Bug 1446236 - Allow customizing link to bug writing guidelinesVladimir Panteleev4-4/+4
2018-03-15Bug 1446042 - Please remove the IPC request form in BugzillaEmma Humphries3-306/+0
2018-03-12fix default security bug id thingDylan William Hardison1-25/+0
2018-03-10Merge remote-tracking branch 'dylanwh/unextend-schema' into unstableDylan William Hardison2-236/+0
2018-03-10de-sugarDylan William Hardison1-4/+4
2018-03-10support extensions betterDylan William Hardison1-0/+23
2018-03-10initial changes, no templatesDylan William Hardison2-236/+0
2018-03-07Bug 1443559 - Remove "Urgency" (mapped to priority) field from the ↵Emma Humphries1-17/+0
"form.doc" bug form for MDN content bugs
2018-03-05Bug 1419973 - Modify product selector layout on Browse and Enter Bug pagesKohei Yoshino2-40/+107
2018-02-28Bug 1441475 - Added rel tags to links with target=_blankSimon Bennetts13-16/+16
2018-02-22Bug 1439693 - Updates for developer.mozilla.orgJohn Whitlock2-3/+3
Add more updates for the product name change from "Mozilla Developer Network" to "developer.mozilla.org", including fixing a Permission Denied error when accessing /form.mdn.
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison19-24/+24
2018-02-21bug 1439693 - Update form.mdn (#406)John Whitlock1-4/+4
Update custom bug form for the product change to developer.mozilla.org.
2018-02-13Bug 1343248 - Migrate secbugstats scripts to bmo productionDylan William Hardison1-0/+54
2018-02-05no bug - change version.json build setting to match dockerflow ↵Bob Micheletto1-1/+1
specifications (#389)
2018-01-04Bug 1423998 - Add 'Pocket' to Business Unit drop down for Legal bugsDylan William Hardison1-0/+1
2018-01-03Bug 1427646 - Remove Webmaker product from product selector on Browse page ↵Kohei Yoshino2-4/+0
and guided bug entry form
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu22-34/+33
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison1-1/+1
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino5-19/+43
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison2-11/+6
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino1-1/+1
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino15-34/+22
2017-11-30Bug 1363889 - Update BMO to use new Mozilla brandingKohei Yoshino2-18/+16
2017-11-22Bug 1418205 - Update easy product selector on Browse and Enter Bug pagesKohei Yoshino3-8/+0
2017-11-22Bug 1419541 - Fix improper quoting on socorro lens URLDylan William Hardison1-1/+1
2017-11-20Bug 1418204 - Update Firefox logoKohei Yoshino1-0/+0
2017-10-31Bug 1264093 - Create new bug entry form for client security bugsDylan William Hardison2-0/+201
2017-10-31Bug 1332016 - Integrate the Socorro Lens into Bug ModalAnthony Hughes1-19/+18
2017-09-07Bug 1397747 - Move _get_all_group_names to ↵Dylan William Hardison1-2/+2
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-07-27Bug 1365983 - enter_bug.cgi should be updated to use "Data Platform and Tools"Dipankar Das1-1/+1
2017-07-25Bug 1380531 - Write initial CircleCI configuration for BMODylan William Hardison1-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-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison3-29/+29
2017-07-07Bug 1376023 - Undo accidental reversion of bug 1352907Dylan William Hardison1-2/+3
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again
2017-07-07Bug 1367604 - BMO extension to apply security policies to Phabricator ↵dklawren2-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-07Bug 1375950, remove unnecessary language in get_permissions.htmlEmma Humphries2-6/+0
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 Umoh2-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-01nit: typoDylan William Hardison1-1/+1
2017-05-31Bug 1364634 - Point people to the editbugs request component instead of the ↵Shardendu Kumar Gautam1-2/+6
mailing list * updated & in url to & * updated url to use template filter * added missing quotes for editbugs href
2017-05-19Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵David Lawrence4-0/+4
1361151
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison14-14/+0
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison1-4/+4