1. 08 Dec, 2017 1 commit
  2. 08 Aug, 2016 1 commit
  3. 21 Jun, 2016 1 commit
  4. 24 Sep, 2015 1 commit
    • Improve response handling in AjaxHelpers · b2a0b2f7
      I've changed the logic so that AjaxHelpers keeps
      track of which requests have not yet had mock
      responses sent. This ensures that every response
      is handled before moving on to the next one,
      rather than always handling the last request.
      My intention is that this won't allow bugs to creep
      in where a request isn't fired and instead the test
      responds to an old request. It also should ensure
      that extra events aren't accidentally fired.
      Andy Armstrong committed
  5. 15 Jun, 2015 1 commit
  6. 15 Jan, 2015 1 commit
  7. 01 Oct, 2014 1 commit
  8. 07 Aug, 2014 1 commit
  9. 21 May, 2014 1 commit
    • Allow creation of components on container page · 541d20ef
      This commit implements STUD-1490, allowing creation of components
      on the container page. It also enables the delete and duplicate
      buttons now that new content can be created that would benefit.
      
      Note that it also creates shared functionality for adding components,
      and refactors the unit page to use it too.
      Andy Armstrong committed
  10. 15 Apr, 2014 2 commits
  11. 09 Apr, 2014 5 commits