- Jul 14, 2012
-
-
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
* 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.
-
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
-
Sean McArthur authored
fixes #1844
-
- Jul 09, 2012
-
-
Sean McArthur authored
-
Shane Tomlinson authored
both xhr_start and xhr_complete cancel any outstanding timeouts.
-
Lloyd Hilaiel authored
frontend unit tests should use the same keylength that we use in our service. and this will make them go faster and fix ie8
-
Sean McArthur authored
-
Shane Tomlinson authored
-
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
-
Shane Tomlinson authored
issue #1967
-
Shane Tomlinson authored
remove the padding on the button in mobile mode so the button does not look super short issue #1885
-
Shane Tomlinson authored
issue #1783
-
Shane Tomlinson authored
issue #1964
-
- Jul 07, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-