web/konrad/twig.git
2011-08-24 Fabien Potencieradded Twig_Loader_Chain
2011-08-24 Fabien Potencierrenamed a test file
2011-08-24 Fabien Potencieradded Twig_LoaderArray::setTemplate()
2011-08-24 Fabien Potencierswitcher PHPUnit colors to true
2011-08-18 Fabien Potenciermerged branch videlalvaro/patch-1 (PR #419)
2011-08-16 Alvaro VidelaEdited doc/templates.rst via GitHub
2011-08-08 Fabien Potencierchanged unit tests so that they work for PHP 5.2
2011-08-07 Fabien Potenciermoved some logic to the constructor (that's allows...
2011-08-07 Fabien Potencieradded an optimization for the set tag when used to...
2011-08-07 Fabien Potencierremoved unneeded implementation of Template::getTemplat...
2011-08-07 Fabien Potencierchanged name regex to allow more characters (the same...
2011-08-07 Fabien Potenciermerged branch nikic/doNotUseNameNodeForFuncNames (PR...
2011-08-06 nikicDo not use Node_Expression_Name for function names...
2011-08-06 Fabien Potencierremoved obsolete code
2011-08-06 Fabien Potencierrefactored code
2011-08-06 Fabien Potencieradded the possibility to test for exceptions in integra...
2011-08-06 Fabien Potencierremoved the possibility to use the extends tag from...
2011-08-06 Fabien Potenciermoved Template::getParent() logic to the base class
2011-08-06 Fabien Potencieradded documentation for previous merge
2011-08-06 Fabien Potencierfixed unit tests for previous merge
2011-08-06 Fabien Potenciermerged branch kotas/master (PR #362)
2011-08-06 Fabien Potencieradded GtkSourceView support in doc
2011-08-04 Fabien Potenciermerged branch igorw/recipes-highlight (PR #405)
2011-07-31 Igor Wiedlerfix highlighting of snippet in recipes doc
2011-07-30 Fabien Potencierbumped version to 1.2.0-DEV
2011-07-30 Fabien Potencierprepared 1.1.2 released
2011-07-28 Fabien Potencierfixed Parser bug when a child node is null
2011-07-28 Fabien Potencierfixed Parser bug
2011-07-28 Josh TurmelAdd bitwise operators to core
2011-07-27 Fabien Potencierfixed unit test, updated CHANGELOG
2011-07-27 Fabien Potenciermerged branch JEDIBC/master (PR #401)
2011-07-27 JEDIBCCorrection of a BC break with json_encode and PHP 5.2.x
2011-07-27 Fabien Potenciersimplified code for previous merge/commits
2011-07-27 Fabien Potencierchanged previous commit to preserve better BC
2011-07-27 Fabien Potencierfixed CS on template output
2011-07-27 Fabien Potencierupdated CHANGELOG
2011-07-27 Fabien Potencierfixed previous merge
2011-07-27 Fabien Potenciermerged branch hason/optimizer (PR #399)
2011-07-27 Martin Hasonfixed optimization for rendering blocks with variable...
2011-07-26 Fabien Potencierupdated CHANGELOG
2011-07-26 Fabien Potencierfixed inherited templates when an empty body
2011-07-26 Fabien Potenciermerged branch netzhuffle/master (PR #396)
2011-07-26 Fabien Potencierremoved comment
2011-07-26 Fabien Potencierfixed compilation of templates when the body of a child...
2011-07-25 Jannis GrimmSwitched a tab to four spaces
2011-07-25 Jannis GrimmAdded testcase for #395
2011-07-25 Jannis GrimmMerge remote-tracking branch 'upstream/master'
2011-07-25 Jannis GrimmFixed existing tests
2011-07-25 Jannis GrimmChanged Module.php to pass existing tests
2011-07-25 Fabien Potenciersimplified CHANGELOG
2011-07-25 Fabien Potencierupdated CHANGELOG
2011-07-25 Fabien Potencierfixed output when a macro throws an exception
2011-07-25 Fabien Potencierfixed PHPDocs for the Token parsers
2011-07-25 Fabien Potencierfixed PHPDocs for the Core extension
2011-07-25 Derick RethansSigh, stupid copy and paste error prevented the last...
2011-07-25 Derick RethansAdded a return so that the function ends after throwing...
2011-07-25 Fabien Potenciermerged branch pulse00/master (PR #389)
2011-07-25 Fabien Potencierfixed a parsing problem when a large chunk of text...
2011-07-24 Jannis Grimmfixed issue #395
2011-07-19 Fabien Potencieradded filename when throwing an exception when we know it
2011-07-18 Derick Rethans- Fixed code that was previously never hit.
2011-07-18 Derick RethansImplement HAS_PROPERTY to distinguish between not-set...
2011-07-18 Derick RethansUse "isset" logic as fetch always works, even for eleme...
2011-07-18 Robert Gruendleradded twig comments
2011-07-18 Robert Gruendleradded phpDocs for TokenParsers, filters and tests
2011-07-17 Fabien Potencierprepared 1.1.1 release
2011-07-16 Fabien Potenciermade a small optimization on Core functions
2011-07-16 Fabien Potencieradded an optimization to the Optimizer
2011-07-15 Derick RethansFixed memory leaks.
2011-07-14 Derick RethansUse the proper zend hash function here.
2011-07-14 Derick RethansHandle numeric keys for array elements too.
2011-07-13 Derick RethansAfter instantiating the object, call the constructor...
2011-07-13 Derick RethansAdded TWIG_CALL_Z (to use for calling a function with...
2011-07-13 Derick RethansBailout when we have an exception to defer to PHP's...
2011-07-13 Derick RethansSplit TWIG_CALL_S into TWIG_CALL_S and TWIG_CALL_SB...
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-08 Derick RethansFixed the uninitialized ptr check. This makes all tests...
2011-07-08 Derick RethansUse strtolower on the method names and add them as...
2011-07-07 Derick RethansFixed TWIG_PROPERTY to return a NULL instead of a zval...
2011-07-07 Derick RethansThose are array elements and not properties.
2011-07-07 Derick RethansReturn the value immediately.
2011-07-07 Derick RethansCheck the property regardless of whether tmp_item is...
2011-07-07 Derick RethansWe need to use strlen on hash keys.
2011-07-07 Derick RethansSplit TWIG_PROPERTY into TWIG_PROPERTY and TWIG_PROPERT...
2011-07-07 Derick RethansMade properties return properly.
2011-07-07 Derick RethansAdd the properties as assoc keys, so that hash_find...
2011-07-07 Derick RethansCheck normal property before trying to de-mangle it.
2011-07-07 Derick RethansFixed TWIG_GET_ARRAY_ELEMENT_ZVAL's return value.
2011-07-05 Derick RethansFixed compiler warning.
2011-07-05 Derick RethansImplemented first bit for ArrayAccess support.
2011-07-04 Derick RethansInitialise variable to NULL.
2011-07-04 Derick RethansApparently this is needed for GCC to not optimise it...
2011-07-04 Derick Rethans- Remove debugging code.
2011-07-04 Derick RethansOnly add the object to the cache if there is actually...
next