Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make skipping attachments working | Matěj Cepl | 2010-08-19 | 2 | -17/+14 |
| | | | | | | | | - add attachment.cgi$ to skipMatches regexp - NotLoggedinException should be caught in main.js not in rhbzpage.js Fixes #41 New release 0.18 | ||||
* | Catch up with changes in new RH bugzilla | Matěj Cepl | 2010-08-16 | 1 | -9/+13 |
| | | | | - also add a diagnostics for future use. | ||||
* | Make scripts compatible with bugzilla.gnome.org | Matěj Cepl | 2010-08-08 | 1 | -3/+4 |
| | | | | | | | | | Fixes #38 - Eliminate automatic "all" packages for bugzillas undefined in enabledPackages object, - Config_data.json: do have enabledPackages with RH BZ "all" comments - Fix spread of buttons in Gnome BZ | ||||
* | More compatibility with bugzilla.gnome.org | Matěj Cepl | 2010-08-08 | 1 | -2/+24 |
| | |||||
* | Gnome makes emails much more complicated. | Matěj Cepl | 2010-08-06 | 1 | -2/+8 |
| | | | | | Also adding bugzilla.gnome.org to the default JSON so that it can be configured to some other JSON file. | ||||
* | Remove elements based on the configuration JSON file (configData.killNodes | Matěj Cepl | 2010-08-05 | 2 | -0/+30 |
| | | | | object). | ||||
* | Regexps for matching URLs is configuration and should be in JSON, not | Matěj Cepl | 2010-07-29 | 1 | -5/+5 |
| | | | | | statically included in data/ subdirectory. (cherry picked from commit 0728e2ad4809619cd3ba5215252a52df85697940) | ||||
* | 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 | 3 | -49/+59 |
| | | | | - plus make jslint a little bit more sane (eqeqeq: false). | ||||
* | Firefox 4.0 we have undeclared variable here. | Matěj Cepl | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | this.checkComments has not been activated in non-RH type page objects. | Matěj Cepl | 2010-07-28 | 2 | -1/+1 |
| | |||||
* | 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 | ||||
* | Forgotten loading of the clipboard library. | Matěj Cepl | 2010-07-28 | 1 | -0/+1 |
| | |||||
* | Move notifications to prompts where it belongs. | Matěj Cepl | 2010-07-27 | 2 | -34/+36 |
| | |||||
* | That would be actually nice to actually return the email from | Matěj Cepl | 2010-07-27 | 2 | -3/+3 |
| | | | | this.parseMailto when we actually collected it. | ||||
* | Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel method | Matěj Cepl | 2010-07-25 | 2 | -22/+34 |
| | | | | Fixes #32 | ||||
* | Add util.getParamsFromURL method and use it. | Matěj Cepl | 2010-07-25 | 1 | -8/+5 |
| | | | | Including all tests. | ||||
* | Add util.getParamsFromURL method to parse URL parameters. | Matěj Cepl | 2010-07-25 | 1 | -6/+30 |
| | |||||
* | Move queryForSelection and affiiliated methods to BZPage. | Matěj Cepl | 2010-07-25 | 2 | -106/+106 |
| | | | | 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 | 2 | -1/+7 |
| | |||||
* | undefined !== null and if (undefined) is not if (null) | Matěj Cepl | 2010-07-24 | 1 | -4/+3 |
| | | | | | - prompts.prompt* should return null when cancelled - don't return undefined when you meant to throw an exception | ||||
* | More resistance to differences with bugzilla.mozilla.org | Matěj Cepl | 2010-07-23 | 2 | -14/+28 |
| | | | | 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 | ||||
* | Add a alert as a prompt to prompts library and use it. | Matěj Cepl | 2010-07-21 | 2 | -3/+14 |
| | |||||
* | Makes the scroll-down menu work on bugizlla.mozilla.org | Matěj Cepl | 2010-07-21 | 2 | -2/+5 |
| | | | | | - so far tested only with MoFo object - fixes #27 | ||||
* | Add util.getObjectKeys for better diagnostic. | Matěj Cepl | 2010-07-20 | 1 | -5/+14 |
| | |||||
* | 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 | 6 | -35/+11 |
| | |||||
* | Add import JSON file to logs | Matěj Cepl | 2010-07-19 | 3 | -2/+48 |
| | |||||
* | Trying to make jslint happy. | Matěj Cepl | 2010-07-19 | 2 | -10/+4 |
| | |||||
* | Yet another fix for the chip magic. | Matěj Cepl | 2010-07-19 | 3 | -11/+14 |
| | | | | | - all constant data moved to this.constantData, so that they are available everywhere. | ||||
* | Explaining why #2 has been wontfixed. | Matěj Cepl | 2010-07-19 | 1 | -0/+8 |
| | |||||
* | Make chip magic working again0.14 | Matěj Cepl | 2010-07-18 | 2 | -50/+50 |
| | | | | This was tough, but finally this fixes #24. | ||||
* | Add a tool to analyze Xorg.0.log files | Matěj Cepl | 2010-07-18 | 3 | -16/+55 |
| | | | | 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 | 4 | -14/+12 |
| | | | | | | | - activates password dialog only for bugzillas which actually need it - XML-RPC URL is stored in data/XMLRPCdata.json Fixes #23 | ||||
* | Forgot to remove this logging print. | Matěj Cepl | 2010-07-16 | 1 | -1/+0 |
| | |||||
* | Make "Query upstream" button working again. | Matěj Cepl | 2010-07-16 | 3 | -10/+7 |
| | | | | Fix #22 | ||||
* | Cleanup shared constants to work over modules. | Matěj Cepl | 2010-07-16 | 3 | -5/+6 |
| | | | | Relates to #12. | ||||
* | Create a special library prompts, add prompts.prompt, and switch bzpage | Matěj Cepl | 2010-07-16 | 4 | -57/+88 |
| | | | | and logger to use it. | ||||
* | Bail out if we are not logged in. | Matěj Cepl | 2010-07-16 | 3 | -52/+59 |
| | | | | | | | | 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 | 3 | -12/+56 |
| | | | | Fixes #16. | ||||
* | Merge branch 'betterPasswordHandling' | Matěj Cepl | 2010-07-16 | 4 | -9/+69 |
|\ | |||||
| * | change {set,remove}Password to *Login | Matěj Cepl | 2010-07-16 | 1 | -5/+4 |
| | | |||||
| * | Passwords library with unit test. | Matěj Cepl | 2010-07-16 | 1 | -0/+57 |
| | | |||||
| * | BSTPrefNS replace by BTSPrefNS | Matěj Cepl | 2010-07-15 | 2 | -6/+6 |
| | | |||||
| * | Give getPassword possibility of having different prompt | Matěj Cepl | 2010-07-15 | 1 | -3/+6 |
| | | |||||
* | | Move even handler installation to later, so we don't hit missing element; ↵ | Matěj Cepl | 2010-07-15 | 1 | -7/+8 |
|/ | | | | hopefully |