Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move attachments and comments functions into four separate objects. | Matěj Cepl | 2011-06-05 | 1 | -25/+2 |
| | | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList. | ||||
* | Forgot debugging print | Matěj Cepl | 2011-06-05 | 1 | -1/+0 |
| | |||||
* | Don't run chip magic on already triaged bugs. | Matěj Cepl | 2011-06-05 | 1 | -3/+5 |
| | | | | | Fix #96 Signed-off-by: Matěj Cepl <mcepl@redhat.com> | ||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 1 | -6/+7 |
| | |||||
* | We don't suppport card_CODE in Whiteboard. | Matěj Cepl | 2011-06-05 | 1 | -5/+1 |
| | | | | Besides it broke the script when Whiteboard is no more. | ||||
* | Make inline history (if it worked, that is ;)) configurable. | Matěj Cepl | 2011-06-05 | 1 | -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 Cepl | 2011-06-05 | 1 | -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 Cepl | 2011-06-05 | 1 | -4/+4 |
| | | | | Fixes #92 | ||||
* | Make filterByRegexp more tolerant to different configurations. | Matěj Cepl | 2011-06-05 | 1 | -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 Cepl | 2011-06-05 | 1 | -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 style | Matěj Cepl | 2011-06-05 | 1 | -36/+43 |
| | |||||
* | We don't set severity for RHEL bugs | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | |||||
* | Don't allow marking bug as triaged when it doesn't have severity set. | Matěj Cepl | 2011-06-05 | 1 | -2/+7 |
| | |||||
* | Fixed other functions broken | Matěj Cepl | 2011-06-05 | 1 | -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 Cepl | 2011-06-05 | 1 | -2/+3 |
| | |||||
* | Add the roll-down list for selection of categories. | Matěj Cepl | 2011-06-05 | 1 | -1/+5 |
| | |||||
* | Move marking reporter's to otherButtons module. | Matěj Cepl | 2011-06-05 | 1 | -0/+23 |
| | |||||
* | Fix order of parameters of fixAttachById function. XMLRPCURL is mandatory. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | Fixes #73 | ||||
* | Cut out general bugzilla functions to a special module. | Matěj Cepl | 2011-06-05 | 1 | -0/+8 |
| | |||||
* | Starting another module ... all small embelishments to the page. | Matěj Cepl | 2011-06-05 | 1 | -0/+158 |