Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a modeline | Matěj Cepl | 2011-10-30 | 1 | -0/+2 |
| | | | | | | // vim: set ts=2 et sw=2 textwidth=80: Fixes #116 | ||||
* | Various cleanups. | Matěj Cepl | 2011-10-30 | 1 | -1/+6 |
| | | | | | - Also fix generation of XPI file. - Fix against missing RE keys | ||||
* | Fix passwords and XML-RPC logins. | Matěj Cepl | 2011-09-04 | 1 | -1/+1 |
| | | | | | Make switching off XML-RPC per-domain not per-user (fixes #107). Login just once per session and domain (fixes #113). | ||||
* | Better MVC separation ... generating time sheet in content script. | Matěj Cepl | 2011-09-01 | 1 | -0/+3 |
| | |||||
* | Eliminating MakeJSONRPC calls and fixing multiple logins. | Matěj Cepl | 2011-09-01 | 1 | -3/+3 |
| | | | | Fixes #113. | ||||
* | Adding external ticket reference. | Matěj Cepl | 2011-06-11 | 1 | -0/+7 |
| | | | | Fix #106 | ||||
* | Make coloring reporter’s comments working again. | Matěj Cepl | 2011-06-06 | 1 | -1/+0 |
| | |||||
* | Move attachments and comments functions into four separate objects. | Matěj Cepl | 2011-06-05 | 1 | -31/+10 |
| | | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList. | ||||
* | Moving ahead ... storing the progress for future. | Matěj Cepl | 2011-06-05 | 1 | -0/+2 |
| | |||||
* | First draft of the flags handling for Mozilla bugzilla. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | Will fix #103 (when reviewed) | ||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 1 | -24/+24 |
| | |||||
* | Make inline history (if it worked, that is ;)) configurable. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | | | * JSON must contain configData.verboseInlineHistory * enable it for mozilla JSON per default * also move call of addNewLinks to bzpage.js | ||||
* | Another massive cleanup and simplification of tweak scripts. | Matěj Cepl | 2011-06-05 | 1 | -41/+12 |
| | | | | | | | bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88 | ||||
* | Make the script working with bugzilla.gnome.org | Matěj Cepl | 2011-06-05 | 1 | -4/+3 |
| | | | | | | | * Fix Config_gnome.json for new system of killNodes * Make the script more tolerable to non-RH configuration Fixes #75 | ||||
* | Removing unimportant parts of the page as a prevention against #65 | Matěj Cepl | 2011-06-05 | 1 | -0/+2 |
| | | | | | | There is now complete analysis of the issue, but I don’t know how to fix it, because we just write into various input boxes and they got focus (and subsequently Firefox makes them visible). | ||||
* | Make my console.myDebug configurable via about:config preference. | Matěj Cepl | 2011-06-05 | 1 | -2/+2 |
| | | | | That is the Boolean variable bugzilla-triage.setting.debug | ||||
* | Comment away activation of tweakBugzilla for 0.99 release. | Matěj Cepl | 2011-06-05 | 1 | -3/+3 |
| | |||||
* | There is no <a name="add_comment"> in 4.0 BZ and it is not necessary anyway. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | |||||
* | Incompatibility bits. | Matěj Cepl | 2011-06-05 | 1 | -2/+2 |
| | | | | | | * global onMessage is not chic anymore, replacing with self.on handler. * filterByRegexp returns string and could return null. Make sure we can survive it. | ||||
* | All XML-RPC calls are rewritten as JSON-RPC ones. | Matěj Cepl | 2011-06-05 | 1 | -9/+14 |
| | | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history. | ||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-06-05 | 1 | -32/+42 |
| | |||||
* | Use self.on and self.postMessage instead of global on and postMessage. | Matěj Cepl | 2011-06-05 | 1 | -2/+2 |
| | | | | | The reason is https://bugzilla.mozilla.org/show_bug.cgi?id=635748 and effort to save the world from global variables in content scripts. | ||||
* | Move marking reporter's to otherButtons module. | Matěj Cepl | 2011-06-05 | 1 | -23/+0 |
| | |||||
* | Cut out general bugzilla functions to a special module. | Matěj Cepl | 2011-06-05 | 1 | -345/+0 |
| | |||||
* | CLeaned queries.js so that it is independent of external forces. | Matěj Cepl | 2011-06-05 | 1 | -2/+5 |
| | |||||
* | First ideas about splitting queries to separate module. | Matěj Cepl | 2011-06-05 | 1 | -67/+0 |
| | |||||
* | Fix indentation and else for Mozilla coding guidelines. | Matěj Cepl | 2011-03-23 | 1 | -534/+544 |
| | |||||
* | Don't use RE for distinguishing reporters. | Matěj Cepl | 2011-03-18 | 1 | -2/+2 |
| | | | | Closes #69 | ||||
* | Fix local query, the first table is numbered 0, not 1. | Matěj Cepl | 2011-03-16 | 1 | -4/+4 |
| | |||||
* | Make script working with Mozilla bugzilla. | Matěj Cepl | 2011-03-03 | 1 | -4/+8 |
| | | | | | * Store all functions in an array and store just indexes in the SELECT * add pageMod options for other bugzillas | ||||
* | Separate logging front-end into special content script. | Matěj Cepl | 2011-03-02 | 1 | -134/+0 |
| | |||||
* | Add unknown PCI ID to the clipboard. | Matěj Cepl | 2011-03-02 | 1 | -0/+4 |
| | |||||
* | Logger at least creates new records. | Matěj Cepl | 2011-03-01 | 1 | -17/+12 |
| | |||||
* | Moved .js files from data/ to data/lib/ so that we don't mix data and code. | Matěj Cepl | 2011-02-23 | 1 | -0/+985 |