Age | Commit message (Expand) | Author |
2009-07-30 | Removed the term 'course' everywhere, and replaced it by 'template'. This red... | deva |
2009-07-30 | Updated the example template to contain new tags/attributes. | deva |
2009-07-29 | Fixed up the server testprogram a little. Now the program kills its own serve... | deva |
2009-07-29 | Fixed potetially bad error in the server. It would break the stream if introd... | deva |
2009-07-29 | Changed Socket * to Socket & in pentominos query. | deva |
2009-07-29 | Split up commits and requests to seperate functions. Changed Database * to Da... | deva |
2009-07-24 | Introduced a new template tag called 'header' to replace the macro-tag-with-h... | deva |
2009-07-24 | Fixed compiler issues... | deva |
2009-07-22 | Changed the way the macros are looked up in the filesystem (now they are pars... | deva |
2009-05-15 | Journal entries are now committed in the order in which they appear in the co... | deva |
2009-05-11 | New 'header' in each journal commit, taken from the course. | deva |
2009-04-24 | Delayed journal commit write. This makes sure each macro is only stored once.... | deva |
2009-02-18 | Added title attribute to the courses/templates, and made them show as a heade... | deva |
2009-02-11 | Added QueryHandler for both Pentominos and Pracro. Added source string to all... | deva |
2009-02-10 | - Rewrite part of the database backend setup and abstraction | bertho |
2009-02-04 | - Add missing include files | bertho |
2009-01-13 | Added a 'language' tag in resume, to be able to switch parser. Implemented th... | deva |
2008-12-02 | Ignore store_in_journal attributes, always set to true. | deva |
2008-12-02 | Added hacked support for headlines in templates. | deva |
2008-10-10 | Made resume a standalone tag istead of an attribute of the macro tag. | deva |
2008-10-08 | Connections to Pentominos and Database are now persistent over the entire cli... | deva |
2008-09-30 | Changed SAXParser parse method to take a buffer and a size instead of a c++ s... | deva |
2008-09-29 | Modified error reply to fit new layout system. | deva |
2008-09-23 | Made fix for the 'multiple xml buffers in single network buffer' problem. | deva |
2008-09-22 | Added resume storing to the db, and made the outputted xml use it. Added capt... | deva |
2008-09-19 | Temporary frame caption solution | deva |
2008-09-05 | Made multiple pentominos request work properly (still no reusage of the conne... | deva |
2008-08-21 | Made postgres addr, username and password configurable. | deva |
2008-08-21 | Fixed hardcoded CPR in widgetgenerator - yrk. | deva |
2008-08-19 | Bugfix. Shared connection didn't work with the continue action. | deva |
2008-08-15 | Changes for read-loop-server. | deva |
2008-08-05 | Added catch of non responding postgresql database. | deva |
2008-08-04 | Made server able to run (compile-time) without postgres and the uploadserver.... | deva |
2008-08-04 | Added NotFound exception when trying to open a non-existing and non-empty macro. | deva |
2008-07-30 | Fixed structural problem in server that prevented the potential request for a... | deva |
2008-07-30 | Reenabled support for upload server. Currently only tested against local prin... | deva |
2008-07-30 | Added global Conf namepsace with configuration values. These are to be filled... | deva |
2008-07-30 | Renamed luaprograms/luaprogram tags to scripts/script tag with a language att... | deva |
2008-07-29 | Added configure option to remove pentominos support. | deva |
2008-06-09 | Added check to see if macro already has been committed. For later use with de... | deva |
2008-06-09 | Added xml encoding of the lua programs to make sure they are not interrupting... | deva |
2008-06-09 | Made output accumulation in a buffer and write in the end, thus enabling the ... | deva |
2008-06-04 | Modulized the template/course/macro system. | deva |
2008-06-04 | Introduced the errorbox to communicate server errors to the client. | deva |
2008-06-04 | Introduced the errorbox to communicate server errors to the client. | deva |
2008-06-03 | Added support for lua validator programs. | deva |
2008-05-26 | Completed the prefilling of the fields, from the db and pentominos, according... | deva |
2008-05-23 | Did a lot of work on the database class. | deva |
2008-05-22 | Fixed GPL headers to actually contain the contributors... | deva |
2008-05-21 | Preparing for some macro/course/template restructuring | deva |