aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Actually, really bump the version. :(Matěj Cepl2010-11-122-3/+2
|
* New release 0.260.26Matěj Cepl2010-11-081-0/+18
|
* Move choice of particular content script objects to initialize().Matěj Cepl2010-10-251-8/+9
|
* Echm, I should actually pass the argument where it is expected ;).Matěj Cepl2010-10-251-2/+2
|
* Jetpack-SDK currently provides clipboard and selection libraries.Matěj Cepl2010-10-233-179/+0
| | | | So there is no need to do our own.
* Update to the latest Request APIMatěj Cepl2010-10-105-36/+27
|
* Remove notification method in utils.js, provided by the Jetpack module.Matěj Cepl2010-10-082-36/+0
|
* Started playing with ditz-tracMatěj Cepl2010-10-061-0/+8
|
* Encourage reporters to join upstream bug.Matěj Cepl2010-10-012-2/+2
|
* A bit of cleanup ... removed one TODOMatěj Cepl2010-09-301-5/+9
|
* Use createDeadLink method, it's better for your soul.Matěj Cepl2010-09-301-12/+5
|
* All button-links in the top row is generated by createDeadLinkMatěj Cepl2010-09-272-38/+31
|
* Fix fixAllButton (missing that = this).Matěj Cepl2010-09-271-3/+4
| | | | Fixes #53.
* Remove unnecessary console.logMatěj Cepl2010-09-261-1/+0
|
* Massive reformatting to make Eclipse happyMatěj Cepl2010-09-2513-539/+557
|
* Removing unused persistent-page-mod.jsMatěj Cepl2010-09-251-57/+0
|
* Release 0.250.25Matěj Cepl2010-09-252-1/+19
|
* Make jslint more happy.Matěj Cepl2010-09-251-4/+8
|
* Search in our bugzilla could be done in multiple components at once.Matěj Cepl2010-09-251-2/+15
| | | | | | | * Equivalent components are defined by a regular expression in the array config.gJSONData.constantData.equivalentComponents Fixes #50
* Push unfinished documentation to a separate branchMatěj Cepl2010-09-2441-14901/+0
|