Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make check link working again. | Matěj Cepl | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | Next step in rewriting bug-page-mod.js. | Matěj Cepl | 2011-06-05 | 1 | -164/+166 |
| | |||||
* | Move attachments and comments functions into four separate objects. | Matěj Cepl | 2011-06-05 | 1 | -4/+4 |
| | | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList. | ||||
* | Moving ahead ... storing the progress for future. | Matěj Cepl | 2011-06-05 | 1 | -59/+43 |
| | |||||
* | Notice a duplicity in code between bug-page-mod.js and mozpage.js | Matěj Cepl | 2011-06-05 | 1 | -1/+2 |
| | |||||
* | Fix broken subsequent calls to message handlers. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | | | | Fixes #104 But really, this is whole broken, and we need to eliminate direct calls and use event handlers internally. | ||||
* | First draft of the flags handling for Mozilla bugzilla. | Matěj Cepl | 2011-06-05 | 1 | -2/+5 |
| | | | | Will fix #103 (when reviewed) | ||||
* | Warn against multiple items in some {XML,JSON}RPC calls. | Matěj Cepl | 2011-06-05 | 1 | -0/+30 |
| | | | | Fix #84. | ||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 3 | -158/+82 |
| | |||||
* | Make inline history (if it worked, that is ;)) configurable. | Matěj Cepl | 2011-06-05 | 1 | -4/+0 |
| | | | | | | * 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 | 3 | -207/+115 |
| | | | | | | | 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 | -2/+4 |
| | | | | | | | * Fix Config_gnome.json for new system of killNodes * Make the script more tolerable to non-RH configuration Fixes #75 | ||||
* | All XML-RPC calls are rewritten as JSON-RPC ones. | Matěj Cepl | 2011-06-05 | 1 | -720/+866 |
| | | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history. | ||||
* | Reorganization. | Matěj Cepl | 2011-06-05 | 7 | -0/+1352 |
* fixingAttMIME, rhbzpage, xorgBugCategories moved to data/rhlib directory, * docs directory removed ... keep documentation in JSDocs; rewrite in MD is a waste of time. * move Ehsan’s scripts to separate data/tweaks directory. |