Commit History

Author SHA1 Message Date
  rsaccon 833dd597f5 replaces process-dictionary based preset variable counter (for unique IDs) with side effect free, treewalker based counter 17 years ago
  Roberto Saccon 48c14fdada replaces process-dictionary based preset variable counter (for unique IDs) with side effect free, treewalker based counter 17 years ago
  rsaccon 1400e5bd03 slighly modified body_ast, now a treewalker record traverses all nodes (will be required for load tag and also for cleanup of currently not-sideeffect-free counter) 17 years ago
  Roberto Saccon 7415eacb7b slighly modified body_ast, now a treewalker record traverses all nodes (will be required for load tag and also for cleanup of currently not-sideeffect-free counter) 17 years ago
  rsaccon 3d95e2e600 renamed htmltags to customtags and added an error test 17 years ago
  Roberto Saccon 1c6e8cdda9 renamed htmltags to customtags and added an error test 17 years ago
  rsaccon 6007aa1ab3 renamed custom tags folder 17 years ago
  Roberto Saccon 6560b7c789 renamed custom tags folder 17 years ago
  rsaccon 451248e3e7 added load tag (not fully functional yet) 17 years ago
  Roberto Saccon 132ebf9158 added load tag (not fully functional yet) 17 years ago
  rsaccon 1a043c19b6 render function cannot anymore have user defined different name than "render" 17 years ago
  Roberto Saccon 3affad370a render function cannot anymore have user defined different name than "render" 17 years ago
  emmiller 6fbce5d2e1 1. Support variable names in for expressions (e.g., for x in foo.bar) 17 years ago
  Evan Miller 79c30e5cfb 1. Support variable names in for expressions (e.g., for x in foo.bar) 17 years ago
  rsaccon 29f9fd879b improved error messages 17 years ago
  Roberto Saccon 07dd765215 improved error messages 17 years ago
  rsaccon b35bf1763b activating bug reporting again (was commented out) 17 years ago
  Roberto Saccon cc03783fc4 activating bug reporting again (was commented out) 17 years ago
  rsaccon 659cc562e7 added possibility to overwrite template file access function 17 years ago
  Roberto Saccon 63dc3838e2 added possibility to overwrite template file access function 17 years ago
  rsaccon 91e1f4030a svn ignore parser source 17 years ago
  Roberto Saccon 15f9ab01f5 svn ignore parser source 17 years ago
  rsaccon 73c04ff4cb remove parser from repository (contains hardcoded, local paths, need to be rebuilt for each installation) 17 years ago
  Roberto Saccon 8ca45475b6 remove parser from repository (contains hardcoded, local paths, need to be rebuilt for each installation) 17 years ago
  emmiller 3f90c64bd3 Unescape quoted string literal before comparing it inside an ifequal clause. 17 years ago
  Evan Miller 3471f68729 Unescape quoted string literal before comparing it inside an ifequal clause. 17 years ago
  emmiller 2670e4f877 * Support for unpacking tuples in a for loop. 17 years ago
  Evan Miller 677116dc35 * Support for unpacking tuples in a for loop. 17 years ago
  rsaccon 416db5ef29 added ifnotequal tag 17 years ago
  Roberto Saccon 7ebb7dd1f2 added ifnotequal tag 17 years ago