diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 14:17:30 -0400 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-08-19 14:54:43 -0400 |
commit | 3c7ce2acd32114ba6a9e49aa8af23516261e3c6f (patch) | |
tree | 8e7dc949f1087c30d2a2a73b5c1ba336e604c648 /update.rdf | |
parent | 3ace26856d4fb2ea82de39ec7a97a7fb1c0c63ca (diff) | |
download | bugzilla-triage-3c7ce2acd32114ba6a9e49aa8af23516261e3c6f.tar.gz |
Make skipping attachments working
- add attachment.cgi$ to skipMatches regexp
- NotLoggedinException should be caught in main.js not in rhbzpage.js
Fixes #41
New release 0.18
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -62,6 +62,25 @@ <em:updateHash>79892e43899a2decfedbb24ea22906443ce37fe6</em:updateHash> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.18</em:version> <!-- This is the version number of the add-on --> + <!-- One targetApplication for each application the add-on is compatible with --> + <em:targetApplication> + <RDF:Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>3.6</em:minVersion> + <em:maxVersion>4.*</em:maxVersion> + </RDF:Description> + </em:targetApplication> + <!-- This is where this version of the add-on will be downloaded from --> + <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.17.xpi</em:updateLink> + + <!-- A page describing what is new in this updated version --> + <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> + <em:updateHash>de3446a5ca8fb10a42d510bb11fbba0e5251edb9</em:updateHash> + </RDF:Description> + </RDF:li> </RDF:Seq> </em:updates> </RDF:Description> |