aboutsummaryrefslogtreecommitdiffstats
path: root/data/tweaks
Commit message (Collapse)AuthorAgeFilesLines
* Eliminating MakeJSONRPC calls and fixing multiple logins.Matěj Cepl2011-09-011-37/+5
| | | | Fixes #113.
* Merge branch 'bugzillatweaks' into next.Matěj Cepl2011-07-192-54/+88
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a horribly botched branch merged. Conflicts: chip-data/chipNames.json data/lib/bugzillaDOMFunctions.js data/lib/bzpage.js data/lib/jumpNextBug.js data/lib/otherButtons.js data/lib/queries.js data/lib/util.js data/rhlib/addAttachmentRow.js data/rhlib/fixingAttMIME.js data/rhlib/rhbzpage.js data/tweaks/bug-page-mod.js data/tweaks/viewSource.js lib/libbugzilla.js lib/main.js package.json
| * Stabilization to make it merged to next.Matěj Cepl2011-07-151-121/+138
| |
| * Make check link working again.Matěj Cepl2011-06-061-1/+1
| |
| * 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.
* Notice a duplicity in code between bug-page-mod.js and mozpage.jsMatěj Cepl2011-06-011-1/+2
|
* Fix broken subsequent calls to message handlers.1.3Matěj Cepl2011-05-311-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-05-311-2/+5
| | | | Will fix #103 (when reviewed)
* Warn against multiple items in some {XML,JSON}RPC calls.Matěj Cepl2011-05-131-0/+30
| | | | Fix #84.
* Really Eclipseize formatting.Matěj Cepl2011-05-133-158/+82
|
* Make inline history (if it worked, that is ;)) configurable.Matěj Cepl2011-05-071-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-05-073-213/+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-05-061-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-04-291-709/+867
| | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
* Reorganization.Matěj Cepl2011-04-287-0/+1346
* 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.