aboutsummaryrefslogtreecommitdiffstats
path: root/data/tweaks
Commit message (Collapse)AuthorAgeFilesLines
* Next step in rewriting bug-page-mod.js.Matěj Cepl2011-06-051-164/+166
|
* Move attachments and comments functions into four separate objects.Matěj Cepl2011-06-051-4/+4
| | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList.
* Moving ahead ... storing the progress for future.Matěj Cepl2011-06-051-59/+43
|
* Notice a duplicity in code between bug-page-mod.js and mozpage.jsMatěj Cepl2011-06-051-1/+2
|
* Fix broken subsequent calls to message handlers.Matěj Cepl2011-06-051-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 Cepl2011-06-051-2/+5
| | | | Will fix #103 (when reviewed)
* Warn against multiple items in some {XML,JSON}RPC calls.Matěj Cepl2011-06-051-0/+30
| | | | Fix #84.
* Really Eclipseize formatting.Matěj Cepl2011-06-053-158/+82
|
* Make inline history (if it worked, that is ;)) configurable.Matěj Cepl2011-06-051-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 Cepl2011-06-053-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.orgMatěj Cepl2011-06-051-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 Cepl2011-06-051-720/+866
| | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
* Reorganization.Matěj Cepl2011-06-057-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.