aboutsummaryrefslogtreecommitdiffstats
path: root/bugzillaBugTriage.js
Commit message (Collapse)AuthorAgeFilesLines
* Reshuffling to Jetpack-SDK directory layout.Matěj Cepl2010-05-311-2584/+0
|
* Updating sending bug upstream.Matěj Cepl2010-05-301-2/+2
|
* Removing unnecessary console.log calls ... logs was just one pure mess.Matěj Cepl2010-05-261-67/+8
|
* Finally! Cancel in the comment dialog box avoids submit.Matěj Cepl2010-05-261-3/+6
|
* Logger object debugged.Matěj Cepl2010-05-261-86/+80
| | | | | | | | Cleaned up CLOSED/UPSTREAM manipulation and commenting on submit: - generate upstream bug URL more sanely and no need for constantData.bugzillaIDURLs - It is now possible again to make an empty comment, which would still make bug to be submitted (only explicit Cancel avoids submit)
* The first version of Logger object.Matěj Cepl2010-05-241-136/+175
|
* Bug no. should be parsed from the URL of the page.Matěj Cepl2010-05-211-4/+18
|
* Various small cleanups.Matěj Cepl2010-05-211-25/+19
|
* Move regular expressions to be BZPage properties.Matěj Cepl2010-05-211-16/+22
|
* Setting default assignee button has different ID now.Matěj Cepl2010-05-191-4/+1
|
* Added some javadocs.Matěj Cepl2010-05-191-5/+26
| | | | Added protection against double-firings.
* When we don't have a default assignee, don't pretend to have it.Matěj Cepl2010-05-181-4/+8
|
* Fix configuration possibility for MoFoMatěj Cepl2010-05-181-1/+1
|
* Fix "Def. Assignee" button.Matěj Cepl2010-05-181-13/+14
| | | | Also remove eclipsization.
* Another hope for stabilizationMatěj Cepl2010-05-181-23/+65
|
* Move pasteBacktraceInComments to RHBugzillaPageMatěj Cepl2010-05-171-56/+56
|
* Connect back logging and bit of small bits.Matěj Cepl2010-05-171-14/+20
|
* Tons of small bugs removed, seems like almost doing.Matěj Cepl2010-05-171-45/+75
|
* One more step to completness, ready for debuggingMatěj Cepl2010-05-171-1717/+1676
|
* - get rid of configuration options in standard storage and useMatěj Cepl2010-05-151-287/+321
| | | | | | | jetpack.storage.settings (even though we don't have in-page configuration). - Move most of the RHBugzillaPage constructor code to the special functions.
* First attempts to create new formatMatěj Cepl2010-05-141-0/+7
|
* Clean up generalPurposeCureForAllDisease a bit and move some of itsMatěj Cepl2010-05-121-37/+45
| | | | code to separate methods.
* Add getInstalledPackages, initCommentsDropdown, onCommentsDropdownChangeMatěj Cepl2010-05-121-152/+220
| | | | | | | with a rough transcription into plain Javascript (no JQuery), not functional yet. Reformat deformations in Javadocs Finally remove heir() function forever.
* 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
|