summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2011-12-01Missing include.Bent Bisballe Nyeng
2011-12-01Add test course.Bent Bisballe Nyeng
2011-11-28Use one-thread-per-connection and fix up Session locking.Bent Bisballe Nyeng
2011-11-25Reuse environment (macrolist) instead of creating a new one. Add 'to' and 'fr...Bent Bisballe Nyeng
2011-11-25Replace newline with symbol to avoid new row generation in office import.Bent Bisballe Nyeng
2011-11-23Bugfix: Terminate sessions without template names (discard) so that they are ...Bent Bisballe Nyeng
2011-11-21Add missing dir to dist.Bent Bisballe Nyeng
2011-11-21Add missing dir to dist.Bent Bisballe Nyeng
2011-11-17Remove currently unused acl files.Bent Bisballe Nyeng
2011-11-17Add missing header files to EXTRA_DIST.Bent Bisballe Nyeng
2011-11-17Fix compilation with new location of server tools.Bent Bisballe Nyeng
2011-11-17Move server-only tools to server tools folder.Bent Bisballe Nyeng
2011-11-17Remove getdata from Makefile.am.test creation list.Bent Bisballe Nyeng
2011-11-17Remove obsolete getdata.Bent Bisballe Nyeng
2011-11-17Remove common VERSION file and put version numbers directly in configure.in a...Bent Bisballe Nyeng
2011-11-08Missing typecast.Bent Bisballe Nyeng
2011-10-14Merge branch 'master' of http://git.aasimon.org/public/pracroLars Bisballe Jensen
2011-10-13RectifiedLars Bisballe Jensen
2011-10-11Implement dokmenu_get_all_by_cpr and dokmenu_get_by_cpr_and_name. Fix Fix par...Bent Bisballe Nyeng
2011-10-11Fix parameter type change in startTag method.Bent Bisballe Nyeng
2011-10-07Missing deletes.Bent Bisballe Nyeng
2011-10-07Dump sessions in session xml files before discard, when session_discard_path ...Bent Bisballe Nyeng
2011-10-07Make ignores work again...Bent Bisballe Nyeng
2011-10-07Added missing CURL_LIBS and CFLAGS for Praxisd.Bent Bisballe Nyeng
2011-10-07Remove warnings about missing Makefile.am.test files.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-07-01Removed longtime unused code.deva
2011-07-01More tests.deva
2011-07-01Fixed bug in field check/creation with depth greater than 1.deva
2011-06-30Use stack manipulation through c, rather than pragram text generation/parsing...deva
2011-06-16Remove redundant ttl check. ttl is handled by the database.deva
2011-06-10Disable timeouts of resumes created in current session.deva
2011-04-27Add pkg-config init and with-praxisd parameter.deva
2011-04-27Expand praxisd birdge.deva
2011-04-25Initial version of praxisd communications class.deva
2011-04-19ACL coming soon in an implementation near you. ACL stub files.deva
2011-04-11Add missing helptext for -P (pidfile).deva
2011-04-11Remove dangling stderr output.deva
2011-04-01Re-enable multiuser feature.deva
2011-03-30Temporarily revert multiuser journal commits.deva
2011-03-28Split up journal commits on multiple users.deva
2011-02-18Made Session isreadonly property private and created new commitMacro method.deva
2011-02-18Some small changes in the postgres error handling, and a lot of tests, inspir...deva
2011-02-17Finished implementation of new database layout in testdb.deva
2011-02-17'Renamed' active/setActive methods to idle/setIdle, since these names makes m...deva
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on testdb;...deva
2011-02-15Improved error messages from ConfigrationParser.deva
2011-02-14Added missing virtual constructor.deva