BMO/Recent Changes: Difference between revisions

From MozillaWiki
< BMO
Jump to navigation Jump to search
(happy bmo push day!)
(→‎Recent Changes: previous push)
Line 1: Line 1:
= Recent Changes =
= Recent Changes =
== 2019-03-12 ==
[https://github.com/mozilla-bteam/bmo/tree/release-20190312.1 release-20190312.1]
* {{bug|989476}} A comment from a "new to bugzilla" user on a mentored [good-first-bug] should trip the needinfo flag.
* {{bug|1529985}} "Phabricator Revisions" section of bug is stuck at "Loading...." due to typo in phabricator.js
* {{bug|1496207}} Allow to request uplift of multiple patches at once by adding checkboxes for other patches
* {{bug|1527178}} If an uplift request answers Yes to needing manual QA, automatically set the qe-verify flag
* {{bug|1502500}} Adding the qe-verify flag as an editable field when using Bugzilla's "Change Several Bugs at Once" option
* {{bug|1463874}} Update Default Products and Remove Buglist Queries from triage_owners.html
* {{bug|1532406}} Removed useless trick_taint() and untaint() calls
* {{bug|1530010}} Drop support for dangerous 'utf8' characterset in favor of 'utf8mb4'
* {{bug|1527053}} Can't search for "video" to find all relevant bugs
* {{bug|1532482}} Improve “new changes since” indicator UX
* {{bug|1503483}} Convert redirects to absolute path
* {{bug|1472522}} Show image, video, audio, text attachments inline
* {{bug|1532409}} Introduce Bugzilla::Model (a DBIx::Class::Schema)
* {{bug|1532416}} Refactor move_flag_types to use Mojolicious and DBIx::Class
* {{bug|1477931}} Show number of review/feedback/needinfo in user autocomplete and prevent person from being added if requests are blocked
* {{bug|1276471}} Document that GET /rest/bug returns a maximum of $max_search_results bugs by default (default: 10000) even with limit=0
* {{bug|1391439}} Add ability to capture and attach a screenshot through the Bugzilla UI
* {{bug|1507812}} merge_user.pl should not continue if the old user id has an account in Phabricator
* {{bug|1532766}} Make the the application root a static, cache-friendly redirect to /home
* {{bug|1497721}} rest/bug/ API redirects when number of ids in query string is >= 900


== 2019-02-21 ==
== 2019-02-21 ==
Line 56: Line 80:
* {{bug|1520582}} Block ips of users that get too many page errors
* {{bug|1520582}} Block ips of users that get too many page errors
* {{bug|1522155}} Closed bug links don't get their strike-through
* {{bug|1522155}} Closed bug links don't get their strike-through
== 2019-01-16 ==
[https://github.com/mozilla-bteam/bmo/tree/release-20190116.4 release-20190116.4]
* {{bug|1518522}} phabbugz comments in bugs need to set is_markdown to true
* {{bug|1493253}} Embed crash count table to bug pages
* {{bug|1518264}} New non-monospace comments styled with way too small a font size
* {{bug|1500441}} Make site-wide announcement dismissable
* {{bug|1519240}} Markdown comments ruin links wrapped in <>
* {{bug|1519157}} Linkification is disabled on &lt;h1>, &lt;h2> etc.
* {{bug|1518328}} The edit comment feature should have a preview mode as well
* {{bug|1510996}} Abandoned phabricator revisions should be hidden by default
* {{bug|1518967}} Edit attachment as comment does markdown, which is very unexpected
* {{bug|1519659}} Need to reload the page before being able to edit
* {{bug|1520221}} Avoid wrapping markdown comments
* {{bug|1520495}} Crash count table does not detect uplift links in Markdown comments
* {{bug|1519564}} Add a mechanism for disabling all special markdown syntax


= Archive =
= Archive =

Revision as of 14:15, 28 March 2019

Recent Changes

2019-03-12

release-20190312.1

  • bug 989476 A comment from a "new to bugzilla" user on a mentored [good-first-bug] should trip the needinfo flag.
  • bug 1529985 "Phabricator Revisions" section of bug is stuck at "Loading...." due to typo in phabricator.js
  • bug 1496207 Allow to request uplift of multiple patches at once by adding checkboxes for other patches
  • bug 1527178 If an uplift request answers Yes to needing manual QA, automatically set the qe-verify flag
  • bug 1502500 Adding the qe-verify flag as an editable field when using Bugzilla's "Change Several Bugs at Once" option
  • bug 1463874 Update Default Products and Remove Buglist Queries from triage_owners.html
  • bug 1532406 Removed useless trick_taint() and untaint() calls
  • bug 1530010 Drop support for dangerous 'utf8' characterset in favor of 'utf8mb4'
  • bug 1527053 Can't search for "video" to find all relevant bugs
  • bug 1532482 Improve “new changes since” indicator UX
  • bug 1503483 Convert redirects to absolute path
  • bug 1472522 Show image, video, audio, text attachments inline
  • bug 1532409 Introduce Bugzilla::Model (a DBIx::Class::Schema)
  • bug 1532416 Refactor move_flag_types to use Mojolicious and DBIx::Class
  • bug 1477931 Show number of review/feedback/needinfo in user autocomplete and prevent person from being added if requests are blocked
  • bug 1276471 Document that GET /rest/bug returns a maximum of $max_search_results bugs by default (default: 10000) even with limit=0
  • bug 1391439 Add ability to capture and attach a screenshot through the Bugzilla UI
  • bug 1507812 merge_user.pl should not continue if the old user id has an account in Phabricator
  • bug 1532766 Make the the application root a static, cache-friendly redirect to /home
  • bug 1497721 rest/bug/ API redirects when number of ids in query string is >= 900

2019-02-21

release-20190221.1

  • bug 1523317 Exclude Graveyard products from QuickSearch results
  • bug 1512815 Optimize Bugzilla->active_custom_fields() for CPU and memory usage
  • bug 1524174 Redirect to show_bug.cgi after creating bug or updating a bug
  • bug 1524213 phabricator revisions list on bug page has extra / in the revision link
  • bug 1523404 Cannot clear all scopes when editing an oauth2 client. Throws DB error
  • bug 1525308 Custom Bug Entry Form for Blocklist Policy Requests
  • bug 1525451 Update triage owner report defaults
  • bug 1524158 markdown generated by approval comment form could be improved
  • bug 1525808 Remove CC changes from activity stream
  • bug 1476111 Enable syntax highlighting in comment code blocks
  • bug 1528334 Adding image to main bugzilla screen for User Research
  • bug 1047539 Bugmails including "See Also" bug links do not include a "Referenced Bugs" section with the summary of the other bug
  • bug 1402894 Remove "Restrict this session to this IP" option from login page
  • bug 1461492 Add an optional regressed-by field in bugs
  • bug 1528277 Add "Has STR" and "Has Regression Range" fields for the 'External Software Affecting Firefox' product


2019-01-30

release-20190130.1

  • bug 1511490 BMO's oauth tokens should be use jwt
  • bug 1519782 The OrangeFactor extension should link back to Intermittent Failure View using '&tree=all'
  • bug 1523004 Sort Phabricator revisions by numeric value instead of alphabetically
  • bug 1523172 Advanced Search link on home page doesn’t always take me to Advanced Search
  • bug 1523365 Ensure all requests have the HSTS header (if configured)
  • bug 1433080 No longer show the template for tracking & release notes requests
  • bug 1522731 When you click "Update comment", the button changes size and the "Cancel" button jumps underneath your cursor, causing momentary panic that you canceled your edit
  • bug 1512815 Optimize Bugzilla->active_custom_fields() for CPU and memory usage

2019-01-24

release-20190124.1

  • bug 1512815 Optimize Bugzilla->active_custom_fields() for CPU and memory usage
  • bug 1522548 Platform "From Reporter" detects macOS client as "Other"
  • bug 1522601 Uplift request question and answer don't show up as comments

2019-01-23

release-20190123.1

  • bug 1511261 request queue page shows 'Bugzilla::User=HASH(...)' instead of username
  • bug 1520856 "Opt out of these emails" at bottom of overdue request nagging emails doesn't open desired page
  • bug 1520011 Phabbugz panel short description missing
  • bug 1518886 Remove outdated build plan code from PhabBugz extension used to move revisions from draft mode.
  • bug 1509329 Do not display revisions that have moved out of the bug, but note the move in the bug history
  • bug 1520533 Utilize Markdown in uplift form comments
  • bug 1521653 Cannot edit comments after creating or updating an attachment
  • bug 1518268 Re-style all markdown content, consistently
  • bug 1520202 Sometimes the browser can cache the wrong version of an asset
  • bug 1517429 Search: Filter out by default Product containing "Graveyard"
  • bug 1512815 Optimize Bugzilla->active_custom_fields() for CPU and memory usage
  • bug 1520582 Block ips of users that get too many page errors
  • bug 1522155 Closed bug links don't get their strike-through

Archive