1. 02 Apr, 2014 3 commits
    • gergely-ujvari's avatar
      Add workaround for real-time updates to extend the annotations list if needed · 4f01acf5
      gergely-ujvari authored
      The rootScope.annotations was not refreshed when a new real-time annotation arrived, so for comments and document view we have to insert the annotation there manually
      
      Fixes #1149
      4f01acf5
    • gergely-ujvari's avatar
      Make page search play nice with focus · 6987d3c5
      gergely-ujvari authored
      As for the sort the page search works with threads instead of annotations so the directive should look for either annotation or thread.message in the scope
      Page search focuses annotations when it opens them.
      
      Thx @csillag for the help
      6987d3c5
    • gergely-ujvari's avatar
      Page search uses viewState.sort · 6c6ca67f
      gergely-ujvari authored
      Originally page search was not prepared for the sort viewState, now it is.
      For this, the applySort() was refactored to use the rootScope instead of the scope and produces both the predicate for the viewer and for the page search
      
      Fixes #1148
      6c6ca67f
  2. 01 Apr, 2014 28 commits
  3. 31 Mar, 2014 9 commits