Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-20 | Bug 1452241 - Improve feed error handling and logging | dklawren | 1 | -33/+43 | |
2018-04-20 | Bug 1440828 - Phabricator review requests should show up on the BMO dashboard | byron jones | 7 | -53/+312 | |
2018-04-20 | Code Pull requests 33 Insights Settings Bug 1452531 - PhabBugz code should ↵ | dklawren | 4 | -10/+18 | |
add allow visibility to reviewers when creating custom policies | |||||
2018-04-20 | Bug 1438205 - Preserve comments in progress across page reloads | Israel Madueme | 1 | -0/+59 | |
Comments being typed will be saved in Local Storage for a week. When the user somehow reloads the show bug page, the comment box will be filled in with what was last saved. This also fixes the bug where you type up a comment, go to change the bug details, hit cancel, and ultimately lose your comment in progress because of the reloading nature of the cancel button. | |||||
2018-04-20 | Bug 1451599 - Move guidelines checkbox on signup page to the left | Israel Madueme | 1 | -1/+1 | |
2018-04-18 | Bug 1450325 - add unsubscribe link to html bug email template | Israel Madueme | 1 | -0/+3 | |
2018-04-12 | Bump version to 20180412.2 (#538) | dklawren | 1 | -1/+1 | |
2018-04-12 | Bug 1453697 - ensure error_message is escaped in opengraph description | Dylan William Hardison | 1 | -1/+1 | |
2018-04-12 | Bug 1453681 - Phabricator project.search when searching for a specific ↵ | dklawren | 2 | -2/+20 | |
project name can return more than one match | |||||
2018-04-11 | Bug 1451573 - Remove Firefox Marketplace custom forms | Emma Humphries | 5 | -255/+0 | |
2018-04-11 | bump version to 20180412.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-04-11 | Bug 1451960 - Improve opengraph metadata for access-denied bugs | Gijs | 2 | -2/+6 | |
2018-04-11 | no bug - fix PerlSetEnv | Dylan William Hardison | 1 | -1/+1 | |
2018-04-11 | Bug 1453122 - The phabbugz feed daemon should use IO::Async::Timer instead ↵ | dklawren | 2 | -13/+55 | |
of using while loop | |||||
2018-04-11 | no bug - remove stack traces from badhosts error messages (#528) | Dylan William Hardison | 1 | -4/+4 | |
2018-04-10 | Bug 1421110 - Add REST API endpoint for /bug/possible_duplicates | Israel Madueme | 3 | -5/+159 | |
2018-04-10 | Bug 1453126 - Bugzilla::Bloomfilter should encourage preserving the input ↵ | Dylan William Hardison | 5 | -26/+19 | |
files for its filters | |||||
2018-04-10 | Bug 1451416 - Bugzilla sometimes sends emails to accounts when it shouldn't | Dylan William Hardison | 1 | -2/+19 | |
2018-04-10 | Bug 1450990 - Refactor a bunch of the logging config files | Dylan William Hardison | 17 | -20/+95 | |
2018-04-10 | Bug 1328900 - Create new group called 'disableusers' that can only edit the ↵ | dklawren | 12 | -92/+114 | |
bugmail and disabledtext fields of a user | |||||
2018-04-10 | Bug 1450679 - Replace custom Sentry integration with Logging | Dylan William Hardison | 13 | -568/+66 | |
2018-04-08 | Bug 1427884 - Add upgrade tests from 4.2 to Harmony on mysql | Dylan William Hardison | 14 | -26/+96 | |
2018-04-08 | fix new columns in Review extension | Dylan William Hardison | 1 | -1/+3 | |
2018-04-08 | fix ContributorEngagement | Dylan William Hardison | 2 | -1/+4 | |
2018-04-08 | disable ContributorEngagement | Dylan William Hardison | 1 | -0/+0 | |
2018-04-08 | revert differences from bmo that are not needed | Dylan William Hardison | 2 | -2/+2 | |
2018-04-08 | do not use hostname in error pages | Dylan William Hardison | 1 | -2/+1 | |
2018-04-08 | disable Push too | Dylan William Hardison | 1 | -0/+0 | |
2018-04-08 | remove security_group_id stuff | Dylan William Hardison | 1 | -8/+1 | |
2018-04-08 | disable BMO, TrackingFlags, and PhabBugz | Dylan William Hardison | 3 | -0/+0 | |
2018-04-08 | fix typo | Dylan William Hardison | 1 | -1/+1 | |
2018-04-08 | remove minor mistakes | Dylan William Hardison | 1 | -1/+0 | |
2018-04-08 | search-google.html.tmpl: Calculate sitesearch from urlbase (#20) | Vladimir Panteleev | 1 | -1/+1 | |
2018-04-08 | Bug 1446236 - Fix instant search without GuidedBugEntry (#38) | Vladimir Panteleev | 3 | -4/+10 | |
* instant-search.js: Don't fail if product map isn't loaded getProduct had a hard dependency on the 'products' object, which is provided by products.js from the GuidedBugEntry extension. Check if the products variable exists before attempting to use it. This can happen when loading products.js fails, which in turn can happen when the GuidedBugEntry extension isn't present. * Instant search: Don't load products.js without GuidedBugEntry Fixes a 404 if the GuidedBugEntry extension is not present. * instant-search.js: Use throbber.gif from core Fixes remaining dependency on GuidedBugEntry. | |||||
2018-04-08 | enter_bug: Fix hard BMO dependency (#29) | Vladimir Panteleev | 1 | -2/+9 | |
The default_platform and default_op_sys Bugzilla::Product methods are installed by the BMO extension, so don't attempt to invoke them when it isn't present. | |||||
2018-04-08 | table.html.tmpl: Use order_columns only when present (#23) | Vladimir Panteleev | 1 | -2/+6 | |
Fix a hard dependency on the BMO extension. order_columns is set in Bugzilla::Extension::BMO, which might not be present / loaded. | |||||
2018-04-08 | .htaccess: Make redirects domain-relative (#13) | Vladimir Panteleev | 1 | -5/+5 | |
Remove some hard-coded https://bugzilla.mozilla.org/ references. | |||||
2018-04-08 | Merge remote-tracking branch 'bmo/master' into unstable | Dylan William Hardison | 27 | -51/+383 | |
2018-04-08 | fix secure_mail error during checksetup: ignore secure_mail column if not ↵ | Dylan William Hardison | 1 | -1/+4 | |
added to schema yet | |||||
2018-04-08 | Bug 1446236 - Add & use simpler method to check if an extension is present (#35) | Vladimir Panteleev | 4 | -8/+24 | |
2018-04-05 | Bug 1449282 - add jobqueue_status api | Israel Madueme | 5 | -0/+79 | |
2018-04-05 | Bug 1450791 - SES handler needs to support both "event" and "notification" ↵ | byron jones | 1 | -24/+38 | |
messages | |||||
2018-04-04 | no bug - add mailmap file to fix historical stats | Dylan William Hardison | 1 | -0/+85 | |
2018-04-04 | Bug 1446431 - Allow Baseline scan to ignore forms that dont need CSRF Tokens | Simon Bennetts | 11 | -14/+14 | |
The data-no-csrf attribute is used to signify that a form is 'safe' (ie doesn't actually make any permanent changes) and so doesn't need an anti-csrf token. | |||||
2018-04-04 | Bug 1447028 - Add auth delegation test script | Dylan William Hardison | 3 | -0/+89 | |
2018-04-04 | no bug - add dev build pipeline to circleci | Dylan William Hardison | 2 | -0/+37 | |
2018-04-04 | no bug - circleci config tweaks | Dylan William Hardison | 2 | -10/+28 | |
2018-04-03 | Bug 1450920 - Don't pass blank API token to JSON-PRC in instant search | Vladimir Panteleev | 1 | -2/+4 | |
When an API token is seen by JSON-RPC, it will attempt to authenticate it, including blank tokens (empty strings). Thus, avoid passing an empty string in the first place. The pattern to pass an empty string if the absence of BUGZILLA.api_token is the most common way to include the Bugzilla_api_token in the JSON-PRC requests. However, most places which pass a token to JSON-RPC in JavaScript are in contexts where a user is expected to be logged in, and this is not the case for instant search. Although this could have been fixed by patching Bugzilla::Auth::Login::Cookie::get_login_info to treat empty API tokens as if none were given, this method was chosen, as this is also the approach used in the ProdCompSearch extension (where a login session also does not need to be required), and to avoid possible breakage in JSON-RPC consumers. | |||||
2018-04-02 | Bug 1450283 - JobQueue should treat "no jobs" as a trace-level message, and ↵ | Dylan William Hardison | 1 | -1/+6 | |
all other logs as info | |||||
2018-04-01 | remove build_info stuff for now | Dylan William Hardison | 1 | -99/+1 | |