log js/modules/app.js @ 72:0eab9a3ff12f

age author description
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 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 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: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: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: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 20:24:54 -0700 Atul Varma integrated dashboard into main.html.
Sat, 24 Apr 2010 18:33:45 -0700 Atul Varma moved lots of app ui logic to require('app/ui')
Sat, 24 Apr 2010 17:56:20 -0700 Atul Varma Added app module