aboutsummaryrefslogtreecommitdiffstats
path: root/data/lib/bzpage.js
Commit message (Expand)AuthorAgeFilesLines
* Higher versions of Firefox are even more strict about undefined variables.1.6Matěj Cepl2012-04-101-43/+45
* Various cleanups.Matěj Cepl2011-10-301-1/+6
* Fix passwords and XML-RPC logins.Matěj Cepl2011-09-041-1/+1
* Better MVC separation ... generating time sheet in content script.Matěj Cepl2011-09-011-0/+3
* Eliminating MakeJSONRPC calls and fixing multiple logins.Matěj Cepl2011-09-011-3/+3
* Adding external ticket reference.Matěj Cepl2011-06-111-0/+7
* Make coloring reporter’s comments working again.Matěj Cepl2011-06-061-1/+0
* Move attachments and comments functions into four separate objects.Matěj Cepl2011-06-051-31/+10
* Moving ahead ... storing the progress for future.Matěj Cepl2011-06-051-0/+2
* First draft of the flags handling for Mozilla bugzilla.Matěj Cepl2011-06-051-1/+1
* Really Eclipseize formatting.Matěj Cepl2011-06-051-24/+24
* Make inline history (if it worked, that is ;)) configurable.Matěj Cepl2011-06-051-1/+1
* Another massive cleanup and simplification of tweak scripts.Matěj Cepl2011-06-051-41/+12
* Make the script working with bugzilla.gnome.orgMatěj Cepl2011-06-051-4/+3
* Removing unimportant parts of the page as a prevention against #65Matěj Cepl2011-06-051-0/+2
* Make my console.myDebug configurable via about:config preference.Matěj Cepl2011-06-051-2/+2
* Comment away activation of tweakBugzilla for 0.99 release.Matěj Cepl2011-06-051-3/+3
* There is no <a name="add_comment"> in 4.0 BZ and it is not necessary anyway.Matěj Cepl2011-06-051-1/+1
* Incompatibility bits.Matěj Cepl2011-06-051-2/+2
* All XML-RPC calls are rewritten as JSON-RPC ones.Matěj Cepl2011-06-051-9/+14
* Reformatting to MoFo coding styleMatěj Cepl2011-06-051-32/+42
* Use self.on and self.postMessage instead of global on and postMessage.Matěj Cepl2011-06-051-2/+2
* Move marking reporter's to otherButtons module.Matěj Cepl2011-06-051-23/+0
* Cut out general bugzilla functions to a special module.Matěj Cepl2011-06-051-345/+0
* CLeaned queries.js so that it is independent of external forces.Matěj Cepl2011-06-051-2/+5
* First ideas about splitting queries to separate module.Matěj Cepl2011-06-051-67/+0
* Fix indentation and else for Mozilla coding guidelines.Matěj Cepl2011-03-231-534/+544
* Don't use RE for distinguishing reporters.Matěj Cepl2011-03-181-2/+2
* Fix local query, the first table is numbered 0, not 1.Matěj Cepl2011-03-161-4/+4
* Make script working with Mozilla bugzilla.Matěj Cepl2011-03-031-4/+8
* Separate logging front-end into special content script.Matěj Cepl2011-03-021-134/+0
* Add unknown PCI ID to the clipboard.Matěj Cepl2011-03-021-0/+4
* Logger at least creates new records.Matěj Cepl2011-03-011-17/+12
* Moved .js files from data/ to data/lib/ so that we don't mix data and code.Matěj Cepl2011-02-231-0/+985