Commit Graph

31 Commits

Author SHA1 Message Date
fabien 18cbb5f694 fixed typo
git-svn-id: http://svn.twig-project.org/trunk@47 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 08:31:56 +00:00
fabien 5041a6e657 changed PHP 5.2.6 fix (thanks luniki for the idea)
git-svn-id: http://svn.twig-project.org/trunk@46 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 08:30:47 +00:00
fabien af5af131b4 changed dev version
git-svn-id: http://svn.twig-project.org/trunk@45 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 08:24:30 +00:00
fabien 2cfb51a143 added a rewind() method to the token stream
git-svn-id: http://svn.twig-project.org/trunk@42 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 08:08:04 +00:00
fabien 9fa9485df2 fixed look() method, added tests
git-svn-id: http://svn.twig-project.org/trunk@41 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 07:41:24 +00:00
fabien 84684d9d64 added the possibility look more than one token in the token stream
git-svn-id: http://svn.twig-project.org/trunk@40 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 06:39:47 +00:00
fabien f601832cf9 added a setPaths() method to the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@39 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 05:12:46 +00:00
fabien 203af9a649 added a getPaths() method to the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@38 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-14 05:06:16 +00:00
fabien e9c642351e fixed context stack for PHP 5.2.6
git-svn-id: http://svn.twig-project.org/trunk@37 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-13 17:13:49 +00:00
fabien ad12473dcb added a test for method chain calls
git-svn-id: http://svn.twig-project.org/trunk@36 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 17:10:22 +00:00
fabien 7fa1167b2d added support for method calls with arguments
git-svn-id: http://svn.twig-project.org/trunk@35 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 17:05:12 +00:00
fabien 3468042663 enhanced __toString() method for filters
git-svn-id: http://svn.twig-project.org/trunk@34 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 16:16:14 +00:00
fabien b5bf40136c fixed numbers when one than one decimal
git-svn-id: http://svn.twig-project.org/trunk@33 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 13:18:27 +00:00
fabien 92bbc7ee40 made a small optimization to for loop when no else clause exists
git-svn-id: http://svn.twig-project.org/trunk@32 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 12:12:29 +00:00
fabien 71ee7ba1f7 added PEAR information
git-svn-id: http://svn.twig-project.org/trunk@29 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 10:24:04 +00:00
fabien 5b8fd1c3bd added a PEAR package file
git-svn-id: http://svn.twig-project.org/trunk@23 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 07:05:31 +00:00
fabien 0c98ebcdee aded CHANGELOG file
git-svn-id: http://svn.twig-project.org/trunk@22 93ef8e89-cb99-4229-a87c-7fa0fa45744b
v0.9.0
2009-10-12 07:05:20 +00:00
fabien 34cf7dfe99 moved escape filter to core runtime (closes #4)
git-svn-id: http://svn.twig-project.org/trunk@21 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-12 05:38:32 +00:00
fabien 561dea5f8a added support for multiple directories in the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@20 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-11 07:37:41 +00:00
fabien c5bd7122dd fixed class_exists() in Loader which should not triger autoloading (closes #3)
git-svn-id: http://svn.twig-project.org/trunk@19 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-11 07:31:18 +00:00
fabien 1ccdb19a85 added a prefix to the temp directory
git-svn-id: http://svn.twig-project.org/trunk@18 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 13:57:11 +00:00
fabien 7365d78251 added the path to cache in the doc examples
git-svn-id: http://svn.twig-project.org/trunk@15 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 08:50:14 +00:00
fabien 6dd1e0bc07 fixed typo
git-svn-id: http://svn.twig-project.org/trunk@14 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 08:45:01 +00:00
fabien cdda9ab744 added type hinting to render() and display() method
git-svn-id: http://svn.twig-project.org/trunk@13 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 08:21:45 +00:00
fabien 48305799eb fixed typo
git-svn-id: http://svn.twig-project.org/trunk@12 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 08:01:27 +00:00
fabien 513e8220bc fixed typo
git-svn-id: http://svn.twig-project.org/trunk@11 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 07:59:12 +00:00
fabien 50cbdae350 added more documentation about loaders and changed the default value for the cache
git-svn-id: http://svn.twig-project.org/trunk@10 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-10 07:57:41 +00:00
fabien 7cf36dc168 fixed typos
git-svn-id: http://svn.twig-project.org/trunk@9 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-09 13:43:29 +00:00
fabien 3c82a30006 fixed lime externals
git-svn-id: http://svn.twig-project.org/trunk@5 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-07 21:22:00 +00:00
fabien fd0646e4cf initial commit
git-svn-id: http://svn.twig-project.org/trunk@4 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-07 21:21:11 +00:00
root 9511782b20 created initial repository structure
git-svn-id: http://svn.twig-project.org/trunk@1 93ef8e89-cb99-4229-a87c-7fa0fa45744b
2009-10-07 21:08:51 +00:00