summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison21-240/+325
2017-06-22Bug 1372693 Update to Recruiting Bugzilla Custom FormMary Umoh2-18/+3
* Change to create-recruiting.html.tmpl
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh76-2935/+1216
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-21Bug 1371464 - Delete code for Aha push connectorMary Umoh2-183/+9
* Add install_update_db to Extension.pm
2017-06-21Bug 1365344 - Extract the "status" and "null" modules (#101)Sebastin Santy4-86/+179
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations
2017-06-20Renamed create_app_key.pl to create_app_id.plDavid Lawrence1-0/+0
2017-06-20New script to help with generating app key for auth delegation based onDavid Lawrence1-0/+30
callback and description values.
2017-06-20 Bug 1374396 - Add initial push connector for Phabricator r=dklDavid Walsh2-0/+89
2017-06-17Replace the update provision command in README (#107)Sebastin Santy1-2/+7
* A mention about when to use full provision * Added a note on command failure
2017-06-17add --user-pref option to generate_bmo_data.plDylan William Hardison1-3/+6
this option is used by bmo-ci to turn off the bug_modal interface
2017-06-16remove trailing whitespaceDylan William Hardison1-107/+107
2017-06-15Bug 1372363 - Fix BMO defaults (bug modal pref, needinfo exclusions)Dylan William Hardison2-5/+5
* add comment to explain 0:0
2017-06-15perltidy cleanupDylan William Hardison1-8/+9
2017-06-15Bug 1373000 - New BugModal API for product data and ↵Sebastin Santy1-0/+38
component+product-specific data
2017-06-14Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07Dylan William Hardison2-7/+2
* fix order * I mean 7
2017-06-13bump version to 20170613.1Dylan William Hardison1-1/+1
2017-06-13Bug 1372539 - Fix incorrect caching on bzapi/configurationDylan William Hardison1-1/+1
2017-06-10Bug 1365342 - Extract the preview comment functionality and make it a ↵Sebastin Santy5-9/+2646
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-09Bug 1067812 - Add date selectors to the review history APIDylan William Hardison1-2/+20
2017-06-08Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect)Dylan William Hardison3-23/+6
* remove UserAgent from updates
2017-06-08Skipping some steps in ansible for rapid debugging (#92)Sebastin Santy6-5/+43
* Adding --no-templates to checksetup * my proposed changes
2017-06-07Bug 1370904 - Add "required" property to login input elementsWilliam Lachance2-2/+6
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