From: Fabien Potencier Date: Tue, 16 Oct 2012 12:33:18 +0000 (+0200) Subject: merged branch innsand/split-filter_fix (PR #811) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a2981f7d8c3555d183f7ce8138c4bccd4d15dffd;p=web%2Fkonrad%2Ftwig.git merged branch innsand/split-filter_fix (PR #811) This PR was merged into the master branch. Commits ------- d5df200 * bug fixes. * str_split on empty delimeter. * tests and documentation updated. e3c201a Added "split" filter aka explode. Discussion ---------- Split filter fix Modification of request #621: str_split, bug fixes --------------------------------------------------------------------------- by senz at 2012-08-21T05:56:51Z @fabpot this is squashed and fixed (hopefully) #621 --- a2981f7d8c3555d183f7ce8138c4bccd4d15dffd diff --cc doc/filters/index.rst index 8866a39,aca34a9..e29e3ae --- a/doc/filters/index.rst +++ b/doc/filters/index.rst @@@ -19,8 -18,8 +19,9 @@@ Filter lower striptags join + split reverse + abs length sort default