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
|