Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-21 | Bug 1371464 - Delete code for Aha push connector | Mary Umoh | 2 | -183/+9 | |
* Add install_update_db to Extension.pm | |||||
2017-06-21 | Bug 1365344 - Extract the "status" and "null" modules (#101) | Sebastin Santy | 4 | -86/+179 | |
* Added comp_desc, ajax loading, modified rest * Make summary field long * Fixed indentations | |||||
2017-06-20 | Renamed create_app_key.pl to create_app_id.pl | David Lawrence | 1 | -0/+0 | |
2017-06-20 | New script to help with generating app key for auth delegation based on | David Lawrence | 1 | -0/+30 | |
callback and description values. | |||||
2017-06-20 | Bug 1374396 - Add initial push connector for Phabricator r=dkl | David Walsh | 2 | -0/+89 | |
2017-06-17 | Replace the update provision command in README (#107) | Sebastin Santy | 1 | -2/+7 | |
* A mention about when to use full provision * Added a note on command failure | |||||
2017-06-17 | add --user-pref option to generate_bmo_data.pl | Dylan William Hardison | 1 | -3/+6 | |
this option is used by bmo-ci to turn off the bug_modal interface | |||||
2017-06-16 | remove trailing whitespace | Dylan William Hardison | 1 | -107/+107 | |
2017-06-15 | Bug 1372363 - Fix BMO defaults (bug modal pref, needinfo exclusions) | Dylan William Hardison | 2 | -5/+5 | |
* add comment to explain 0:0 | |||||
2017-06-15 | perltidy cleanup | Dylan William Hardison | 1 | -8/+9 | |
2017-06-15 | Bug 1373000 - New BugModal API for product data and ↵ | Sebastin Santy | 1 | -0/+38 | |
component+product-specific data | |||||
2017-06-14 | Bug 1372653 - Upgrade LWP to 6.26 & add dependency for LWP::Protocol::https 6.07 | Dylan William Hardison | 2 | -7/+2 | |
* fix order * I mean 7 | |||||
2017-06-13 | bump version to 20170613.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-06-13 | Bug 1372539 - Fix incorrect caching on bzapi/configuration | Dylan William Hardison | 1 | -1/+1 | |
2017-06-10 | Bug 1365342 - Extract the preview comment functionality and make it a ↵ | Sebastin Santy | 5 | -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-09 | Bug 1067812 - Add date selectors to the review history API | Dylan William Hardison | 1 | -2/+20 | |
2017-06-08 | Bug 1370973 - Add support for CONNECT proxy (add LWP::Protocol::connect) | Dylan William Hardison | 3 | -23/+6 | |
* remove UserAgent from updates | |||||
2017-06-08 | Skipping some steps in ansible for rapid debugging (#92) | Sebastin Santy | 6 | -5/+43 | |
* Adding --no-templates to checksetup * my proposed changes | |||||
2017-06-07 | Bug 1370904 - Add "required" property to login input elements | William Lachance | 2 | -2/+6 | |
2017-06-07 | bump version to 20170607.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-06-07 | Bug 1368764 - Component watching relationship constant not exported in ↵ | Dylan William Hardison | 3 | -3/+3 | |
template constants | |||||
2017-06-07 | Fix 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-06 | Bug 1370378 - Add Phabricator Extension enabled flag to instantly toggle off ↵ | David Walsh | 4 | -0/+12 | |
all Phabricator syncing. r?dkl | |||||
2017-06-06 | bump version | Dylan William Hardison | 1 | -1/+1 | |
2017-06-05 | Bug 1348439 - History item "reporter accessible: true" is confusing | Mary Umoh | 1 | -0/+9 | |
* Remove + signs | |||||
2017-06-02 | fix some errors in the vagrant setup | Dylan William Hardison | 2 | -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-02 | fix 901-secure-mail-loop.t test | Dylan William Hardison | 1 | -1/+2 | |
2017-06-01 | downgrade EU::MM version | Dylan William Hardison | 1 | -2/+2 | |
2017-06-01 | Bug 1368066 - When using bmo auth delegation from Phabricator, the ↵ | David Lawrence | 3 | -0/+35 | |
confirmation should be skipped similar to mozreview | |||||
2017-06-01 | nit: typo | Dylan William Hardison | 1 | -1/+1 | |
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 | |