- Aug 03, 2012
-
-
Dan Callahan authored
-
- Aug 01, 2012
-
-
Shane Tomlinson authored
* Move the "passwords do not match" on the set password screen above the first password. * Move the "this email address and password do not match" above the email field.
-
- Jul 31, 2012
-
-
Shane Tomlinson authored
-
- Jul 27, 2012
-
-
Shane Tomlinson authored
* Disable the email field. * Focus the first password field instead of the email field. * If no email is stored (user did not come from /signin or /signup), redirect the user to /signin. * If email address that is stored is not known, redirect to /signup. * If email address that is stored is known but a primary, redirect to /signin * When calling User.addressInfo on a primary address, check whether the address is known or not. Allows us to simplify the forgot page.
-
Shane Tomlinson authored
* Remove the 250ms animation time. * Update/fix unit tests.
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Slide the password fields down whenever they are shown. * Add slideUp/slideDown, fadeIn/fadeOut to dom-jquery.js
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
* Remove the signup page and all remnants of it.
-
- 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
-
- 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 20, 2012
-
-
Dan Callahan authored
Rather than going straight to the quick setup, we should link to somewhere that gives a little more context.
-
- Jul 18, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 16, 2012
-
-
Shane Tomlinson authored
-
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
-
Lloyd Hilaiel authored
-
- Jul 13, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
extensive testing of i18n mechanism - including english fallback, string substition from .json files, and debug locale
-
Shane Tomlinson authored
* in each top level layout or ejs template, include a link to a partial that contains the license. * The bottom of the license contains a link to the repo and the current SHA's commit.
-
- Jul 12, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #1167
-
- Jul 10, 2012
-
-
Lloyd Hilaiel authored
rename the 'add email' email we send out to 'confirm', and use it in both the email addition case, and the email reverification case. This is more about semantics than behavior change
-
- Jul 09, 2012
-
-
Shane Tomlinson authored
Generalize error-display to extended-info. For every "screen" that is shown, create an extendedInfo and instantiate it. Remove the "error-display.show" code that was in page_helpers and page_module. issue #1916
-
- Jul 07, 2012
-
-
Lloyd Hilaiel authored
-
- Jul 06, 2012
-
-
Shane Tomlinson authored
issue #1938
-
Shane Tomlinson authored
issue #1941
-
Shane Tomlinson authored
issue #1871 issue #1937
-
Shane Tomlinson authored
* Add a new module called dom-helpers with function makeEqualWidth. * Force buttons on the "Is this your computer" screen to be the same width. * Update CSS enable button width to be set this way. * Update CSS to vertically center helper text. * Update CSS to make the buttons look good in mobile. issue #1932
-
- Jul 05, 2012
-
-
Sawyer Hollenshead authored
-
Shane Tomlinson authored
issue #1925
-