Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really Eclipseize formatting. | Matěj Cepl | 2011-05-13 | 1 | -4/+4 |
| | |||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-04-28 | 1 | -17/+14 |
| | |||||
* | Fix indentation and else for Mozilla coding guidelines. | Matěj Cepl | 2011-03-23 | 1 | -30/+30 |
| | |||||
* | Bit of reorganization | Matěj Cepl | 2011-02-15 | 1 | -0/+12 |
| | | | | Also add an event handler on changes in assigned_to input box | ||||
* | Basic functionality working. Switching to this bug for my day-to-day work. | Matěj Cepl | 2011-02-14 | 1 | -1/+1 |
| | |||||
* | This actually almost looks like working, so much I can file bugs. | Matěj Cepl | 2011-02-01 | 1 | -0/+65 |
| | |||||
* | bzpage.js mostly done | Matěj Cepl | 2011-01-28 | 1 | -244/+0 |
| | | | | | | | Also: * created libbugzilla.js for putting aside most RPCed functions * utils.js and color.js moved to data * tons and tons of restructing to make things work via RPC | ||||
* | Massive reformatting to make Eclipse happy | Matěj Cepl | 2010-09-25 | 1 | -1/+2 |
| | |||||
* | Adding parsed backtraces seems to be functional. Yuhooo! \o/ | Matěj Cepl | 2010-09-21 | 1 | -1/+15 |
| | | | | | * rhbzpage.addNewAttachmentRow finally beaten into submission * util.parseXMLfromString ... it is better to hide this | ||||
* | Fix .split() method | Matěj Cepl | 2010-09-19 | 1 | -4/+4 |
| | |||||
* | Add also chipset and driver information to the Xorg log analysis | Matěj Cepl | 2010-09-15 | 1 | -0/+11 |
| | | | | * also adding removeDuplicates to util.js | ||||
* | Clarify the situation with getBugNo. | Matěj Cepl | 2010-09-14 | 1 | -1/+6 |
| | | | | | | | | | * 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 | ||||
* | Getting Bug.get via XML-RPC | Matěj Cepl | 2010-09-10 | 1 | -2/+5 |
| | |||||
* | Actually really fix #43 and simplification of collecting information.0.20 | Matěj Cepl | 2010-08-19 | 1 | -2/+2 |
| | | | | Release 0.20 | ||||
* | Remove elements based on the configuration JSON file (configData.killNodes | Matěj Cepl | 2010-08-05 | 1 | -0/+24 |
| | | | | object). | ||||
* | Move notifications to prompts where it belongs. | Matěj Cepl | 2010-07-27 | 1 | -33/+0 |
| | |||||
* | 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 |
| | |||||
* | Add util.getObjectKeys for better diagnostic. | Matěj Cepl | 2010-07-20 | 1 | -5/+14 |
| | |||||
* | Allow empty Xorg log analysis | Matěj Cepl | 2010-07-19 | 1 | -2/+0 |
| | |||||
* | Make XMLRPC service independent of a bugzilla instance. | Matěj Cepl | 2010-07-17 | 1 | -2/+0 |
| | | | | | | | - activates password dialog only for bugzillas which actually need it - XML-RPC URL is stored in data/XMLRPCdata.json Fixes #23 | ||||
* | Create a special library prompts, add prompts.prompt, and switch bzpage | Matěj Cepl | 2010-07-16 | 1 | -52/+0 |
| | | | | and logger to use it. | ||||
* | Use Firefox nsILoginManager to store password and make it optional.0.13 | Matěj Cepl | 2010-07-16 | 1 | -3/+26 |
| | | | | Fixes #16. | ||||
* | Give getPassword possibility of having different prompt | Matěj Cepl | 2010-07-15 | 1 | -3/+6 |
| | |||||
* | Make the package compatible with new require("chrome") policy.0.12 | Matěj Cepl | 2010-07-04 | 1 | -1/+2 |
| | |||||
* | Use 'request' module instead of home brewed load{Text,JSON} and httpPOST | Matěj Cepl | 2010-06-30 | 1 | -84/+1 |
| | |||||
* | Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵ | Matěj Cepl | 2010-06-23 | 1 | -1/+3 |
| | | | | bugzilla as well | ||||
* | Make fixing MIME type again (includes creation of util.httpPOST) | Matěj Cepl | 2010-06-22 | 1 | -0/+35 |
| | | | | | | | | | - 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) | ||||
* | Make skipping over attachment.cgi work and more cleanup | Matěj Cepl | 2010-06-22 | 1 | -6/+6 |
| | | | | | | - improve regexp in main.js / skipThisPage - fix util.notification to not crash - remove non-ASCII characters from package.json | ||||
* | Skipping over process pages && system notification. | Matěj Cepl | 2010-06-21 | 1 | -18/+51 |
| | |||||
* | Logger works and some cleanup | Matěj Cepl | 2010-06-21 | 1 | -3/+3 |
| | | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space | ||||
* | Silly cleanup | Matěj Cepl | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Loads a bug page without crash!!! | Matěj Cepl | 2010-06-19 | 1 | -1/+135 |
| | | | | There is not jetpack. call in used modules. | ||||
* | Even more simplification | Matěj Cepl | 2010-06-12 | 1 | -1/+4 |
| | |||||
* | More cleanup to make a simple reproducer | Matěj Cepl | 2010-06-11 | 1 | -109/+0 |
| | |||||
* | Unfinished mess of everything, unworking. | Matěj Cepl | 2010-06-05 | 1 | -0/+22 |
| | |||||
* | With help of bugzilla (https://bugzilla.mozilla.org/show_bug.cgi?id=569273 | Matěj Cepl | 2010-06-03 | 1 | -1/+4 |
| | | | | | and https://bugzilla.mozilla.org/show_bug.cgi?id=569271 I've got most tests working. | ||||
* | Added another unit tests | Matěj Cepl | 2010-06-01 | 1 | -13/+1 |
| | | | | | | | - util.isInList - util.getISODate - util.valToArray - util.getBugNo | ||||
* | * Added hopefully a full coverage of unit tests for: | Matěj Cepl | 2010-05-31 | 1 | -20/+25 |
| | | | | | | | | util.valToArray util.addCSVValue util.removeCSVValue * Cleaning up to make jslint happy for */util*.js | ||||
* | rewrite util.js to be more compliant with SDK usage. | Matěj Cepl | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | First attempt to split main script into modules. | Matěj Cepl | 2010-05-31 | 1 | -0/+185 |