aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Even query of our Bugzilla should be done on background.Matěj Cepl2010-06-241-1/+7
|
* Fix query upstream bugzilla (finally, I hope!)Matěj Cepl2010-06-241-1/+1
|
* Make URL for JSON file configurable (fixes #9)0.4Matěj Cepl2010-06-242-6/+25
|
* Docs and namespace for preferencesMatěj Cepl2010-06-231-3/+5
| | | | | - the first attempt (just a copy) of documentation - put all preferences into names (bugzilla-triage.setting.)
* Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵Matěj Cepl2010-06-233-23/+30
| | | | bugzilla as well
* Some people, when confronted with a problem, think I know, I'll use regular ↵Matěj Cepl2010-06-221-3/+4
| | | | expressions.'' Now they have two problems.
* Make fixing MIME type again (includes creation of util.httpPOST)Matěj Cepl2010-06-2210-128/+63
| | | | | | | | | - it is useful to have variable in the same module where the function using it is. - a lot of this magic and mystery - add this.win property - yuhooo, we have timer module, so I don't have to fish it from this.doc.defaultView (which doesn't work anyway)
* Add variable children of bzpage backMatěj Cepl2010-06-221-2/+9
|
* Make skipping over attachment.cgi work and more cleanupMatěj Cepl2010-06-222-9/+10
| | | | | | - improve regexp in main.js / skipThisPage - fix util.notification to not crash - remove non-ASCII characters from package.json
* Fix broken merge.Matěj Cepl2010-06-211-6/+3
|\
| * Clean up loggingMatěj Cepl2010-06-212-7/+11
| | | | | | | | | | - remove unnecessary logging messages - instead of dumping whole log store to stderr, give just count of items
* | Skipping over process pages && system notification.Matěj Cepl2010-06-214-40/+100
|/
* Make Eclipse happierMatěj Cepl2010-06-211-1/+2
| | | | | - extended .hgignore - fix some problems in lib/persistent-page-mod.js
* Logger works and some cleanupMatěj Cepl2010-06-217-46/+90
| | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space
* Trying to use api-utils.publicConstructor failed.Matěj Cepl2010-06-204-13/+17
| | | | rhbzpage.markingBugTriaged should have hardcoded F-12 as the limit.
* Silly cleanupMatěj Cepl2010-06-191-1/+1
|
* Loads a bug page without crash!!!Matěj Cepl2010-06-195-134/+242
| | | | There is not jetpack. call in used modules.
* There is url.URL object!Matěj Cepl2010-06-191-4/+10
|
* Write HACKING document with coding guidelines and actually fix theMatěj Cepl2010-06-184-78/+78
| | | | code to follow it.
* Merge in original rhbzpage.js as well, it doesn't make sense to protect part ↵Matěj Cepl2010-06-172-950/+923
| | | | of the system, we have to deal with whole mess now.
* Inheritance works, now there are jetpack-prototype-related bugsMatěj Cepl2010-06-1711-860/+816
|
* Merge OOPtesting branchMatěj Cepl2010-06-171-0/+56
|\
| * Port bugfixes from the -prototype branch. simpleStorage is apparentlyMatěj Cepl2010-06-164-20/+45
| | | | | | | | not that simple and it will need to be fixed.
| * Merged in r187.Matěj Cepl2010-06-152-10/+12
| |\
| * | Adding JEP-10 support.Matěj Cepl2010-06-073-1/+211
| | |
* | | Following https://bugzilla.mozilla.org/show_bug.cgi?id=572566 example nowMatěj Cepl2010-06-172-8/+5
| | | | | | | | | | | | works.
* | | Forgotten newMatěj Cepl2010-06-131-1/+1
| | |
* | | Another unsatisfactory result.Matěj Cepl2010-06-132-3/+14
| | |
* | | Trying solutions from Felipe GomesMatěj Cepl2010-06-123-3/+10
| | |
* | | Even more simplificationMatěj Cepl2010-06-124-8/+18
| | |
* | | More cleanupMatěj Cepl2010-06-111-9/+1
| | |
* | | Even more brutalMatěj Cepl2010-06-113-46/+12
| | |
* | | Last unused files archived.Matěj Cepl2010-06-113-0/+0
| | |
* | | More cleanup to make a simple reproducerMatěj Cepl2010-06-117-142/+6
| | |
* | | Trying to make the simplest possible inherited objects.Matěj Cepl2010-06-115-1614/+1697
| | |