summaryrefslogtreecommitdiffstats
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
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
2017-05-24Bug 1367499 - Give some additional guidance in UI on block needinfo feature ↵William Lachance1-1/+1
(#84)
2017-05-19Bug 1366798 - Fix test breakage due to change to t/Support/Files.pm in bug ↵David Lawrence14-3/+22
1361151
2017-05-22Bug 1361151 - Bugzilla Security groups are periodically synced to ↵David Lawrence7-0/+324
Phabricator project membership
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison29-633/+621
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison1-4/+4
2017-05-16nit: remove reference to firefox os formsDylan William Hardison1-25/+0
2017-05-11Bug 1357775 - the needinfo dropdown for the triage owner should display the ↵Dylan William Hardison1-21/+19
name and email address when selected
2017-05-11Bug 1362587 - Prevent triggering plugin infobar (workaround bug 1319105)Dylan William Hardison2-20/+24
2017-05-11Bug 1361408 - Remove Firefox OS specific formsSebastin Santy10-1179/+0
2017-05-09Bug 1362151 - Make /bzapi/configuration fasterDylan William Hardison1-3/+16
2017-05-09Bug 1359797 - GitHub login not appearing on show_bug.cgiDylan William Hardison1-1/+1
2017-05-03Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵Dylan William Hardison1-1/+7
for Windows clients
2017-04-25Bug 1359457 - Include system font options from Linux distros as possible fontsDylan William Hardison1-1/+1
2017-04-25Bug 1343805 - Use darker font and fallback to Fira Mono when ↵Dylan William Hardison1-1/+1
Menlo/Monaco/Droid Sans Mono are not available
2017-04-25Bug 1343805 - Use a darker font for comments, and also avoid CourierSebastin Santy1-1/+2
2017-04-19Bug 1357809 - Add endpoints for future cloud-services integrationDylan William Hardison1-0/+36
2017-04-18Bug 1347175 - cron: Invalid local time for date in time zone: ↵Dylan William Hardison1-5/+6
America/Los_Angeles
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison14-137/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-11remove utf8Dylan William Hardison1-1/+1
2017-04-10fix whitespace and latin/utf8 encoding issueDylan William Hardison1-33/+33
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison14-0/+137
We can skip a lot of method calls if extensions must declare what templates they act on.
2017-04-04Bug 1321595 - Add triage owner to the needinfo suggestion dropdownDylan William Hardison2-0/+8
2017-04-04Bug 1350909 - Make index.cgi cache-friendly for logged out requestsDylan William Hardison1-11/+1
2017-03-27Bug 1350096 - Once you've set a single Thunderbird tracking flag, the ↵Dylan William Hardison1-2/+10
"Firefox Tracking Flags" section changes name to "Thunderbird Tracking Flags"
2017-03-24Bug 1349899 - Clean up invalid mozreview urls on attachment pageDylan William Hardison3-3/+20
2017-03-17Bug 1343845 - bug status summary does not work when logged outEmma Humphries1-3/+5
Move the block of code which updates the Readable Bug Status field above the point where we return from the anonymous function in the case of no login session.
2017-03-15Bug 1347237 - get_permissions.html is missingDylan William Hardison2-2/+46
2017-03-15Bug 1309112 - Detect and linkify GitHub issue in commentSebastin Santy1-0/+12
2017-03-15Bug 1346162 - Needinfo is not checked for users that don't have canconfirmSebastin Santy1-1/+1
2017-03-10Comment typo fix: INCOMPELTE > INCOMPLETEKWierso1-1/+1
2017-03-10Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and emDylan William Hardison1-8/+4
2017-03-08Bug 1344769 - Cancel editing button loads BugZilla homepage instead of ↵Sebastin Santy1-1/+1
current bug
2017-03-03Bug 1343663 - Comments are too wideEmma Humphries1-4/+8
Set #bugzilla-body to have em based widths so they scale with font size.
2017-03-03Bug 1343714 - When whiteboard is populated, prefix value of whiteboard with ↵Dylan William Hardison1-1/+1
'whiteboard:' in section header
2017-03-03Bug 1344128 - Cloning a bug causes an invalid cloned_bug_id param when ↵David Lawrence1-1/+1
creating the new bug.
2017-03-02Bug 1283012 - the 'status' and 'assignee' labels disappear when taking a bug ↵David Lawrence1-3/+1
in view mode
2017-03-02Bug 1343783 - Stop calling modal ui "experimental" in the settings.Dylan William Hardison1-1/+1
2017-03-02Bug 1343778 - disabled users not displayed correctlyDylan William Hardison1-1/+1
2017-03-01Bug 1343430 - The "Format Bug" and "New/Clone Bug" buttons cause page to ↵David Lawrence1-2/+2
reload (need type="button")
2017-03-01Bug 1343429 - Dropdown menus are slightly off screen in some cases and ↵David Lawrence1-0/+1
should open justified to the right instead of left
2017-02-28Bug 1330884 - Centralize #bugzilla-body for bug modal pageTommy Kuo1-11/+5
2017-02-28Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard ↵David Lawrence8-156/+286
and screen readers
2017-02-22Remove Webtrends dead code (no bug)Kohei Yoshino1-213/+0
It’s not used on BMO any more.
2017-02-22Revert "Bug 1330884 - Centralize #header, #bugzilla-body and #footer"Dylan William Hardison1-4/+4
This reverts commit ab5eef9afeded451e27faa44d5db3f618825f04d.
2017-02-22Revert "Bug 1280363 - [a11y] Make the Actions menu button accessible for ↵Dylan William Hardison8-292/+158
keyboard and screen readers" This reverts commit 318b9027db03bc7397fa8072811db33783d29976.
2017-02-21Bug 1280363 - [a11y] Make the Actions menu button accessible for keyboard ↵David Lawrence8-158/+292
and screen readers