Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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. | ||||
* | Overcome cache so that JSON configuration file is not stale (fixes #21). | Matěj Cepl | 2010-07-14 | 1 | -0/+5 |
| | |||||
* | make fix | Matěj Cepl | 2010-07-14 | 3 | -10/+9 |
| | | | | | | - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one. | ||||
* | 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. | ||||
* | Make the package compatible with new require("chrome") policy.0.12 | Matěj Cepl | 2010-07-04 | 2 | -1/+3 |
| | |||||
* | Fix Fedora BugZappers' signature | Matěj Cepl | 2010-07-02 | 1 | -3/+3 |
| | |||||
* | Fix URL of the default JSON and make the script working even for non-me :)0.10 | Matěj Cepl | 2010-07-02 | 2 | -2/+5 |
| | |||||
* | Add a configuration button for setting JSON file; fixes #15 | Matěj Cepl | 2010-07-01 | 1 | -0/+23 |
| | |||||
* | 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 | 3 | -4/+3 |
| | |||||
* | Simplify logging | Matěj Cepl | 2010-07-01 | 1 | -2/+0 |
| | |||||
* | enabledPackages defaults to all; fixes #14 | Matěj Cepl | 2010-07-01 | 1 | -1/+9 |
| | |||||
* | This Request object, not Require! Fixing #7 | Matěj Cepl | 2010-07-01 | 1 | -6/+4 |
| | |||||
* | Use 'request' module instead of home brewed load{Text,JSON} and httpPOST | Matěj Cepl | 2010-06-30 | 3 | -146/+84 |
| | |||||
* | Move all constant data out of the main JSON | Matěj Cepl | 2010-06-27 | 3 | -27/+27 |
| | |||||
* | Even query of our Bugzilla should be done on background. | Matěj Cepl | 2010-06-24 | 1 | -1/+7 |
| | |||||
* | Fix query upstream bugzilla (finally, I hope!) | Matěj Cepl | 2010-06-24 | 1 | -1/+1 |
| | |||||
* | Make URL for JSON file configurable (fixes #9)0.4 | Matěj Cepl | 2010-06-24 | 2 | -6/+25 |
| | |||||
* | 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.) | ||||
* | Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵ | Matěj Cepl | 2010-06-23 | 3 | -23/+30 |
| | | | | 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 | 10 | -128/+63 |
| | | | | | | | | | - 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 | 2 | -9/+10 |
| | | | | | | - improve regexp in main.js / skipThisPage - fix util.notification to not crash - remove non-ASCII characters from package.json | ||||
* | Fix broken merge. | Matěj Cepl | 2010-06-21 | 1 | -6/+3 |
|\ |