Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Just move key libraries to data/ to be made into content scripts. | Matěj Cepl | 2011-01-20 | 1 | -1087/+0 |
| | |||||
* | Remove unnecessary require. | Matěj Cepl | 2011-01-19 | 1 | -1/+0 |
| | |||||
* | Update to the latest Request API | Matěj Cepl | 2010-10-10 | 1 | -3/+3 |
| | |||||
* | All button-links in the top row is generated by createDeadLink | Matěj Cepl | 2010-09-27 | 1 | -37/+30 |
| | |||||
* | Make jslint more happy. | Matěj Cepl | 2010-09-25 | 1 | -4/+8 |
| | |||||
* | Search in our bugzilla could be done in multiple components at once. | Matěj Cepl | 2010-09-25 | 1 | -2/+15 |
| | | | | | | | * Equivalent components are defined by a regular expression in the array config.gJSONData.constantData.equivalentComponents Fixes #50 | ||||
* | Fix Logger object to be self contained and use storage properly | Matěj Cepl | 2010-09-24 | 1 | -33/+17 |
| | | | | | | | * there is really no other way than using module.storage directly Sucks! * all logger-related logic should go to the module and not be flying around (import TS, clear, isEmpty) | ||||
* | Adding parsed backtraces seems to be functional. Yuhooo! \o/ | Matěj Cepl | 2010-09-21 | 1 | -1/+0 |
| | | | | | * 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 | -1/+2 |
| | | | | | | | | * 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 | ||||
* | Fix .split() method | Matěj Cepl | 2010-09-19 | 1 | -3/+3 |
| | |||||
* | First working version. | Matěj Cepl | 2010-09-18 | 1 | -8/+47 |
| | | | | | | Missing AJAX-style adding an attachment row to the attachment table. Add createDeadLink function, we don't need to use href='#' | ||||
* | Some thoughts on the backtrace showing | Matěj Cepl | 2010-09-17 | 1 | -0/+37 |
| | |||||
* | Clarify the situation with getBugNo. | Matěj Cepl | 2010-09-14 | 1 | -9/+0 |
| | | | | | | | | | * get rid off getBugId ... it was never used and silly * improve javadoc of getBugNo and explain why it is in util.js, although it would more belong to bzpage.js (hint: there are no unit tests for bzpage.js) * add a test showing that aliases are not convereted to proper numerical bug numbers | ||||
* | Make certain that this.bugNo is really numerical value of bug number. | Matěj Cepl | 2010-09-10 | 1 | -31/+15 |
| | | | | | | | | | Fixes #45 * move getLogin and getPassword to bzpage (upstream bugzilla actually has SOME XML-RPC) * don't test for correct bug number in logger, when we have the bug no. correct in the first place. | ||||
* | Getting Bug.get via XML-RPC | Matěj Cepl | 2010-09-10 | 1 | -0/+68 |
| | |||||
* | Add console.log to show what's going on in getOptionTableCell | Matěj Cepl | 2010-09-10 | 1 | -0/+1 |
| | |||||
* | We don't have getVersion method anymore0.21 | Matěj Cepl | 2010-08-20 | 1 | -2/+0 |
| | |||||
* | Actually really fix #43 and simplification of collecting information.0.20 | Matěj Cepl | 2010-08-19 | 1 | -65/+30 |
| | | | | Release 0.20 | ||||
* | 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. |