Skip to content
Snippets Groups Projects
  1. Apr 14, 2007
  2. Apr 09, 2007
  3. Apr 06, 2007
  4. Mar 27, 2007
    • Mike Bayer's avatar
      - added "n" filter, disables *all* filters normally applied to an expression · ca4a1fda
      Mike Bayer authored
      via <%page> or default_filters (but not those within the filter)
      - added buffer_filters argument, defines filters applied to the return value
      of buffered/cached/filtered %defs, after all filters defined with the %def
      itself have been applied.  allows the creation of default expression filters
      that let the output of return-valued %defs "opt out" of that filtering
      via passing special attributes or objects.
      - added support for "class" structures in ast parsing (i.e. class-level
      data members wont get added to the "declared" list)
      ca4a1fda
  5. Mar 26, 2007
  6. Mar 24, 2007
  7. Mar 14, 2007
  8. Mar 10, 2007
  9. Mar 09, 2007
  10. Mar 08, 2007
  11. Mar 06, 2007
  12. Mar 01, 2007
  13. Feb 21, 2007
  14. Feb 20, 2007
  15. Feb 19, 2007
  16. Feb 17, 2007
  17. Feb 15, 2007
  18. Jan 30, 2007
  19. Jan 29, 2007
  20. Jan 26, 2007
  21. Jan 24, 2007
    • Mike Bayer's avatar
      - "expression_filter" argument in <%page> applies only to expressions · ad3ddbb7
      Mike Bayer authored
      - added "default_filters" argument to Template, TemplateLookup.  applies only to expressions,
      gets prepended to "expression_filter" arg from <%page>.  defaults to ["unicode"], so that
      all expressions get stringified into u'' by default (this is what Mako already does).
      By setting to [], expressions are passed through raw.
      - added "imports" argument to Template, TemplateLookup.  so you can predefine a list of
      import statements at the top of the template.  can be used in conjunction with
      default_filters.
      ad3ddbb7
  22. Jan 22, 2007
  23. Jan 19, 2007
  24. Jan 14, 2007
  25. Jan 11, 2007
  26. Jan 05, 2007
  27. Jan 04, 2007
  28. Jan 03, 2007
  29. Jan 02, 2007
  30. Jan 01, 2007
  31. Dec 31, 2006
Loading