log

age author description
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().