aboutsummaryrefslogtreecommitdiffstats
path: root/data/util.js
Commit message (Collapse)AuthorAgeFilesLines
* Bit of reorganizationMatěj Cepl2011-02-151-0/+26
| | | | Also add an event handler on changes in assigned_to input box
* Basic functionality working. Switching to this bug for my day-to-day work.Matěj Cepl2011-02-141-22/+64
|
* All functions should be (theoretically) either working or commented out.Matěj Cepl2011-02-101-0/+17
|
* Mainly add XML-RPC handlingMatěj Cepl2011-02-091-5/+9
| | | | | | | | | | | | 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
* Tons of fixes, we are almost in state that the primitive run is possible.Matěj Cepl2011-01-311-77/+23
| | | | | | TOOD: * The most important part is we have to run libbz.initialize() and wait until it is done.
* bzpage.js mostly doneMatěj Cepl2011-01-281-0/+244
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