Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sending bugs upstream, adding external bug, and no munching on <title>1.9 | Matěj Cepl | 2013-12-12 | 1 | -3/+5 |
| | | | | | | | | Specifically: * add Evolution to data/newUpstreamBug.json * fix new (and a way better!) ID of the inputBox for the adding external bug ID * remove misjudged attempt to remove Bug from //head/title | ||||
* | Remove function does not always return a value bugs | Matěj Cepl | 2013-08-05 | 1 | -0/+4 |
| | |||||
* | Make 'Add external ticket' button working again. | Matěj Cepl | 2013-08-05 | 1 | -3/+0 |
| | |||||
* | Attempts to make the script work on bugs.eclipse.org. | Matěj Cepl | 2012-04-11 | 1 | -5/+8 |
| | |||||
* | Remove unnecessary call OpenStringInPanel and related function. | Matěj Cepl | 2011-09-04 | 1 | -1/+2 |
| | |||||
* | Eliminating MakeJSONRPC calls and fixing multiple logins. | Matěj Cepl | 2011-09-01 | 1 | -6/+0 |
| | | | | Fixes #113. | ||||
* | Removing GetURL and some overcomplicated parts. | Matěj Cepl | 2011-09-01 | 1 | -35/+26 |
| | |||||
* | Add some simple analysis of dmesg output. | Matěj Cepl | 2011-08-06 | 1 | -17/+25 |
| | | | | | | | Adds to dmesg attachments "check" link filtering on /[fF]ail|[eE]rror|drm/ Fix #111 | ||||
* | Merge branch 'bugzillatweaks' into next. | Matěj Cepl | 2011-07-19 | 1 | -98/+61 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Cepl | 2011-06-11 | 1 | -22/+34 |
| | | | | | | | | Fix #106 | ||||
| * | We should work even when interestingLineArr == 1. | Matěj Cepl | 2011-06-10 | 1 | -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 Cepl | 2011-06-10 | 1 | -2/+3 |
| | | | | | | | | | | | | Conflicts: data/rhlib/rhbzpage.js | ||||
| * | And even chip magic now works with new Attachment objects. | Matěj Cepl | 2011-06-07 | 1 | -3/+1 |
| | | |||||
| * | Move attachments and comments functions into four separate objects. | Matěj Cepl | 2011-06-05 | 1 | -77/+27 |
| | | | | | | | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList. | ||||
| * | Fix broken subsequent calls to message handlers. | Matěj Cepl | 2011-06-05 | 1 | -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 Cepl | 2011-06-05 | 1 | -3/+17 |
| | | | | | | | | Will fix #103 (when reviewed) | ||||
| * | There shouldn't be a semicolon after object member. | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | |||||
| * | Add to the upstreamed bug note about our original bug. | Matěj Cepl | 2011-06-05 | 1 | -2/+3 |
| | | |||||
| * | Make closing bug as UPSTREAM working again. | Matěj Cepl | 2011-06-05 | 1 | -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 Cepl | 2011-06-05 | 1 | -0/+1 |
| | | | | | | | | | | | | * bumping the metadata * when doing makeBacktraceAttachment conditional, we could loose titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js | ||||
| * | Don't allow submit for 0xFFFF component. | Matěj Cepl | 2011-06-05 | 1 | -0/+10 |
| | | | | | | Fix #97 | ||||
| * | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 1 | -71/+71 |
| | | |||||
| * | Another massive cleanup and simplification of tweak scripts. | Matěj Cepl | 2011-06-05 | 1 | -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 | ||||
| * | Make my console.myDebug configurable via about:config preference. | Matěj Cepl | 2011-06-05 | 1 | -2/+1 |
| | | | | | | | | That is the Boolean variable bugzilla-triage.setting.debug | ||||
| * | Reorganization. | Matěj Cepl | 2011-06-05 | 1 | -0/+512 |
| | | | | | | | | * 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 Cepl | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | We should work even when interestingLineArr == 1. | Matěj Cepl | 2011-06-10 | 1 | -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 Cepl | 2011-06-10 | 1 | -3/+4 |
| | |||||
* | Fix broken subsequent calls to message handlers.1.3 | Matěj Cepl | 2011-05-31 | 1 | -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 Cepl | 2011-05-31 | 1 | -3/+17 |
| | | | | Will fix #103 (when reviewed) | ||||
* | There shouldn't be a semicolon after object member. | Matěj Cepl | 2011-05-28 | 1 | -1/+1 |
| | |||||
* | Add to the upstreamed bug note about our original bug. | Matěj Cepl | 2011-05-28 | 1 | -2/+3 |
| | |||||
* | Make closing bug as UPSTREAM working again. | Matěj Cepl | 2011-05-28 | 1 | -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.105 | Matěj Cepl | 2011-05-14 | 1 | -0/+1 |
| | | | | | | * bumping the metadata * when doing makeBacktraceAttachment conditional, we could loose titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js | ||||
* | Don't allow submit for 0xFFFF component. | Matěj Cepl | 2011-05-13 | 1 | -0/+10 |
| | | | Fix #97 | ||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-05-13 | 1 | -71/+71 |
| | |||||
* | Another massive cleanup and simplification of tweak scripts. | Matěj Cepl | 2011-05-07 | 1 | -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 | ||||
* | Make my console.myDebug configurable via about:config preference. | Matěj Cepl | 2011-05-05 | 1 | -2/+1 |
| | | | | That is the Boolean variable bugzilla-triage.setting.debug | ||||
* | Reorganization. | Matěj Cepl | 2011-04-28 | 1 | -0/+510 |
* 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. |