- Jul 27, 2012
-
-
Shane Tomlinson authored
-
Sean McArthur authored
fixes #2132
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Give the Persona window the name __persona_dialog when opening. Useful for Selenium tests which need an easy mechanism to get a handle to the window being tested.
-
- Jul 24, 2012
-
-
Shane Tomlinson authored
* Vertically center the layout again. * Apply the -webkit-text-size-adjust to the body. * Remove the background-image gradients on the body. * Reduce the vertical height of the "Use another address" button.
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
- Jul 23, 2012
-
-
Sean McArthur authored
fixes #2116
-
- Jul 21, 2012
-
-
Shane Tomlinson authored
When a secondary email is verified, make sure its verified bit is set to true. Lots of cleanup for readability.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
When the verification poll completes, if the user is not currently authenticated to the "password" level, use the staged password to authenticate the user. If user never entered a password, kick them over to the enter your password screen.
-
- Jul 20, 2012
-
-
Shane Tomlinson authored
* to page_helpers.emailSent, add a new input paramter - pollFuncName. The poll functions are unique for each type of email sent.
-
Shane Tomlinson authored
* Generalize and cleanup unit tests
-
- Jul 19, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jul 18, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 17, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* This is still not pretty, but it is a safe for hotfix into staging. This makes the unsupported dialog and cookies disabled screens look equivalent to the current prod. cherry picked from the stage hotfix - 977706bc288660a5b40c5ea58001fc9bba4fda90
-
Shane Tomlinson authored
* Still focus the first address if no address is selected. * Show a tooltip if the user has not selected an email address. * Adding test helper functions to test for element focus and check.
-
Shane Tomlinson authored
issue #2061
-
- Jul 16, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
<%- is an alias for <%=. Update one unit test so all frontend tests pass.
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
adorn confirmations on main site (like 'd00d, sure you wanna cancel') with gettext() for proper extraction and substition
-
- Jul 13, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
new KPIs in the event stream: * authenticate.enter_password * authenticate.password_submitted * authenticate.password_success * authenticate.password_fail Added a couple of new testHelper functions, expectedMessage and unexpectedMessage
-
Shane Tomlinson authored
* Only show a hint if it is not already shown.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Never set a future expiration date, to delete the cookie set an expiration date of yesterday.
-
Sean McArthur authored
they are no longer separate timeouts, nor do they start at slightly different spots in the code. The countdown starts at the end, and only once the countdown reaches 0, does the redirect take place. fixes #2007
-
Sean McArthur authored
this makes sure callbacks for animations truly are called only after the animation has finished. before, it'd be possible to trigger slightly ahead because of setTimeout tomfoolery
-
- Jul 12, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #1989
-