summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Expand)Author
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-29Removed old obsolete TODO comment.deva
2009-07-29Fixed potetially bad error in the server. It would break the stream if introd...deva
2009-07-29Changed Socket * to Socket & in pentominos query.deva
2009-07-29Split up commits and requests to seperate functions. Changed Database * to Da...deva
2009-07-24Test for configuration to use pentominos.deva
2009-07-24Test for a running instance of the artefact server.deva
2009-07-24More extensive testing, and documentation in the header files.deva
2009-07-24Introduced a new template tag called 'header' to replace the macro-tag-with-h...deva
2009-07-24'fixed' output to handle new macro naming/versioning schemedeva
2009-07-24Made test section able to retest when some dependencies changed.deva
2009-07-24Added exception throwing info.deva
2009-07-24Removed stress test.deva
2009-07-24Made some more tests, and documented the header file.deva
2009-07-24Fixed a bug in the versionstr test (sort test always succeeded)deva
2009-07-24Oups - Forgot implementation of secondary constructor.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-07-06Update year in copyright notice.deva
2009-07-03New attribute in pentominos protocol.deva
2009-06-22Fixed bug, where db overruled map, whn prefilled var not set.deva
2009-06-22Added some debug output in widget generation.deva
2009-05-27Fixed error in linesplitter (utf8 characters fucked up pretty good)deva
2009-05-15Journal entries are now committed in the order in which they appear in the co...deva
2009-05-11New 'header' in each journal commit, taken from the course.deva
2009-04-24Added test for journal writer.deva
2009-04-24Delayed journal commit write. This makes sure each macro is only stored once....deva
2009-04-20Added utf8 decode. Missing file.deva
2009-04-20Added utf8 decode.deva
2009-04-14Fixed missing stack pop on result-tag end.deva
2009-04-07Changed the pentominos query according to the changes in the pentominos proto...deva
2009-02-27Added generator to journal commitdeva
2009-02-19Renamed cpr to patientiddeva
2009-02-19Added missing argument to __PRACRO_LOG_VA in PRACRO_XXX_LOG_VA macros.deva
2009-02-18Added title attribute to the courses/templates, and made them show as a heade...deva
2009-02-18Added missing includedeva
2009-02-18Changed string to time conversion to atol, added missing include.deva
2009-02-17Oups... the dao = NULL should be set regardless of the value of WITHOUT_DB.deva
2009-02-17Made the --with-db=no configure option actually compile without the db (even ...deva
2009-02-17Fixed missing virtual descructor in query hanlders.deva
2009-02-12Changed printf to PRACRO_DEBUGdeva
2009-02-11Updated file header comments to fit the rest of the project.deva
2009-02-11Changed all printf debug outputs to new debug interface (PRACRO_DEBUG and fri...deva
2009-02-11Make QueryHandler abstract.deva