log

age author description
Fri, 30 Apr 2010 05:26:01 -0700 Atul Varma Added failure messages and more color feedback to black-box tests
Fri, 30 Apr 2010 05:10:10 -0700 Atul Varma added verifications to system tests
Fri, 30 Apr 2010 04:52:17 -0700 Atul Varma refactored new Automator class into js/black-box.js.
Fri, 30 Apr 2010 04:13:34 -0700 Atul Varma better black-box css for iphone/ipad
Thu, 29 Apr 2010 11:11:04 -0700 Atul Varma added JSON support for iphone.
Thu, 29 Apr 2010 10:41:59 -0700 Atul Varma css tweak
Thu, 29 Apr 2010 10:39:17 -0700 Atul Varma Added links between black box and unit tests
Thu, 29 Apr 2010 10:28:26 -0700 Atul Varma added semi-automated system tests to black box.
Wed, 28 Apr 2010 20:06:26 -0700 Atul Varma made all delegates have a dotted name (namespaced), modified black-box.js a bit
Wed, 28 Apr 2010 18:37:08 -0700 Atul Varma Get rid of any form values cached by the browser.
Tue, 27 Apr 2010 23:06:29 -0700 Atul Varma added more mocks; black-box now talks to a really simple fake bugzilla 'server'.
Tue, 27 Apr 2010 09:59:15 -0700 Atul Varma Added the beginnings of a black-box app that can be used to generate/run functional tests.
Mon, 26 Apr 2010 22:16:32 -0700 Atul Varma Added tag v2 for changeset d1f7c1d38abe
Mon, 26 Apr 2010 22:16:27 -0700 Atul Varma success callback is no longer called if bugzilla error occurs on Bugzilla.ajax() v2
Mon, 26 Apr 2010 22:10:37 -0700 Atul Varma Added tag v2 for changeset f3ca3459a28b
Mon, 26 Apr 2010 22:10:25 -0700 Atul Varma added error reporter for bugzilla REST API errors
Mon, 26 Apr 2010 21:58:48 -0700 Atul Varma Added tag v2 for changeset 00d23d6d41b4
Mon, 26 Apr 2010 19:02:23 -0700 Atul Varma made cache module into cache/html5 and a factory function.
Mon, 26 Apr 2010 18:48:58 -0700 Atul Varma now lazy-loading jquery-ui and bugzilla.js.
Mon, 26 Apr 2010 18:44:57 -0700 Atul Varma renamed 'errors' module to 'app/errors'
Mon, 26 Apr 2010 18:16:56 -0700 Atul Varma Fixed a bug where users going from unauthenticated -> authenticated wouldn't see their private bugs unless they hit 'refresh'
Mon, 26 Apr 2010 17:45:02 -0700 Atul Varma Added a really basic error log that gets populated when the wrong username/pass is entered. Also, the username/password prompt for login now emphasizes the fact that it is a bugzilla login.
Mon, 26 Apr 2010 16:41:32 -0700 Atul Varma Added server.py
Mon, 26 Apr 2010 11:54:52 -0700 Atul Varma Added tag v2 for changeset 64c8634af4f2
Mon, 26 Apr 2010 11:41:57 -0700 Atul Varma Merge
Mon, 26 Apr 2010 11:40:55 -0700 Atul Varma Load json2.js if no native window.JSON implementation is found.
Mon, 26 Apr 2010 10:07:05 -0700 Atul Varma Added tag v2 for changeset c38db28b48f5
Mon, 26 Apr 2010 05:35:46 -0700 Atul Varma replaced jquery-ui.css with custom theming.
Mon, 26 Apr 2010 04:32:50 -0700 Atul Varma made 'storage' point to sessionStorage instead of localStorage
Sun, 25 Apr 2010 22:44:00 -0700 Atul Varma made cache module require 'storage' instead of 'window'