Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add VMware chip | Matěj Cepl | 2011-03-02 | 1 | -1/+2 |
| | |||||
* | Merge branch 'pageMod' into next | Matěj Cepl | 2011-03-02 | 73 | -2514/+6442 |
|\ | | | | | | | | | Conflicts: lib/bzpage.js | ||||
| * | Yes, we can have window object in main script! | Matěj Cepl | 2011-03-02 | 2 | -2/+3 |
| | | |||||
| * | Fix sorting of the records in generated log. Now generates time sheet! | Matěj Cepl | 2011-03-01 | 2 | -2/+8 |
| | | |||||
| * | Logger at least creates new records. | Matěj Cepl | 2011-03-01 | 9 | -28/+36 |
| | | |||||
| * | Logging does not work. | Matěj Cepl | 2011-02-25 | 2 | -4/+22 |
| | | |||||
| * | Nouveau doesn't dedicated data, so just the Chipset line is parsed. | Matěj Cepl | 2011-02-24 | 15 | -717/+710 |
| | | |||||
| * | Moved .js files from data/ to data/lib/ so that we don't mix data and code. | Matěj Cepl | 2011-02-23 | 8 | -6/+6 |
| | | |||||
| * | Preliminary genom of cssUtils | Matěj Cepl | 2011-02-22 | 1 | -0/+77 |
| | | |||||
| * | Add protection against superfluous running of fillIn magic | Matěj Cepl | 2011-02-22 | 4 | -4/+42 |
| | | |||||
| * | Fill in magic finally really works. | Matěj Cepl | 2011-02-22 | 6 | -496/+526 |
| | | |||||
| * | fillIn button needs to click on (edit) link as well | Matěj Cepl | 2011-02-21 | 2 | -13/+31 |
| | | |||||
| * | Most of logger recovered. | Matěj Cepl | 2011-02-20 | 4 | -31/+29 |
| | | |||||
| * | Component should be normal component not search table. | Matěj Cepl | 2011-02-20 | 3 | -7/+3 |
| | | |||||
| * | Fix fill-in magic. | Matěj Cepl | 2011-02-20 | 14 | -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.log | Matěj Cepl | 2011-02-20 | 3 | -41/+72 |
| | | |||||
| * | Make queryLocal and XML-RPC generally work again. | Matěj Cepl | 2011-02-17 | 12 | -20/+140 |
| | | |||||
| * | Adding a bug "Hide fill-in button when not available" | Matěj Cepl | 2011-02-17 | 4 | -4/+30 |
| | | |||||
| * | Switch to Bugs Everywhere for issue tracking | Matěj Cepl | 2011-02-17 | 35 | -360/+223 |
| | | |||||
| * | Remove whole ifExist magic, it is not necessary anymore anyway. | Matěj Cepl | 2011-02-16 | 3 | -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 Cepl | 2011-02-16 | 4 | -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 Cepl | 2011-02-16 | 8 | -22/+215 |
| | | | | | | | | | | * doh! !== instead of === * also skip attachment.cgi page | ||||
| * | Bit of reorganization | Matěj Cepl | 2011-02-15 | 7 | -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 Cepl | 2011-02-14 | 12 | -96/+244 |
| | | |||||
| * | All functions should be (theoretically) either working or commented out. | Matěj Cepl | 2011-02-10 | 5 | -249/+290 |
| | | |||||
| * | Mainly add XML-RPC handling | Matěj Cepl | 2011-02-09 | 8 | -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 logger | Matěj Cepl | 2011-02-01 | 3 | -59/+41 |
| | | |||||
| * | This actually almost looks like working, so much I can file bugs. | Matěj Cepl | 2011-02-01 | 6 | -90/+219 |
| | | |||||
| * | Readd trac issues into ditz local directory bugs/ | Matěj Cepl | 2011-01-31 | 10 | -0/+250 |
| | | |||||
| * | Tons of fixes, we are almost in state that the primitive run is possible. | Matěj Cepl | 2011-01-31 | 7 | -127/+84 |
| | | | | | | | | | | | | TOOD: * The most important part is we have to run libbz.initialize() and wait until it is done. | ||||
| * | bzpage.js mostly done | Matěj Cepl | 2011-01-28 | 6 | -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 Cepl | 2011-01-20 | 4 | -65/+81 |
| | | |||||
| * | First rough removal of objects and transformation on plain functions. | Matěj Cepl | 2011-01-20 | 4 | -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 API | Matěj Cepl | 2011-01-20 | 2 | -4/+4 |
| | | | | | | | | .activate() return back again. | ||||
| * | Just move key libraries to data/ to be made into content scripts. | Matěj Cepl | 2011-01-20 | 3 | -0/+0 |
| | | |||||
| * | Remove unnecessary require. | Matěj Cepl | 2011-01-19 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into next | Matěj Cepl | 2011-03-02 | 1 | -1/+0 |
|\ \ | |/ |/| | |||||
| * | Remove unnecessary require. | Matěj Cepl | 2010-11-27 | 1 | -1/+0 |
| | | |||||
* | | Test for FIXME should be in pre-commit hook. | Matěj Cepl | 2011-01-18 | 1 | -4/+1 |
| | | |||||
* | | Fix compatibility of packages.json ... s/jetpack-core/api-utils/ | Matěj Cepl | 2010-12-09 | 1 | -1/+1 |
|/ | |||||
* | Rebuild to get on Jetpack 9f202a, which seems to be most compatible.0.27maint | Matěj Cepl | 2010-11-25 | 2 | -1/+19 |
| | |||||
* | Limit full-text queries of upstream bugzillas just to current component. | Matěj Cepl | 2010-11-24 | 2 | -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 Cepl | 2010-11-12 | 2 | -3/+2 |
| | |||||
* | New release 0.260.26 | Matěj Cepl | 2010-11-08 | 1 | -0/+18 |
| | |||||
* | Move choice of particular content script objects to initialize(). | Matěj Cepl | 2010-10-25 | 1 | -8/+9 |
| | |||||
* | Echm, I should actually pass the argument where it is expected ;). | Matěj Cepl | 2010-10-25 | 1 | -2/+2 |
| | |||||
* | Jetpack-SDK currently provides clipboard and selection libraries. | Matěj Cepl | 2010-10-23 | 3 | -179/+0 |
| | | | | So there is no need to do our own. | ||||
* | Update to the latest Request API | Matěj Cepl | 2010-10-10 | 5 | -36/+27 |
| | |||||
* | Remove notification method in utils.js, provided by the Jetpack module. | Matěj Cepl | 2010-10-08 | 2 | -36/+0 |
| | |||||
* | Started playing with ditz-trac | Matěj Cepl | 2010-10-06 | 1 | -0/+8 |
| |