Skip to content
Snippets Groups Projects
  1. Sep 28, 2011
    • Mike Bayer's avatar
      - A Template is explicitly disallowed · 5cd508ff
      Mike Bayer authored
        from having a url that normalizes to relative outside
        of the root.   That is, if the Lookup is based
        at /home/mytemplates, an include that would place
        the ultimate template at
        /home/mytemplates/../some_other_directory,
        i.e. outside of /home/mytemplates,
        is disallowed.   This usage was never intended
        despite the lack of an explicit check.
        The main issue this causes
        is that module files can be written outside
        of the module root (or raise an error, if file perms aren't
        set up), and can also lead to the same template being
        cached in the lookup under multiple, relative roots.
        TemplateLookup instead has always supported multiple
        file roots for this purpose.
        [ticket:174]
      rel_0_5_0
      5cd508ff
  2. Aug 09, 2011
  3. Aug 05, 2011
  4. Jul 08, 2011
  5. Apr 06, 2011
  6. Mar 22, 2011
  7. Mar 06, 2011
  8. Feb 21, 2011
  9. Feb 20, 2011
  10. Feb 19, 2011
  11. Jan 19, 2011
  12. Jan 06, 2011
  13. Nov 16, 2010
  14. Nov 13, 2010
  15. Nov 12, 2010
Loading