- Feb 21, 2012
-
-
Austin King authored
Fix EJS adding global variables.
-
Austin King authored
Fix the pick_email test failure when all tests are run.
-
- Feb 20, 2012
-
-
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 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.
-
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
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.
-
Shane Tomlinson authored
Replacing all 'bind(..., "click",...)' calls with 'click(...)' close #1108
-
Shane Tomlinson authored
Some languages have long text for the "sign in" and "use a different email" buttons. If the user >= 6 emails in these languages, the buttons overlap. This shrinks the email address box by one address to prevent this overlap. close #1105
-
Shane Tomlinson authored
* Add BrowserID.ErrorDisplay.start() to showFailure - this handles opening the extended info. * Add a test to make sure clicking on the openMoreInfo button shows the extended info. close #1139
-
Shane Tomlinson authored
* Use format to insert the URL. issue #835
-
Shane Tomlinson authored
issue #835
-
Austin King authored
-
Lloyd Hilaiel authored
merge removal of ETag and Last-Modified when serving resources from perma-urls ala cachify. closes #1143 closes #1141
-
Lloyd Hilaiel authored
merge fix for selecting email addresses by clicking on label in iOS into dev - closes #1133 closes #1137
-
- Feb 16, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Austin King authored
Changing the case of the buttons from upper to lowercase.
-
Shane Tomlinson authored
issue #1113
-
Austin King authored
Removing the "text-transform: lowercase" on all buttons.
-
Ben Adida authored
Adding a 20px left and right margin to the delay, wait, and error screens
-
Shane Tomlinson authored
* Add a handler to the label surrounding the radio button. If clicking on label, select address. * Add a test to check for requirement. close #1133
-
Ben Adida authored
Fixing long email addresses (and some other general layout fixes) in pick_email.
-
Shane Tomlinson authored
close #1113
-
Shane Tomlinson authored
* Long email addresses stay on one line and show an ellipsis when too long. * Cleaning up some of the button placement so that things are more lined up. close #1100
-
- Feb 15, 2012
-
-
Austin King authored
-
Austin King authored
-
Lloyd Hilaiel authored
Cherry picking the cookies enabled check and test from the feature_835_cookies_disabled branch.
-
Austin King authored
-