Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Move even handler installation to later, so we don't hit missing element; ↵ | Matěj Cepl | 2010-07-15 | 1 | -7/+8 |
| | | | | hopefully | ||||
* | make fix | Matěj Cepl | 2010-07-14 | 1 | -4/+4 |
| | | | | | | - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one. | ||||
* | Fix Fedora BugZappers' signature | Matěj Cepl | 2010-07-02 | 1 | -3/+3 |
| | |||||
* | Fix URL of the default JSON and make the script working even for non-me :)0.10 | Matěj Cepl | 2010-07-02 | 1 | -1/+3 |
| | |||||
* | All I want to do in my life is to make jslint happy. | Matěj Cepl | 2010-07-01 | 1 | -1/+0 |
| | |||||
* | Simplify logging | Matěj Cepl | 2010-07-01 | 1 | -2/+0 |
| | |||||
* | This Request object, not Require! Fixing #7 | Matěj Cepl | 2010-07-01 | 1 | -6/+4 |
| | |||||
* | Use 'request' module instead of home brewed load{Text,JSON} and httpPOST | Matěj Cepl | 2010-06-30 | 1 | -29/+45 |
| | |||||
* | Move all constant data out of the main JSON | Matěj Cepl | 2010-06-27 | 1 | -5/+7 |
| | |||||
* | Even query of our Bugzilla should be done on background. | Matěj Cepl | 2010-06-24 | 1 | -1/+7 |
| | |||||
* | Fix query upstream bugzilla (finally, I hope!) | Matěj Cepl | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Make fixing MIME type again (includes creation of util.httpPOST) | Matěj Cepl | 2010-06-22 | 1 | -70/+17 |
| | | | | | | | | | - it is useful to have variable in the same module where the function using it is. - a lot of this magic and mystery - add this.win property - yuhooo, we have timer module, so I don't have to fish it from this.doc.defaultView (which doesn't work anyway) | ||||
* | Logger works and some cleanup | Matěj Cepl | 2010-06-21 | 1 | -6/+38 |
| | | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space | ||||
* | Trying to use api-utils.publicConstructor failed. | Matěj Cepl | 2010-06-20 | 1 | -5/+4 |
| | | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit. | ||||
* | Loads a bug page without crash!!! | Matěj Cepl | 2010-06-19 | 1 | -60/+46 |
| | | | | There is not jetpack. call in used modules. | ||||
* | There is url.URL object! | Matěj Cepl | 2010-06-19 | 1 | -4/+10 |
| | |||||
* | Merge in original rhbzpage.js as well, it doesn't make sense to protect part ↵ | Matěj Cepl | 2010-06-17 | 1 | -9/+923 |
| | | | | of the system, we have to deal with whole mess now. | ||||
* | Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example now | Matěj Cepl | 2010-06-17 | 1 | -6/+3 |
| | | | | works. | ||||
* | Another unsatisfactory result. | Matěj Cepl | 2010-06-13 | 1 | -1/+6 |
| | |||||
* | Trying solutions from Felipe Gomes | Matěj Cepl | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | Even more simplification | Matěj Cepl | 2010-06-12 | 1 | -2/+10 |
| | |||||
* | More cleanup to make a simple reproducer | Matěj Cepl | 2010-06-11 | 1 | -16/+3 |
| | |||||
* | Trying to make the simplest possible inherited objects. | Matěj Cepl | 2010-06-11 | 1 | -913/+8 |
| | |||||
* | Trying to clean-up the OO structure ... there is still something broken there | Matěj Cepl | 2010-06-10 | 1 | -15/+15 |
| | |||||
* | * clean up to make jslint happy (abandoned let and replaced with var) | Matěj Cepl | 2010-06-09 | 1 | -107/+111 |
| | | | | * cleaned up couple of crashes and missing stuff |