Skip to content
Snippets Groups Projects
  1. Aug 24, 2014
  2. Jun 18, 2014
  3. Jun 04, 2014
  4. Mar 10, 2014
  5. Jan 14, 2014
  6. Dec 07, 2013
  7. May 08, 2013
  8. Mar 08, 2013
  9. Mar 06, 2013
  10. Feb 28, 2013
    • Paul-Christian Volkmer's avatar
      Add number of sessions to name and short name · ad42d5ff
      Paul-Christian Volkmer authored
      If the current session is linked to a course and there are other sessions
      for this course, add a number to the name and short name of the session,
      indicating which session is ment since all sessions will have the same
      name and short name.
      ad42d5ff
  11. Feb 19, 2013
  12. Feb 18, 2013
  13. Feb 04, 2013
  14. Nov 01, 2012
  15. Oct 30, 2012
  16. Oct 25, 2012
  17. Oct 24, 2012
  18. Oct 16, 2012
  19. Sep 28, 2012
  20. Sep 19, 2012
  21. Sep 14, 2012
    • Christoph Thelen's avatar
      Task #3791: Allow only one feedback, remove old feedback, broadcast changes · 1ae9c803
      Christoph Thelen authored
      * If a user posts new feedback, while having already posted one, the value
      gets updated. This prevents feedback adding up.
      * If feedback is too old (10 minutes), it gets removed. For testing
      purposes the cleaning routine currently runs every few seconds, and
      feedback only lasts a few seconds as well.
      * The deleted feedback changes are broadcasted to:
      	o All users, if feedback of other users has been deleted.
      	o The user whose feedback got deleted.
      
      Currently, this is a huge mess! There are three types of "Session Ids":
      * The Socket.IO "session"
      * The internal CouchDB session id
      * The ARSnova session keyword
      
      A severe clean up is needed before proceeding any further...
      1ae9c803
  22. Sep 13, 2012
  23. Sep 12, 2012
  24. Sep 10, 2012
  25. Sep 06, 2012