summaryrefslogtreecommitdiffstats
path: root/extensions/OrangeFactor
AgeCommit message (Collapse)AuthorFilesLines
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-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-9/+0
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-0/+9
We can skip a lot of method calls if extensions must declare what templates they act on.
2017-01-30Bug 1324055 - Upgrade jquery to 3.1.1 and jquery-ui 1.12.1Dylan William Hardison1-1/+1
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-0/+7
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison2-7/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-0/+7
local symlink to data/ directory
2016-06-01Bug 1153105 - add orange factor to modal viewDavid Lawrence5-75/+124
2015-10-21Bug 1209599 - group general preferences by categoryDavid Lawrence1-1/+6
2014-03-27Bug 988744 - orangefactor template_before_process should check $file before ↵David Lawrence1-8/+7
checking user settings r=glob
2012-11-21Bug 791709 - Update bugzilla OrangeFactor extension to use ↵Dave Lawrence1-3/+3
keywords=intermittent-failure rather than whiteboard=[orange]
2012-09-25Fix incorrect uri filter causing test failureByron Jones1-1/+1
2012-09-13Bug 791000 - Only pull data from trunkDave Lawrence1-2/+4
2012-09-07Bug 789066 - Data should represent past weekDave Lawrence1-18/+19
2012-09-05- Fix bugwords errorDave Lawrence1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=706680
2012-09-05Bug 706680 - Can we integrate the orange factor link with BMO's bug view pageDave Lawrence2-5/+7
- Update template and css to fix layout
2012-09-05Bug 706680 - Can we integrate the orange factor link with BMO's bug view pageDave Lawrence11-0/+420
r=glob