aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-185-78/+145
| | | | 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-173-2/+64
|\
| * Port bugfixes from the -prototype branch. simpleStorage is apparentlyMatěj Cepl2010-06-166-189/+46
| | | | | | | | not that simple and it will need to be fixed.
| * Bit of cleaningMatěj Cepl2010-06-152-1/+5
| |
| * Merged in r187.Matěj Cepl2010-06-154-10/+55
| |\
| * | Adding JEP-10 support.Matěj Cepl2010-06-074-2/+212
| | |
* | | Fix .hgignoreMatěj Cepl2010-06-171-0/+1
| | |
* | | 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-125-9/+19
| | |
* | | More cleanupMatěj Cepl2010-06-111-9/+1
| | |
* | | Merge.Matěj Cepl2010-06-111-1/+0
|\ \ \
| * | | Even more brutalMatěj Cepl2010-06-113-46/+12
| | | |
* | | | Even more brutalMatěj Cepl2010-06-113-45/+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
| | |
* | | Remove remains of git stuffMatěj Cepl2010-06-111-1/+0
| | |
* | | Trying to make the simplest possible inherited objects.Matěj Cepl2010-06-115-1614/+1697
| | |
* | | remove unnecessary console.logMatěj Cepl2010-06-112-3/+1
| | |
* | | Trying to clean-up the OO structure ... there is still something broken thereMatěj Cepl2010-06-102-53/+63
| | |
* | | Change default maintainer of seamonkeyMatěj Cepl2010-06-101-2/+2
| | |
* | | * clean up to make jslint happy (abandoned let and replaced with var)Matěj Cepl2010-06-096-212/+225
| | | | | | | | | | | | * cleaned up couple of crashes and missing stuff