aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
Commit message (Collapse)AuthorAgeFilesLines
* The first functional version of logging and reporting.Matěj Cepl2010-02-021-79/+112
|
* Unsuccesful attempt to make logging available.Matěj Cepl2010-02-011-0/+85
|
* Still fixing cleaning application/octet-streamand not succesfull yet.Matěj Cepl2010-02-011-15/+13
|
* Clear off 'Reset Assignee to default for component', this time for real.Matěj Cepl2010-01-281-1/+1
|
* Marking bug as triaged doesn't work with RHEL.Matěj Cepl2010-01-271-3/+4
|
* Don't pretend we have XMLRPCMessage when we don'ŧ.Matěj Cepl2010-01-211-0/+3
|
* Clear off default assignee value when automatically changing it.Matěj Cepl2010-01-151-1/+1
|
* Merge branch 'offline'Matěj Cepl2010-01-141-1/+1
|\
| * Label 'reASSIGN' is quite meaningless.Matěj Cepl2010-01-131-1/+1
| |
* | Don't play with clipboard but fill in the fields in the open entry form onMatěj Cepl2010-01-131-11/+17
| | | | | | | | the upstream bugzilla directly.
* | Add some FIXMEsMatěj Cepl2010-01-131-10/+10
| |
* | Use external library instead of the űber ugly createXMLRPCMessage.Matěj Cepl2010-01-131-53/+37
| | | | | | | | | | | | | | | | | | It actually is possible to load external libraries to jetpack, but it is very very ugly hack. Based on http://groups.google.com/group/mozilla-labs-jetpack/msg/b4ff8f22f179771b and example by Aza Raskin at http://www.azarask.in/blog/post/jetpack_image_editor/ (listen to the demo).
* | Actually I have overdone it with that-s.Matěj Cepl2010-01-131-5/+5
| |
* | Some more attempts to make offline submit functional:Matěj Cepl2010-01-131-19/+24
| | | | | | | | | | | | | | - unified name of myConfig/myStorage to myStorage - add upstreamButtonAvailable declaration - don't allow empty elements to be stored (not sure, how good it is) - some incorrect this changed to that
* | Tiny reformatting changes.Matěj Cepl2010-01-131-24/+12
| |
* | Better make right bubbling, rather than play with oldSubmit function.Matěj Cepl2010-01-131-10/+7
| |
* | Some improvements in the offline handling.Matěj Cepl2010-01-131-0/+13
| |
* | Zillion typosMatěj Cepl2010-01-131-8/+20
| |
* | Fix commentsMatěj Cepl2010-01-131-27/+0
| |
* | Theoretically complete implementation of the offline functionatliy.Matěj Cepl2010-01-131-33/+42
| |
* | trying bugzilla.mozilla.orgMatěj Cepl2010-01-131-1/+1
| |
* | Make the script working again, even with unfinished serialization.Matěj Cepl2010-01-131-17/+55
| |
* | A lot of notes and some high-level designMatěj Cepl2010-01-131-1/+99
| |
* | Starting to work on the offline capabilities.Matěj Cepl2010-01-131-0/+21
|/
* One more weirdness of new bugzilla.Matěj Cepl2010-01-131-10/+6
|
* More struggle to accommodate new bugzillaMatěj Cepl2010-01-111-0/+12
|
* Fix for new bugzillaMatěj Cepl2010-01-101-2/+3
|
* Finally understood the last parameter of addEventListener.Matěj Cepl2010-01-041-5/+5
|
* Fixing two more typos and missing index.Matěj Cepl2010-01-041-5/+7
|
* Patch changes from another branchMatěj Cepl2010-01-041-40/+58
|
* Fix apply parameters again.Matěj Cepl2010-01-041-2/+2
|
* Make backtrace parsing working again.Matěj Cepl2010-01-031-2/+2
|
* Remove unnecessary FIXMEMatěj Cepl2010-01-011-13/+2
|
* Final dejQuerization!!!Matěj Cepl2010-01-011-21/+48
|
* Removing one useless thatMatěj Cepl2010-01-011-4/+4
|
* Further dejquerization.Matěj Cepl2010-01-011-31/+74
|
* Add link to the original Red Hat bug to the Mozilla report.Matěj Cepl2009-12-281-4/+6
| | | | that missing in the BzPage constructor.
* Finally roughly complete version ... no testing.Matěj Cepl2009-12-281-2/+1
|
* Finally roughly complete version ... no testing.Matěj Cepl2009-12-281-8/+8
|
* Nucleus of the upstreaming button.Matěj Cepl2009-12-281-9/+49
|
* Fix selectOption ... there actually IS too much .value replacing .textContent :)Matěj Cepl2009-12-281-5/+7
|
* First attempt to get HTML5 working; no luck!Matěj Cepl2009-12-281-4/+16
|
* Fix adding Bugzappers' signatureMatěj Cepl2009-12-241-1/+1
|
* Another version of the label for the configuration UI.Matěj Cepl2009-12-231-1/+1
|
* A little less thats and custom JSON URL user interfaceMatěj Cepl2009-12-231-11/+31
|
* Fix marking reporter's comments.Matěj Cepl2009-12-231-1/+1
|
* fix encodeURIComponentMatěj Cepl2009-12-231-2/+2
|
* One more not-everybody-is-a-RH-employee bugMatěj Cepl2009-12-221-3/+3
|
* Try to encode URI before opening a new tab for query.Matěj Cepl2009-12-221-1/+1
|
* 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)