aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't eliminate title, just add "Abrt bugs" link.Matěj Cepl2009-12-181-4/+8
| | | | .clone() isn't a method of DOM element (temporary jquerize the element)
* Missing closing brace.Matěj Cepl2009-12-181-0/+1
|
* Making jsLint.js happy (at least a little bit more)Matěj Cepl2009-12-181-73/+73
|
* Two typosMatěj Cepl2009-12-181-2/+2
|
* A tiny formatting changeMatěj Cepl2009-12-181-4/+5
|
* And even more deJQuerization and repair of broken branch.Matěj Cepl2009-12-181-28/+34
|
* Some changes from offline branch and .gitignoreMatěj Cepl2009-12-181-2/+12
|
* Cleaning up and checking of the Jetpack completness.Matěj Cepl2009-12-181-77/+108
|
* Further fixes for non-RH bugZappersMatěj Cepl2009-12-161-50/+49
|
* General cleanup.Matěj Cepl2009-12-153-25/+524
|
* Some attempts to make it working for non-RH employees.Matěj Cepl2009-12-151-4/+9
|
* Eliminate string "Bug " where it is not 100% necessary (to make betterMatěj Cepl2009-12-151-50/+46
| | | | tab titles) and some light dejQuerization.
* Lost in the "this" object nightmare again. Now it seems to be workingMatěj Cepl2009-12-151-11/+6
| | | | again.
* Mostly working, some level of dejQuerization happened.Matěj Cepl2009-12-101-11/+11
| | | | Mass-deduplication is functional, still doesn't reload page on the result.
* Bit of cleaning, when with Jetpack we don't need to be compatible with FFMatěj Cepl2009-12-091-42/+46
| | | | 3.*, Jetpack doesn't work there anyway.
* Fix couple of small bugsMatěj Cepl2009-12-081-8/+10
|
* Fix the comment ... attachment is below not above any more.Matěj Cepl2009-12-081-2/+2
|
* This is correct interpreation of the current policy.Matěj Cepl2009-12-011-5/+12
|
* Remove the distinction between different distros, we do keyword TriagedMatěj Cepl2009-12-011-10/+9
| | | | | everywhere. Parametrize number of stack frames we get in the comment for abrt bugs.
* Remove unnecessary commentsMatěj Cepl2009-11-261-10/+1
|
* Fix look of "Abrt bugs" buttonMatěj Cepl2009-11-251-1/+1
|
* First version of parsing backtracesMatěj Cepl2009-11-251-32/+85
|
* Upstreaming works and a little cleanups.Matěj Cepl2009-11-251-67/+52
|
* Trailing spaces removed (again, have to fix it somewhere in gedit)Matěj Cepl2009-11-201-15/+28
| | | | | Add "SOMERELEASE" resolution for closing intelligently changing resolution according to circumstances.
* One proposal for smarter closing of bugs.Matěj Cepl2009-11-201-14/+21
| | | | Fix setting of the default assignee.
* Went through jslint.js, more or less compliantMatěj Cepl2009-11-201-110/+120
|
* Yey, 100% functional parity with the Greasemonkey script!Matěj Cepl2009-11-201-9/+3
|
* It works much better when I would actually upload the JSON file ;)Matěj Cepl2009-11-202-2/+2
|
* Mark assigned bugs with highlighting the status field with lighter versionMatěj Cepl2009-11-191-49/+264
| | | | | | of the branding color. XML-RPC changing MIME type works Marking suspicious components (xorg-x11, xorg-x11-drivers) still broken.
* Make it visible that the bug is triaged.Matěj Cepl2009-11-181-1/+13
|
* Make default .json a bit more civilizedMatěj Cepl2009-11-181-21/+21
|
* Work with bugzilla.mozilla.org as well.Matěj Cepl2009-11-181-0/+1
|
* .attr("value") is clearly work of the Evil one.Matěj Cepl2009-11-181-12/+9
| | | | Get rid of it and replace with .val()
* Attempts to fix XML-RPC (unsuccesful) & support for new Triage keywordMatěj Cepl2009-11-171-20/+77
| | | | instead of ASSIGNED.
* Struggling with https://bugzilla.mozilla.org/show_bug.cgi?id=528892Matěj Cepl2009-11-161-1/+3
|
* Search also in the Whiteboard field, and again comment-box has value notMatěj Cepl2009-11-161-8/+9
| | | | text.
* XML-RPC should work but it doesn't :( plus couple of small fixes.Matěj Cepl2009-11-161-38/+114
| | | | | | | * new method for generating XML-RPC message * use $.post to post it to the server * get correctly login and password * get correctly ITS number (.attr("value") NOT .text() !!!)
* Further progress towards salvation ... the last large piece remaining is ↵Matěj Cepl2009-11-152-447/+552
| | | | XML-RPC change of MIME type of attachments
* Liquidation of greasemonkey/ directory on this branch ... just confuses me.Matěj Cepl2009-11-156-0/+1155
|
* * Query for text is working,Matěj Cepl2009-11-151-41/+20
| | | | | | * Closing upstream is working * Get rid off swapXGLMainToCCListHandler * small cleanups
* Some parts are actually working, still no "Query for string" and settingMatěj Cepl2009-11-151-121/+508
| | | | assignee, not even mentioning chip magic.
* Kind of working again!Matěj Cepl2009-11-151-20/+11
|
* Another step to jetpackization.Matěj Cepl2009-11-152-86/+412
| | | | | | * bugzillaBugTriage.js -- huge step towards attachments management and generating buttons. * skip-process-bug.js -- comment out unnecessary console.log
* How to make it work???Matěj Cepl2009-11-151-26/+0
|
* Some progress on jetpackizationMatěj Cepl2009-11-152-1261/+161
| | | | | * bugzillaBugTriage.js -- some basic function works, no JSON yet * skip-process-bug.js -- skip over process pages.
* How to make it work???Matěj Cepl2009-11-151-7/+3
|
* Deep down in the OOP world. Not finished yet.Matěj Cepl2009-11-151-577/+512
|
* Another attempt of jetpackization and jQueryization.Matěj Cepl2009-11-151-410/+527
| | | | | Ended in weird errors in tune of "no document.getElementById" or "no document".
* We want to follow jetpack directory. Filtering out will be done beforeMatěj Cepl2009-11-156-0/+1418
| | | | merge to master.
* Get rid of jetpack/ directory, let's stay in greasemonkey/ for nowMatěj Cepl2009-11-157-2120/+0
|