Skip to content
Snippets Groups Projects
  1. Feb 21, 2012
  2. Feb 20, 2012
    • Shane Tomlinson's avatar
      Fix EJS adding global variables. · 49520fa8
      Shane Tomlinson authored
      issue #1157
      49520fa8
    • Shane Tomlinson's avatar
      Fix the pick_email test failure when all tests are run. · 8d63cf25
      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
      8d63cf25
    • Shane Tomlinson's avatar
      Merge pull request #1151 from fawek/issue-871 · c8f861fc
      Shane Tomlinson authored
      Fix for disappearing "keep me signed in button" after user selects an email address that has been deleted.
      
      close #871
      c8f861fc
  3. Feb 18, 2012
    • Jakub Wieczorek's avatar
      Fix the issue #871 · 8fdeca92
      Jakub Wieczorek authored
      Rather than invoking the doPickEmail state directly, publish pick_email
      to preserve the original dialog options.
      8fdeca92
  4. Feb 17, 2012
  5. Feb 16, 2012
  6. Feb 15, 2012
Loading