Fabien Potencier [Tue, 12 Apr 2011 08:21:00 +0000]
refactored some tests
Fabien Potencier [Tue, 12 Apr 2011 07:35:37 +0000]
fixed some tests
Fabien Potencier [Tue, 12 Apr 2011 07:12:05 +0000]
tweaked error wrapping
Fabien Potencier [Tue, 12 Apr 2011 07:22:15 +0000]
refactored some tests
Fabien Potencier [Tue, 12 Apr 2011 06:11:29 +0000]
removed line parameter from Twig_Template::getAttribute() and getContext() as the information is now gathered by Twig_Error_Wrapped
Fabien Potencier [Tue, 12 Apr 2011 05:58:02 +0000]
added a Twig_Error_Wrapped exception to try to add template name and line when a problem occurs at runtime
Fabien Potencier [Tue, 12 Apr 2011 05:54:05 +0000]
Revert "deleted abstract method doDisplay (maintain BC)"
This reverts commit
70d90bedce7788f5aac35357975aaf6c6a584baf.
Fabien Potencier [Tue, 12 Apr 2011 05:53:48 +0000]
Merge remote branch 'hason/template'
* hason/template:
deleted abstract method doDisplay (maintain BC)
added possibility to customize "display" in the base template class
Fabien Potencier [Mon, 11 Apr 2011 16:51:49 +0000]
Merge remote branch 'nikic/fixWrongMethodCallInTest'
* nikic/fixWrongMethodCallInTest:
$e->setFilename to $e->setTemplateFile in integrationTest
Hugo Hamon [Wed, 6 Apr 2011 22:31:51 +0000]
[doc] added the link to the Twig Netbeans plugin.
nikic [Wed, 30 Mar 2011 15:37:23 +0000]
$e->setFilename to $e->setTemplateFile in integrationTest
Fabien Potencier [Sun, 27 Mar 2011 19:17:16 +0000]
fixed CHANGELOG
Fabien Potencier [Sun, 27 Mar 2011 17:28:16 +0000]
updated CHANGELOG
Fabien Potencier [Sun, 27 Mar 2011 16:53:52 +0000]
added some tests
Fabien Potencier [Sun, 27 Mar 2011 16:49:04 +0000]
Merge remote branch 'nikic/fixSandboxDuplicateMethodCalls'
* nikic/fixSandboxDuplicateMethodCalls:
fix duplicate call of methods if using sandbox
Fabien Potencier [Sun, 27 Mar 2011 16:13:59 +0000]
added a test
Fabien Potencier [Sun, 27 Mar 2011 15:50:50 +0000]
added some cleanup in unit tests
Fabien Potencier [Sat, 26 Mar 2011 09:24:45 +0000]
replaced the Twig_Environment::load() shortcut by a more useful render() one
Jordi Boggiano [Wed, 23 Mar 2011 15:39:25 +0000]
Ensure all mbstring calls have the charset specified
Fabien Potencier [Tue, 22 Mar 2011 10:58:42 +0000]
added Twig_Environment::load() as an alias for loadTemplate()
Fabien Potencier [Mon, 21 Mar 2011 18:24:59 +0000]
Merge remote branch 'markstory/ticket-277'
* markstory/ticket-277:
Updating documentation for blocks, mentioning that block names cannot contain -. Fixes #277
Marc Abramowitz [Wed, 23 Feb 2011 22:58:01 +0000]
Correct spelling error (in 3 places): "unkown" -> "unknown"
nikic [Thu, 17 Mar 2011 17:26:29 +0000]
fix duplicate call of methods if using sandbox
Fabien Potencier [Thu, 17 Mar 2011 07:02:42 +0000]
made the charset configurable for the escape filter
Anomareh [Sun, 13 Mar 2011 02:14:36 +0000]
Added a link to the Twig TextMate bundle and fixed a typo.
Fabien Potencier [Fri, 11 Mar 2011 18:09:05 +0000]
fixed typo
Fabien Potencier [Fri, 11 Mar 2011 12:29:40 +0000]
added a recipe
Mark Story [Fri, 11 Mar 2011 03:35:36 +0000]
Updating documentation for blocks, mentioning that block names cannot contain -. Fixes #277
Pascal Borreli [Fri, 11 Mar 2011 00:58:38 +0000]
[Twig] renamed: phpunit.xml -> phpunit.xml.dist
Fabien Potencier [Mon, 21 Feb 2011 15:04:18 +0000]
updated CHANGELOG
Fabien Potencier [Fri, 18 Feb 2011 15:13:23 +0000]
updated documentation and added a unit test
nikic [Wed, 9 Feb 2011 17:27:28 +0000]
capturing {% set %} should give Twig_Markup
nikic [Tue, 8 Feb 2011 20:48:51 +0000]
remove old code for setting all optimizers
nikic [Wed, 9 Feb 2011 17:06:57 +0000]
add some more DocComments / type hints
Fabien Potencier [Thu, 17 Feb 2011 12:36:40 +0000]
added support for macro name in the endmacro tag
nikic [Tue, 8 Feb 2011 20:52:55 +0000]
fix some typos
nikic [Tue, 8 Feb 2011 20:39:32 +0000]
swap GetAttr constructor arguments for from .. import macros
Fabien Potencier [Tue, 8 Feb 2011 14:39:03 +0000]
fixed typos
Fabien Potencier [Sun, 6 Feb 2011 20:09:23 +0000]
added a way for template name to be anything
Fabien Potencier [Sun, 6 Feb 2011 20:03:13 +0000]
Revert "added the possibility to pass a readable name for templates"
This reverts commit
7a7c23f197482e1c04c70f10b12c2705f358cde6.
Fabien Potencier [Sat, 5 Feb 2011 22:57:22 +0000]
fixed filter tag
Fabien Potencier [Fri, 4 Feb 2011 11:46:05 +0000]
added the possibility to pass a readable name for templates
Fabien Potencier [Fri, 4 Feb 2011 11:53:23 +0000]
fixed wrong usage of loadTemplate()
Martin Hason [Wed, 2 Feb 2011 11:46:49 +0000]
fixed functions
Martin Hason [Wed, 2 Feb 2011 11:43:59 +0000]
fixed test covers
Fabien Potencier [Thu, 3 Feb 2011 23:51:34 +0000]
fixed __call()
Martin Hason [Mon, 10 Jan 2011 15:03:48 +0000]
make Twig_Error compatible with PHP 5.3.0 >
Martin Hason [Wed, 2 Feb 2011 20:20:22 +0000]
deleted abstract method doDisplay (maintain BC)
Martin Hason [Wed, 2 Feb 2011 13:41:20 +0000]
added possibility to customize "display" in the base template class
Fabien Potencier [Mon, 31 Jan 2011 07:47:08 +0000]
fixes an infinite loop on some Windows configurations
Fabien Potencier [Thu, 27 Jan 2011 22:12:35 +0000]
fixed possible warning
Fabien Potencier [Sat, 22 Jan 2011 08:12:57 +0000]
fixed the "length" filter for numbers
Fabien Potencier [Mon, 17 Jan 2011 06:45:12 +0000]
made a small tweak
Fabien Potencier [Sun, 16 Jan 2011 07:00:40 +0000]
added a note about the main advantage of creating an extension
Fabien Potencier [Sun, 16 Jan 2011 06:55:52 +0000]
fixed typo in phpdoc
Fabien Potencier [Sun, 16 Jan 2011 06:46:59 +0000]
removed coupling between Twig_Node and Twig_Template
This coupling was bad as Twig_Node should only be useful
during compilation.
So, the Twig_Node_Expression_GetAttr constants have been moved
to Twig_TemplateInterface.
Fabien Potencier [Sat, 15 Jan 2011 11:05:44 +0000]
made Twig_Loader_Filesystem more flexible
Fabien Potencier [Thu, 13 Jan 2011 09:35:31 +0000]
fixed Template::getAttribute() as properties in PHP are case sensitive
Martin Hason [Mon, 10 Jan 2011 14:37:35 +0000]
add methods and fix naming of methods in Twig_Error
Fabien Potencier [Wed, 12 Jan 2011 09:39:35 +0000]
fixed documentation for the sandbox security policy
Fabien Potencier [Mon, 10 Jan 2011 18:13:18 +0000]
fixed text token with only '0' as content
Fabien Potencier [Mon, 10 Jan 2011 18:09:08 +0000]
added a test for previous commit
Fabien Potencier [Mon, 10 Jan 2011 18:06:37 +0000]
fixed the ternary operator
Fabien Potencier [Sun, 9 Jan 2011 08:56:15 +0000]
bumped version for dev
Fabien Potencier [Sun, 9 Jan 2011 08:47:02 +0000]
updated CHANGELOG and bumped version to 1.0.0-RC1
Fabien Potencier [Sun, 9 Jan 2011 06:47:39 +0000]
removed obsolete note from the doc
Fabien Potencier [Sat, 8 Jan 2011 16:04:16 +0000]
fixed typo in the doc
Fabien Potencier [Sat, 8 Jan 2011 14:18:32 +0000]
fixed doc markup
Fabien Potencier [Sat, 8 Jan 2011 14:14:59 +0000]
added callbacks for undefined functions and filters
Fabien Potencier [Sat, 8 Jan 2011 13:56:11 +0000]
added a way to catch undefined filters (like functions)
Fabien Potencier [Sat, 8 Jan 2011 13:40:26 +0000]
fixed typo
Fabien Potencier [Sat, 8 Jan 2011 13:38:14 +0000]
removed obsolete note in the doc
nikic [Fri, 7 Jan 2011 16:38:36 +0000]
fix loader doccomments
Fabien Potencier [Fri, 7 Jan 2011 16:28:00 +0000]
fixed a notice in a unit test
Martin Hason [Fri, 7 Jan 2011 16:12:54 +0000]
fix line number in error exceptions
Martin Hason [Thu, 6 Jan 2011 22:26:54 +0000]
added support for line number in Twig_Template::getAttribute()
Fabien Potencier [Thu, 6 Jan 2011 09:18:19 +0000]
fixed typo
Fabien Potencier [Thu, 6 Jan 2011 08:21:52 +0000]
next version will be 1.0.0-RC1
Fabien Potencier [Thu, 6 Jan 2011 07:51:56 +0000]
fixed typo
Fabien Potencier [Wed, 5 Jan 2011 19:15:19 +0000]
added context support for functions and filters
Fabien Potencier [Thu, 6 Jan 2011 07:37:18 +0000]
made temporary variable names predictable
Fabien Potencier [Thu, 6 Jan 2011 07:18:55 +0000]
optimized filter tag implementation
Fabien Potencier [Thu, 6 Jan 2011 07:03:47 +0000]
fixed cache option initialization
Fabien Potencier [Wed, 5 Jan 2011 19:33:01 +0000]
changed cache file names so that they are spread over a directory tree
Fabien Potencier [Tue, 4 Jan 2011 15:52:04 +0000]
added some missing phpdoc
Fabien Potencier [Mon, 3 Jan 2011 17:35:07 +0000]
removed unneeded wrapping nodes added during parsing
Fabien Potencier [Mon, 3 Jan 2011 11:28:11 +0000]
removed the grammar and simple token parser code (moved to the Twig Extensions repository)
Fabien Potencier [Mon, 3 Jan 2011 07:03:36 +0000]
added a unit test for previous commit
nikic [Fri, 31 Dec 2010 16:26:55 +0000]
track brackets nesting in lexer
nikic [Thu, 23 Dec 2010 15:22:26 +0000]
add Twig_Compiler type hints
nikic [Fri, 31 Dec 2010 16:27:32 +0000]
fix wrong error message
Fabien Potencier [Fri, 31 Dec 2010 15:45:07 +0000]
added some missing phpdoc
Fabien Potencier [Fri, 31 Dec 2010 14:39:30 +0000]
removed references to old Twig versions in the doc
Fabien Potencier [Fri, 31 Dec 2010 14:39:12 +0000]
removed old recipe from the doc as macros do not output their content directly anymore
Fabien Potencier [Fri, 31 Dec 2010 11:27:49 +0000]
tweaked doc
Fabien Potencier [Thu, 30 Dec 2010 20:48:36 +0000]
fixed optimizer
Leon van der Ree [Mon, 27 Dec 2010 13:16:09 +0000]
improved error messages
Fabien Potencier [Thu, 30 Dec 2010 14:43:58 +0000]
fixed typo
Fabien Potencier [Thu, 30 Dec 2010 14:39:38 +0000]
updated the CHANGELOG
Fabien Potencier [Thu, 30 Dec 2010 10:58:28 +0000]
fixed ternary operator when used for the default filter