1. 20 Apr, 2014 3 commits
  2. 17 Apr, 2014 1 commit
  3. 16 Apr, 2014 4 commits
  4. 14 Apr, 2014 2 commits
  5. 13 Apr, 2014 1 commit
  6. 11 Apr, 2014 2 commits
  7. 10 Apr, 2014 1 commit
  8. 06 Apr, 2014 1 commit
  9. 05 Apr, 2014 2 commits
  10. 02 Apr, 2014 9 commits
    • gergely-ujvari's avatar
      Realtime update added replies to Document view · d4cd5350
      gergely-ujvari authored
      Since, for document view to had to add the new annotation manually to the rootScope.annotations, we have forgotten to check whether is it a reply or not.
      Now replies are not added. The original error also went away when the view(scope) was changed.
      d4cd5350
    • Randall Leeds's avatar
      whitespace · 584a8b13
      Randall Leeds authored
      584a8b13
    • Randall Leeds's avatar
      Handle SCE better with custom base URI · 7416489e
      Randall Leeds authored
      When we deploy as an extension the application baseURI is the URL
      of the backend, rather than the extension. As a result, templates
      are relative to this location. Even though we inline the templates
      in the extension bundle, we have to ensure the compilation isn't
      blocked by strict contextual escaping.
      7416489e
    • gergely-ujvari's avatar
      Restore search ability for replies · 82c99c64
      gergely-ujvari authored
      When we sacked the scope search facets and rely on rootScope.annotations the replies were no longer tested as possible search results. It is now restored.
      82c99c64
    • Randall Leeds's avatar
      Don't try to flash messages on null host page · 67aa628f
      Randall Leeds authored
      This was causing a race condition on app startup. Now, the worst that
      happens is the flash message shows in the sidebar.
      67aa628f
    • gergely-ujvari's avatar
      Call applySort() at the startup · 275651a0
      gergely-ujvari authored
      If not doing this the rootScope.predicate etc. variables are not set and angular silently fails sorting
      
      Fixes #1150
      275651a0
    • 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
  11. 01 Apr, 2014 14 commits