| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* add also protection to queryUpstream function for situation when
constantData.queryUpstreamBug structure is not present.
|
|
|
|
|
|
| |
* I used wrong ID for it.
* also don't manually set default assignee when we have special
parameter null for changeAssignee. Use it.
|
|
|
|
|
| |
* doh! !== instead of ===
* also skip attachment.cgi page
|
|
|
|
| |
Also add an event handler on changes in assigned_to input box
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In details:
* add libbugzilla.makeXMLRPCCall
* rewrite addAttachment and fixAttachById to use it
* add RHOnMessageHandler to process RHBZ-specific RPC messages
* fix the mess around getting passwords and not-provided passwords
(there should be no password in a content script)
* add libbugzilla.openURLinPanel and make showAttachment to use it
* fix indentation of switch statements
* remove JSLint strings, we need to fix the script, no screw up my ones
|
| |
|
| |
|
|
|
|
|
|
| |
TOOD:
* The most important part is we have to run libbz.initialize() and wait
until it is done.
|
|
|
|
|
|
|
| |
Also:
* created libbugzilla.js for putting aside most RPCed functions
* utils.js and color.js moved to data
* tons and tons of restructing to make things work via RPC
|
| |
|
|
|
|
|
|
|
|
|
| |
TODO:
* still this is all around the place
* constructors has not been fixed
* all require's were just yanked, but they are still used.
* functions should be more self-contained ... tons of global variables
everywhere.
|
|
|
|
| |
.activate() return back again.
|
|
|