1. 12 Nov, 2013 2 commits
    • csillag's avatar
      Added PDF support - we can now annotate PDF documents · e2f8fd13
      csillag authored
       * Update dom-text-mapper to fcd26632 (master branch)
       * Update dom-text-matcher to fcd26632 (master branch)
       * Update Annotator to f1e08bdd (maintenance branch)
      
       * Updated assets.py for the changed Annotator files and libraries
       * Updated JSChannel with a patch to allow talking to pdf.js
       * Updated our code to follow Annotator API changess
       * Updated the heatmap for two-phase anchoring and virtual anchors
      
      The change in embed.txt fixes a sporadic code insertation problem.
      
      For pages with no script tags, our embed script sometimes crashed.
      I have already fixed this problem for YepNope (see #607), but now
      it has come back in our own code.
      
      I am not sure why have not this happened before,
      but it definitely was happening now.
      
      I applied the same fix that worked with YepNope. It worked again.
      e2f8fd13
    • Randall Leeds's avatar
      Revert "Merge pull request #903 from hypothesis/882-login-from-code-3" · 686fe9cf
      Randall Leeds authored
      This reverts commit ba92681d2fed403a00b49e13697b13aa37e0e855, reversing
      changes made to 71dd9111bad26d5d4235ecdd1b42c60591cd2f35.
      686fe9cf
  2. 11 Nov, 2013 8 commits
  3. 10 Nov, 2013 4 commits
  4. 07 Nov, 2013 1 commit
  5. 31 Oct, 2013 1 commit
  6. 30 Oct, 2013 1 commit
  7. 28 Oct, 2013 1 commit
  8. 27 Oct, 2013 3 commits
  9. 24 Oct, 2013 4 commits
    • Ujvari Gergely's avatar
      Page_search stores its hits in $rootScope.search_annotations · b4eb3cf0
      Ujvari Gergely authored
      The page_search didn't well annotation deletions if they were top-level annotations. It is because it stored its annotation list at $scope.threads and this was not prepared for delete. Similar to $rootScope.annotations (once they will be unified), now it is using $rootScope.search_annotations to store the top-level hits and prepared for delete.
      
      Fixes #850
      b4eb3cf0
    • csillag's avatar
      Update Annotator to 33543a59 (maintenance branch) · 00fc5a06
      csillag authored
      This brings the	following improvements:
       * Merged some bugfixes from upstream Annotator.
         Probably fixes #453 and fixes #501.
       * Brings back to sync our Annotator maintenance branch,
         the Annotator sources embedded in H,	and the	annotator JS embedded in H.
      00fc5a06
    • Randall Leeds's avatar
      Fix syntax error · 98d61273
      Randall Leeds authored
      98d61273
    • csillag's avatar
      Update dom-text-matcher to 8cfa033d (master branch) · 644f18fe
      csillag authored
      The new version has an patch on the diff-match-patch library,
      which can detect a problem hidden deep within Chrome's v8 engine,
      and warns the user to upgrade Chrome when the problem occurs.
      644f18fe
  10. 23 Oct, 2013 13 commits
  11. 19 Oct, 2013 2 commits