- Jan 19, 2012
-
-
Shane Tomlinson authored
* The xhr_delay module would take away the wait screen as soon as any XHR message was complete, even if no xhr requests were delayed. close #913
-
Austin King authored
strargs is now 'format'. For string interpolation, use %s instead of %1. %(name)s is also supported.
-
Austin King authored
-
- Jan 18, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
* Add __BROWSERID_CODE_VERSION__ to specify code version * Add __BROWSERID_ENVIRONMENT__ to specify the production environment. issue #226.
-
Shane Tomlinson authored
* include.js pointed to the production resource. * use_minified_version was incorrectly set to true.
-
Austin King authored
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
cache busting: add 'enable_code_version' configuration - when true return 'code_version' in session_context - also /production/XXX_vYYY.{js,css} calls now map back to /production/XXX.{js,css} - issue #226
-
Shane Tomlinson authored
* Add the <meta name="format-detection" content="email=no" /> tag for android. * Replace the ;'s with ,'s in the <meta name="viewport".. /> tag for Webkit. close #345 close #815
-
Shane Tomlinson authored
* Add the "xhr_disable_form" module - whenever there is an XHR request, it greys out all buttons. * Fix the tests that were borked yesterday. issue #905 issue #888
-
Shane Tomlinson authored
-
- Jan 16, 2012
-
-
Shane Tomlinson authored
* Moving /static/dialog/controllers/page.js to static/shared/modules/page_module.js * Adding /static/shared/modules/xhr_delay.js * Updating tests. * Updating compress script. * Update includes list. * Make the error/wait screens display using CSS transitions. issue #905
-
- Jan 13, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
close #630.
-
Shane Tomlinson authored
close #901
-
Shane Tomlinson authored
Changing the wording of "You already own that email" to "That address is already part of your account!" close #818
-
Shane Tomlinson authored
close #622
-
Shane Tomlinson authored
-
Shane Tomlinson authored
In both signup and forgot password, poll the backend for user registration status and redirect when complete. * if successful, redirect to / * if need auth, redirect to /signin close #439
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #899
-
Shane Tomlinson authored
close #850
-
Shane Tomlinson authored
-
- Jan 12, 2012
-
-
Austin King authored
-
Austin King authored
Adding i18n to wsapi. Split strings into client.po and messages.po. Switched email from mustache to EJS templates. Created fake locale db-LB for development and debugging. Updated scripts. See http://viewvc.svn.mozilla.org/vc?view=revision&revision=99911
-
Shane Tomlinson authored
IE7 on Windows XP blows up when trying to focus the opened window. Putting the w.focus() calls into a try/catch. close #831
-
Shane Tomlinson authored
close #728
-
Shane Tomlinson authored
* Remove the set_password controller, which was never used. * Remove the set_password test suite. * Remove the set_password HTML with the autofocus element, which caused some versions of WebKit to wig out. * In storage.js, make sure when we do JSON.parse, there is something to parse. close #851 close #889
-
- Jan 11, 2012
-
-
Shane Tomlinson authored
close #827
-
Shane Tomlinson authored
If the user is not authenticated to the "password" level when they go to change their password, use the old password to authenticate them, then change their password.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Only check the user's authentication status with the primary once, unless there is a reason otherwise. * Only provision the user if there is not already a cert for the email address. * Only get the address info for an address if we have not before.
-
Shane Tomlinson authored
* Cleaning up required_email a TON. * Collapsing cases so there aren't so many nesting levels. * Adding documentation to understand the pain that is primary authentication. * Removing license info from the tooltip - it was causing an exception when inserting into the DOM.
-
- Jan 10, 2012
-
-
Lloyd Hilaiel authored
simplify previous commit - .well-known/browserid really doesn't need a template and must be sent with application/json content-type - issue #865
-
Lloyd Hilaiel authored
-
Gervase Markham authored
-