aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clean up bug list0.90Matěj Cepl2011-03-034-4/+4
|
* Make script working with Mozilla bugzilla.Matěj Cepl2011-03-037-106/+127
| | | | | * Store all functions in an array and store just indexes in the SELECT * add pageMod options for other bugzillas
* Clean up buglist and some new bugs.Matěj Cepl2011-03-028-4/+54
|
* Merge branch 'logging' into nextMatěj Cepl2011-03-022-5/+2
|\
| * Remove unnecessary logging.Matěj Cepl2011-03-021-4/+1
| |
* | Add a 'n' accesskey to Next link to next bugMatěj Cepl2011-03-022-0/+16
|/
* Separate logging front-end into special content script.Matěj Cepl2011-03-024-134/+139
|
* Add unknown PCI ID to the clipboard.Matěj Cepl2011-03-026-7/+38
|
* Add VMware chipMatěj Cepl2011-03-021-1/+2
|
* Merge branch 'pageMod' into nextMatěj Cepl2011-03-0273-2514/+6442
|\ | | | | | | | | Conflicts: lib/bzpage.js
| * Yes, we can have window object in main script!Matěj Cepl2011-03-022-2/+3
| |
| * Fix sorting of the records in generated log. Now generates time sheet!Matěj Cepl2011-03-012-2/+8
| |
| * Logger at least creates new records.Matěj Cepl2011-03-019-28/+36
| |
| * Logging does not work.Matěj Cepl2011-02-252-4/+22
| |
| * Nouveau doesn't dedicated data, so just the Chipset line is parsed.Matěj Cepl2011-02-2415-717/+710
| |
| * Moved .js files from data/ to data/lib/ so that we don't mix data and code.Matěj Cepl2011-02-238-6/+6
| |
| * Preliminary genom of cssUtilsMatěj Cepl2011-02-221-0/+77
| |
| * Add protection against superfluous running of fillIn magicMatěj Cepl2011-02-224-4/+42
| |
| * Fill in magic finally really works.Matěj Cepl2011-02-226-496/+526
| |
| * fillIn button needs to click on (edit) link as wellMatěj Cepl2011-02-212-13/+31
| |
| * Most of logger recovered.Matěj Cepl2011-02-204-31/+29
| |
| * Component should be normal component not search table.Matěj Cepl2011-02-203-7/+3
| |
| * Fix fill-in magic.Matěj Cepl2011-02-2014-148/+2940
| | | | | | | | | | | | | | | | * 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-203-41/+72
| |
| * Make queryLocal and XML-RPC generally work again.Matěj Cepl2011-02-1712-20/+140
| |
| * Adding a bug "Hide fill-in button when not available"Matěj Cepl2011-02-174-4/+30
| |
| * Switch to Bugs Everywhere for issue trackingMatěj Cepl2011-02-1735-360/+223
| |
| * Remove whole ifExist magic, it is not necessary anymore anyway.Matěj Cepl2011-02-163-13/+14
| | | | | | | | | | * add also protection to queryUpstream function for situation when constantData.queryUpstreamBug structure is not present.
| * "Def. assignee" button now hides when it is used.Matěj Cepl2011-02-164-6/+14
| | | | | | | | | | | | * I used wrong ID for it. * also don't manually set default assignee when we have special parameter null for changeAssignee. Use it.
| * Fix the password recognition.Matěj Cepl2011-02-168-22/+215
| | | | | | | | | | * doh! !== instead of === * also skip attachment.cgi page
| * Bit of reorganizationMatěj Cepl2011-02-157-54/+73
| | | | | | | | 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-1412-96/+244
| |
| * All functions should be (theoretically) either working or commented out.Matěj Cepl2011-02-105-249/+290
| |
| * Mainly add XML-RPC handlingMatěj Cepl2011-02-098-450/+544
| | | | | | | | | | | | | | | | | | | | | | | | 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-013-59/+41
| |
| * This actually almost looks like working, so much I can file bugs.Matěj Cepl2011-02-016-90/+219
| |
| * Readd trac issues into ditz local directory bugs/Matěj Cepl2011-01-3110-0/+250
| |
| * Tons of fixes, we are almost in state that the primitive run is possible.Matěj Cepl2011-01-317-127/+84
| | | | | | | | | | | | 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-286-503/+571
| | | | | | | | | | | | | | 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
| * All unchecked functions marked as such, empty files for docs added.Matěj Cepl2011-01-204-65/+81
| |
| * First rough removal of objects and transformation on plain functions.Matěj Cepl2011-01-204-407/+414
| | | | | | | | | | | | | | | | | | 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.
| * Upgrading to the latest APIMatěj Cepl2011-01-202-4/+4
| | | | | | | | .activate() return back again.
| * Just move key libraries to data/ to be made into content scripts.Matěj Cepl2011-01-203-0/+0
| |
| * Remove unnecessary require.Matěj Cepl2011-01-191-1/+0
| |
* | Merge branch 'master' into nextMatěj Cepl2011-03-021-1/+0
|\ \ | |/ |/|
| * Remove unnecessary require.Matěj Cepl2010-11-271-1/+0
| |
* | Test for FIXME should be in pre-commit hook.Matěj Cepl2011-01-181-4/+1
| |
* | Fix compatibility of packages.json ... s/jetpack-core/api-utils/Matěj Cepl2010-12-091-1/+1
|/
* Rebuild to get on Jetpack 9f202a, which seems to be most compatible.0.27maintMatěj Cepl2010-11-252-1/+19
|
* Limit full-text queries of upstream bugzillas just to current component.Matěj Cepl2010-11-242-6/+27
| | | | | | | * changed queryUpstreamBug data to have additional fields for this. * changed queryUpstream method of RHBZPage to use them. Fixes #56