aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel methodMatěj Cepl2010-07-252-22/+34
| | | | Fixes #32
* Add util.getParamsFromURL method and use it.Matěj Cepl2010-07-251-8/+5
| | | | Including all tests.
* Add util.getParamsFromURL method to parse URL parameters.Matěj Cepl2010-07-251-6/+30
|
* Move queryForSelection and affiiliated methods to BZPage.Matěj Cepl2010-07-252-106/+106
| | | | 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
* 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 a alert as a prompt to prompts library and use it.Matěj Cepl2010-07-212-3/+14
|
* Makes the scroll-down menu work on bugizlla.mozilla.orgMatěj Cepl2010-07-212-2/+5
| | | | | - so far tested only with MoFo object - fixes #27
* Add util.getObjectKeys for better diagnostic.Matěj Cepl2010-07-201-5/+14
|
* URL for XML-RPC is in the property .url, not directly in XMLRPCDataMatěj Cepl2010-07-191-1/+1
|
* Allow empty Xorg log analysisMatěj Cepl2010-07-196-35/+11
|
* Add import JSON file to logsMatěj Cepl2010-07-193-2/+48
|
* Trying to make jslint happy.Matěj Cepl2010-07-192-10/+4
|
* Yet another fix for the chip magic.Matěj Cepl2010-07-193-11/+14
| | | | | - all constant data moved to this.constantData, so that they are available everywhere.
* Explaining why #2 has been wontfixed.Matěj Cepl2010-07-191-0/+8
|
* Make chip magic working again0.14Matěj Cepl2010-07-182-50/+50
| | | | This was tough, but finally this fixes #24.
* Add a tool to analyze Xorg.0.log filesMatěj Cepl2010-07-183-16/+55
| | | | Fixes #1
* Removing fixElement ... we don't need it anymore when we use innerHTML.Matěj Cepl2010-07-181-15/+0
|
* Make XMLRPC service independent of a bugzilla instance.Matěj Cepl2010-07-174-14/+12
| | | | | | | - activates password dialog only for bugzillas which actually need it - XML-RPC URL is stored in data/XMLRPCdata.json Fixes #23
* Forgot to remove this logging print.Matěj Cepl2010-07-161-1/+0
|
* Make "Query upstream" button working again.Matěj Cepl2010-07-163-10/+7
| | | | Fix #22
* Cleanup shared constants to work over modules.Matěj Cepl2010-07-163-5/+6
| | | | Relates to #12.
* Create a special library prompts, add prompts.prompt, and switch bzpageMatěj Cepl2010-07-164-57/+88
| | | | and logger to use it.
* Bail out if we are not logged in.Matěj Cepl2010-07-163-52/+59
| | | | | | | | Adding our own exception and checking it. Move configuration button to special method of BZPage. A bit of cleanup. Fixes #20 (I hope).
* Use Firefox nsILoginManager to store password and make it optional.0.13Matěj Cepl2010-07-163-12/+56
| | | | Fixes #16.
* Merge branch 'betterPasswordHandling'Matěj Cepl2010-07-164-9/+69
|\
| * change {set,remove}Password to *LoginMatěj Cepl2010-07-161-5/+4
| |
| * Passwords library with unit test.Matěj Cepl2010-07-161-0/+57
| |
| * BSTPrefNS replace by BTSPrefNSMatěj Cepl2010-07-152-6/+6
| |
| * Give getPassword possibility of having different promptMatěj Cepl2010-07-151-3/+6
| |
* | Move even handler installation to later, so we don't hit missing element; ↵Matěj Cepl2010-07-151-7/+8
|/ | | | hopefully
* Make the script more robust against different HTML versions of the commentMatěj Cepl2010-07-151-11/+21
| | | | | | | | | | box location. - use getElementsByName("add_comment")[0].parentNode instead - fix bzpage.prototype.changeAssignee Javadoc, which didn't make any sense - remove superfluous TODOs Fixes #17.
* Overcome cache so that JSON configuration file is not stale (fixes #21).Matěj Cepl2010-07-141-0/+5
|
* make fixMatěj Cepl2010-07-143-10/+9
| | | | | | - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one.
* Make configuration of used packages hostname-sensitive and stored in theMatěj Cepl2010-07-141-15/+17
| | | | | JSON file itself. Fixes #18 Also clear out all FIXMEs.
* Make the package compatible with new require("chrome") policy.0.12Matěj Cepl2010-07-042-1/+3
|
* Fix Fedora BugZappers' signatureMatěj Cepl2010-07-021-3/+3
|
* Fix URL of the default JSON and make the script working even for non-me :)0.10Matěj Cepl2010-07-022-2/+5
|
* Add a configuration button for setting JSON file; fixes #15Matěj Cepl2010-07-011-0/+23
|
* Change default URL of JSON configuration file.Matěj Cepl2010-07-011-1/+1
|
* All I want to do in my life is to make jslint happy.Matěj Cepl2010-07-013-4/+3
|
* Simplify loggingMatěj Cepl2010-07-011-2/+0
|
* enabledPackages defaults to all; fixes #14Matěj Cepl2010-07-011-1/+9
|
* This Request object, not Require! Fixing #7Matěj Cepl2010-07-011-6/+4
|
* Use 'request' module instead of home brewed load{Text,JSON} and httpPOSTMatěj Cepl2010-06-303-146/+84
|
* Move all constant data out of the main JSONMatěj Cepl2010-06-273-27/+27
|