web/konrad/twig.git
2011-07-12 Fabien Potencierupdated CHANGELOG
2011-07-12 Fabien Potencierfixed CS
2011-07-12 Fabien Potenciermerged branch nikic/improveIsDefinedPerformanceInNonStr...
2011-07-12 Fabien Potenciermerged branch nikic/optimizeVariableAccess2 (PR #382)
2011-07-11 Fabien Potenciermerged branch real-chocopanda/ob_fix (PR #379)
2011-07-11 Fabien Potencierupdated VERSION
2011-07-09 Matthieu Robinrevert accidental mode change
2011-07-02 nikicUpdate tests
2011-07-02 nikicUse Template->getContext in non-strict mode too
2011-07-02 nikicImprove performance of is defined in non strict mode
2011-07-01 Matthieu Robinfix nested buffers issue #374
2011-06-28 Fabien Potencierupdated CHANGELOG
2011-06-28 Fabien Potenciermerged branch markstory/fix-308 (PR #373)
2011-06-27 Mark StoryGrammatical fix.
2011-06-27 Fabien Potenciermerged branch markstory/fix-308 (PR #372)
2011-06-26 Mark StoryMaking docs more explict as to what kind of object...
2011-06-24 Fabien Potencierfixed json_encode filter (thanks to Koc for the fix)
2011-06-24 Fabien Potencierprepare 1.1 RC3
2011-06-24 Fabien Potencierfixed method case-sensitivity when using the sandbox...
2011-06-24 Fabien Potencierupdated CHANGELOG
2011-06-24 Fabien Potencieradded doc and fixed CS for previous merge
2011-06-24 Fabien Potenciermerged branch jturmel/patch-1 (PR #367)
2011-06-24 Fabien Potencieradded Sublime Text support in the doc
2011-06-24 Fabien Potencierreworded the section on IDEs and added an Eclipse plugin
2011-06-22 Josh TurmelAllow setting of timezone on twig_date_format_filter...
2011-06-17 Fabien Potencierfixed possible security problems with NUL bytes
2011-06-17 Fabien Potencierreleasing 1.1.0 RC2
2011-06-16 Fabien Potencieradded Twig_Error::getRawMessage()
2011-06-16 Fabien Potencieradded an exception when the template passed to "use...
2011-06-16 Fabien Potenciermerged branch henrikbjorn/issue-347 (PR #348)
2011-06-16 Fabien Potencierupdated CHANGELOG
2011-06-16 Fabien Potenciermerged branch nikic/nestedDefinedTestWithStrictVars...
2011-06-16 Fabien Potencierupdated CHANGELOG
2011-06-16 Fabien Potenciermerged branch arnaud-lb/line-numbers (PR #353)
2011-06-14 Fabien Potencieradded null as an alias for the none test
2011-06-10 nikicRefactor and add additional default filter tests
2011-06-09 nikicMake `a.b is defined` not throw an exception if a is...
2011-06-07 Fabien Potencieradded Twig_Loader_Filesystem::addPath()
2011-06-05 Arnaud Le Blancadded {% line \d+ %} directive
2011-06-05 Fabien Potencieradded missing debug info when using traits
2011-06-05 Fabien Potencierfixed Twig_Error when the exception is thrown from...
2011-06-01 Henrik BjørnskovAdd testcase for issue #347
2011-05-28 Fabien Potencierupdated VERSION
2011-05-28 Fabien Potencierreleasing 1.1.0 RC1
2011-05-28 Fabien Potencierupdated CHANGELOG
2011-05-28 Fabien PotencierMerge remote branch 'tna/default-filter'
2011-05-28 Fabien Potencierfixed timezone when using the date filter with a UNIX...
2011-05-27 Jeremy MikolaDate filter should treat strict integers as Unix timest...
2011-05-26 Tobias NaumannMoved default filter fix to its proper place
2011-05-26 Tobias NaumannFixes default filter
2011-05-24 nikicRefactor GetAttr defined implementation to consider...
2011-05-20 Brikou CARREfixed constructor + cosmetic
2011-05-18 Fabien Potenciertweaked docs
2011-05-18 nikicAdd some further is defined unit tests and give clearer...
2011-05-18 nikicFix regression in defined test for GetAttr. Fixes #319
2011-05-18 Fabien PotencierMerge remote branch 'jpb0104/master'
2011-05-17 Jason BouffardAdded an example of escaped "at" in a date filter.
2011-05-10 Fabien Potenciersimplified code
2011-05-09 Fabien Potencieradded a test for the raw tag
2011-05-09 Fabien Potenciermoved a test
2011-05-09 Fabien Potencierfixed parsing problem when a large chunk of text is...
2011-05-09 Fabien Potencierfixed CS
2011-04-29 Fabien Potencierupdated email address
2011-04-29 Fabien Potencierupdated CHANGELOG
2011-04-29 Fabien Potenciermade a small speed optimization when using auto-escaping
2011-04-29 Fabien Potencierupdated version
2011-04-29 Joseph BielawskiCompiler.php - CS fix
2011-04-29 Joseph BielawskiTokenParserBroker.php - CS fix
2011-04-29 Joseph BielawskiParser.php - CS fix
2011-04-29 Joseph BielawskiLexer.php - CS fix
2011-04-29 Joseph BielawskiEnvironment.php - CS fix
2011-04-29 Joseph BielawskiTokenParserBroker.php - CS fix
2011-04-29 Fabien Potencierfixed typo in the doc
2011-04-29 Joseph BielawskiDRY optimization
2011-04-29 Fabien Potencierupdated CHANGELOG
2011-04-29 Fabien Potencieradded some tests for the use tag
2011-04-29 Fabien Potencieradded documentation for traits
2011-04-28 Fabien Potencieradded support for block renaming when importing traits
2011-04-28 Fabien Potencieradded support for traits (experimental)
2011-04-28 Fabien Potencieradded a unit test
2011-04-28 Fabien PotencierMerge remote branch 'nikic/fixIncorrectGetAttrDefinedSo...
2011-04-28 Fabien PotencierRevert "refactored some tests"
2011-04-28 nikicUse a type strict null check for GetAttr defined tests...
2011-04-28 lenarfixes performance regression
2011-04-27 Joseph BielawskiSimplify fix.
2011-04-27 Joseph BielawskiAdditional tests for issue #307
2011-04-27 Joseph BielawskiFix for issue #307
2011-04-22 Fabien Potencieradded template file information when an error occurs...
2011-04-22 Fabien Potenciertweaked Twig_Error to keep the passed line or template...
2011-04-22 Fabien Potencieradded PhpStorm as IDE that supports Twig out of the box
2011-04-15 Fabien Potencieradded a unit test
2011-04-14 Fabien Potencierfixed typos in the doc
2011-04-14 Fabien Potenciertweaked doc
2011-04-14 Fabien Potencierfixed typo in doc
2011-04-14 Fabien Potencierupdated CHANGELOG
2011-04-14 Fabien Potencieradded null as an alias to none and made TRUE, FALSE...
2011-04-14 Fabien PotencierMerge remote branch 'markstory/whitespace'
2011-04-14 Mark StoryUpdating documentation for whitespace trim tags.
2011-04-14 Mark StoryMaking trim tags consume all whitespace, both horizonta...
2011-04-12 Fabien Potencierremoved empty if
next