- Sep 14, 2012
-
-
Sean McArthur authored
- dont escape siteName, we escape it right when we get it - no longer need site views symlink - remove ejs lib from /test
-
- Sep 10, 2012
-
-
Sean McArthur authored
-
Sean McArthur authored
_.template uses new Function, which means evalling code evalling code is bad. so now we don't do it.
-
Sean McArthur authored
manage acct page uses a template, but has no need for EJS to parse it, since it's plain HTML.
-
Sean McArthur authored
this returns compiled site templates, similar to the dialog templates, which are needed by the test suite to test the site works!
-
Sean McArthur authored
-
Sean McArthur authored
The list of templates gets pushed onto a single file, with the EJS pre-compiled into functions. Then, in the Renderer, the functions only need to be invoked, meaning we no longer need the EJS client lib, and don't eval code.
-
- Sep 04, 2012
-
-
Shane Tomlinson authored
If there is no saved site info in localStorage, redirect to the management page after verification is complete.
-
Shane Tomlinson authored
* All screens are now scrollable depending on their height. * Variable renaming for clarity.
-
Shane Tomlinson authored
-
- 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 24, 2012
-
-
Shane Tomlinson authored
-
- 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.
-
Shane Tomlinson authored
Fix the password being hidden if the user tabbed into the email field without typing any key besides tab.
-
- 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
-
Jared Hirsch authored
bf146c2 Merge pull request #43 from klrmn/master cbc4fe0 fix getters git-subtree-dir: automation-tests/browserid git-subtree-split: bf146c230b5ea96590c25f8d55c16c57c8240744
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Increase coherency for each of the three modules
-
- 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
-