aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't use RE for distinguishing reporters.Matěj Cepl2011-03-181-2/+2
| | | | Closes #69
* Bump the release0.92Matěj Cepl2011-03-182-1/+19
|
* Removing apply in createDeadLink was a bad idea.Matěj Cepl2011-03-171-2/+2
|
* Release the version 0.910.91Matěj Cepl2011-03-172-1/+37
|
* Merge branch 'logging' into nextMatěj Cepl2011-03-171-2/+2
|\
| * Let's be cool and use HTML5. Also hopefully encoding will actually work.Matěj Cepl2011-03-171-2/+2
| |
* | Fix local query, the first table is numbered 0, not 1.Matěj Cepl2011-03-162-5/+6
| |
* | Switching back to track.Matěj Cepl2011-03-1454-738/+0
| |
* | Merge branch 'anyAllJSON' into nextMatěj Cepl2011-03-072-8/+7
|\ \ | | | | | | | | | | | | Conflicts: lib/libbugzilla.js
| * | Config_data.json should have "all" for bugzilla.redhat.com not "any"Matěj Cepl2011-03-072-17/+16
| | | | | | | | | | | | | | | | | | Also: * remove all trailing spaces * with "all" just add packages, don't replace other ones.
* | | New minor bugMatěj Cepl2011-03-072-14/+32
| | |
* | | New bugsMatěj Cepl2011-03-064-0/+31
| | |
* | | Add view history ... bugzilla-tweaks bugMatěj Cepl2011-03-034-2/+40
| | |
* | | Merge branch 'logging' into nextMatěj Cepl2011-03-031-1/+3
|\ \ \ | | |/ | |/|
| * | Generated time sheets should be explicitly marked as UTF-8Matěj Cepl2011-03-031-1/+3
| | |
* | | Bump the version number.Matěj Cepl2011-03-031-1/+1
| | |
* | | 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