1. 27 Feb, 2014 2 commits
    • Randall Leeds's avatar
      Fix authentication directive for angular upgrade · d256c197
      Randall Leeds authored
      The isolation scopes are truly isolated better, or evaluation
      of the submit handler is happening from the descendent cousin
      scopes of the isolated directive. I could probably have moved
      the ng-submit handler below the authentication directive, but
      I didn't see a compelling reason for the directive to stay in
      an isolated scope.
      d256c197
    • Randall Leeds's avatar
      Upgrade Angular to v1.2.13 · b171c1bc
      Randall Leeds authored
      b171c1bc
  2. 26 Feb, 2014 1 commit
  3. 20 Feb, 2014 4 commits
  4. 11 Feb, 2014 3 commits
  5. 03 Feb, 2014 1 commit
  6. 22 Jan, 2014 1 commit
  7. 10 Jan, 2014 1 commit
    • csillag's avatar
      Temporary work-around: don't loose target while creating an annotation. · 8cce3de0
      csillag authored
      See #1020 for a description of the problem.
      
      This commit patches the merge behavior of the bridge plugin:
      never update a list of targets with a shorter list.
      (This avoids it being zeroed by accident.)
      
      This does not really solve the more generic problem: the race condition
      of the messages moving on the bridge. We should either do some
      time-stamping, or some other smarter flow control...
      8cce3de0
  8. 03 Jan, 2014 2 commits
  9. 17 Dec, 2013 3 commits
  10. 14 Dec, 2013 1 commit
  11. 13 Dec, 2013 2 commits
  12. 12 Dec, 2013 1 commit
  13. 11 Dec, 2013 1 commit
  14. 10 Dec, 2013 5 commits
  15. 09 Dec, 2013 1 commit
  16. 05 Dec, 2013 1 commit
  17. 03 Dec, 2013 1 commit
  18. 02 Dec, 2013 2 commits
  19. 01 Dec, 2013 1 commit
  20. 30 Nov, 2013 5 commits
  21. 28 Nov, 2013 1 commit
    • csillag's avatar
      DTM changes · 4e1b8ce3
      csillag authored
       * Updated dom-text-mapper to 3fb30bee (master branch)
       * Updated Annotator to 631c1345 (typed-packaging branch)
      
      These are all internal DTM / Annotator changes.
      The communcation about DOM changes has migrated from method calls
      to events.
      
      See also https://github.com/hypothesis/dom-text-mapper/issues/14
      4e1b8ce3