web/konrad/twig.git
2011-07-04 Derick RethansFix efree(NULL) when no arguments are passed in.
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-30 Derick RethansAdded missing header and switch arguments for the retur...
2011-06-30 Derick RethansAdded support for NULL arguments to CALL_USER_FUNC_ARRA...
2011-06-30 Derick RethansFold TWIG_GET_ARRAY_ELEMENT and TWIG_PROPERTY into...
2011-06-30 Derick RethansImplement TWIG_GET_CLASS_NAME and make use of it.
2011-06-30 Derick RethansInitialise ret to NULL.
2011-06-30 Derick RethansGet rid of TWIG_RETURN_ARRAY_ELEMENT and use TWIG_GET_A...
2011-06-30 Derick RethansImplemented TWIG_THROW_EXCEPTION.
2011-06-30 Derick RethansImplemented TWIG_IMPLODE_ARRAY_KEYS.
2011-06-30 Derick RethansFixed logic and implemented normal array key return.
2011-06-30 Derick RethansImplemented TWIG_RETURN_ARRAY_ELEMENT.
2011-06-29 Derick RethansRe-scope variables.
2011-06-29 Derick RethansAdded the cache creating/fetching method in the code.
2011-06-29 Derick RethansAdded the cache fetching method for methods and properties.
2011-06-29 Derick RethansImplemented TWIG_CALL_USER_FUNC_ARRAY, TWIG_GET_STATIC_...
2011-06-29 Derick Rethans- Implemented the strtolower function.
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 Andreas RunfalkRecipe code formatting fix. New recipe for improved...
2011-06-22 Josh TurmelAllow setting of timezone on twig_date_format_filter...
2011-06-17 kotasadded `if` modifier support to for loop like {% for...
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-08 Derick Rethans- The extension now loads and the pseudo code is mostl...
2011-06-08 Derick Rethans- The parse parameters line was wrong, it still had...
2011-06-08 Derick Rethans- Used the template, instead of getThis(), which wouldn...
2011-06-07 Fabien Potencieradded Twig_Loader_Filesystem::addPath()
2011-06-07 Derick Rethans- Added more generated files to .gitignore
2011-06-07 Derick Rethans- Stubs and more implementations.
2011-06-07 Derick Rethans- Implement TWIG_INSTANCEOF_*
2011-06-07 Derick Rethans- Implemented TWIG_ARRAY_KEY_EXISTS (for normal arrays...
2011-06-07 Derick Rethans- Reduce compile warnings and errors.
2011-06-07 Derick Rethans- Added more files to .gitignore
2011-06-06 Derick Rethans- Fixed ARG INFO
2011-06-06 Derick Rethans- Added pseudo code
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-03 Derick Rethans- Added a .gitignore file
2011-06-03 Derick Rethans- Updated with new code from Fabien's repository.
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
next