Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-07 | Bug 1365345 - Modal Bug Entry Prototype | Sebastin Santy | 3 | -42/+89 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 29 | -211/+211 | |
2017-07-07 | Revert "Bug 1365345 - Modal Bug Entry Prototype" | Dylan William Hardison | 3 | -89/+42 | |
This reverts commit 8835db60a8d637fe3aec82c718bad8a8177a6acf. | |||||
2017-07-07 | Bug 1365345 - Modal Bug Entry Prototype | Sebastin Santy | 3 | -42/+89 | |
2017-07-07 | Bug 1377232 - Revert code from bug 1361890 | Dylan William Hardison | 5 | -8/+8 | |
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 | 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 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 | Bug 1361890 - Fix problems with current js and css concatenation | Dylan William Hardison | 4 | -7/+7 | |
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 | 5 | -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-21 | Bug 1371464 - Delete code for Aha push connector | Mary Umoh | 2 | -183/+9 | |
* Add install_update_db to Extension.pm | |||||
2017-06-21 | Bug 1365344 - Extract the "status" and "null" modules (#101) | Sebastin Santy | 3 | -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=dkl | David Walsh | 1 | -0/+83 | |
2017-06-15 | Bug 1372363 - Fix BMO defaults (bug modal pref, needinfo exclusions) | Dylan William Hardison | 2 | -5/+5 | |
* add comment to explain 0:0 | |||||
2017-06-15 | perltidy cleanup | Dylan William Hardison | 1 | -8/+9 | |
2017-06-15 | Bug 1373000 - New BugModal API for product data and ↵ | Sebastin Santy | 1 | -0/+38 | |
component+product-specific data | |||||
2017-06-14 | Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07 | Dylan William Hardison | 1 | -5/+0 | |
* fix order * I mean 7 | |||||
2017-06-13 | Bug 1372539 - Fix incorrect caching on bzapi/configuration | Dylan William Hardison | 1 | -1/+1 | |
2017-06-10 | Bug 1365342 - Extract the preview comment functionality and make it a ↵ | Sebastin Santy | 4 | -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-09 | Bug 1067812 - Add date selectors to the review history API | Dylan William Hardison | 1 | -2/+20 | |
2017-06-08 | Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect) | Dylan William Hardison | 1 | -17/+2 | |
* remove UserAgent from updates | |||||
2017-06-07 | Bug 1368764 - Component watching relationship constant not exported in ↵ | Dylan William Hardison | 3 | -3/+3 | |
template constants | |||||
2017-06-06 | Bug 1370378 - Add Phabricator Extension enabled flag to instantly toggle off ↵ | David Walsh | 4 | -0/+12 | |
all Phabricator syncing. r?dkl | |||||
2017-06-05 | Bug 1348439 - History item "reporter accessible: true" is confusing | Mary Umoh | 1 | -0/+9 | |
* Remove + signs | |||||
2017-06-01 | Bug 1368066 - When using bmo auth delegation from Phabricator, the ↵ | David Lawrence | 3 | -0/+35 | |
confirmation should be skipped similar to mozreview | |||||
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-31 | Bug 1368739 - Make OrangeFactor extension work with SSO | Ed Morley | 1 | -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-28 | Bug 1368901 - get_phab_members_by_bmo_id() throws error from Phabricator ↵ | David Lawrence | 1 | -1/+4 | |
when no users are part of the bmo group | |||||
2017-05-24 | Bug 1367499 - Give some additional guidance in UI on block needinfo feature ↵ | William Lachance | 1 | -1/+1 | |
(#84) | |||||
2017-05-19 | Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵ | David Lawrence | 14 | -3/+22 | |
1361151 | |||||
2017-05-22 | Bug 1361151 - Bugzilla Security groups are periodically synced to ↵ | David Lawrence | 7 | -0/+324 | |
Phabricator project membership | |||||
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 29 | -633/+621 | |
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 1357775 - the needinfo dropdown for the triage owner should display the ↵ | Dylan William Hardison | 1 | -21/+19 | |
name and email address when selected | |||||
2017-05-11 | Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105) | Dylan William Hardison | 2 | -20/+24 | |
2017-05-11 | Bug 1361408 - Remove Firefox OS specific forms | Sebastin Santy | 10 | -1179/+0 | |
2017-05-09 | Bug 1362151 - Make /bzapi/configuration faster | Dylan William Hardison | 1 | -3/+16 | |
2017-05-09 | Bug 1359797 - GitHub login not appearing on show_bug.cgi | Dylan William Hardison | 1 | -1/+1 | |
2017-05-03 | Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵ | Dylan William Hardison | 1 | -1/+7 | |
for Windows clients | |||||
2017-04-25 | Bug 1359457 - Include system font options from Linux distros as possible fonts | Dylan William Hardison | 1 | -1/+1 | |
2017-04-25 | Bug 1343805 - Use darker font and fallback to Fira Mono when ↵ | Dylan William Hardison | 1 | -1/+1 | |
Menlo/Monaco/Droid Sans Mono are not available | |||||
2017-04-25 | Bug 1343805 - Use a darker font for comments, and also avoid Courier | Sebastin Santy | 1 | -1/+2 | |
2017-04-19 | Bug 1357809 - Add endpoints for future cloud-services integration | Dylan William Hardison | 1 | -0/+36 | |
2017-04-18 | Bug 1347175 - cron: Invalid local time for date in time zone: ↵ | Dylan William Hardison | 1 | -5/+6 | |
America/Los_Angeles | |||||
2017-04-11 | Revert "Bug 1352913 - Extensions must register for template_before_process()" | Dylan William Hardison | 14 | -137/+0 | |
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a. | |||||
2017-04-11 | remove utf8 | Dylan William Hardison | 1 | -1/+1 | |