aboutsummaryrefslogtreecommitdiffstats
path: root/data/rhlib
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary call OpenStringInPanel and related function.Matěj Cepl2011-09-041-1/+2
|
* Having switched off XML-RPC is not a problem, we should not report it.Matěj Cepl2011-09-041-2/+1
|
* Fix passwords and XML-RPC logins.Matěj Cepl2011-09-041-2/+2
| | | | | Make switching off XML-RPC per-domain not per-user (fixes #107). Login just once per session and domain (fixes #113).
* Eliminating MakeJSONRPC calls and fixing multiple logins.Matěj Cepl2011-09-013-26/+6
| | | | Fixes #113.
* Removing GetURL and some overcomplicated parts.Matěj Cepl2011-09-011-35/+26
|
* Add some simple analysis of dmesg output.Matěj Cepl2011-08-061-17/+25
| | | | | | | Adds to dmesg attachments "check" link filtering on /[fF]ail|[eE]rror|drm/ Fix #111
* Merge branch 'bugzillatweaks' into next.Matěj Cepl2011-07-193-102/+64
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Adding external ticket reference.Matěj Cepl2011-06-111-22/+34
| | | | | | | | Fix #106
| * 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-2/+3
| | | | | | | | | | | | Conflicts: data/rhlib/rhbzpage.js
| * And even chip magic now works with new Attachment objects.Matěj Cepl2011-06-072-4/+1
| |
| * Make fixing MIME types of attachments working again.Matěj Cepl2011-06-061-3/+3
| | | | | | | | When the Attachment is suddenly object instead of an array.
| * Move attachments and comments functions into four separate objects.Matěj Cepl2011-06-051-77/+27
| | | | | | | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList.
| * Fix broken subsequent calls to message handlers.Matěj Cepl2011-06-051-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-06-051-3/+17
| | | | | | | | Will fix #103 (when reviewed)
| * There shouldn't be a semicolon after object member.Matěj Cepl2011-06-051-1/+1
| |
| * Add to the upstreamed bug note about our original bug.Matěj Cepl2011-06-051-2/+3
| |
| * Make closing bug as UPSTREAM working again.Matěj Cepl2011-06-051-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.Matěj Cepl2011-06-052-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-06-052-0/+229
| | | | | | | | Fixes #79
| * Don't allow submit for 0xFFFF component.Matěj Cepl2011-06-051-0/+10
| | | | | | Fix #97
| * Really Eclipseize formatting.Matěj Cepl2011-06-053-84/+84
| |
| * Another massive cleanup and simplification of tweak scripts.Matěj Cepl2011-06-051-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-06-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-06-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-06-051-7/+4
| | | | | | | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
| * Reorganization.Matěj Cepl2011-06-053-0/+676
| | | | | | | | * 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.
* Palmface :( made a nice endless recursion.Matěj Cepl2011-07-191-1/+1
|
* 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.