summaryrefslogtreecommitdiffstats
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
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-21Bug 1381752 - Re-organize the layoutSebastin Santy6-18/+64
2017-07-20Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵dklawren1-2/+2
Made Public
2017-07-19Bug 1366143 - Fix alignment of select boxesKohei Yoshino2-5/+5
2017-07-19Bug 1380352 - Allow vertical resizing of autosized commentsWilliam Lachance2-2/+4
2017-07-19Bug 1380727 - Update BMO Push Connector to Make Revisions Public when Bug ↵David Walsh3-13/+54
Made Public
2017-07-19Bug 1374396 - Add initial push connector for PhabricatorDavid Walsh1-14/+2
2017-07-18Bug 1381751 - Move create button to the right, and contributor agreement to ↵Sebastin Santy2-3/+7
the left
2017-07-18Bug 1381749 - Add keywords to new-bugSebastin Santy2-15/+32
2017-07-18Bug 1381742 - Increase maximum size of autosized commentsWilliam Lachance1-1/+1
2017-07-18Bug 1380389 - autosize comments should be a user pref (default: on)Mary Umoh2-8/+18
2017-07-12Bug 1380350 - invalid html - missing space before "required" attributeDylan William Hardison1-1/+1
2017-07-12Bug 1371446 - Don't allow needinfo requests from the voidMary Umoh2-0/+8
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-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 1377621 - YUI is broken on review history pageDylan William Hardison2-15/+17
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy3-42/+89
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison29-211/+211
2017-07-07Revert "Bug 1365345 - Modal Bug Entry Prototype"Dylan William Hardison3-89/+42
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf.
2017-07-07Bug 1365345 - Modal Bug Entry PrototypeSebastin Santy3-42/+89
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison5-8/+8
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 ↵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 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-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison4-7/+7
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 Umoh5-7/+7
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 Santy3-85/+52
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations
2017-06-20 Bug 1374396 - Add initial push connector for Phabricator r=dklDavid Walsh1-0/+83
2017-06-15Bug 1372363 - Fix BMO defaults (bug modal pref, needinfo exclusions)Dylan William Hardison2-5/+5
* add comment to explain 0:0
2017-06-15perltidy cleanupDylan William Hardison1-8/+9
2017-06-15Bug 1373000 - New BugModal API for product data and ↵Sebastin Santy1-0/+38
component+product-specific data
2017-06-14Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07Dylan William Hardison1-5/+0
* fix order * I mean 7
2017-06-13Bug 1372539 - Fix incorrect caching on bzapi/configurationDylan William Hardison1-1/+1
2017-06-10Bug 1365342 - Extract the preview comment functionality and make it a ↵Sebastin Santy4-0/+2626
reusable template * Putting variables.none at the top * Put the message at the top * Remove header_done * Add an #xhr-error to show bugzilla_ajax() errors
2017-06-09Bug 1067812 - Add date selectors to the review history APIDylan William Hardison1-2/+20
2017-06-08Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect)Dylan William Hardison1-17/+2
* remove UserAgent from updates
2017-06-07Bug 1368764 - Component watching relationship constant not exported in ↵Dylan William Hardison3-3/+3
template constants
2017-06-06Bug 1370378 - Add Phabricator Extension enabled flag to instantly toggle off ↵David Walsh4-0/+12
all Phabricator syncing. r?dkl
2017-06-05Bug 1348439 - History item "reporter accessible: true" is confusingMary Umoh1-0/+9
* Remove + signs
2017-06-01Bug 1368066 - When using bmo auth delegation from Phabricator, the ↵David Lawrence3-0/+35
confirmation should be skipped similar to mozreview
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-31Bug 1368739 - Make OrangeFactor extension work with SSOEd Morley1-2/+4
OrangeFactor is now behind SSO, so cross-origin requests to the API must use `withCredentials` to ensure the session cookie is sent if it exists. OrangeFactor's API permits this via appropriately set `Access-Control-Allow-{Origin,Credentials}` headers. Users will also now be reminded about the need to sign in via OrangeFactor first. Unfortunately there's no way to catch the SSO HTTP 302 separately from other failure modes, since: (a) the `XMLHttpRequest` spec doesn't allow for telling if a request redirected (b) the workaround (sniffing content-type of the response and seeing if it's `text/html` rather than `application/json`) isn't possible since BMO's CSP blocks the request to auth0.com. ...however this extension is going to be replaced once OrangeFactor is decommissioned, so meh. The redundant hiding of `#orange-graph` has also been removed.
2017-05-28Bug 1368901 - get_phab_members_by_bmo_id() throws error from Phabricator ↵David Lawrence1-1/+4
when no users are part of the bmo group