- May 24, 2012
-
-
Brian Warner authored
Add additional tests to check whether requiredEmail, tosURL and privacyURL parameters are passed to "start" when expected.
-
- May 23, 2012
-
-
Shane Tomlinson authored
Add additional tests to check whether requiredEmail, tosURL and privacyURL parameters are passed to "start" when expected.
-
Brian Warner authored
-
Brian Warner authored
Move the requiredEmail checks from resources/state.js to controllers/dialog.js.
-
Shane Tomlinson authored
* Add the startExternalDependencies option when initializing the dialog controller, if set to false, no external dependencies are loaded. Used for testing. * Add a new test to check for script containing emails. * Add unit tests for tosURL and privacyURL. * Add a testHelpers.testErrorNotVisible * Removed the actions.js->doError and its tests, it is no longer used.
-
Brian Warner authored
Since validation is done earlier, invalid addresses are reported as with renderError() instead of startAction("doError"). So the tests which watch for doError are now failing (the frontend tests named "resources/state: start with invalid requiredEmail - print error screen" and "resources/state: start with empty requiredEmail - prints error screen". I don't know how to make them watch for renderError() instead. One upside of this patch is that @stomlinson told me the three-argument to startAction("doError"..) in state.js was a bug, as it only accepts two real arguments. Removing it is even easier than fixing it.
-
- May 22, 2012
-
-
Brian Warner authored
-
Brian Warner authored
-
- May 21, 2012
-
-
Brian Warner authored
-
Brian Warner authored
Specifically to get _.escape()
-
Shane Tomlinson authored
close #1592 Issue1592
-
- May 20, 2012
-
-
Lloyd Hilaiel authored
fix bug preventing proper handling of old style verification links by new style code, documented exhaustively in issue #1592.
-
Lloyd Hilaiel authored
zero-change cosmetic cleanup of code. make exit points explicit, and use curly braces consistently.
-
- May 17, 2012
-
-
Jed Parsons authored
Fix loadgen
-
Jed Parsons authored
removed extraneous ca.verifyBundle and ca.verifyChain
-
- May 15, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
issue #1592 update complete_email_addition to accept a password in the case that email verification was started on a previous version of the software that didn't collect a password in-dialog
-
Lloyd Hilaiel authored
issue #1592 - update complete_user_creation to accept a password in the case that email verification was started on a previous version of code.
-
Shane Tomlinson authored
Make users who have not yet set their password by time they reach the landing page set their password. issue #1592
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
cleanup transitional code for migration from email to userid in stage table r+ - nice cleanup @lloyd! Tests run, verified by creating new users and adding users to existing account. close #1599
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 07, 2012
-
-
Jed Parsons authored
-
- May 14, 2012
-
-
Lloyd Hilaiel authored
Adding timestamp server side to get an intial integration going.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 11, 2012
-
-
Austin King authored
when the server returns a 413 error for posting of interaction data, cle...
-
Lloyd Hilaiel authored
Fix for Chrome shifting the "Sign In" button in the email picker when clicking.
-
Lloyd Hilaiel authored
when the server returns a 413 error for posting of interaction data, clear the data from local storage - issue #1567
-
Shane Tomlinson authored
issue #1581
-
- May 10, 2012
-
-
Ben Adida authored
insert a setTimeout between two main phases of assertion generation closes #1575
-
Lloyd Hilaiel authored
insert a setTimeout between two main phases of assertion generation to prevent unresponsive script warnings in IE8 - issue #1575
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Partial fix IE6 and IE7 blowing up on main site. These browsers do not have Array.prototype.indexOf
-