Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make skipping attachments working | Matěj Cepl | 2010-08-19 | 1 | -7/+13 |
| | | | | | | | | - add attachment.cgi$ to skipMatches regexp - NotLoggedinException should be caught in main.js not in rhbzpage.js Fixes #41 New release 0.18 | ||||
* | 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) | ||||
* | We check this.response.status everywhere | Matěj Cepl | 2010-07-28 | 1 | -24/+28 |
| | | | | - plus make jslint a little bit more sane (eqeqeq: false). | ||||
* | That would be actually nice to actually return the email from | Matěj Cepl | 2010-07-27 | 1 | -2/+2 |
| | | | | this.parseMailto when we actually collected it. | ||||
* | Allow empty Xorg log analysis | Matěj Cepl | 2010-07-19 | 1 | -3/+0 |
| | |||||
* | Yet another fix for the chip magic. | Matěj Cepl | 2010-07-19 | 1 | -6/+1 |
| | | | | | - all constant data moved to this.constantData, so that they are available everywhere. | ||||
* | Add a tool to analyze Xorg.0.log files | Matěj Cepl | 2010-07-18 | 1 | -4/+7 |
| | | | | Fixes #1 | ||||
* | Make XMLRPC service independent of a bugzilla instance. | Matěj Cepl | 2010-07-17 | 1 | -4/+1 |
| | | | | | | | - 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 | -4/+0 |
| | | | | Fix #22 | ||||
* | Cleanup shared constants to work over modules. | Matěj Cepl | 2010-07-16 | 1 | -2/+0 |
| | | | | Relates to #12. | ||||
* | Bail out if we are not logged in. | Matěj Cepl | 2010-07-16 | 1 | -23/+0 |
| | | | | | | | | Adding our own exception and checking it. Move configuration button to special method of BZPage. A bit of cleanup. Fixes #20 (I hope). | ||||
* | BSTPrefNS replace by BTSPrefNS | Matěj Cepl | 2010-07-15 | 1 | -2/+2 |
| | |||||
* | Overcome cache so that JSON configuration file is not stale (fixes #21). | Matěj Cepl | 2010-07-14 | 1 | -0/+5 |
| | |||||
* | 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/+2 |
| | |||||
* | Change default URL of JSON configuration file. | Matěj Cepl | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | All I want to do in my life is to make jslint happy. | Matěj Cepl | 2010-07-01 | 1 | -2/+2 |
| | |||||
* | Use 'request' module instead of home brewed load{Text,JSON} and httpPOST | Matěj Cepl | 2010-06-30 | 1 | -33/+38 |
| | |||||
* | Move all constant data out of the main JSON | Matěj Cepl | 2010-06-27 | 1 | -21/+19 |
| | |||||
* | Make URL for JSON file configurable (fixes #9)0.4 | Matěj Cepl | 2010-06-24 | 1 | -2/+15 |
| | |||||
* | Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵ | Matěj Cepl | 2010-06-23 | 1 | -0/+1 |
| | | | | bugzilla as well | ||||
* | Some people, when confronted with a problem, think I know, I'll use regular ↵ | Matěj Cepl | 2010-06-22 | 1 | -3/+4 |
| | | | | expressions.'' Now they have two problems. | ||||
* | Make fixing MIME type again (includes creation of util.httpPOST) | Matěj Cepl | 2010-06-22 | 1 | -3/+2 |
| | | | | | | | | | - 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) | ||||
* | Add variable children of bzpage back | Matěj Cepl | 2010-06-22 | 1 | -2/+9 |
| | |||||
* | Make skipping over attachment.cgi work and more cleanup | Matěj Cepl | 2010-06-22 | 1 | -3/+4 |
| | | | | | | - 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 | -17/+39 |
| | |||||
* | Logger works and some cleanup | Matěj Cepl | 2010-06-21 | 1 | -5/+6 |
| | | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space | ||||
* | Loads a bug page without crash!!! | Matěj Cepl | 2010-06-19 | 1 | -1/+5 |
| | | | | There is not jetpack. call in used modules. | ||||
* | Inheritance works, now there are jetpack-prototype-related bugs | Matěj Cepl | 2010-06-17 | 1 | -12/+63 |
| | |||||
* | Forgotten new | Matěj Cepl | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Trying solutions from Felipe Gomes | Matěj Cepl | 2010-06-12 | 1 | -1/+2 |
| | |||||
* | Even more simplification | Matěj Cepl | 2010-06-12 | 1 | -0/+1 |
| | |||||
* | More cleanup | Matěj Cepl | 2010-06-11 | 1 | -9/+1 |
| | |||||
* | Even more brutal | Matěj Cepl | 2010-06-11 | 1 | -32/+12 |
| | |||||
* | * clean up to make jslint happy (abandoned let and replaced with var) | Matěj Cepl | 2010-06-09 | 1 | -25/+24 |
| | | | | * cleaned up couple of crashes and missing stuff | ||||
* | First almost working version of main.js | Matěj Cepl | 2010-06-08 | 1 | -54/+49 |
| | |||||
* | Unfinished mess of everything, unworking. | Matěj Cepl | 2010-06-05 | 1 | -12/+8 |
| | |||||
* | Noted couple of URLs to go through | Matěj Cepl | 2010-06-01 | 1 | -0/+9 |
| | |||||
* | rewrite util.js to be more compliant with SDK usage. | Matěj Cepl | 2010-05-31 | 1 | -3/+6 |
| | |||||
* | First attempt to split main script into modules. | Matěj Cepl | 2010-05-31 | 1 | -2500/+0 |
| | |||||
* | Reshuffling to Jetpack-SDK directory layout. | Matěj Cepl | 2010-05-31 | 1 | -0/+2584 |