| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
* changed queryUpstreamBug data to have additional fields for this.
* changed queryUpstream method of RHBZPage to use them.
Fixes #56
|
|
|
|
|
| |
statically included in data/ subdirectory.
(cherry picked from commit 0728e2ad4809619cd3ba5215252a52df85697940)
|
|
|
|
| |
Fixes #32
|
|
|
|
| |
This was tough, but finally this fixes #24.
|
|
|
|
|
|
|
| |
- activates password dialog only for bugzillas which actually need it
- XML-RPC URL is stored in data/XMLRPCdata.json
Fixes #23
|
| |
|
| |
|
|
|