aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/otherButtons.js
Commit message (Collapse)AuthorAgeFilesLines
* Forgot debugging printMatěj Cepl2011-06-051-1/+0
|
* Don't run chip magic on already triaged bugs.Matěj Cepl2011-06-051-3/+5
| | | | | Fix #96 Signed-off-by: Matěj Cepl <mcepl@redhat.com>
* Really Eclipseize formatting.Matěj Cepl2011-06-051-6/+7
|
* We don't suppport card_CODE in Whiteboard.Matěj Cepl2011-06-051-5/+1
| | | | Besides it broke the script when Whiteboard is no more.
* Make inline history (if it worked, that is ;)) configurable.Matěj Cepl2011-06-051-0/+4
| | | | | | * JSON must contain configData.verboseInlineHistory * enable it for mozilla JSON per default * also move call of addNewLinks to bzpage.js
* Add makeJSONRPCCallWithLogin, and other small issues.Matěj Cepl2011-06-051-1/+1
| | | | | | * Release 0.102 * Don't react on bugzilla.gnome.org per default * Simplify handling of preferences and debugging output.
* Make the script more reliable against JSON-hosting sites being down.Matěj Cepl2011-06-051-4/+4
| | | | Fixes #92
* Make filterByRegexp more tolerant to different configurations.Matěj Cepl2011-06-051-2/+2
| | | | | | | * filterByRegexp shouldn’t crash when list is undefined * also be more tolerant for nonexistent some RH-specific functions Fixes #91.
* Incompatibility bits.Matěj Cepl2011-06-051-1/+1
| | | | | | * global onMessage is not chic anymore, replacing with self.on handler. * filterByRegexp returns string and could return null. Make sure we can survive it.
* Reformatting to MoFo coding styleMatěj Cepl2011-06-051-36/+43
|
* We don't set severity for RHEL bugsMatěj Cepl2011-06-051-1/+1
|
* Don't allow marking bug as triaged when it doesn't have severity set.Matěj Cepl2011-06-051-2/+7
|
* Fixed other functions brokenMatěj Cepl2011-06-051-2/+2
| | | | | | | * not all functions are able to accept the null as return value (directly or indirectly) of filterByRegexp * finally make all logic not to affect components which shouldn't be bothered with the test.
* Make the categories work only for Xorg bugs.Matěj Cepl2011-06-051-2/+3
|
* Add the roll-down list for selection of categories.Matěj Cepl2011-06-051-1/+5
|
* Move marking reporter's to otherButtons module.Matěj Cepl2011-06-051-0/+23
|
* Fix order of parameters of fixAttachById function. XMLRPCURL is mandatory.Matěj Cepl2011-06-051-1/+1
| | | | Fixes #73
* Cut out general bugzilla functions to a special module.Matěj Cepl2011-06-051-0/+8
|
* Starting another module ... all small embelishments to the page.Matěj Cepl2011-06-051-0/+158