summaryrefslogtreecommitdiff
path: root/server/src/templateparser.cc
AgeCommit message (Expand)Author
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2014-02-12Fix 64bit compilationBent Bisballe Nyeng
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2012-01-26New onCommit scripting system.Bent Bisballe Nyeng
2011-12-05Prepare for template scripts.Bent Bisballe Nyeng
2011-07-01removed macrotool.deva
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on testdb;...deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-07-05Partial commit (final): Add missing headers, fixing gcc4.4 compile errors.deva
2009-11-13Added SessionIDs to http communication. Made SAXParser run on const char*.deva
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