summaryrefslogtreecommitdiff
path: root/server/src/templatelist.cc
AgeCommit message (Collapse)Author
2010-01-15Add fix to entitylist, for mixing updates on dir rename/moves. Updated ↵deva
MacroList and TemplateList to macth new interface and use new insert method.
2010-01-14Made EntityList able to handle several files with same macroname and version ↵deva
number, without corrupting the internal data structure (switched from map to multimap).
2010-01-14Made EntityList superclass for the Macro and TemplateList classes.deva
2010-01-06Made MacroList and TemplateList threadsafe.deva
2009-07-30Make sure we don't hang in an infinite loop when encountering malformed ↵deva
macro/template files.
2009-07-30Updated the example template to contain new tags/attributes.deva