aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix sending bugs upstream, adding external bug, and no munching on <title>1.9Matěj Cepl2013-12-121-2/+1
| | | | | | | | Specifically: * add Evolution to data/newUpstreamBug.json * fix new (and a way better!) ID of the inputBox for the adding external bug ID * remove misjudged attempt to remove Bug from //head/title
* Remove depreceated calls.Matěj Cepl2013-08-051-5/+5
|
* Updates and also add --strip-sdk.Matěj Cepl2013-07-091-0/+1
|
* Fix calls of bugzilla.updateAttachMimeType to the new API.Matěj Cepl2012-09-191-1/+0
| | | | | | Bugzilla guys are working on fix, but they provided workaround. Fixes #124
* Clean superfluous console.log calls and update HACKINGMatěj Cepl2012-04-111-1/+0
| | | | | With debugging switched off the addons should generate nothing on the console.
* Eh, that's embarrassing! Forgot testing tab.open() :(1.6.2Matěj Cepl2012-04-111-1/+1
|
* Attempts to make the script work on bugs.eclipse.org.Matěj Cepl2012-04-111-5/+2
|
* Hopefully fixes compatibility with bugs.eclipse.org.Matěj Cepl2012-01-031-1/+8
|
* Make skipping unimportant pages work again.1.4.7Matěj Cepl2011-09-071-2/+0
| | | | | | | Skript generating RE was putting too many \/ into it. New release. Fixes #115.
* configData.matches array is now used as include for PageMod.Matěj Cepl2011-09-061-13/+8
|
* Cache the configuration JSON.Matěj Cepl2011-09-061-1/+1
| | | | | | | So it is available when the website is down and speeds up startup (I hope). Fixes #94.
* Remove unnecessary call OpenStringInPanel and related function.Matěj Cepl2011-09-041-4/+0
|
* Better MVC separation ... generating time sheet in content script.Matěj Cepl2011-09-011-3/+4
|
* Remove unused LogMessage callMatěj Cepl2011-09-011-6/+0
|
* Use regular expressions instead of long long array of URLs.Matěj Cepl2011-09-011-20/+6
| | | | | | Yes, I know https://groups.google.com/d/topic/alt.religion.emacs/DR057Srw5-c/discussion (actually, also http://regex.info/blog/2006-09-15/247 :))
* Eliminating MakeJSONRPC calls and fixing multiple logins.Matěj Cepl2011-09-011-30/+1
| | | | Fixes #113.
* Removing GetURL and some overcomplicated parts.Matěj Cepl2011-09-011-7/+11
|
* Just reformatting and more debug logging.Matěj Cepl2011-08-041-0/+1
|
* And even chip magic now works with new Attachment objects.Matěj Cepl2011-06-071-0/+1
|
* Make sending bugs upstream working (collecting comments was broken).Matěj Cepl2011-06-061-1/+0
|
* Move attachments and comments functions into four separate objects.Matěj Cepl2011-06-051-0/+1
| | | | | Specifically there are objects AttachList, Attachment, Comment, and CommentList.
* Moving ahead ... storing the progress for future.Matěj Cepl2011-06-051-0/+1
|
* First draft of the flags handling for Mozilla bugzilla.Matěj Cepl2011-06-051-0/+1
| | | | Will fix #103 (when reviewed)
* Make bugs.freedesktop.org supported as well.Matěj Cepl2011-06-051-0/+4
| | | | Fixes #101
* Remove unnecessary isOurPage function.Matěj Cepl2011-06-051-8/+6
|
* Fix the path to makeBacktraceAttachment.js in lib/main.jsMatěj Cepl2011-06-051-1/+1
| | | | Fixes #98
* Really Eclipseize formatting.Matěj Cepl2011-06-051-19/+18
|
* Remove testing tabs.openMatěj Cepl2011-06-051-1/+0
|
* Another massive cleanup and simplification of tweak scripts.Matěj Cepl2011-06-051-0/+1
| | | | | | | bugs on bugzilla.mozilla.org now work as well, although the history is still not shown inline, which remains for 1.1. Fixes #88
* Add makeJSONRPCCallWithLogin, and other small issues.Matěj Cepl2011-06-051-6/+18
| | | | | | * Release 0.102 * Don't react on bugzilla.gnome.org per default * Simplify handling of preferences and debugging output.
* All XML-RPC calls are rewritten as JSON-RPC ones.Matěj Cepl2011-06-051-1/+10
| | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
* Reorganization.Matěj Cepl2011-06-051-12/+12
| | | | | | | | * fixingAttMIME, rhbzpage, xorgBugCategories moved to data/rhlib directory, * docs directory removed ... keep documentation in JSDocs; rewrite in MD is a waste of time. * move Ehsan’s scripts to separate data/tweaks directory.
* Reformatting to MoFo coding styleMatěj Cepl2011-06-051-63/+72
|
* Make the categories work only for Xorg bugs.Matěj Cepl2011-06-051-1/+1
|
* Add the roll-down list for selection of categories.Matěj Cepl2011-06-051-0/+1
|
* Don't create new elements, just add relational <link>s.Matěj Cepl2011-06-051-1/+1
|
* Cut out general bugzilla functions to a special module.Matěj Cepl2011-06-051-1/+4
|
* Starting another module ... all small embelishments to the page.Matěj Cepl2011-06-051-0/+1
|
* First ideas about splitting queries to separate module.Matěj Cepl2011-06-051-0/+1
|
* Working on cutting down lines from bug-page-mod.jsMatěj Cepl2011-06-051-7/+9
|
* Merge branch 'Ehsan' into bugzillatweaksMatěj Cepl2011-03-241-1/+20
|\ | | | | | | | | | | Conflicts: lib/main.js package.json
| * Apply tweaks to landfill (test) bugzilla installations at bugzilla.org.Steve Fink2011-02-171-1/+1
| |
| * Update to new Addon SDK page-mod and context-menu modulesHeather Arthur2011-02-151-0/+65
| |
| * Move main.js to bug-page-mod.jsHeather Arthur2011-02-151-1148/+0
| |
| * Replace + signs in the quicksearch parameter with spacesEhsan Akhgari2010-11-031-1/+1
| |
| * Put the quicksearch text in the search boxes so that they can be editedEhsan Akhgari2010-11-011-0/+17
| |
| * Show the Review link for process_bug.cgi pagesEhsan Akhgari2010-10-281-5/+1
| |
| * Add a link to collapse all of tbplbot's commentsEhsan Akhgari2010-09-171-0/+33
| |
| * Fix Bugzilla Tweaks in debug buildsEhsan Akhgari2010-09-101-1/+1
| |
| * Tweak the regular expression to support linkifying attachment flags in ↵Ehsan Akhgari2010-07-151-1/+1
| | | | | | | | Bugzilla 3.6 again