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 | 2 | -2/+2 |
| | | | | | | | | 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 depreceated calls. | Matěj Cepl | 2013-08-05 | 5 | -19/+19 |
| | |||||
* | Updates and also add --strip-sdk. | Matěj Cepl | 2013-07-09 | 1 | -0/+1 |
| | |||||
* | Fix calls of bugzilla.updateAttachMimeType to the new API. | Matěj Cepl | 2012-09-19 | 1 | -1/+0 |
| | | | | | | Bugzilla guys are working on fix, but they provided workaround. Fixes #124 | ||||
* | Clean superfluous console.log calls and update HACKING | Matěj Cepl | 2012-04-11 | 3 | -4/+1 |
| | | | | | With debugging switched off the addons should generate nothing on the console. | ||||
* | Eh, that's embarrassing! Forgot testing tab.open() :(1.6.2 | Matěj Cepl | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Make the script bugs.eclipse.org compatible. | Matěj Cepl | 2012-04-11 | 1 | -47/+49 |
| | | | | Closes #120 | ||||
* | Attempts to make the script work on bugs.eclipse.org. | Matěj Cepl | 2012-04-11 | 1 | -5/+2 |
| | |||||
* | Higher versions of Firefox are even more strict about undefined variables.1.6 | Matěj Cepl | 2012-04-10 | 1 | -9/+15 |
| | | | | | | | We cannot apparently add a method to console. Oh well. Also a general cleanup (Eclipse had some complaints). Closes #121 | ||||
* | Hopefully fixes compatibility with bugs.eclipse.org. | Matěj Cepl | 2012-01-03 | 1 | -1/+8 |
| | |||||
* | Eliminate unusused configuration options. | Matěj Cepl | 2011-11-09 | 1 | -1/+1 |
| | | | | | While writing the brain dump about this add-on I found out that these options are not used any more. | ||||
* | Make script work even when no credentials are stored!1.4.91 | Matěj Cepl | 2011-10-30 | 1 | -0/+4 |
| | | | | Fixes #117. | ||||
* | Various cleanups. | Matěj Cepl | 2011-10-30 | 1 | -59/+33 |
| | | | | | - Also fix generation of XPI file. - Fix against missing RE keys | ||||
* | Unbreak with FF8 ... missing var1.4.901.4.8 | Matěj Cepl | 2011-09-07 | 1 | -1/+1 |
| | | | | Version 1.4.8 | ||||
* | Make skipping unimportant pages work again.1.4.7 | Matěj Cepl | 2011-09-07 | 2 | -3/+1 |
| | | | | | | | Skript generating RE was putting too many \/ into it. New release. Fixes #115. | ||||
* | configData.matches array is now used as include for PageMod. | Matěj Cepl | 2011-09-06 | 2 | -28/+56 |
| | |||||
* | Cache the configuration JSON. | Matěj Cepl | 2011-09-06 | 2 | -61/+133 |
| | | | | | | | So it is available when the website is down and speeds up startup (I hope). Fixes #94. | ||||
* | Remove unnecessary call OpenStringInPanel and related function. | Matěj Cepl | 2011-09-04 | 2 | -9/+0 |
| | |||||
* | Add some comments on very ugly function libbz.loginToAllBugzillas. | Matěj Cepl | 2011-09-04 | 1 | -6/+11 |
| | |||||
* | Fix passwords and XML-RPC logins. | Matěj Cepl | 2011-09-04 | 1 | -66/+90 |
| | | | | | Make switching off XML-RPC per-domain not per-user (fixes #107). Login just once per session and domain (fixes #113). | ||||
* | Better MVC separation ... generating time sheet in content script. | Matěj Cepl | 2011-09-01 | 3 | -94/+11 |
| | |||||
* | Remove unused LogMessage call | Matěj Cepl | 2011-09-01 | 2 | -10/+0 |
| | |||||
* | Use regular expressions instead of long long array of URLs. | Matěj Cepl | 2011-09-01 | 1 | -20/+6 |
| | | | | | | Yes, I know https://groups.google.com/d/topic/alt.religion.emacs/DR057Srw5-c/discussion (actually, also http://regex.info/blog/2006-09-15/247 :)) | ||||
* | Eliminating MakeJSONRPC calls and fixing multiple logins. | Matěj Cepl | 2011-09-01 | 2 | -71/+7 |
| | | | | Fixes #113. | ||||
* | Removing GetURL and some overcomplicated parts. | Matěj Cepl | 2011-09-01 | 2 | -18/+11 |
| | |||||
* | Add some simple analysis of dmesg output. | Matěj Cepl | 2011-08-06 | 1 | -2/+2 |
| | | | | | | | Adds to dmesg attachments "check" link filtering on /[fF]ail|[eE]rror|drm/ Fix #111 | ||||
* | Just reformatting and more debug logging. | Matěj Cepl | 2011-08-04 | 2 | -14/+17 |
| | |||||
* | Stabilization to make it merged to next. | Matěj Cepl | 2011-07-15 | 1 | -1/+0 |
| | |||||
* | And even chip magic now works with new Attachment objects. | Matěj Cepl | 2011-06-07 | 1 | -0/+1 |
| | |||||
* | Make sending bugs upstream working (collecting comments was broken). | Matěj Cepl | 2011-06-06 | 1 | -1/+0 |
| | |||||
* | Make fixing MIME types of attachments working again. | Matěj Cepl | 2011-06-06 | 1 | -1/+0 |
| | | | | When the Attachment is suddenly object instead of an array. | ||||
* | Move attachments and comments functions into four separate objects. | Matěj Cepl | 2011-06-05 | 1 | -0/+1 |
| | | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList. | ||||
* | Moving ahead ... storing the progress for future. | Matěj Cepl | 2011-06-05 | 2 | -1/+2 |
| | |||||
* | First draft of the flags handling for Mozilla bugzilla. | Matěj Cepl | 2011-06-05 | 1 | -0/+1 |
| | | | | Will fix #103 (when reviewed) | ||||
* | Make bugs.freedesktop.org supported as well. | Matěj Cepl | 2011-06-05 | 1 | -0/+4 |
| | | | | Fixes #101 | ||||
* | Use new tab.attach() internal page-mod method of creating new upstream bug. | Matěj Cepl | 2011-06-05 | 1 | -8/+14 |
| | | | | Fixes #100 | ||||
* | Revert [e6762f8883], we actually want caching. | Matěj Cepl | 2011-06-05 | 1 | -5/+0 |
| | | | | | See #21 for the original discussion. Lately JSON configuration is more or less stable, so we actually want caching. | ||||
* | Remove unnecessary isOurPage function. | Matěj Cepl | 2011-06-05 | 1 | -8/+6 |
| | |||||
* | Fix the path to makeBacktraceAttachment.js in lib/main.js | Matěj Cepl | 2011-06-05 | 1 | -1/+1 |
| | | | | Fixes #98 | ||||
* | Really Eclipseize formatting. | Matěj Cepl | 2011-06-05 | 6 | -143/+140 |
| | |||||
* | Remove testing tabs.open | Matěj Cepl | 2011-06-05 | 1 | -1/+0 |
| | |||||
* | Another massive cleanup and simplification of tweak scripts. | Matěj Cepl | 2011-06-05 | 2 | -0/+4 |
| | | | | | | | 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 Cepl | 2011-06-05 | 2 | -31/+60 |
| | | | | | | * 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 Cepl | 2011-06-05 | 1 | -7/+17 |
| | | | | That is the Boolean variable bugzilla-triage.setting.debug | ||||
* | Make the script more reliable against JSON-hosting sites being down. | Matěj Cepl | 2011-06-05 | 1 | -0/+2 |
| | | | | Fixes #92 | ||||
* | "all" keyword in enabledPackages configuration didn't work. | Matěj Cepl | 2011-06-05 | 1 | -3/+2 |
| | | | | | | Bad use of Array.slice. Fixes #89 | ||||
* | All XML-RPC calls are rewritten as JSON-RPC ones. | Matěj Cepl | 2011-06-05 | 2 | -31/+67 |
| | | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history. | ||||
* | Reorganization. | Matěj Cepl | 2011-06-05 | 1 | -12/+12 |
| | | | | | | | | * 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. | ||||
* | Reformatting to MoFo coding style | Matěj Cepl | 2011-06-05 | 7 | -195/+211 |
| | |||||
* | Allow working with the log record without a comment. | Matěj Cepl | 2011-06-05 | 1 | -2/+2 |
| | | | | Fixes #71 |