aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib
Commit message (Collapse)AuthorAgeFilesLines
* Don't allow submit for 0xFFFF component.Matěj Cepl2011-05-131-0/+10
| | | Fix #97
* Really Eclipseize formatting.Matěj Cepl2011-05-133-84/+84
|
* Another massive cleanup and simplification of tweak scripts.Matěj Cepl2011-05-071-2/+1
| | | | | | | bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88
* Add makeJSONRPCCallWithLogin, and other small issues.Matěj Cepl2011-05-051-0/+1
| | | | | | * Release 0.102 * Don't react on bugzilla.gnome.org per default * Simplify handling of preferences and debugging output.
* Make my console.myDebug configurable via about:config preference.Matěj Cepl2011-05-051-2/+1
| | | | That is the Boolean variable bugzilla-triage.setting.debug
* All XML-RPC calls are rewritten as JSON-RPC ones.Matěj Cepl2011-04-291-7/+4
| | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
* Reorganization.Matěj Cepl2011-04-283-0/+674
* 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.