- Feb 24, 2012
-
-
Shane Tomlinson authored
issue #1189
-
Ben Adida authored
-
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
-
- Feb 21, 2012
-
-
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
-
- Feb 19, 2012
-
-
Jakub Wieczorek authored
Adjust the CSS selector in pick_email.js to only match e-mail radio buttons
-
- Feb 18, 2012
-
-
Jakub Wieczorek authored
Rather than invoking the doPickEmail state directly, publish pick_email to preserve the original dialog options.
-
- Feb 17, 2012
-
-
Lloyd Hilaiel authored
bump to connect-cachify@0.0.8 which re-adds ETag headers (removed due to lloyds wrong analysis and general idiocy), also moves permaurl hashes down to 10 chars). issue #1141
-
Lloyd Hilaiel authored
Fix zoom/scrolling issues across platforms.
-
Lloyd Hilaiel authored
@shane-tomlinson's feedback: fix test.ejs route to not include , which causes static middleware to redirect to - now you can run tests by hitting /test, /test/, or /test/index.html
-
Shane Tomlinson authored
refactor httputils to remove needless logic and better leverage express. easier to read and maintain. also remove unused and unnec functions.
-
Shane Tomlinson authored
* Set both resizable and scrollbars to 1 for users who have their browsers zoomed. * Set the body's overflow-y to auto so no scrollbars are shown unless they are needed. issue #423
-
Austin King authored
Fix the "sign in" and "use a different email" buttons overlapping in some languages.
-
Lloyd Hilaiel authored
explicitly disable serving of unit test templates and all resources under /test in staging or prod envs. issue #1044
-
Lloyd Hilaiel authored
refactor httputils to remove needless logic and better leverage express. easier to read and maintain. also remove unused and unnec functions
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
merge improved handling of missing/disabled features (postmessage, localstorage, etc) into dev, along with better user visible error messaging for how the user can resolve the issues.
-