summaryrefslogtreecommitdiff
path: root/server/src
AgeCommit message (Collapse)Author
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 ↵deva
course description (the template). Misspelled 'macroes' have been corrected to 'macros' in template.h and all affected files.
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 ↵deva
once. and also makes sure only one header (date, user, etc) is added pr. session.
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 ↵deva
protocol.
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 ↵deva
header in the client.
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
without an installed libpqxx).
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 ↵deva
friends).
2009-02-11Make QueryHandler abstract.deva
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
2009-02-09Fix commandline parsing of debug channels and prevent buffer overflowbertho
2009-02-05Add a flexible debug interface. Please read the documentation.bertho
2009-02-04Cleanup database access a bit and add a proper database schemabertho
2009-02-04- Add missing include filesbertho
- Add config option for xml macros and templates basedir
2009-01-13Removed all 'complex type' code. No need for it anymore...deva
2009-01-13Changes for new multilist type... to be removed again in a minute.deva
2009-01-13Added a 'language' tag in resume, to be able to switch parser. Implemented ↵deva
the lua resume parser.
2009-01-13Don't send empty name attribute on tags without names.deva
2008-12-02Ignore store_in_journal attributes, always set to true.deva
2008-12-02Added hacked support for headlines in templates.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-10-13Created a fieldname table, and only stores a field/value pairs, if the field ↵deva
exists in this fieldname table.
2008-10-10Made resume a standalone tag istead of an attribute of the macro tag.deva
2008-10-08Connections to Pentominos and Database are now persistent over the entire ↵deva
client connection.
2008-09-30Changed SAXParser parse method to take a buffer and a size instead of a c++ ↵deva
string. Made the queryhandler use a read loop, parsing on-the-fly to determine when the entire document has been read.
2008-09-29Modified error reply to fit new layout system.deva
2008-09-23Made fix for the 'multiple xml buffers in single network buffer' problem.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-09-22Added debug output to tcpsocket (print the xml to stdout after sending it to ↵deva
the client).