gkoberger / BugzillaJS

A userscript that adds additional functionality to bugzilla
https://addons.mozilla.org/en-US/firefox/addon/bugzillajs/
43 stars 18 forks source link

Remove features upstreamed in Bugzilla #63

Closed rik closed 11 years ago

rik commented 11 years ago

I asked glob to identify features that have been upstreamed into Bugzilla:

rik commented 11 years ago

@globau Would you have a description of the inline changes Bugzilla displays by default?

gkoberger commented 11 years ago

You should probably remove "inline comments". (Maybe replace it with an alert telling people how to enable it if they have it off, though?)

The only Bugzilla installation to support the BugzillaJS version of inline comments is Mozilla's, and that now has its own implementation of it. I left it in for other Bugzilla installations, but none of them can actually use it because they don't have the API installed.

(I feel like the B.JS version may have had better linking between bugs? But I don't remember)

rik commented 11 years ago

Code for the server-side version of inline history. I haven't taken a look yet.

globau commented 11 years ago

http://bzr.mozilla.org/bugzilla/extensions/InlineHistory/trunk/files is the more authoritative url -- the one you linked will be obsoleted when we upgrade bmo to 4.2.

Would you have a description of the inline changes Bugzilla displays by default?

  • displays fields changes during updates (from the bug's activity table)
  • converts 'is a dupe of this bug' from comments to activity
  • adds links from flags changes to the associated comment/change
  • toggle displaying of cc changes (hidden by default) (and probably other stuff which i've forgotten)
darkred commented 8 years ago
  • [X] "Show all changes to the bug inline"
  • [X] "Remove "Bug" from the title, so it's easier to see the bug number with a lot of tabs"
  • [X] "Automatically select component and product for "Clone Bug" link"
  • [X] "Add a "File It" box to the new bug page" is now included on our Bugzilla.

Suggestion: to remove the above 4 features from the Features list in https://addons.mozilla.org/en-US/firefox/addon/bugzillajs/ Thanks