- Sep 10, 2012
-
-
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.
-
Sean McArthur authored
-
- Sep 07, 2012
-
-
Sean McArthur authored
Fix the email list not showing the scroll bar with >= 8 emails.
-
- Sep 06, 2012
-
-
Jared Hirsch authored
Add personatestuser selenium code to enable test user creation out-of-band.
-
Jared Hirsch authored
Update bidpom README
-
Leah Klearman authored
-
Jared Hirsch authored
Use popup title to identify popup window in selenium page objects. Fixes #2429.
-
Leah Klearman authored
-
Sean McArthur authored
Fix the password being hidden if the user tabbed into the email field without typing any key besides tab.
-
- Sep 05, 2012
-
-
Leah Klearman authored
-
Sean McArthur authored
Split up the PageModule into Module, DOMModule and PageModule.
-
Sean McArthur authored
If there is no saved site info in localStorage, redirect to the management page after verification is complete.
-
Jared Hirsch authored
Issue 2364 upstream selenium changes
-
Sean McArthur authored
When an email address is removed, make sure to remove loggedIn associations
-
- Sep 04, 2012
-
-
Leah Klearman authored
-
Leah Klearman authored
Merge remote-tracking branch '6a68/issue_2364_upstream_selenium_changes' into issue_2364_upstream_selenium_changes
-
Jared Hirsch authored
Fix complete registration
-
Sean McArthur authored
Allow siteName and siteLogo when using navigator.id.get
-
Leah Klearman authored
-
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
-
- Sep 01, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Aug 31, 2012
-
-
Leah Klearman authored
123done/tests/test_change_password.py . 123done/tests/test_logout.py . 123done/tests/test_new_user.py . 123done/tests/test_sign_in.py . = 4 passed in 318.50 seconds = browserid/tests/check_add_email.py . browserid/tests/check_change_password.py . browserid/tests/check_reset_password.py . browserid/tests/check_sign_in.py ...... = 9 passed in 863.19 seconds =
-
Leah Klearman authored
This reverts commit 1adbe2f7.
-
Leah Klearman authored
this has not been plumbed into any actual tests yet
-
Shane Tomlinson authored
Document how to contribute new localizations r+ close #2279
-
- Aug 30, 2012
-
-
Sean McArthur authored
update to awsbox 0.2.17 which includes latest security patches and speed...
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Add new "Sign in" PNGs, compress existing ones
-
Jared Hirsch authored
use pkg_resources instead of which() for modules
-
Jared Hirsch authored
Add clear localstorage step to change password test to ensure specific w...
-
Sean McArthur authored
Add note-to-ourselves re: onready's deprecation
-
- Aug 29, 2012
-
-
Dan Callahan authored
-
- Aug 28, 2012
-
-
Dan Callahan authored
Fixes #2279
-
- 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
-
-
Lloyd Hilaiel authored
Complete registration test fix
-
Lloyd Hilaiel authored
-