aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-09-07 17:12:48 +0200
committerMatěj Cepl <mcepl@redhat.com>2011-09-07 18:59:39 +0200
commit5633f921c92425ede58ee06f3ebbd060b00fea1d (patch)
treea356d16d790f4172fb3efeeb3aa01b294e26db7e
parentb6e4ec64e4d5e4657bbb4e70e5ae19fa6d869a70 (diff)
downloadbugzilla-triage-1.4.90.tar.gz
Unbreak with FF8 ... missing var1.4.901.4.8
Version 1.4.8
-rw-r--r--lib/libbugzilla.js2
-rw-r--r--package.json2
-rw-r--r--update.rdf4
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libbugzilla.js b/lib/libbugzilla.js
index 53363a4..7458601 100644
--- a/lib/libbugzilla.js
+++ b/lib/libbugzilla.js
@@ -300,7 +300,7 @@ function loginToAllBugzillas(callback) {
if ("enabledPackages" in config.gJSONData.configData) {
// For all bugzillas we are interested in ...
- for (bugzillaHost in config.gJSONData.configData.enabledPackages) {
+ for (var bugzillaHost in config.gJSONData.configData.enabledPackages) {
passUtils.search({
url: "https://" + bugzillaHost,
realm: BTSPassRealm,
diff --git a/package.json b/package.json
index 3a10c4f..d30bb12 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"description": "Additional buttons and other function helping in the triage on bugzilla",
"author": "Matej Cepl (http://matej.ceplovi.cz)",
"license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL",
- "version": "1.4.7",
+ "version": "1.4.8",
"contributors": [
"Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>",
"Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>",
diff --git a/update.rdf b/update.rdf
index be66e6b..d060777 100644
--- a/update.rdf
+++ b/update.rdf
@@ -159,7 +159,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
</li>
<li>
<Description>
- <em:version>1.4.7</em:version>
+ <em:version>1.4.8</em:version>
<em:targetApplication>
<Description>
<em:id>
@@ -167,7 +167,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<em:minVersion>4.0b7</em:minVersion>
<em:maxVersion>9.0a1</em:maxVersion>
<em:updateLink>
- https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.7.xpi</em:updateLink>
+ https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.8.xpi</em:updateLink>
</Description>
</em:targetApplication>
</Description>