- Jul 24, 2012
-
-
Shane Tomlinson authored
* If the user types in a known secondary, redirect the user to the signin page. * If the user manually clicks the "new to persona?" or "Existing account?" links, clear the stored email address.
-
Shane Tomlinson authored
* If the user enters an unknown secondary email, redirect them to the /signup page. * If the user arrives with a known secondary email in storage, show the password field.
-
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.
-
Shane Tomlinson authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
- Jul 23, 2012
-
-
Sean McArthur authored
fixes #2116
-
Shane Tomlinson authored
-
- Jul 22, 2012
-
-
Lloyd Hilaiel authored
improve i18n of main site - strings for translators should not include site implementation details (links, ids, etc) - this prevents accidental breakage and allows us to change our ids and links without requiring retranslation. closes #2093
-
- 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
-
-
Dan Callahan authored
Rather than going straight to the quick setup, we should link to somewhere that gives a little more context.
-
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
-
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
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
'or' was not gettext() decorated in index.ejs - allow a translator more control over the whole phrase
-
- Jul 14, 2012
-
-
Shane Tomlinson authored
gettextify the last portion of the about page.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Cachify the logo as well. issue #1999
-