summaryrefslogtreecommitdiff
path: root/server/src/transactionhandler.cc
AgeCommit message (Collapse)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
member is there for a reason you know...
2011-08-02Fix missing sessionid for the database lookup in QueryHandlerPracro.origindeva
2011-08-02New 'open course' feature.deva
2011-07-01removed macrotool.deva
add lua wrapper for praxisd. new type attributes_t for sax parser and children. make macros/templates use real vars instead of var map. add data ttl on macro level. add 'important' attribute to macrotags in templates.
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 ↵deva
testdb; more to come...
2011-02-04Database pool is now used instead of one connection per session. Admin ↵deva
interface supports session unlock.
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
discard all edited macros.
2010-06-01From new_protocol branch.deva