Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed RH Bugzilla moved reporter's address to other column. Fixed.0.19 | Matěj Cepl | 2010-08-19 | 1 | -0/+5 |
| | | | | Fixes #43 | ||||
* | 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 | 1 | -0/+6 |
| | | | | object). | ||||
* | We check this.response.status everywhere | Matěj Cepl | 2010-07-28 | 1 | -1/+1 |
| | | | | - 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 | 1 | -0/+1 |
| | |||||
* | Forgotten loading of the clipboard library. | Matěj Cepl | 2010-07-28 | 1 | -0/+1 |
| | |||||
* | That would be actually nice to actually return the email from | Matěj Cepl | 2010-07-27 | 1 | -1/+1 |
| | | | | this.parseMailto when we actually collected it. | ||||
* | Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel method | Matěj Cepl | 2010-07-25 | 1 | -1/+24 |
| | | | | Fixes #32 | ||||
* | Move queryForSelection and affiiliated methods to BZPage. | Matěj Cepl | 2010-07-25 | 1 | -1/+64 |
| | | | | Plus another attempt to make update.rdf work. | ||||
* | More resistance to differences with bugzilla.mozilla.org | Matěj Cepl | 2010-07-23 | 1 | -9/+20 |
| | | | | Fixes #30 | ||||
* | Add a alert as a prompt to prompts library and use it. | Matěj Cepl | 2010-07-21 | 1 | -3/+3 |
| | |||||
* | Makes the scroll-down menu work on bugizlla.mozilla.org | Matěj Cepl | 2010-07-21 | 1 | -2/+4 |
| | | | | | - so far tested only with MoFo object - fixes #27 | ||||
* | Allow empty Xorg log analysis | Matěj Cepl | 2010-07-19 | 1 | -14/+2 |
| | |||||
* | Add import JSON file to logs | Matěj Cepl | 2010-07-19 | 1 | -2/+27 |
| | |||||
* | Trying to make jslint happy. | Matěj Cepl | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Yet another fix for the chip magic. | Matěj Cepl | 2010-07-19 | 1 | -2/+3 |
| | | | | | - 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 | 1 | -0/+1 |
| | | | | This was tough, but finally this fixes #24. | ||||
* | Add a tool to analyze Xorg.0.log files | Matěj Cepl | 2010-07-18 | 1 | -0/+6 |
| | | | | Fixes #1 | ||||
* | Make XMLRPC service independent of a bugzilla instance. | Matěj Cepl | 2010-07-17 | 1 | -5/+4 |
| | | | | | | | - 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 | 1 | -4/+5 |
| | | | | Fix #22 | ||||
* | Cleanup shared constants to work over modules. | Matěj Cepl | 2010-07-16 | 1 | -1/+5 |
| | | | | Relates to #12. | ||||
* | Create a special library prompts, add prompts.prompt, and switch bzpage | Matěj Cepl | 2010-07-16 | 1 | -4/+4 |
| | | | | and logger to use it. | ||||
* | Bail out if we are not logged in. | Matěj Cepl | 2010-07-16 | 1 | -28/+49 |
| | | | | | | | | 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 | -8/+25 |
| | | | | Fixes #16. | ||||
* | BSTPrefNS replace by BTSPrefNS | Matěj Cepl | 2010-07-15 | 1 | -4/+4 |
| | |||||
* | Make the script more robust against different HTML versions of the comment | Matěj Cepl | 2010-07-15 | 1 | -11/+21 |
| | | | | | | | | | | box location. - use getElementsByName("add_comment")[0].parentNode instead - fix bzpage.prototype.changeAssignee Javadoc, which didn't make any sense - remove superfluous TODOs Fixes #17. | ||||
* | Make configuration of used packages hostname-sensitive and stored in the | Matěj Cepl | 2010-07-14 | 1 | -15/+17 |
| | | | | | JSON file itself. Fixes #18 Also clear out all FIXMEs. | ||||
* | Add a configuration button for setting JSON file; fixes #15 | Matěj Cepl | 2010-07-01 | 1 | -0/+23 |
| | |||||
* | All I want to do in my life is to make jslint happy. | Matěj Cepl | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | enabledPackages defaults to all; fixes #14 | Matěj Cepl | 2010-07-01 | 1 | -1/+9 |
| | |||||
* | Make URL for JSON file configurable (fixes #9)0.4 | Matěj Cepl | 2010-06-24 | 1 | -4/+10 |
| | |||||
* | Docs and namespace for preferences | Matěj Cepl | 2010-06-23 | 1 | -3/+5 |
| | | | | | - the first attempt (just a copy) of documentation - put all preferences into names (bugzilla-triage.setting.) | ||||
* | Make fixing MIME type again (includes creation of util.httpPOST) | Matěj Cepl | 2010-06-22 | 1 | -3/+3 |
| | | | | | | | | | - 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) | ||||
* | Clean up logging | Matěj Cepl | 2010-06-21 | 1 | -5/+3 |
| | | | | | - remove unnecessary logging messages - instead of dumping whole log store to stderr, give just count of items | ||||
* | Logger works and some cleanup | Matěj Cepl | 2010-06-21 | 1 | -6/+8 |
| | | | | | 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 | -1/+1 |
| | | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit. | ||||
* | Loads a bug page without crash!!! | Matěj Cepl | 2010-06-19 | 1 | -63/+46 |
| | | | | There is not jetpack. call in used modules. | ||||
* | Inheritance works, now there are jetpack-prototype-related bugs | Matěj Cepl | 2010-06-17 | 1 | -8/+740 |
| | |||||
* | Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example now | Matěj Cepl | 2010-06-17 | 1 | -2/+2 |
| | | | | works. | ||||
* | Another unsatisfactory result. | Matěj Cepl | 2010-06-13 | 1 | -2/+8 |
| | |||||
* | Trying solutions from Felipe Gomes | Matěj Cepl | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | Even more simplification | Matěj Cepl | 2010-06-12 | 1 | -5/+3 |
| | |||||
* | More cleanup to make a simple reproducer | Matěj Cepl | 2010-06-11 | 1 | -13/+3 |
| | |||||
* | Trying to make the simplest possible inherited objects. | Matěj Cepl | 2010-06-11 | 1 | -701/+5 |
| |