Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-31 | Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json | Dylan William Hardison | 8 | -15/+22 | |
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-30 | Bug 1368764 - Bugmail no longer contains reason for receiving mail, ↵ | Dylan William Hardison | 1 | -0/+3 | |
defeating email filters | |||||
2017-05-30 | Also truncate the file when writing it out. | Dylan William Hardison | 1 | -1/+1 | |
2017-05-27 | Bug 1365340 - Add /new-bug (new_bug.cgi) (#82) | Sebastin Santy | 3 | -0/+73 | |
2017-05-27 | Bug 1352264 - Preload all templates (re-apply) | Dylan William Hardison | 3 | -6/+130 | |
2017-05-27 | Bug 1361376 - Bugzilla::WebService::Bug: render_comment() should not pass a ↵ | Dylan William Hardison | 1 | -8/+1 | |
literal template string to call quoteUrls() (#76) | |||||
2017-05-26 | Bug 1365731 - heartbeat.cgi must check Bugzilla->has_feature("bmo") | Dylan William Hardison | 1 | -0/+1 | |
2017-05-24 | Bug 1348380 - Add param and user setting to control elasticsearch behavior | Dylan William Hardison | 6 | -17/+47 | |
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter). | |||||
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 19 | -78/+783 | |
the ES backend | |||||
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 | 8 | -1/+325 | |
Phabricator project membership | |||||
2017-05-19 | Ensure internet connectivity in vagrant / virtualbox (#81) | Sebastin Santy | 1 | -0/+8 | |
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 52 | -720/+815 | |
2017-05-17 | use non-whimsical string for lbheartbeat | Dylan William Hardison | 6 | -68/+271 | |
2017-05-16 | give each cron job a name, so that they don't accumulate (#79) | Dylan William Hardison | 1 | -0/+7 | |
2017-05-16 | nit: remove reference to firefox os forms | Dylan William Hardison | 1 | -25/+0 | |
2017-05-16 | Bugzilla::Memcached - bump max_size up to 4MB | Dylan William Hardison | 1 | -1/+1 | |
2017-05-15 | Bug 1361621 - chunk resolve_bug.pl bug updates into multiple transactions | Dylan William Hardison | 1 | -6/+12 | |
2017-05-15 | fix typo | Dylan William Hardison | 1 | -1/+1 | |
2017-05-12 | Bug 1363736 - Ensure http configs (.htaccess) are forward-compatible with ↵ | Dylan William Hardison | 1 | -0/+9 | |
newer versions of apache (#77) | |||||
2017-05-11 | fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZE | Dylan William Hardison | 1 | -1/+1 | |
2017-05-11 | Bug 1357775 - the needinfo dropdown for the triage owner should display the ↵ | Dylan William Hardison | 2 | -21/+25 | |
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 | 11 | -1181/+0 | |
2017-05-11 | Bug 1352907 - Simplify extension system for performance | Dylan William Hardison | 5 | -267/+64 | |
2017-05-09 | Bug 1362151 - Make /bzapi/configuration faster | Dylan William Hardison | 2 | -3/+17 | |
2017-05-09 | fix perms | Dylan William Hardison | 10 | -0/+0 | |
2017-05-09 | Bug 1359797 - GitHub login not appearing on show_bug.cgi | Dylan William Hardison | 3 | -3/+4 | |
2017-05-03 | Bug 1355490 - Short URL link give "The token is not valid" error | Dylan William Hardison | 2 | -29/+33 | |
2017-05-03 | Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵ | Dylan William Hardison | 2 | -2/+9 | |
for Windows clients | |||||
2017-05-02 | Revert "Bug 1352264 - Preload all templates" | Dylan William Hardison | 3 | -130/+6 | |
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954. | |||||
2017-05-02 | Bug 1312735 - allow http auth delegation callbacks based on environmental ↵ | Dylan William Hardison | 2 | -1/+8 | |
variable | |||||
2017-05-01 | Bug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not imported | Dylan William Hardison | 1 | -2/+5 | |
2017-05-01 | Bug 1360619 - Move Firefox OS to graveyard | Dylan William Hardison | 1 | -12/+23 | |
Repurpose an old script as a bug resolving implement. | |||||
2017-04-28 | Bug 1360675 - Bugzilla->clear_request_cache: add option to preserve some ↵ | Dylan William Hardison | 1 | -1/+5 | |
keys in the request cache | |||||
2017-04-28 | Clean up here-docs | Dylan William Hardison | 1 | -69/+64 | |
here-docs should either be at indent level 0 (and stored in constants) or replaced with other forms of quoting that can be idented more readibly. | |||||
2017-04-28 | fix @INC for bulk_index | Dylan William Hardison | 1 | -0/+10 | |
2017-04-26 | use parent rather than base to avoid a bug in base.pm | Dylan William Hardison | 1 | -1/+1 | |
from perldoc base: "base" employs some heuristics to determine if a module has already been loaded, if it has it doesn’t try again. If "base" tries to "require" the module it will not die if it cannot find the module’s file, but will die on any other error. After all this, should your base class be empty, containing no symbols, it will die. | |||||
2017-04-26 | Bug 1352264 - Preload all templates | Dylan William Hardison | 3 | -6/+130 | |
2017-04-26 | Bug 1355100 - Add rel=nofollow to all external links in bug comments | Sebastin Santy | 1 | -1/+1 | |
Refer https://support.google.com/webmasters/answer/96569\?hl\=en | |||||
2017-04-26 | vagrant setup should create htaccess files! | Dylan William Hardison | 1 | -1/+1 | |
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 | update fira fonts | Dylan William Hardison | 8 | -0/+0 | |
2017-04-25 | Bug 1343805 - Use a darker font for comments, and also avoid Courier | Sebastin Santy | 1 | -1/+2 | |
2017-04-25 | ignore some files from bug 1357809 | Dylan William Hardison | 1 | -0/+2 | |