- Jul 17, 2012
-
-
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
-
- 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
-
Lloyd Hilaiel authored
-
- Jul 13, 2012
-
-
Lloyd Hilaiel authored
-
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
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
* 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.
-
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
-
Shane Tomlinson authored
issue #2001
-
Shane Tomlinson authored
issue #1167
-
Shane Tomlinson authored
IE8 doesn't know how to handle max-age when setting cookies turning the "cookie check cookie" into a session cookie. Using expires=<date> as well. Manually expire the cookie after its existence is checked for. 1982
-
- Jul 11, 2012
-
-
Sean McArthur authored
-
Sean McArthur authored
-
Shane Tomlinson authored
issue #1978
-
Shane Tomlinson authored
Add a small test to qunit to make sure all starts/stops are matched to help ensure async tests are written correctly.
-
Zachary Carter authored
perform rigorous validation on all API parameters, cleanup redundancy in sanitize.js and validate.js - issue #1526 Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
- Jul 10, 2012
-
-
Shane Tomlinson authored
the complete_email_addition wsapi was renamed to complete_email_confirmation. Update the mock and wsapi call.
-
Shane Tomlinson authored
close #1974
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Update user.createSecondaryUser to use stageAddressVerification. rename stageAddressVerification to handleStageAddressVerificationResponse.
-