summaryrefslogtreecommitdiff
path: root/server/src/templateparser.cc
AgeCommit message (Expand)Author
2009-08-07New test program.deva
2009-08-05Renamed TemplateParser debug group from 'macro' to 'template'.deva
2009-07-30Changed illogically named 'window' tag into the more descriptive 'widgets' tag.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-24Introduced a new template tag called 'header' to replace the macro-tag-with-h...deva
2009-07-22Changed the way the macros are looked up in the filesystem (now they are pars...deva
2009-05-15Journal entries are now committed in the order in which they appear in the co...deva
2009-02-10- Rewrite part of the database backend setup and abstractionbertho
2009-02-04- Add missing include filesbertho
2008-07-30Reenabled support for upload server. Currently only tested against local prin...deva
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-06-04Introduced the errorbox to communicate server errors to the client.deva
2008-06-03Added support for lua validator programs.deva
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-20Made fixes pointed out by GCC 4.2 and -D_FORTIFY_SOURCES=2deva
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-12Made template parserdeva