aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix removeCSVValue function.Matěj Cepl2010-05-101-10/+6
|
* removed trailing space at EOLMatěj Cepl2010-05-061-103/+117
| | | | | create a special getPassword method even F12 bugs should have indication of Triaged keyword
* Generalized isEnterprise method and adding more logging.Matěj Cepl2010-05-031-4/+18
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/bugzilla-triage-scriptsMatěj Cepl2010-05-031-0/+1
|\ | | | | | | | | Conflicts: bugzillaBugTriage.js
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/bugzilla-triage-scriptsMatěj Cepl2010-05-031-0/+4
| |\ | | | | | | | | | | | | Conflicts: bugzillaBugTriage.js
* | \ Merge branch 'master' of ssh://git.fedorahosted.org/git/bugzilla-triage-scriptsMatěj Cepl2010-05-031-1/+0
|\ \ \ | |/ / |/| / | |/ | | Conflicts: bugzillaBugTriage.js
| * More debugging of XML-RPCmatej2010-04-301-0/+1
| |
* | - heir() is a creation of the Evil, don't use itMatěj Cepl2010-05-031-27/+26
| | | | | | | | - fix MIME messages
* | - move getting login address of the user to a special method of BZPageMatěj Cepl2010-05-031-5/+21
|/ | | | | | | object - add plenty of logging calls - fix Object.prototype.create so that a newly created object doesn't contain it
* More rearrangements to push more stuff to generic BZPage object.Matěj Cepl2010-04-291-179/+180
|
* Make logs working again.Matěj Cepl2010-04-281-4/+5
|
* All global methods moved to namespaces, some global constants as wellMatěj Cepl2010-04-281-552/+620
|
* fix issue 30 ... new format of Xorg.0.logMatěj Cepl2010-04-261-14/+22
|
* fix issue 30 ... new format of Xorg.0.logMatěj Cepl2010-04-261-55/+53
|
* Make backtrace parsing configurable (default: off)Matěj Cepl2010-03-251-1/+4
|
* Add upstream bugzilla query buttonMatěj Cepl2010-03-201-2/+27
|
* btparsed is in Whiteboard not devel_whiteboard (which BugZappers don'tMatěj Cepl2010-03-201-1745/+1885
| | | | | have) ... fixes #29 reformat by Eclipse.
* Just stupid solution of not being able to load external JS scriptsMatěj Cepl2010-03-091-19/+176
|
* fix issue 30 ... new format of Xorg.0.logMatěj Cepl2010-03-071-1/+4
|
* Add missing semicolons and stuffMatěj Cepl2010-03-071-4/+6
|
* Unsuccesful attempt to make prompt cancellabling.Matěj Cepl2010-02-051-1/+9
|
* Some security bugs don't have versions.Matěj Cepl2010-02-051-1/+8
|
* clear log fixed and some embellishments in colors department.Matěj Cepl2010-02-041-22/+41
|
* Some miscellaneous fixes.Matěj Cepl2010-02-041-7/+10
|
* Remove unnessary methods from BzPage ... either by removing them outright or ↵Matěj Cepl2010-02-031-38/+31
| | | | moving them to be embedded functions.
* 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
|