aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest Request APIMatěj Cepl2010-10-101-18/+17
|
* A bit of cleanup ... removed one TODOMatěj Cepl2010-09-301-5/+9
|
* Use createDeadLink method, it's better for your soul.Matěj Cepl2010-09-301-12/+5
|
* All button-links in the top row is generated by createDeadLinkMatěj Cepl2010-09-271-1/+1
|
* Fix fixAllButton (missing that = this).Matěj Cepl2010-09-271-3/+4
| | | | Fixes #53.
* Massive reformatting to make Eclipse happyMatěj Cepl2010-09-251-3/+5
|
* innerHTML is a good servant ... scrap it, it is bad servant even.Matěj Cepl2010-09-231-8/+4
|
* Adding parsed backtraces seems to be functional. Yuhooo! \o/Matěj Cepl2010-09-211-49/+45
| | | | | * rhbzpage.addNewAttachmentRow finally beaten into submission * util.parseXMLfromString ... it is better to hide this
* Make showing parsed backtrace at least workingMatěj Cepl2010-09-201-20/+43
| | | | | | | | * Fill always this.parsedAttachments parameter with attachments with parsed backtraces * Add a ton of Javadocs to rhbzpage methods * The window with parsed backtrace should be on the top * addNewAttachmentRow is called but made ineffective
* Add checking of HTTP status in rhbzpage.showAttachmentMatěj Cepl2010-09-191-7/+13
|
* Fix .split() methodMatěj Cepl2010-09-191-3/+0
|
* First working version.Matěj Cepl2010-09-181-45/+90
| | | | | | Missing AJAX-style adding an attachment row to the attachment table. Add createDeadLink function, we don't need to use href='#'
* Wrong id parameter of <a id='showBacktrace' elementMatěj Cepl2010-09-171-3/+6
|
* A lot of hacking, but still not working.Matěj Cepl2010-09-171-33/+38
|
* Some thoughts on the backtrace showingMatěj Cepl2010-09-171-49/+47
|
* First attempt to attach backtraces instead of pasting them into commentsMatěj Cepl2010-09-171-7/+44
|
* Add also chipset and driver information to the Xorg log analysisMatěj Cepl2010-09-151-2/+3
| | | | * also adding removeDuplicates to util.js
* Fixed number of lines in the head of the Xorg.0.log analysisMatěj Cepl2010-09-141-2/+3
| | | | Fixes #48
* Getting Bug.get via XML-RPCMatěj Cepl2010-09-101-20/+0
|
* 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.
* We don't have getVersion method anymore0.21Matěj Cepl2010-08-201-3/+2
|
* Actually really fix #43 and simplification of collecting information.0.20Matěj Cepl2010-08-191-12/+19
| | | | Release 0.20
* Make skipping attachments workingMatěj Cepl2010-08-191-10/+1
| | | | | | | | - add attachment.cgi$ to skipMatches regexp - NotLoggedinException should be caught in main.js not in rhbzpage.js Fixes #41 New release 0.18
* Another in the series "I've asked for the strict checking, and I've gotMatěj Cepl2010-07-291-4/+6
| | | | one" ;)
* We check this.response.status everywhereMatěj Cepl2010-07-281-24/+30
| | | | - plus make jslint a little bit more sane (eqeqeq: false).
* this.checkComments has not been activated in non-RH type page objects.Matěj Cepl2010-07-281-1/+0
|
* work on analyzeXorgLogMatěj Cepl2010-07-281-11/+16
| | | | | - unsuccessful attempt to change Firefox's cursor - don't do anything when network error happens
* Fix RHBugzillaPage.addClosingUpstream and BZPage.selectOptionByLabel methodMatěj Cepl2010-07-251-21/+10
| | | | Fixes #32
* Move queryForSelection and affiiliated methods to BZPage.Matěj Cepl2010-07-251-105/+42
| | | | Plus another attempt to make update.rdf work.
* Now when we know how to load in background, do it always.Matěj Cepl2010-07-241-1/+5
|
* More resistance to differences with bugzilla.mozilla.orgMatěj Cepl2010-07-231-5/+8
| | | | 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
* 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-191-4/+9
|
* Add import JSON file to logsMatěj Cepl2010-07-191-0/+1
|
* Trying to make jslint happy.Matěj Cepl2010-07-191-9/+3
|
* Yet another fix for the chip magic.Matěj Cepl2010-07-191-3/+10
| | | | | - all constant data moved to this.constantData, so that they are available everywhere.
* Make chip magic working again0.14Matěj Cepl2010-07-181-50/+49
| | | | This was tough, but finally this fixes #24.
* Add a tool to analyze Xorg.0.log filesMatěj Cepl2010-07-181-12/+42
| | | | 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-171-3/+7
| | | | | | | - activates password dialog only for bugzillas which actually need it - XML-RPC URL is stored in data/XMLRPCdata.json Fixes #23
* Make "Query upstream" button working again.Matěj Cepl2010-07-161-2/+2
| | | | Fix #22
* Cleanup shared constants to work over modules.Matěj Cepl2010-07-161-2/+1
| | | | Relates to #12.
* Bail out if we are not logged in.Matěj Cepl2010-07-161-1/+10
| | | | | | | | 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-161-1/+5
| | | | Fixes #16.
* Move even handler installation to later, so we don't hit missing element; ↵Matěj Cepl2010-07-151-7/+8
| | | | hopefully
* make fixMatěj Cepl2010-07-141-4/+4
| | | | | | - check for occurrence of FIXME in all lib/*.js files. - clear out obsolete ones - add fix target as dependency of all one.
* Fix Fedora BugZappers' signatureMatěj Cepl2010-07-021-3/+3
|