summaryrefslogtreecommitdiff
path: root/server/src/database.h
AgeCommit message (Collapse)Author
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2014-02-12Fix 64bit compilationBent Bisballe Nyeng
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-17'Renamed' active/setActive methods to idle/setIdle, since these names makes ↵deva
more sence.
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-07-05Remove PRACRO_ prefix from debug macros.deva
2010-06-10Add transaction support on database pr. pracro session. Makes it possible to ↵deva
discard all edited macros.
2009-11-12Make database connection shared among threads and make is thread safe.deva
2009-07-10Fieldname queries added macrotool.deva
2009-02-19Renamed cpr to patientiddeva
2009-02-11Added QueryHandler for both Pentominos and Pracro. Added source string to ↵deva
all values, and use these to set the prefill value in the macros.
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
- Fix some printf's into debug statements
2008-10-10Made resume a standalone tag istead of an attribute of the macro tag.deva
2008-09-22Added resume storing to the db, and made the outputted xml use it. Added ↵deva
captions to the macro tags from the window-tag caption attribute. Made all template attributes fall through to the client.
2008-08-21Made postgres addr, username and password configurable.deva
2008-08-08Added print debug configurable.deva
2008-08-04Made server able to run (compile-time) without postgres and the ↵deva
uploadserver. Fixed problems in the exclusion of pentominos support. Fixed bug in db query field iteration.
2008-06-09Added check to see if macro already has been committed. For later use with ↵deva
dependency checking.
2008-06-09Made output accumulation in a buffer and write in the end, thus enabling the ↵deva
corretc outputting of the error box if neccessary.
2008-05-26Completed the prefilling of the fields, from the db and pentominos, ↵deva
according to their timestamps.
2008-05-26Added support for ttl on queries. Some other fies on the query.deva
2008-05-23Did a lot of work on the database class.deva
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-20Removed obsolete macro.h and macro_parser.cc,hdeva
2007-10-01Now the resume is generated using a format string.deva
2007-09-14Commits are now committed to the database.deva