aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/otherButtons.js
Commit message (Collapse)AuthorAgeFilesLines
* Make the script more reliable against JSON-hosting sites being down.Matěj Cepl2011-05-051-4/+4
| | | | Fixes #92
* Make filterByRegexp more tolerant to different configurations.Matěj Cepl2011-05-041-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-04-291-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-04-281-36/+43
|
* We don't set severity for RHEL bugsMatěj Cepl2011-04-271-1/+1
|
* Don't allow marking bug as triaged when it doesn't have severity set.Matěj Cepl2011-04-251-2/+7
|
* Fixed other functions brokenMatěj Cepl2011-04-221-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-04-221-2/+3
|
* Add the roll-down list for selection of categories.Matěj Cepl2011-04-221-1/+5
|
* Merge branch 'splitLarge' into nextMatěj Cepl2011-04-041-0/+23
|\
| * Move marking reporter's to otherButtons module.Matěj Cepl2011-04-041-0/+23
| |
* | Fix order of parameters of fixAttachById function. XMLRPCURL is mandatory.Matěj Cepl2011-03-251-1/+1
|/ | | | Fixes #73
* Cut out general bugzilla functions to a special module.Matěj Cepl2011-03-251-0/+8
|
* Starting another module ... all small embelishments to the page.Matěj Cepl2011-03-251-0/+158