- Aug 29, 2012
-
-
Dan Callahan authored
-
- Aug 27, 2012
-
-
Dan Callahan authored
onready is in a weird state of limbo: we know we're going to deprecate it, we know what we're going to replace it with, and we know we want to discourage its use for the moment, but we haven't actually planned, implemented, or announced its replacement. We haven't announced its deprecation, either. Adding two small comments in-code to ensure that we don't inadvertantly remove this without giving RPs proper notice. After all, if onready stops firing, we seriously break sites that rely on it. See GH-2017 for more info.
-
- Aug 23, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* to dom-jquery, add closest and insertAfter
-
Shane Tomlinson authored
-
- Aug 22, 2012
-
-
Sean McArthur authored
- unix symlinks are incompatible with Windows - postinstall now generates keys, and sets up files fixes #2263
-
Sean McArthur authored
if id.watch() is called in the head, and document.body doesn't exist yet, a listener is added for domready, and then the iframe is created.
-
- Aug 21, 2012
-
-
Shane Tomlinson authored
Add the following new events to the KPI event stream: * user.reset_password_staged * user.reset_password_confirmed * user.reverify_email_staged * user.reverify_email_confirmed There was a spelling error in the user.user_confirmed, it was previously user.user_confrimed.
-
Shane Tomlinson authored
-
- Aug 20, 2012
-
-
Sean McArthur authored
stores loggedInUser into a local variable, and notifies the Channel whenever it finally builds fixes #2252
-
Shane Tomlinson authored
-
- Aug 14, 2012
-
-
Shane Tomlinson authored
* Use termsOfService over tosURL and privacyPolicy over privacyURL * Check for renamed/deprecated tosURL and privacyURL. * Check for deprecated requiredEmail. * Check for renamed loggedInUser/loggedInEmail
-
- Aug 13, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Add the notion of momentos to the state machine so that back properly works.
-
Shane Tomlinson authored
-
- Aug 11, 2012
-
-
Shane Tomlinson authored
* Use termsOfService over tosURL and privacyPolicy over privacyURL * Check for renamed/deprecated tosURL and privacyURL. * Check for deprecated requiredEmail. * Check for renamed loggedInUser/loggedInEmail
-
- Aug 10, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Show a console.log message that silent has been deprecated. * Bring over some helper functions from PR #2228 to check for deprecated options, print console messages.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Aug 09, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Aug 06, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Aug 03, 2012
-
-
Dan Callahan authored
-
Lloyd Hilaiel authored
Fix "IE doesn't keep you logged in between restarts (or page reloads)" problems by disabling cookie check in iframe. issue #2218 & issue #2183
-
Lloyd Hilaiel authored
Fix "IE doesn't keep you logged in between restarts (or page reloads)" problems by disabling cookie check in iframe. issue #2218 & issue #2183
-
Shane Tomlinson authored
Fix the user going back to the "enter email" state if they select an email using auto-complete and then type CTRL-C on the email address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Aug 02, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
in clear(), after calling localStorage.removeItem, call setDefaultValues to ensure the dialog has a set of values for each of its fields whenever the verification page loads.
-
- Aug 01, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
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
-
-
Sawyer Hollenshead authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Sean McArthur authored
removeListener throws in IE8
-