Skip to content
Snippets Groups Projects
  1. Mar 16, 2015
  2. Mar 14, 2015
  3. Mar 11, 2015
  4. Mar 07, 2015
  5. Mar 06, 2015
  6. Mar 04, 2015
  7. Mar 03, 2015
  8. Mar 02, 2015
  9. Feb 28, 2015
  10. Feb 25, 2015
  11. Feb 24, 2015
  12. Feb 19, 2015
  13. Feb 17, 2015
  14. Feb 16, 2015
  15. Feb 12, 2015
    • Christoph Thelen's avatar
      Build fix · c8026e83
      Christoph Thelen authored
      c8026e83
    • Christoph Thelen's avatar
      Deprecate getSession, use getSessionFromKeyword instead · bb649cb9
      Christoph Thelen authored
      getSession throws an HTTP exception, which is not
      good style. Additionally, as it calls
      getSessionFromKeyword internally -- which has a caching
      annotation -- this caching mechanism will not work
      because it only works if the method is called
      from another object. This is due to the way Spring
      is using proxies to intercept the calls.
      bb649cb9
    • Christoph Thelen's avatar
      Cache learning progress using new events · a1250111
      Christoph Thelen authored
      Events for all learning progress related actions
      are generated, like answering a new question.
      The event classes are used as a tag to evict
      the cache based on the session.
      a1250111