|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--RHBugzillaPage
Defined in rhbzpage.js
Field Summary | |
Object |
ProfessionalProducts
|
Constructor Summary | |
RHBugzillaPage(win, config)
|
Method Summary | |
Object
|
addClosingUpstream()
Add information about the upstream bug upstream, and closing it. |
Object
|
addTextLink(row)
Add a link to the bad attachment for fixing it. |
void
|
centralCommandDispatch(cmdLabel, cmdParams)
Additional commands specific for this subclass, overriding superclass one. |
void
|
closeSomeRelease()
Auxiliary function to computer more complicated resolution |
Object
|
createFixAllButton(list)
Create a button for fixing all bad attachments. |
Object
|
fillInChipMagic()
Get attached Xorg.0.log, parse it and find the value of chip. |
Object
|
fillInWhiteBoard(iLine, driverStr)
Given line to be parsed, find out which chipset it is and fill in the whiteboard |
void
|
fixAttachById(id, type, email)
The worker function -- call XMLRPC to fix MIME type of the particular attachment |
Object
|
fixElement(elem, beforeText, accKey, afterText)
Add accesskey to the particular element |
void
|
fixingMIMECallBack()
Callback function for the XMLRPC request |
Object
|
getBugzillaName(URLhostname)
Return string with the ID for the external_id SELECT for external bugzilla |
Object
|
getDefaultAssignee()
Find default assignee based on the current component |
Object
|
getSelectionOrClipboard()
|
Object
|
isEnterprise()
Is this bug a RHEL bug? |
Object
|
isTriaged()
Find out whether the bug is needed an attention of bugZappers |
void
|
markBadAttachments()
|
void
|
markBugTriaged()
|
Object
|
parseAttachmentLine(inElem)
Parse the row with the attachment |
Object
|
parseBacktrace(ret)
|
void
|
pasteBacktraceInComments()
|
void
|
queryForSelection()
Get the text to search for and prepare other things for the real executive function this.queryInNewTab, and run it. |
Object
|
queryInNewTab(text, component, product)
Opens a new tab with a query for the given text in the selected component |
void
|
queryUpstream()
Search simple query in the upstream bugzilla appropriate for the component. |
void
|
sendBugUpstream()
|
Object
|
serializeForm(form)
|
Object
|
setBranding()
Set branding colours to easily distinguish between Fedora and RHEL bugs |
Object
|
setDefaultAssignee()
Set default assignee |
Object
|
toString()
|
Field Detail |
Object ProfessionalProducts
Constructor Detail |
RHBugzillaPage(win, config)
Method Detail |
Object addClosingUpstream()
evt
- Event which called this handler
Object addTextLink(row)
TR
- > DOM jQuery element with a bad attachment
void centralCommandDispatch(cmdLabel, cmdParams)
void closeSomeRelease()
Object createFixAllButton(list)
list
- Array of all bad attachmentss
Object fillInChipMagic()
Object fillInWhiteBoard(iLine, driverStr)
iLine
- String with the whole unparsed "interesting line"
driverStr
- String with the driver name
void fixAttachById(id, type, email)
id
- Integer with the attachment id to be fixed
type
- String with the new MIME type, optional defaults to "text/plain"
email
- Boolean whether email should be sent to appropriate person; option, defaults to false updateAttachMimeType($data_ref, $username, $password) Update the attachment mime type of an attachment. The first argument is a data hash containing information on the new MIME type and the attachment id that you want to act on. $data_ref = { "attach_id" => "Object fixElement(elem, beforeText, accKey, afterText)
beforeText
- Text before the accesskey character
accKey
- what will be the accesskey itself
afterText
- text after the accesskey character
rootElement
- Element to which the new text object will be attached
void fixingMIMECallBack()
ret
- Object with xmlhttprequest response with attributes: + status -- int return code + statusText + responseHeaders + responseText
Object getBugzillaName(URLhostname)
URLhostname
- String hostname of the external bugzilla
Object getDefaultAssignee()
Object getSelectionOrClipboard()
Object isEnterprise()
Object isTriaged()
void markBadAttachments()
void markBugTriaged()
Object parseAttachmentLine(inElem)
DOM
- element to be parsed
Object parseBacktrace(ret)
void pasteBacktraceInComments()
void queryForSelection()
Object queryInNewTab(text, component, product)
text
- to be searched for
component
- String with the component name (maybe latter regexp?)
product
- (optional) string with the product name, if undefined, search in all products
void queryUpstream()
void sendBugUpstream()
Object serializeForm(form)
Object setBranding()
brand
- String with product of the current bug
version
- String with the version of the bug
its
- String with the IsueTracker numbers
Object setDefaultAssignee()
Object toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |