summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
fabien [Wed, 14 Oct 2009 08:38:45 +0000]
updated the CHANGELOG
git-svn-id: http://svn.twig-project.org/trunk@48
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 14 Oct 2009 08:31:56 +0000]
fixed typo
git-svn-id: http://svn.twig-project.org/trunk@47
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 14 Oct 2009 08:30:47 +0000]
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
fabien [Wed, 14 Oct 2009 08:24:30 +0000]
changed dev version
git-svn-id: http://svn.twig-project.org/trunk@45
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 14 Oct 2009 08:08:04 +0000]
added a rewind() method to the token stream
git-svn-id: http://svn.twig-project.org/trunk@42
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 14 Oct 2009 07:41:24 +0000]
fixed look() method, added tests
git-svn-id: http://svn.twig-project.org/trunk@41
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 14 Oct 2009 06:39:47 +0000]
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
fabien [Wed, 14 Oct 2009 05:12:46 +0000]
added a setPaths() method to the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@39
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 14 Oct 2009 05:06:16 +0000]
added a getPaths() method to the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@38
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Tue, 13 Oct 2009 17:13:49 +0000]
fixed context stack for PHP 5.2.6
git-svn-id: http://svn.twig-project.org/trunk@37
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 17:10:22 +0000]
added a test for method chain calls
git-svn-id: http://svn.twig-project.org/trunk@36
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 17:05:12 +0000]
added support for method calls with arguments
git-svn-id: http://svn.twig-project.org/trunk@35
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 16:16:14 +0000]
enhanced __toString() method for filters
git-svn-id: http://svn.twig-project.org/trunk@34
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 13:18:27 +0000]
fixed numbers when one than one decimal
git-svn-id: http://svn.twig-project.org/trunk@33
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 12:12:29 +0000]
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
fabien [Mon, 12 Oct 2009 10:24:04 +0000]
added PEAR information
git-svn-id: http://svn.twig-project.org/trunk@29
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 07:05:31 +0000]
added a PEAR package file
git-svn-id: http://svn.twig-project.org/trunk@23
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 07:05:20 +0000]
aded CHANGELOG file
git-svn-id: http://svn.twig-project.org/trunk@22
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Mon, 12 Oct 2009 05:38:32 +0000]
moved escape filter to core runtime (closes #4)
git-svn-id: http://svn.twig-project.org/trunk@21
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sun, 11 Oct 2009 07:37:41 +0000]
added support for multiple directories in the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@20
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sun, 11 Oct 2009 07:31:18 +0000]
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
fabien [Sat, 10 Oct 2009 13:57:11 +0000]
added a prefix to the temp directory
git-svn-id: http://svn.twig-project.org/trunk@18
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sat, 10 Oct 2009 08:50:14 +0000]
added the path to cache in the doc examples
git-svn-id: http://svn.twig-project.org/trunk@15
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sat, 10 Oct 2009 08:45:01 +0000]
fixed typo
git-svn-id: http://svn.twig-project.org/trunk@14
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sat, 10 Oct 2009 08:21:45 +0000]
added type hinting to render() and display() method
git-svn-id: http://svn.twig-project.org/trunk@13
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sat, 10 Oct 2009 08:01:27 +0000]
fixed typo
git-svn-id: http://svn.twig-project.org/trunk@12
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sat, 10 Oct 2009 07:59:12 +0000]
fixed typo
git-svn-id: http://svn.twig-project.org/trunk@11
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Sat, 10 Oct 2009 07:57:41 +0000]
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
fabien [Fri, 9 Oct 2009 13:43:29 +0000]
fixed typos
git-svn-id: http://svn.twig-project.org/trunk@9
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 7 Oct 2009 21:22:00 +0000]
fixed lime externals
git-svn-id: http://svn.twig-project.org/trunk@5
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
fabien [Wed, 7 Oct 2009 21:21:11 +0000]
initial commit
git-svn-id: http://svn.twig-project.org/trunk@4
93ef8e89-cb99-4229-a87c-
7fa0fa45744b
root [Wed, 7 Oct 2009 21:08:51 +0000]
created initial repository structure
git-svn-id: http://svn.twig-project.org/trunk@1
93ef8e89-cb99-4229-a87c-
7fa0fa45744b