Skip to content
Snippets Groups Projects
  1. Feb 19, 2015
  2. Feb 17, 2015
  3. Feb 16, 2015
  4. Feb 12, 2015
  5. Feb 11, 2015
  6. Feb 10, 2015
  7. Feb 09, 2015
  8. Feb 06, 2015
    • Christoph Thelen's avatar
      Cache single question objects · 0d87f944
      Christoph Thelen authored
      Note that due to the way it is currently implemented,
      we have to clear the whole cache once a set of
      questions published or unpublished in bulk.
      0d87f944
    • Christoph Thelen's avatar
      Set answer properties on the server · 72f3f617
      Christoph Thelen authored
      72f3f617
    • Christoph Thelen's avatar
      Create proper anonymized copy of Session object · f0c17488
      Christoph Thelen authored
      Changing the Session object the way it was done previously
      interferes with the new caching mechanism. The objects are
      now long-lived so any direct changes to it which are not
      in the spirit of its use case have to be removed. In this
      case, changing the creator information invalidated many
      of the isCreator checks sprinkled through the code, as
      the new creator's name would have been the string
      "not visible to you."
      f0c17488