aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add makeJSONRPCCallWithLogin, and other small issues.Matěj Cepl2011-05-052-31/+60
| | | | | | * Release 0.102 * Don't react on bugzilla.gnome.org per default * Simplify handling of preferences and debugging output.
* Make my console.myDebug configurable via about:config preference.Matěj Cepl2011-05-051-7/+17
| | | | That is the Boolean variable bugzilla-triage.setting.debug
* Make the script more reliable against JSON-hosting sites being down.Matěj Cepl2011-05-051-0/+2
| | | | Fixes #92
* "all" keyword in enabledPackages configuration didn't work.Matěj Cepl2011-05-021-3/+2
| | | | | | Bad use of Array.slice. Fixes #89
* All XML-RPC calls are rewritten as JSON-RPC ones.Matěj Cepl2011-04-292-31/+67
| | | | | * also MakeJSONRPCall is a functional call now * reorganization for dealing with the history.
* Reorganization.Matěj Cepl2011-04-281-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-04-287-195/+211
|
* Allow working with the log record without a comment.Matěj Cepl2011-04-281-2/+2
| | | | Fixes #71
* Two small typosMatěj Cepl2011-04-281-1/+2
| | | | | | * it is config.XorgLogAnalysis not lowercase one * timeSheetRecordsPrinter needs to be declared, otherwise it is not available inside of the logger.js module itself.
* We were missing many attributes from configData.Matěj Cepl2011-04-261-9/+10
|
* Make the categories work only for Xorg bugs.Matěj Cepl2011-04-221-1/+1
|
* Add the roll-down list for selection of categories.Matěj Cepl2011-04-221-0/+1
|
* Make logger.timeSheetRecordsPrinter testeable and add unit test.Matěj Cepl2011-04-171-7/+6
|
* Auch! Say NO to the copy&paste inheritance!Matěj Cepl2011-04-172-17/+21
| | | | | | * leadingZero made into special function exported from xmlrpc module (it is now able to accept either number of string as its parameter) * added tests for leadingZero
* Generate better <title> for the timesheet.Matěj Cepl2011-04-162-21/+36
|
* Don't create new elements, just add relational <link>s.Matěj Cepl2011-04-071-1/+1
|
* Fix ommitted merge conflict in lib/main.jsMatěj Cepl2011-03-251-6/+0
|
* Merge branch 'next' of gitorious.org:addon-sdk/bugzilla-triage-scripts into nextMatěj Cepl2011-03-251-0/+6
|\ | | | | | | | | | | Conflicts: data/lib/rhbzpage.js lib/main.js
| * Working on cutting down lines from bug-page-mod.jsMatěj Cepl2011-03-253-10/+11
| |
* | Cut out general bugzilla functions to a special module.Matěj Cepl2011-03-251-1/+4
| |
* | Starting another module ... all small embelishments to the page.Matěj Cepl2011-03-251-0/+1
| |
* | First ideas about splitting queries to separate module.Matěj Cepl2011-03-251-0/+1
| |
* | Working on cutting down lines from bug-page-mod.jsMatěj Cepl2011-03-253-10/+11
|/
* Merge branch 'Ehsan' into bugzillatweaksMatěj Cepl2011-03-242-1/+75
|\ | | | | | | | | | | 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
| |
| * Use Chrome Authority to access the Cookie Manager API which requires chrome ↵Ehsan Akhgari2010-09-101-0/+1
| | | | | | | | privileges
| * Remove the clipboard module because it's now in Jetpack SDK coreEhsan Akhgari2010-09-101-59/+0
| |
| * 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
| * Remove the support for user name autocomplete because bugzilla.mozilla.org ↵Ehsan Akhgari2010-07-091-121/+0
| | | | | | | | is moving to Bugzilla 3.6 which provides this functionality by default
| * Re-enable the context menu; work-around and initial patch by Drew Willcoxontweaks-1.0Ehsan Akhgari2010-06-281-37/+36
| |
| * Remove the context menu stuff until we have a work-around for context menu ↵Ehsan Akhgari2010-06-281-0/+4
| | | | | | | | items appearing multiple times
| * Add license header to main.jsEhsan Akhgari2010-05-311-0/+37
| |
| * Don't show our context menu options on other pagesEhsan Akhgari2010-05-311-2/+11
| |
| * Remove the context menu on page unloadEhsan Akhgari2010-05-311-0/+6
| |
| * Don't show an empty name in the CC autocomplete listEhsan Akhgari2010-05-311-1/+1
| |
| * Don't pass cookie XPCOM objects across package boundariesEhsan Akhgari2010-05-312-4/+15
| |
| * We can't modify a menu's label, so switch to 'Toggle' in the labelEhsan Akhgari2010-05-311-9/+3
| |
| * Correct the exported function nameEhsan Akhgari2010-05-311-1/+1
| |
| * Fix a syntax errorEhsan Akhgari2010-05-311-1/+1
| |
| * Fix a few bugs to actually make the jetpack workEhsan Akhgari2010-05-313-133/+3
| |
| * Don't store a global clipboard object, to prevent possible future leaksEhsan Akhgari2010-05-301-3/+3
| |
| * Create a cookiemanager package and use itEhsan Akhgari2010-05-302-3/+43
| |
| * Port to using the preferences-service packageEhsan Akhgari2010-05-301-4/+2
| |