- Feb 25, 2012
-
-
Lloyd Hilaiel authored
Conflicts: ChangeLog resources/static/css/style.css scripts/browserid.spec
-
- Feb 24, 2012
-
-
AutomatedTester authored
-
Lloyd Hilaiel authored
adding support for travis ci.
-
Austin King authored
Remove the extra space after the : in "Finish signing into:"
-
Austin King authored
Changing the "pick email" string to "sign in"
-
Shane Tomlinson authored
issue #1189
-
Ben Adida authored
-
Shane Tomlinson authored
issue #1179
-
Shane Tomlinson authored
issue #1185
-
Shane Tomlinson authored
Two changes: - Fixing typo (comunicating, only one m) - Using ' instead of ' Thanks @mathjazz - looks good. r+
-
Matjaž Horvat authored
-
Matjaž Horvat authored
-
-
- Feb 23, 2012
-
-
Matjaž Horvat authored
-
- Feb 22, 2012
-
-
Lloyd Hilaiel authored
/test now redirects to /test/ so that you can hit either url to run front end unit tests. fixes backend unit tests. closes #1178
-
Lloyd Hilaiel authored
more rpm fixes: instead of pulling in all config/, just l10n-all.json
-
Pete Fritchman authored
-
Lloyd Hilaiel authored
Adding more tests to make sure when the user sets a password, the min/max password lengths are checked.
-
Lloyd Hilaiel authored
disable /test at the app level in stage or production.
-
Shane Tomlinson authored
Adding more tests to make sure when the user sets a password, the min/max password lengths are checked. * to testHelpers, add a generateString function which generates a string of the specified length. * Replace the manual creation of strings for long passwords with generateString. * To verify_email_address_test, adding checks for min and max length when setting the password. issue #1173
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
AutomatedTester authored
adding support for travis ci. This will run on every commit and then a message to IRC to say if was successful or not
-
- Feb 21, 2012
-
-
Pete Fritchman authored
-
Pete Fritchman authored
-
Austin King authored
some rpm build fixes
-
Pete Fritchman authored
-
Pete Fritchman authored
-
Austin King authored
Re-enable unchecking the "Always sign in using this email..." checkbox.
-
Austin King authored
When the user successfully authenticates, log them in automatically with out going to the email picker.
-
Austin King authored
Removing the href/target attributes from translated anchor tags.
-
Austin King authored
Fix EJS adding global variables.
-
Austin King authored
Fix the pick_email test failure when all tests are run.
-
Shane Tomlinson authored
Using @fawek's pull request as a base for a full solution. * If the user clicks on the label, proxy the click event to the input element. * If the user clicks on the input element, let the browser handle things. * Add user tests to check clicks on both labels and input elements. issue #1155
-
- Feb 20, 2012
-
-
Shane Tomlinson authored
When the user successfully authenticates, log them in automatically without going to the email picker. issue #198
-
Shane Tomlinson authored
Instead, translators will see a %s and the href and target attributes will be added dynamically. issue #1160
-
Jakub Wieczorek authored
Also call event.preventDefault() to ensure the native handler doesn't kick in.
-
Shane Tomlinson authored
issue #1157
-
Shane Tomlinson authored
The problem stemmed from the DOM was not completely reset between every test. When the manage page inserted email addresses into its portion of the DOM, it added email addresses with elements with the same ID as the pick email controller. Instead of ensuring we clean wipe these elements between every test, rely on QUnit's ability to reset a portion of the DOM to its initial state. * Add the `qunit-fixture` class to the bit of DOM that should be reset between every test run. * Add the testHelpers.setup/testHelpers.teardown functions to several suites that manually called emtpy() on DOM elements. issue #1156
-
Shane Tomlinson authored
Fix for disappearing "keep me signed in button" after user selects an email address that has been deleted. close #871
-