aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib
Commit message (Collapse)AuthorAgeFilesLines
* We should work even when interestingLineArr == 1.Matěj Cepl2011-06-101-1/+1
| | | | We shouldn't check for its length, but for the length of interestingPCIID.
* Separate PCI ID components with colon not with comma.Matěj Cepl2011-06-101-3/+4
|
* Fix broken subsequent calls to message handlers.1.3Matěj Cepl2011-05-311-2/+2
| | | | | | | 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-3/+17
| | | | Will fix #103 (when reviewed)
* There shouldn't be a semicolon after object member.Matěj Cepl2011-05-281-1/+1
|
* Add to the upstreamed bug note about our original bug.Matěj Cepl2011-05-281-2/+3
|
* Make closing bug as UPSTREAM working again.Matěj Cepl2011-05-281-2/+6
| | | | | | | Actually, wholeURL must be initialized and wholeURL is string, not an object which would have host property). Fixes #102
* New release 0.105.0.105Matěj Cepl2011-05-142-1/+1
| | | | | | * bumping the metadata * when doing makeBacktraceAttachment conditional, we could loose titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js
* Move RH BZ-related XMLRPC calls to data/rhlib/ directory.Matěj Cepl2011-05-132-0/+229
| | | | Fixes #79
* 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.