- Sep 14, 2012
-
-
Sean McArthur authored
-
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
-
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.
-
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
-