summaryrefslogtreecommitdiff
path: root/server/src/widgetgenerator.cc
AgeCommit message (Collapse)Author
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2011-07-01removed macrotool.deva
add lua wrapper for praxisd. new type attributes_t for sax parser and children. make macros/templates use real vars instead of var map. add data ttl on macro level. add 'important' attribute to macrotags in templates.
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on ↵deva
testdb; more to come...
2011-02-04Database pool is now used instead of one connection per session. Admin ↵deva
interface supports session unlock.
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-07-05Partial commit: Move all value prefill code to its own file.deva
2010-06-01From new_protocol branch.deva
2010-03-03Partly revert insert-empty-value fix.deva
2010-03-02Set value from db/queries even though it doesn't have a value attribute ↵deva
(PART 2).
2010-03-02Set value from db/queries even though it doesn't have a value attribute.deva
2010-02-26Make xml escaped characters show up correclty in the client.deva
2009-08-07Unit test and header documentation.deva
2009-07-30Changed illogically named 'window' tag into the more descriptive 'widgets' tag.deva
2009-07-29Split up commits and requests to seperate functions. Changed Database * to ↵deva
Database &
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-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-05Add a flexible debug interface. Please read the documentation.bertho
2009-01-13Don't send empty name attribute on tags without names.deva
2008-10-08Connections to Pentominos and Database are now persistent over the entire ↵deva
client connection.
2008-09-08Added xml encoding to the value fields.deva
2008-08-29Added automap when attempting to run a non-existing map.deva
2008-08-21Fixed hardcoded CPR in widgetgenerator - yrk.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-07-30Added max ttl on pentominos and db lookups.deva
2008-06-20Changed internal tagname attribute from 'type' to 'tagname'.deva
2008-06-20Changed internal tagname attribute from 'type' to 'tagname'.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-03Added support for lua validator programs.deva
2008-05-26Completed the prefilling of the fields, from the db and pentominos, ↵deva
according to their timestamps.
2008-05-23Did a lot of work on the database class.deva
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-20Added some code for the new output format.deva
2008-05-20Removed obsolete macro.h and macro_parser.cc,hdeva