summaryrefslogtreecommitdiff
path: root/server/src/transactionhandler.cc
AgeCommit message (Expand)Author
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-01-26New onCommit scripting system.Bent Bisballe Nyeng
2011-12-06Clean up the way connections are handled.Bent Bisballe Nyeng
2011-12-05Change how script code is stored to the Script objects. The std::string code ...Bent Bisballe Nyeng
2011-08-02Fix missing sessionid for the database lookup in QueryHandlerPracro.origindeva
2011-08-02New 'open course' feature.deva
2011-07-01removed macrotool.deva
2011-02-18Made Session isreadonly property private and created new commitMacro method.deva
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on testdb;...deva
2011-02-04Database pool is now used instead of one connection per session. Admin interf...deva
2011-02-04Session locking mechanism gone crazy. This needs a rewamp at some point.deva
2011-01-25New database layout.deva
2011-01-14Add 'template' to transactions table in db.deva
2010-08-17Remove 'language' attribute.deva
2010-08-03New script-tag attribute that includes lua code from a file.deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-06-21Rename JournalWriter class to just Journal.deva
2010-06-10Add transaction support on database pr. pracro session. Makes it possible to ...deva
2010-06-01From new_protocol branch.deva