aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up after yourselfMatěj Cepl2010-07-141-1/+1
| | | | Packaging .xpi is nice, but we shouldn't leave install.rdf behind.
* Fix em:minVersion in generated .xpi fileMatěj Cepl2010-07-051-1/+6
|
* Make the package compatible with new require("chrome") policy.0.12Matěj Cepl2010-07-043-2/+4
|
* Make all fixes available.0.11Matěj Cepl2010-07-031-1/+1
|
* Fix Fedora BugZappers' signatureMatěj Cepl2010-07-021-3/+3
|
* Everybody needs to be a bit ignorantMatěj Cepl2010-07-022-6/+2
|
* Bump the versionMatěj Cepl2010-07-021-1/+1
|
* Added tag 0.10 for changeset 63547aef7422Matěj Cepl2010-07-020-0/+0
|
* Fix URL of the default JSON and make the script working even for non-me :)0.10Matěj Cepl2010-07-022-2/+5
|
* Bump the release version to allow upgrade.Matěj Cepl2010-07-011-1/+1
|
* 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
|
* New release 0.8Matěj Cepl2010-07-012-1/+2
|
* Added tag 0.8 for changeset 13059f87399bMatěj Cepl2010-07-010-0/+0
|
* Add default configuration JSON file. Fixes #100.8Matěj Cepl2010-07-011-0/+117
|
* 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-306-182/+88
|
* Fixing .hgtagsMatěj Cepl2010-06-270-0/+0
|\
| * Added tag 0.6 for changeset 0fd1ee954a62Matěj Cepl2010-06-270-0/+0
| |
| * New release.0.6Matěj Cepl2010-06-271-1/+1
| |
* | Added tag 0.5 for changeset a4466292d1dfMatěj Cepl2010-06-270-0/+0
| |
* | Cleaning up tagsMatěj Cepl2010-06-271-1/+1
|/
* Added tag 0.6 for changeset 328fc51d9894Matěj Cepl2010-06-270-0/+0
|
* Move all constant data out of the main JSONMatěj Cepl2010-06-2711-527/+166
|
* Even query of our Bugzilla should be done on background.Matěj Cepl2010-06-241-1/+7
|
* Getting out of the mutliple heads misery.0.5Matěj Cepl2010-06-240-0/+0
|\
| * Fix query upstream bugzilla (finally, I hope!)Matěj Cepl2010-06-242-392/+1
| |
* | Fix query upstream bugzilla (finally, I hope!)Matěj Cepl2010-06-244-395/+2
|/
* Fix some hg metadataMatěj Cepl2010-06-242-2/+2
|
* Added tag r0.3 for changeset 91051f73cff7Matěj Cepl2010-06-240-0/+0
|
* Added tag r0.4 for changeset 3beba2a37cb2Matěj Cepl2010-06-240-0/+0
|
* Make URL for JSON file configurable (fixes #9)0.4Matěj Cepl2010-06-246-16/+44
|
* Fix JSON of package.json for release 0.30.3Matěj Cepl2010-06-231-6/+9
|
* Docs and namespace for preferencesMatěj Cepl2010-06-232-2299/+1963
| | | | | - the first attempt (just a copy) of documentation - put all preferences into names (bugzilla-triage.setting.)
* Raw HTML documentation generated by JSDoc from Javadoc comments in the codeMatěj Cepl2010-06-2340-0/+15163
|
* Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵Matěj Cepl2010-06-234-26/+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-224-11/+12
| | | | | | - 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-212-1/+4
| | | | | - extended .hgignore - fix some problems in lib/persistent-page-mod.js
* Add testing run to MakefileMatěj Cepl2010-06-211-1/+4
|
* Adding TODO fileMatěj Cepl2010-06-211-0/+2
|
* 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