Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit full-text queries of upstream bugzillas just to current component. | Matěj Cepl | 2010-11-24 | 1 | -2/+7 |
| | | | | | | | * changed queryUpstreamBug data to have additional fields for this. * changed queryUpstream method of RHBZPage to use them. Fixes #56 | ||||
* | Echm, I should actually pass the argument where it is expected ;). | Matěj Cepl | 2010-10-25 | 1 | -2/+2 |
| | |||||
* | Jetpack-SDK currently provides clipboard and selection libraries. | Matěj Cepl | 2010-10-23 | 1 | -1/+0 |
| | | | | So there is no need to do our own. | ||||
* | Update to the latest Request API | Matěj Cepl | 2010-10-10 | 1 | -18/+17 |
| | |||||
* | A bit of cleanup ... removed one TODO | Matěj Cepl | 2010-09-30 | 1 | -5/+9 |
| | |||||
* | Use createDeadLink method, it's better for your soul. | Matěj Cepl | 2010-09-30 | 1 | -12/+5 |
| | |||||
* | All button-links in the top row is generated by createDeadLink | Matěj Cepl | 2010-09-27 | 1 | -1/+1 |
| | |||||
* | Fix fixAllButton (missing that = this). | Matěj Cepl | 2010-09-27 | 1 | -3/+4 |
| | | | | Fixes #53. | ||||
* | Massive reformatting to make Eclipse happy | Matěj Cepl | 2010-09-25 | 1 | -3/+5 |
| | |||||
* | innerHTML is a good servant ... scrap it, it is bad servant even. | Matěj Cepl | 2010-09-23 | 1 | -8/+4 |
| | |||||
* | Adding parsed backtraces seems to be functional. Yuhooo! \o/ | Matěj Cepl | 2010-09-21 | 1 | -49/+45 |
| | | | | | * rhbzpage.addNewAttachmentRow finally beaten into submission * util.parseXMLfromString ... it is better to hide this | ||||
* | Make showing parsed backtrace at least working | Matěj Cepl | 2010-09-20 | 1 | -20/+43 |
| | | | | | | | | * Fill always this.parsedAttachments parameter with attachments with parsed backtraces * Add a ton of Javadocs to rhbzpage methods * The window with parsed backtrace should be on the top * addNewAttachmentRow is called but made ineffective | ||||
* | Add checking of HTTP status in rhbzpage.showAttachment | Matěj Cepl | 2010-09-19 | 1 | -7/+13 |
| | |||||
* | Fix .split() method | Matěj Cepl | 2010-09-19 | 1 | -3/+0 |
| | |||||
* | First working version. | Matěj Cepl | 2010-09-18 | 1 | -45/+90 |
| | | | | | | Missing AJAX-style adding an attachment row to the attachment table. Add createDeadLink function, we don't need to use href='#' | ||||
* | Wrong id parameter of <a id='showBacktrace' element | Matěj Cepl | 2010-09-17 | 1 | -3/+6 |
| | |||||
* | A lot of hacking, but still not working. | Matěj Cepl | 2010-09-17 | 1 | -33/+38 |
| | |||||
* | Some thoughts on the backtrace showing | Matěj Cepl | 2010-09-17 | 1 | -49/+47 |
| | |||||
* | First attempt to attach backtraces instead of pasting them into comments | Matěj Cepl | 2010-09-17 | 1 | -7/+44 |
| | |||||
* | Add also chipset and driver information to the Xorg log analysis | Matěj Cepl | 2010-09-15 | 1 | -2/+3 |
| | | | | * also adding removeDuplicates to util.js | ||||
* | Fixed number of lines in the head of the Xorg.0.log analysis | Matěj Cepl | 2010-09-14 | 1 | -2/+3 |
| | | | | Fixes #48 | ||||
* | Getting Bug.get via XML-RPC | Matěj Cepl | 2010-09-10 | 1 | -20/+0 |
| | |||||
* | Impove Xorg analysis results0.23 | Matěj Cepl | 2010-09-06 | 1 | -0/+7 |
| | | | | | * remove headers which are always the same * add summary with number of matching lines. | ||||
* | We don't have getVersion method anymore0.21 | Matěj Cepl | 2010-08-20 | 1 | -3/+2 |
| | |||||
* | Actually really fix #43 and simplification of collecting information.0.20 | Matěj Cepl | 2010-08-19 | 1 | -12/+19 |
| | | | | Release 0.20 | ||||
* | Make skipping attachments working | Matěj Cepl | 2010-08-19 | 1 | -10/+1 |
| | | | | | | | | - add attachment.cgi$ to skipMatches regexp - NotLoggedinException should be caught in main.js not in rhbzpage.js Fixes #41 New release 0.18 | ||||
* | Another in the series "I've asked for the strict checking, and I've got | Matěj Cepl | 2010-07-29 | 1 | -4/+6 |
| | | | | one" ;) | ||||
* | We check this.response.status everywhere | Matěj Cepl | 2010-07-28 | 1 | -24/+30 |
| | | | | - plus make jslint a little bit more sane (eqeqeq: false). | ||||
* | this.checkComments has not been activated in non-RH type page objects. | Matěj Cepl | 2010-07-28 | 1 | -1/+0 |
| | |||||
* | work on analyzeXorgLog | Matěj Cepl | 2010-07-28 | 1 | -11/+16 |
| | | | | | - unsuccessful attempt to change Firefox's cursor - don't do anything when network error happens | ||||
* | Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel method | Matěj Cepl | 2010-07-25 | 1 | -21/+10 |
| | | | | Fixes #32 | ||||
* | Move queryForSelection and affiiliated methods to BZPage. | Matěj Cepl | 2010-07-25 | 1 | -105/+42 |
| | | | | Plus another attempt to make update.rdf work. | ||||
* | Now when we know how to load in background, do it always. | Matěj Cepl | 2010-07-24 | 1 | -1/+5 |
| | |||||
* | More resistance to differences with bugzilla.mozilla.org | Matěj Cepl | 2010-07-23 | 1 | -5/+8 |
| | | | | Fixes #30 | ||||
* | Not everybody has data to determine maintCCAddr | Matěj Cepl | 2010-07-23 | 1 | -2/+6 |
| | |||||
* | Actually QueryUpstream needs t.activate fix as well. | Matěj Cepl | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | t.activate() really doesn't exist and we should really use | Matěj Cepl | 2010-07-23 | 1 | -3/+2 |
| | | | | | | this.maintCCAddr Fixes #28 and #29 | ||||
* | URL for XML-RPC is in the property .url, not directly in XMLRPCData | Matěj Cepl | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Allow empty Xorg log analysis | Matěj Cepl | 2010-07-19 | 1 | -4/+9 |
| | |||||
* | Add import JSON file to logs | Matěj Cepl | 2010-07-19 | 1 | -0/+1 |
| | |||||
* | Trying to make jslint happy. | Matěj Cepl | 2010-07-19 | 1 | -9/+3 |
| | |||||
* | Yet another fix for the chip magic. | Matěj Cepl | 2010-07-19 | 1 | -3/+10 |
| | | | | | - all constant data moved to this.constantData, so that they are available everywhere. | ||||
* | Make chip magic working again0.14 | Matěj Cepl | 2010-07-18 | 1 | -50/+49 |
| | | | | This was tough, but finally this fixes #24. | ||||
* | Add a tool to analyze Xorg.0.log files | Matěj Cepl | 2010-07-18 | 1 | -12/+42 |
| | | | | Fixes #1 | ||||
* | Removing fixElement ... we don't need it anymore when we use innerHTML. | Matěj Cepl | 2010-07-18 | 1 | -15/+0 |
| | |||||
* | Make XMLRPC service independent of a bugzilla instance. | Matěj Cepl | 2010-07-17 | 1 | -3/+7 |
| | | | | | | | - activates password dialog only for bugzillas which actually need it - XML-RPC URL is stored in data/XMLRPCdata.json Fixes #23 | ||||
* | Make "Query upstream" button working again. | Matěj Cepl | 2010-07-16 | 1 | -2/+2 |
| | | | | Fix #22 | ||||
* | Cleanup shared constants to work over modules. | Matěj Cepl | 2010-07-16 | 1 | -2/+1 |
| | | | | Relates to #12. | ||||
* | Bail out if we are not logged in. | Matěj Cepl | 2010-07-16 | 1 | -1/+10 |
| | | | | | | | | Adding our own exception and checking it. Move configuration button to special method of BZPage. A bit of cleanup. Fixes #20 (I hope). | ||||
* | Use Firefox nsILoginManager to store password and make it optional.0.13 | Matěj Cepl | 2010-07-16 | 1 | -1/+5 |
| | | | | Fixes #16. |