aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix version numberMatěj Cepl2010-09-141-1/+1
|
* Fixed number of lines in the head of the Xorg.0.log analysisMatěj Cepl2010-09-141-2/+3
| | | | Fixes #48
* Make certain that this.bugNo is really numerical value of bug number.Matěj Cepl2010-09-102-36/+15
| | | | | | | | | Fixes #45 * move getLogin and getPassword to bzpage (upstream bugzilla actually has SOME XML-RPC) * don't test for correct bug number in logger, when we have the bug no. correct in the first place.
* Getting Bug.get via XML-RPCMatěj Cepl2010-09-104-24/+77
|
* Add console.log to show what's going on in getOptionTableCellMatěj Cepl2010-09-101-0/+1
|
* Impove Xorg analysis results0.23Matěj Cepl2010-09-061-0/+7
| | | | | * remove headers which are always the same * add summary with number of matching lines.
* Fix version number0.22Matěj Cepl2010-09-031-1/+1
|
* Rebuild with the latest Jetpack-SDKMatěj Cepl2010-09-031-0/+18
|
* We don't have getVersion method anymore0.21Matěj Cepl2010-08-204-6/+21
|
* Make file to run subMakefile in mirroring directoryMatěj Cepl2010-08-191-3/+4
|
* Actually really fix #43 and simplification of collecting information.0.20Matěj Cepl2010-08-195-80/+70
| | | | Release 0.20
* Changed RH Bugzilla moved reporter's address to other column. Fixed.0.19Matěj Cepl2010-08-193-1/+24
| | | | Fixes #43
* Fix update.rdf, so that Firefox actually updates this extension.Matěj Cepl2010-08-191-15/+6
|
* Add sha1: to em:updateHash of update.rdfMatěj Cepl2010-08-191-4/+4
|
* Fix well-formdness of update.rdfMatěj Cepl2010-08-191-1/+1
|
* Forgot change the name of the file0.18Matěj Cepl2010-08-191-1/+1
|
* Merge branch 'fhrepo/master' of ↵Matěj Cepl2010-08-190-0/+0
|\ | | | | | | ssh://git.fedorahosted.org/git/bugzilla-triage-scripts
| * Make skipping attachments workingMatěj Cepl2010-08-193-18/+15
| | | | | | | | | | | | | | | | - add attachment.cgi$ to skipMatches regexp - NotLoggedinException should be caught in main.js not in rhbzpage.js Fixes #41 New release 0.18
* | Make skipping attachments workingMatěj Cepl2010-08-194-18/+34
|/ | | | | | | | - add attachment.cgi$ to skipMatches regexp - NotLoggedinException should be caught in main.js not in rhbzpage.js Fixes #41 New release 0.18
* New release 0.170.17Matěj Cepl2010-08-162-1/+20
| | | | | | | | | * support for bugzilla.gnome.org (with removal of original buttons) * related to the previous: new configuration option * configData.killNodes * support the latest changes in bugzilla.redhat.com (fixes #40) * compatible with Firefox 4.0beta4 (strict mode is actually taken * seriously)
* Catch up with changes in new RH bugzillaMatěj Cepl2010-08-162-10/+14
| | | | - also add a diagnostics for future use.
* Make scripts compatible with bugzilla.gnome.orgMatěj Cepl2010-08-083-35/+45
| | | | | | | | | Fixes #38 - Eliminate automatic "all" packages for bugzillas undefined in enabledPackages object, - Config_data.json: do have enabledPackages with RH BZ "all" comments - Fix spread of buttons in Gnome BZ
* More compatibility with bugzilla.gnome.orgMatěj Cepl2010-08-081-2/+24
|
* Gnome makes emails much more complicated.Matěj Cepl2010-08-063-3/+127
| | | | | Also adding bugzilla.gnome.org to the default JSON so that it can be configured to some other JSON file.
* Remove elements based on the configuration JSON file (configData.killNodesMatěj Cepl2010-08-052-0/+30
| | | | object).
* Regexps for matching URLs is configuration and should be in JSON, notMatěj Cepl2010-07-292-20/+5
| | | | | statically included in data/ subdirectory. (cherry picked from commit 0728e2ad4809619cd3ba5215252a52df85697940)
* Another in the series "I've asked for the strict checking, and I've gotMatěj Cepl2010-07-292-5/+7
| | | | one" ;)
* We check this.response.status everywhereMatěj Cepl2010-07-283-49/+59
| | | | - plus make jslint a little bit more sane (eqeqeq: false).
* Firefox 4.0 we have undeclared variable here.Matěj Cepl2010-07-281-1/+1
|
* this.checkComments has not been activated in non-RH type page objects.Matěj Cepl2010-07-282-1/+1
|
* work on analyzeXorgLogMatěj Cepl2010-07-281-11/+16
| | | | | - unsuccessful attempt to change Firefox's cursor - don't do anything when network error happens
* Forgotten loading of the clipboard library.Matěj Cepl2010-07-281-0/+1
|
* Move notifications to prompts where it belongs.Matěj Cepl2010-07-272-34/+36
|
* That would be actually nice to actually return the email fromMatěj Cepl2010-07-272-3/+3
| | | | this.parseMailto when we actually collected it.
* Update sha1 checksumMatěj Cepl2010-07-251-1/+1
|
* Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel methodMatěj Cepl2010-07-253-23/+35
| | | | Fixes #32
* Add util.getParamsFromURL method and use it.Matěj Cepl2010-07-252-12/+8
| | | | Including all tests.
* Add util.getParamsFromURL method to parse URL parameters.Matěj Cepl2010-07-252-13/+62
|
* Move queryForSelection and affiiliated methods to BZPage.Matěj Cepl2010-07-254-107/+126
| | | | Plus another attempt to make update.rdf work.
* Now when we know how to load in background, do it always.Matěj Cepl2010-07-242-1/+7
|
* undefined !== null and if (undefined) is not if (null)Matěj Cepl2010-07-241-4/+3
| | | | | - prompts.prompt* should return null when cancelled - don't return undefined when you meant to throw an exception
* Add update.rdf a hopefully make it working.Matěj Cepl2010-07-243-3/+38
| | | | Rename to bugzilla-triage-scripts in package.json
* More resistance to differences with bugzilla.mozilla.orgMatěj Cepl2010-07-232-14/+28
| | | | Fixes #30
* Not everybody has data to determine maintCCAddrMatěj Cepl2010-07-231-2/+6
|
* Actually QueryUpstream needs t.activate fix as well.Matěj Cepl2010-07-231-2/+2
|
* t.activate() really doesn't exist and we should really useMatěj Cepl2010-07-231-3/+2
| | | | | | this.maintCCAddr Fixes #28 and #29
* Add stock responses for bugzilla.gnome.orgMatěj Cepl2010-07-231-0/+76
|
* Add an icon ... not sure how to include it though.Matěj Cepl2010-07-221-0/+0
|
* Release 0.150.15Matěj Cepl2010-07-211-1/+1
|
* Add a alert as a prompt to prompts library and use it.Matěj Cepl2010-07-212-3/+14
|