Confirmed users
241
edits
Line 259: | Line 259: | ||
===Get list of installed extensions=== | ===Get list of installed extensions=== | ||
* Bugzilla.extensions | * Bugzilla.extensions - Returns a list of extensions enable for the Bugzilla instance and also the version of each. | ||
Example: | |||
{ | |||
'extensions': { | |||
'ContributorEngagement': { | |||
'version': '2.0' | |||
}, | |||
'SiteMapIndex': { | |||
'version': '1.0' | |||
}, | |||
'ProductDashboard': { | |||
'version': '4.2.6' | |||
}, | |||
'GuidedBugEntry': { | |||
'version': '1' | |||
}, | |||
'Voting': { | |||
'version': '4.2.6+' | |||
}, | |||
... | |||
} | |||
} | |||
===Get info about Bugzilla's notions of time=== | ===Get info about Bugzilla's notions of time=== |