aboutsummaryrefslogtreecommitdiffstats
path: root/lib/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Use 'request' module instead of home brewed load{Text,JSON} and httpPOSTMatěj Cepl2010-06-301-33/+38
|
* Move all constant data out of the main JSONMatěj Cepl2010-06-271-21/+19
|
* Make URL for JSON file configurable (fixes #9)0.4Matěj Cepl2010-06-241-2/+15
|
* Fix timesheet generation with bad URLs and get activated on the Freedesktop ↵Matěj Cepl2010-06-231-0/+1
| | | | 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-221-3/+2
| | | | | | | | | - 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-221-3/+4
| | | | | | - improve regexp in main.js / skipThisPage - fix util.notification to not crash - remove non-ASCII characters from package.json
* Skipping over process pages && system notification.Matěj Cepl2010-06-211-17/+39
|
* Logger works and some cleanupMatěj Cepl2010-06-211-5/+6
| | | | | Juhuuu, logger works (almost, I haven't tested generation of reports yet) remove all trailing blank space
* Loads a bug page without crash!!!Matěj Cepl2010-06-191-1/+5
| | | | There is not jetpack. call in used modules.
* Inheritance works, now there are jetpack-prototype-related bugsMatěj Cepl2010-06-171-12/+63
|
* Forgotten newMatěj Cepl2010-06-131-1/+1
|
* Trying solutions from Felipe GomesMatěj Cepl2010-06-121-1/+2
|
* Even more simplificationMatěj Cepl2010-06-121-0/+1
|
* More cleanupMatěj Cepl2010-06-111-9/+1
|
* Even more brutalMatěj Cepl2010-06-111-32/+12
|
* * clean up to make jslint happy (abandoned let and replaced with var)Matěj Cepl2010-06-091-25/+24
| | | | * cleaned up couple of crashes and missing stuff
* First almost working version of main.jsMatěj Cepl2010-06-081-54/+49
|
* Unfinished mess of everything, unworking.Matěj Cepl2010-06-051-12/+8
|
* Noted couple of URLs to go throughMatěj Cepl2010-06-011-0/+9
|
* rewrite util.js to be more compliant with SDK usage.Matěj Cepl2010-05-311-3/+6
|
* First attempt to split main script into modules.Matěj Cepl2010-05-311-2500/+0
|
* Reshuffling to Jetpack-SDK directory layout.Matěj Cepl2010-05-311-0/+2584