summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-07bump version to 20170607.1Dylan William Hardison1-1/+1
2017-06-07Bug 1368764 - Component watching relationship constant not exported in ↵Dylan William Hardison3-3/+3
template constants
2017-06-07Fix and improve wording in README.rst. (#93)Mark Côté1-23/+25
This fixes a number of typos, formatting errors, and awkward phrasings.
2017-06-06Bug 1370378 - Add Phabricator Extension enabled flag to instantly toggle off ↵David Walsh4-0/+12
all Phabricator syncing. r?dkl
2017-06-06bump versionDylan William Hardison1-1/+1
2017-06-05Bug 1348439 - History item "reporter accessible: true" is confusingMary Umoh1-0/+9
* Remove + signs
2017-06-02fix some errors in the vagrant setupDylan William Hardison2-1/+7
We had a duplicate name for one of the cron rules, because of how setting variables there works. Also, permissions of template_cache were problematic.
2017-06-02fix 901-secure-mail-loop.t testDylan William Hardison1-1/+2
2017-06-01downgrade EU::MM versionDylan William Hardison1-2/+2
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 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison8-15/+22
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-30Bug 1368764 - Bugmail no longer contains reason for receiving mail, ↵Dylan William Hardison1-0/+3
defeating email filters
2017-05-30Also truncate the file when writing it out.Dylan William Hardison1-1/+1
2017-05-27Bug 1365340 - Add /new-bug (new_bug.cgi) (#82)Sebastin Santy3-0/+73
2017-05-27Bug 1352264 - Preload all templates (re-apply)Dylan William Hardison3-6/+130
2017-05-27Bug 1361376 - Bugzilla::WebService::Bug: render_comment() should not pass a ↵Dylan William Hardison1-8/+1
literal template string to call quoteUrls() (#76)
2017-05-26Bug 1365731 - heartbeat.cgi must check Bugzilla->has_feature("bmo")Dylan William Hardison1-0/+1
2017-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison6-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-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison19-78/+783
the ES backend
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 Lawrence8-1/+325
Phabricator project membership
2017-05-19Ensure internet connectivity in vagrant / virtualbox (#81)Sebastin Santy1-0/+8
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison52-720/+815
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison6-68/+271
2017-05-16give each cron job a name, so that they don't accumulate (#79)Dylan William Hardison1-0/+7
2017-05-16nit: remove reference to firefox os formsDylan William Hardison1-25/+0
2017-05-16Bugzilla::Memcached - bump max_size up to 4MBDylan William Hardison1-1/+1
2017-05-15Bug 1361621 - chunk resolve_bug.pl bug updates into multiple transactionsDylan William Hardison1-6/+12
2017-05-15fix typoDylan William Hardison1-1/+1
2017-05-12Bug 1363736 - Ensure http configs (.htaccess) are forward-compatible with ↵Dylan William Hardison1-0/+9
newer versions of apache (#77)
2017-05-11fix typo in constant: FIELD_VALUE_MAX_SIZE -> MAX_FIELD_VALUE_SIZEDylan William Hardison1-1/+1
2017-05-11Bug 1357775 - the needinfo dropdown for the triage owner should display the ↵Dylan William Hardison2-21/+25
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 Santy11-1181/+0
2017-05-11Bug 1352907 - Simplify extension system for performanceDylan William Hardison5-267/+64
2017-05-09Bug 1362151 - Make /bzapi/configuration fasterDylan William Hardison2-3/+17
2017-05-09fix permsDylan William Hardison10-0/+0
2017-05-09Bug 1359797 - GitHub login not appearing on show_bug.cgiDylan William Hardison3-3/+4
2017-05-03Bug 1355490 - Short URL link give "The token is not valid" errorDylan William Hardison2-29/+33
2017-05-03Bug 1361464 - Restore previous comment fonts, conditionally select "Fira" ↵Dylan William Hardison2-2/+9
for Windows clients
2017-05-02Revert "Bug 1352264 - Preload all templates"Dylan William Hardison3-130/+6
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954.
2017-05-02Bug 1312735 - allow http auth delegation callbacks based on environmental ↵Dylan William Hardison2-1/+8
variable
2017-05-01Bug 1361133 - Bugzilla::CPAN: ThrowCodeError() is not importedDylan William Hardison1-2/+5
2017-05-01Bug 1360619 - Move Firefox OS to graveyardDylan William Hardison1-12/+23
Repurpose an old script as a bug resolving implement.
2017-04-28Bug 1360675 - Bugzilla->clear_request_cache: add option to preserve some ↵Dylan William Hardison1-1/+5
keys in the request cache