aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix link to the documentationHEADmasterMatěj Cepl2016-12-121-1/+1
|
* Update pluginMatěj Cepl2016-02-032-5/+6
|
* Rebuild to the latest upstreamMatěj Cepl2015-08-032-1/+16
|
* RepackageMatěj Cepl2015-05-122-1/+16
|
* RepackageMatěj Cepl2015-05-122-1/+16
|
* New version and rebuild.reviveFF31Matěj Cepl2015-03-012-1/+16
|
* Rebuild for FF31Matěj Cepl2014-05-092-1/+16
|
* The first attempt to utilize advice from #jetpack channel.Matěj Cepl2014-05-085-24/+112
|
* New version (just rebuild)Matěj Cepl2014-04-252-1/+16
|
* Fix sending bugs upstream, adding external bug, and no munching on <title>1.9Matěj Cepl2013-12-128-12/+32
| | | | | | | | 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
* Bump package.json1.8Matěj Cepl2013-09-112-2/+17
|
* Add a bugMatěj Cepl2013-09-114-0/+81
|
* Remove function does not always return a value bugsMatěj Cepl2013-08-0513-2/+144
|
* Fix use of RPC calls with Bugzilla 4.4.Matěj Cepl2013-08-0511-13/+90
|
* Make 'Add external ticket' button working again.Matěj Cepl2013-08-058-8/+76
|
* Use document.location.pathname instead of .path.Matěj Cepl2013-08-052-2/+2
|
* Remove depreceated calls.Matěj Cepl2013-08-056-20/+20
|
* Add a Bugs Everywhere repository and file current issues.Matěj Cepl2013-08-0521-0/+701
|
* Add data for upstreaming telepathy, empathy, and rhythmbox RH bugs.Matěj Cepl2013-07-093-7/+34
|
* Updates and also add --strip-sdk.Matěj Cepl2013-07-094-6/+35
|
* Fix calls of bugzilla.updateAttachMimeType to the new API.Matěj Cepl2012-09-194-9/+22
| | | | | | Bugzilla guys are working on fix, but they provided workaround. Fixes #124
* Update JSONs to the latest bugzilla.Matěj Cepl2012-06-264-10/+29
| | | | And add a bit of instrumentation for next, when bugzilla changes again.
* Don't make unavailable target for killNodes into Error.1.6.3Matěj Cepl2012-06-168-46/+46
| | | | Also fix .json files not remove now missing target.
* Clean superfluous console.log calls and update HACKINGMatěj Cepl2012-04-118-37/+14
| | | | | With debugging switched off the addons should generate nothing on the console.
* Eh, that's embarrassing! Forgot testing tab.open() :(1.6.2Matěj Cepl2012-04-113-2/+32
|
* Make the script bugs.eclipse.org compatible.Matěj Cepl2012-04-114-54/+55
| | | | Closes #120
* Attempts to make the script work on bugs.eclipse.org.Matěj Cepl2012-04-114-16/+30
|
* Higher versions of Firefox are even more strict about undefined variables.1.6Matěj Cepl2012-04-106-58/+81
| | | | | | | 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 Cepl2012-01-033-10/+25
|
* We have to munge install.rdf to work with wide variety of Firefoxes on Fedora.1.5.2Matěj Cepl2011-11-193-1/+19
| | | | Fixes #118.
* Upgrade for compatibility with Aurora 10.*1.5.1Matěj Cepl2011-11-143-7/+16
|
* Eliminate unusused configuration options.Matěj Cepl2011-11-095-9/+1
| | | | | While writing the brain dump about this add-on I found out that these options are not used any more.
* Stable release.1.5Matěj Cepl2011-10-302-1/+31
| | | | Since now, switching whole project to the maintenance mode only. Sob. :'(
* Make script work even when no credentials are stored!1.4.91Matěj Cepl2011-10-301-0/+4
| | | | Fixes #117.
* Various cleanups.Matěj Cepl2011-10-305-69/+71
| | | | | - Also fix generation of XPI file. - Fix against missing RE keys
* Unbreak with FF8 ... missing var1.4.901.4.8Matěj Cepl2011-09-073-4/+4
| | | | Version 1.4.8
* Make skipping unimportant pages work again.1.4.7Matěj Cepl2011-09-075-9/+19
| | | | | | | Skript generating RE was putting too many \/ into it. New release. Fixes #115.
* New release version.Matěj Cepl2011-09-063-3/+18
|
* configData.matches array is now used as include for PageMod.Matěj Cepl2011-09-062-28/+56
|
* Cache the configuration JSON.Matěj Cepl2011-09-064-218/+134
| | | | | | | So it is available when the website is down and speeds up startup (I hope). Fixes #94.
* Add caching patch from the jetpack repo (rejected).Matěj Cepl2011-09-051-0/+157
|
* Remove unnecessary call OpenStringInPanel and related function.Matěj Cepl2011-09-043-10/+2
|
* Add some comments on very ugly function libbz.loginToAllBugzillas.Matěj Cepl2011-09-042-7/+12
|
* Bump the release.Matěj Cepl2011-09-042-1/+16
|
* Having switched off XML-RPC is not a problem, we should not report it.Matěj Cepl2011-09-042-4/+2
|
* Fix passwords and XML-RPC logins.Matěj Cepl2011-09-045-92/+95
| | | | | 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 Cepl2011-09-015-95/+78
|
* Remove unused LogMessage callMatěj Cepl2011-09-014-17/+0
|
* Use regular expressions instead of long long array of URLs.Matěj Cepl2011-09-011-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 Cepl2011-09-0110-153/+86
| | | | Fixes #113.