log

age author description
Fri, 30 Apr 2010 05:32:54 -0700 Atul Varma added addFailMsg() global. default tip
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'
Sun, 25 Apr 2010 22:26:14 -0700 Atul Varma added app/loader module.
Sun, 25 Apr 2010 21:22:32 -0700 Atul Varma don't refresh data on page reload; only when user clicks 'refresh'
Sun, 25 Apr 2010 20:54:51 -0700 Atul Varma added repair dialog
Sun, 25 Apr 2010 19:47:53 -0700 Atul Varma Renamed main.html to index.html.
Sun, 25 Apr 2010 19:45:30 -0700 Atul Varma Got rid of legacy files
Sun, 25 Apr 2010 19:31:19 -0700 Atul Varma Fixed cache.js for iPad.
Sun, 25 Apr 2010 18:58:56 -0700 Atul Varma more links now have # next to them
Sun, 25 Apr 2010 18:53:27 -0700 Atul Varma Added a 'more...' link at the bottom of columns that have more than 10 bugs.
Sun, 25 Apr 2010 18:21:34 -0700 Atul Varma replaced my last commit w/ a serial xhr queue, so that the dashboard requests are serialized but other ones aren't.
Sun, 25 Apr 2010 17:55:54 -0700 Atul Varma we now only make one request at a time to the bugzilla server, which reduces app responsiveness but makes us less of a douche to the server.
Sun, 25 Apr 2010 14:37:56 -0700 Atul Varma made submit buttons auto-width
Sun, 25 Apr 2010 11:41:55 -0700 Atul Varma Added mock XHR object and a simple bugzilla ajax test
Sun, 25 Apr 2010 10:58:25 -0700 Atul Varma added a refresh button.
Sun, 25 Apr 2010 09:26:13 -0700 Atul Varma dashboard stores per-user data in cache now.
Sun, 25 Apr 2010 09:10:46 -0700 Atul Varma cache now uses localstorage
Sun, 25 Apr 2010 08:52:28 -0700 Atul Varma Startup dialog gains focus on open
Sun, 25 Apr 2010 08:45:26 -0700 Atul Varma ESC in dialog now makes it go away
Sun, 25 Apr 2010 08:30:50 -0700 Atul Varma added file-bug dialog
Sun, 25 Apr 2010 08:14:18 -0700 Atul Varma focus on first input element of newly opened dialogs
Sun, 25 Apr 2010 07:59:33 -0700 Atul Varma widened input fields
Sun, 25 Apr 2010 07:54:09 -0700 Atul Varma added find a user functionality
Sun, 25 Apr 2010 01:21:28 -0700 Atul Varma dashboard now auto-authenticated via cached form field password on firefox, if available.
Sun, 25 Apr 2010 00:51:07 -0700 Atul Varma authenticated users now get an authenticated dashboard w/ confidential bugs.
Sun, 25 Apr 2010 00:19:18 -0700 Atul Varma changed text of login form.
Sun, 25 Apr 2010 00:06:17 -0700 Atul Varma changed 'Log In' to 'Authenticate' if user is logged in but unauthenticated.
Sat, 24 Apr 2010 23:50:23 -0700 Atul Varma Removed extraneous logging
Sat, 24 Apr 2010 23:49:32 -0700 Atul Varma present 'Log In' when user isn't authenticated
Sat, 24 Apr 2010 23:25:41 -0700 Atul Varma dashboard responds to location.hash changes now.
Sat, 24 Apr 2010 21:50:55 -0700 Atul Varma Removed word 'my' from column headers
Sat, 24 Apr 2010 21:30:58 -0700 Atul Varma changed menu items to use data-dialog attr instead of title, which sets tooltips.
Sat, 24 Apr 2010 21:21:08 -0700 Atul Varma fixed login bug
Sat, 24 Apr 2010 21:13:32 -0700 Atul Varma changed .dialog class from absolute to fixed positioning.
Sat, 24 Apr 2010 21:10:22 -0700 Atul Varma turned menu into a fixed overlay
Sat, 24 Apr 2010 20:24:54 -0700 Atul Varma integrated dashboard into main.html.
Sat, 24 Apr 2010 19:16:58 -0700 Atul Varma increased padding of form widgets
Sat, 24 Apr 2010 19:10:58 -0700 Atul Varma added hide-while-loading class
Sat, 24 Apr 2010 19:04:38 -0700 Atul Varma added module preloading and loading screen
Sat, 24 Apr 2010 18:33:45 -0700 Atul Varma moved lots of app ui logic to require('app/ui')
Sat, 24 Apr 2010 18:07:14 -0700 Atul Varma css selector refactorings
Sat, 24 Apr 2010 17:56:20 -0700 Atul Varma Added app module
Sat, 24 Apr 2010 15:16:02 -0700 Atul Varma more styling changes
Sat, 24 Apr 2010 14:20:46 -0700 Atul Varma better dialog box styling
Sat, 24 Apr 2010 13:55:15 -0700 Atul Varma better first-run experience
Sat, 24 Apr 2010 13:33:41 -0700 Atul Varma added login form
Sat, 24 Apr 2010 12:04:24 -0700 Atul Varma Added a test suite, basic CommonJS module loader, and a new main.html file that will be a unified UI to all three pages (dashboard, user-finder, bug-filer).
Fri, 23 Apr 2010 16:18:38 -0700 Atul Varma Removed experimental postMessage stuff
Fri, 23 Apr 2010 16:18:14 -0700 Atul Varma experimental postMessage stuff
Fri, 12 Mar 2010 15:06:12 -0800 Atul Varma Changed delay of user autocomplete from 300 ms to 1000, since each request is rather expensive.
Fri, 12 Mar 2010 10:30:01 -0800 Atul Varma Removed an extraneous console.log().
Thu, 11 Mar 2010 11:13:01 -0800 Atul Varma Moved around columns on dashboard and renamed them based on conversation w/ Myk.
Thu, 11 Mar 2010 05:16:20 -0800 Atul Varma Added some explanatory text to user-finder app.
Thu, 11 Mar 2010 05:10:42 -0800 Atul Varma abort current xhr for user finder autocomplete when a new one is queued
Thu, 11 Mar 2010 05:07:55 -0800 Atul Varma Submitting user-finder form now opens custom dashboard for that user.
Thu, 11 Mar 2010 04:49:24 -0800 Atul Varma Dashboard now supports any user via 'username' GET param.
Thu, 11 Mar 2010 04:26:11 -0800 Atul Varma Added a user-finder.
Thu, 11 Mar 2010 03:58:22 -0800 Atul Varma Pretty dates now update every minute.
Wed, 10 Mar 2010 14:11:42 -0800 Atul Varma Added throbber to dashboard reports.
Wed, 10 Mar 2010 13:59:47 -0800 Atul Varma Forgot to commit this in my last commit.
Wed, 10 Mar 2010 13:59:31 -0800 Atul Varma Fixed throbber, made min length of search 2 characters.
Wed, 10 Mar 2010 13:09:55 -0800 Atul Varma Added flags=0 to /configuration request.
Wed, 10 Mar 2010 13:04:13 -0800 Atul Varma Converted encodeURI() to escape(), apparently this fixes the case where an ampersand is in the name of the component.
Wed, 10 Mar 2010 12:56:16 -0800 Atul Varma Some CSS fixes, added instructions for bug-filer.
Wed, 10 Mar 2010 12:44:58 -0800 Atul Varma Moved js and css files into their own directories.
Wed, 10 Mar 2010 12:39:14 -0800 Atul Varma Added a really simple bug filing page w/ autocomplete for product/component.
Mon, 08 Mar 2010 23:29:11 -0800 Atul Varma Added a really basic caching mechanism that uses a hidden form field as a single-session cache.
Mon, 08 Mar 2010 22:50:56 -0800 Atul Varma Fade in new bug reports
Mon, 08 Mar 2010 22:48:06 -0800 Atul Varma Renamed pretty-date.js to date-utils.js.
Mon, 08 Mar 2010 22:47:15 -0800 Atul Varma Fixed date display; before, prettyDate() was mistaking ISO-8601 GMT for local time.
Mon, 08 Mar 2010 21:58:54 -0800 Atul Varma Removed loading screen.
Mon, 08 Mar 2010 10:24:18 -0800 Atul Varma Added some basic tooltip logic, though it's incomplete and hidden for now.
Mon, 08 Mar 2010 07:59:05 -0800 Atul Varma Minor refactoring
Mon, 08 Mar 2010 05:34:38 -0800 Atul Varma Horizontal layout of reports
Sun, 07 Mar 2010 23:17:26 -0800 Atul Varma better way of doing css styling via css classes for bug priority, severity, and status.
Sun, 07 Mar 2010 23:09:11 -0800 Atul Varma added loading screen, removed duplicate bug listings.
Sun, 07 Mar 2010 19:25:20 -0800 Atul Varma show reported and CC'd bugs, sort bug list by last changed
Sun, 07 Mar 2010 15:32:37 -0800 Atul Varma Fixed strike-through and Safari compatibility.
Sun, 07 Mar 2010 15:11:15 -0800 Atul Varma removed link from bug summary and applied it to the entire bug row.
Sun, 07 Mar 2010 15:04:26 -0800 Atul Varma removed vertical table borders
Sun, 07 Mar 2010 14:51:03 -0800 Atul Varma Replaced priority column w/ importance, added css styling for priority+severity components.
Sun, 07 Mar 2010 14:28:52 -0800 Atul Varma Added john resig's pretty date lib and a 'last changed' column on report tables.
Sun, 07 Mar 2010 12:18:47 -0800 Atul Varma Origination.