Closed
Bug 1090735
Opened 9 years ago
Closed 9 years ago
develop an extension to enable show_bug experimentation
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
13.20 KB,
patch
|
Details | Diff | Splinter Review |
develop an extension to enable show_bug experimentation. notes: - implement alternative views as show_bug formats - add a preference to allow users to change the default show_bug format - formats need to register via a hook to be added to the pref - eventually this could happen automagically based on user roles, client device, etc - make changes to show_bug.cgi where required - eg. the format needs to give hints to bugzilla with regards to which data to preload - implemented via hooks - formats may require custom webservice methods to fill api gaps
work-in-progress patch. functional but is likely to require modifications and/or new features as a real alternative view is developed.
while working through this, i found introduced a level of complexity/hacks that i wasn't happy with. in order to streamline getting the first UI released, i've removed this alternative format switching extension. bug 1096798 becomes the new goal.
Updated•4 years ago
|
Component: Extensions: Other → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•