- Jul 26, 2012
-
-
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
-
Shane Tomlinson authored
Change the placeholder for the verification password from "Repeat Password" to "Verify Password" to match the dialog. issue #1923
-
- Jul 02, 2012
-
-
Shane Tomlinson authored
issue #1895
-
- Jun 30, 2012
-
-
Shane Tomlinson authored
Make the options passsed to the check_registration controller more explicit. Uncollapse the signIn divs in dialog.ejs Fix string extraction.
-
Lloyd Hilaiel authored
-
- Jun 29, 2012
-
-
Sawyer Hollenshead authored
-
- Jun 28, 2012
-
-
Sean McArthur authored
fixes #1861
-