summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
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).
2008-09-22Fixed missing include path in databasetest.deva
2008-09-19Temporary frame caption solutiondeva
2008-09-08Added xml encoding to the value fields.deva
2008-09-08Fixed fizzling bug in xml_encoder_decoder.deva
2008-09-05Made multiple pentominos request work properly (still no reusage of the ↵deva
connection). Also increaed the default ttl to 7 days instead of 1.
2008-09-03Fixed invalid select statement when no widgets exists in the macro.deva
2008-08-29Added automap when attempting to run a non-existing map.deva
2008-08-21Made postgres addr, username and password configurable.deva
2008-08-21Fixed hardcoded CPR in widgetgenerator - yrk.deva
2008-08-19Bugfix. Shared connection didn't work with the continue action.deva
2008-08-19Fixed SQL injection (escaping of \', \0 and \).deva
2008-08-15Fixed compile warning, and removed old reader code.deva
2008-08-15Changes for read-loop-server.deva
2008-08-08Added print debug configurable.deva
2008-08-05Added catch of non responding postgresql database.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-08-04Added NotFound exception when trying to open a non-existing and non-empty macro.deva
2008-07-30Fixed structural problem in server that prevented the potential request for ↵deva
a nonexisting macro (resulting in a course-only answer).
2008-07-30Reenabled support for upload server. Currently only tested against local ↵deva
print-to-screen version.
2008-07-30Reenabled the config file parser.deva
2008-07-30Added max ttl on pentominos and db lookups.deva
2008-07-30Use types.hdeva
2008-07-30Added global Conf namepsace with configuration values. These are to be ↵deva
filled with config file values later.
2008-07-30Renamed luaprograms/luaprogram tags to scripts/script tag with a language ↵deva
attribute.
2008-07-29Added configure option to remove pentominos support.deva
2008-07-22Updated testcodedeva
2008-06-20Changed internal tagname attribute from 'type' to 'tagname'.deva
2008-06-20Changed internal tagname attribute from 'type' to 'tagname'.deva
2008-06-09Added check to see if macro already has been committed. For later use with ↵deva
dependency checking.
2008-06-09Added xml encoding of the lua programs to make sure they are not ↵deva
interrupting the xml. Missing files.
2008-06-09Added xml encoding of the lua programs to make sure they are not ↵deva
interrupting the xml.
2008-06-09Corrected the mapper to do proper error checking.deva
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-06-04ignoredeva
2008-06-04Modulized the template/course/macro system.deva
2008-06-04Introduced the errorbox to communicate server errors to the client.deva
2008-06-04Introduced the errorbox to communicate server errors to the client.deva
2008-06-03LUA rocksdeva