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.
|