Skip to content
Snippets Groups Projects
  1. Nov 07, 2016
  2. Oct 11, 2016
  3. Oct 07, 2016
  4. Oct 06, 2016
  5. Sep 29, 2016
  6. May 17, 2016
  7. Feb 19, 2016
  8. Feb 05, 2016
  9. Dec 08, 2015
  10. Sep 10, 2015
  11. Aug 06, 2015
  12. Jun 10, 2015
  13. Jun 08, 2015
  14. Jun 03, 2015
  15. May 27, 2015
  16. May 25, 2015
  17. Apr 18, 2015
  18. Apr 16, 2015
  19. Apr 13, 2015
  20. Mar 23, 2015
  21. Mar 19, 2015
  22. Feb 25, 2015
  23. Feb 19, 2015
  24. Feb 12, 2015
    • 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
  25. Feb 11, 2015