1. 12 May, 2015 2 commits
  2. 11 May, 2015 4 commits
  3. 06 May, 2015 1 commit
  4. 05 May, 2015 2 commits
  5. 04 May, 2015 3 commits
  6. 03 May, 2015 1 commit
    • Randall Leeds's avatar
      Break out client configuration into a Bundle · 8a3e15b5
      Randall Leeds authored
      In this manner, the client configuration is made more easily
      replaceable in downstream deployments through the asset configuration.
      
      Additionally, code shared between the various application pages that
      configures the identity and session providers for our account system
      lives in one place holding those cross-cutting concerns.
      8a3e15b5
  7. 01 May, 2015 3 commits
  8. 30 Apr, 2015 8 commits
  9. 29 Apr, 2015 2 commits
  10. 28 Apr, 2015 2 commits
  11. 27 Apr, 2015 1 commit
  12. 22 Apr, 2015 1 commit
  13. 19 Apr, 2015 1 commit
    • Randall Leeds's avatar
      Move double embed protection to embed.js · 915bdc80
      Randall Leeds authored
      Logically, it makes sense to prevent double _embedding_ in the embed
      code.
      
      Also, there may come a time when it's acceptable and possible to
      instantiate the application multiple times for different parts of a
      document.
      
      Finally, this prevents loading CSS and polyfills twice, as well.
      915bdc80
  14. 18 Apr, 2015 3 commits
  15. 17 Apr, 2015 2 commits
    • Randall Leeds's avatar
      Wait for DOM ready to constructor the annotator · f5316903
      Randall Leeds authored
      This change also means that the application actually starts after
      the `noConflict` calls have erased any trace of Annotator or jQuery
      from the global object.
      
      AnnotationSync was using $.extend. Since I don't want to depend on
      jQuery in the widget application indefinitely and I don't want to
      depend on Annotator either there is not a single place to get this
      function that works in both environments. Instead, a single purpose
      module from NPM for extend is pulled in. Small modules FTW.
      f5316903
    • Randall Leeds's avatar
      Remove dead code · a4e4eb80
      Randall Leeds authored
      a4e4eb80
  16. 16 Apr, 2015 4 commits