aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libbugzilla.js
Commit message (Collapse)AuthorAgeFilesLines
* We were missing many attributes from configData.Matěj Cepl2011-04-261-9/+10
|
* Working on cutting down lines from bug-page-mod.jsMatěj Cepl2011-03-251-1/+1
|
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-286/+289
|
* Convert to using passwords.js from Add-on SDK, not out own.Matěj Cepl2011-03-231-56/+79
| | | | Exccessive callbacks are considered harmful!
* Don't suggest restart of Firefox, when it is not required.Matěj Cepl2011-03-191-1/+1
| | | | | | | Check that the value of the configuration URL has actually changed before suggesting Firefox needs to be restarted. Fixes #61
* Merge branch 'anyAllJSON' into nextMatěj Cepl2011-03-071-7/+6
|\ | | | | | | | | Conflicts: lib/libbugzilla.js
| * Config_data.json should have "all" for bugzilla.redhat.com not "any"Matěj Cepl2011-03-071-16/+15
| | | | | | | | | | | | Also: * remove all trailing spaces * with "all" just add packages, don't replace other ones.
* | Make script working with Mozilla bugzilla.Matěj Cepl2011-03-031-15/+2
| | | | | | | | | | * Store all functions in an array and store just indexes in the SELECT * add pageMod options for other bugzillas
* | Add unknown PCI ID to the clipboard.Matěj Cepl2011-03-021-0/+4
| |
* | Logger at least creates new records.Matěj Cepl2011-03-011-1/+0
| |
* | Most of logger recovered.Matěj Cepl2011-02-201-0/+2
| |
* | Fix fill-in magic.Matěj Cepl2011-02-201-3/+1
| | | | | | | | | | | | | | | | * changed regexp for parsing driver line, just PCI ID is relevant. * all magic is now in data * eliminated most unnecessary console.logs ... either changed to console.error or just removed.
* | Add ability to briefly look through Xorg.0.logMatěj Cepl2011-02-201-3/+3
| |
* | Make queryLocal and XML-RPC generally work again.Matěj Cepl2011-02-171-2/+4
| |
* | Fix the password recognition.Matěj Cepl2011-02-161-10/+2
| | | | | | | | | | * doh! !== instead of === * also skip attachment.cgi page
* | All functions should be (theoretically) either working or commented out.Matěj Cepl2011-02-101-22/+66
| |
* | Mainly add XML-RPC handlingMatěj Cepl2011-02-091-25/+83
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Bit of cleaning of loggerMatěj Cepl2011-02-011-3/+3
|/
* This actually almost looks like working, so much I can file bugs.Matěj Cepl2011-02-011-26/+17
|
* Tons of fixes, we are almost in state that the primitive run is possible.Matěj Cepl2011-01-311-6/+30
| | | | | | 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/+273
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