summaryrefslogtreecommitdiff
path: root/server/src/Makefile.am
AgeCommit message (Expand)Author
2009-08-07New test program.deva
2009-08-07Make the server and queryhandlerpracro test scripts use the new testdb interf...deva
2009-08-07Added new testdb, that can be activated through the cli (-d testdb) or throug...deva
2009-07-30More unit tests...deva
2009-07-30Added Exception class unit test.deva
2009-07-30Added unit tests for MacroHeaderParser and TemplateHeaderParser.deva
2009-07-30Removed the term 'course' everywhere, and replaced it by 'template'. This red...deva
2009-07-30Updated the example template to contain new tags/attributes.deva
2009-07-29Fixed up the server testprogram a little. Now the program kills its own serve...deva
2009-07-29Added testsrcipts to the transactionparser. Still missing the documentation t...deva
2009-07-29Added testscripts for SAXParser. Added SAXParser documentation.deva
2009-07-24More extensive testing, and documentation in the header files.deva
2009-07-24Made test section able to retest when some dependencies changed.deva
2009-07-24Added some more tests to the Version class. Documented the header file.deva
2009-07-24Fixed compiler issues...deva
2009-07-22Changed the way the macros are looked up in the filesystem (now they are pars...deva
2009-07-17More work on the macrotool. Now fieldnames can be added and deleted, and a fi...deva
2009-07-10Fieldname queries added macrotool.deva
2009-07-06Rewrite of parameter handler. A new fieldnames module... currently does nothi...deva
2009-07-06Added new macro tool binary to the project.deva
2009-04-24Added test for journal writer.deva
2009-04-20Added utf8 decode.deva
2009-02-11Added QueryHandler for both Pentominos and Pracro. Added source string to all...deva
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
2009-02-05Add a flexible debug interface. Please read the documentation.bertho
2009-01-13Removed all 'complex type' code. No need for it anymore...deva
2009-01-13Added a 'language' tag in resume, to be able to switch parser. Implemented th...deva
2008-11-03Did a lot of work on format utils.deva
2008-10-30Complete but highly unstable implementation of formattools.deva
2008-10-29Initial work on format toolsdeva
2008-09-22Fixed missing include path in databasetest.deva
2008-07-30Added global Conf namepsace with configuration values. These are to be filled...deva
2008-07-29Added configure option to remove pentominos support.deva
2008-07-22Updated testcodedeva
2008-06-09Added xml encoding of the lua programs to make sure they are not interrupting...deva
2008-06-04Modulized the template/course/macro system.deva
2008-05-23Did a lot of work on the database class.deva
2008-05-20Removed obsolete macro.h and macro_parser.cc,hdeva
2008-05-16Worked on the connection of the various elements of the server.deva
2008-05-15Added a lot of testcode... and fixed a lot of minor error (-Wall -Werror)deva
2008-05-13More filename cleanup..deva
2008-05-13Filename cleanups...deva
2008-05-12Made template parserdeva
2008-05-06Added LUA parser for the mapping of external data query results.deva
2008-03-26Implemented a SAXPaser class, and made the macro and xml parsers use it.deva
2008-03-18Added journal commit code.deva
2008-03-18A lot of changes to the daemon code.deva
2007-10-01Now the resume is generated using a format string.deva
2007-09-24Server now parses XML and handles include.deva
2007-09-17Added UID class for use when generating transaction ids.deva