Commit Graph

705 Commits

Author SHA1 Message Date
Ivan Shalganov 3583a2cdfd Merge pull request #12 from sectus/refactoring
Refactoring Fenom\Template::compile: Removed goto, Fix bug with ignoring
2013-07-08 04:15:18 -07:00
Sergey Beresnev 748ef29a1d Refactoring Fenom\Template::compile: Removed goto, $from
Fixed issues with templates
    '{if 0}none{/if} literal: {  $a}{$a}{  $a} end'
    '{* '
2013-07-08 12:43:20 +09:00
bzick 41652ea48b Merge remote-tracking branch 'origin/master' 2013-07-07 11:29:55 +04:00
bzick 0bb82d9898 Fix escaping 2013-07-07 11:29:26 +04:00
Ivan Shalganov 22e388ec60 Update settings.md 2013-07-07 02:00:02 +04:00
Ivan Shalganov b6bd77fd6d Update articles.md 2013-07-07 01:46:09 +04:00
bzick 733bae6ac0 Update docs 2013-07-07 01:41:53 +04:00
bzick 87662f83a1 Merge remote-tracking branch 'origin/master'
Conflicts:
	docs/tags/capture.md
	src/Fenom.php
2013-07-07 01:36:24 +04:00
bzick 6e011b1a44 Update docs 2013-07-07 01:34:37 +04:00
bzick 968671d8a7 Add tests for auto escaping 2013-07-07 01:34:19 +04:00
bzick 42b71ed644 Add {autoescape} block tag and {raw} inline pseudo tag. Improve auto escaping 2013-07-07 01:29:33 +04:00
bzick b99b874d38 Remove |raw modifier. It is not good idea. Need tag {raw <expr>} 2013-07-06 14:09:49 +04:00
bzick 3d0475e95c Add |raw modifier support 2013-07-06 14:03:05 +04:00
Ivan Shalganov 0c961ce248 Merge pull request #9 from pborreli/typos
Fixed typos
2013-07-05 03:11:27 -07:00
Pascal Borreli 4130a4c7dd Fixed typos 2013-07-04 21:02:24 +01:00
Ivan Shalganov 68b892703d Merge pull request #8 from hell0w0rd/tokenizer-misprint
[Tokenizer] remove T_UNSET repeating
2013-07-04 06:38:32 -07:00
Nikita 704b930126 remove T_UNSET repeating 2013-07-04 15:35:51 +04:00
bzick 404ee7a819 Fix: static modifier doesn't insert as is 2013-07-04 10:56:21 +04:00
bzick 728e78c46d Merge remote-tracking branch 'origin/master' 2013-07-04 10:38:23 +04:00
bzick eea3391c7d Fix: static modifier doesn't insert as is 2013-07-04 10:37:14 +04:00
Ivan Shalganov a10808d1f3 Update usage.md 2013-07-04 09:57:07 +04:00
Ivan Shalganov ec1dba923c Update authors.md 2013-07-04 01:48:54 +04:00
Ivan Shalganov 965bb08272 Update CHANGELOG.md 2013-07-04 01:48:25 +04:00
Ivan Shalganov 125908d0cf Update benchmark result 2013-07-04 01:45:12 +04:00
Ivan Shalganov c439ef9345 Update extends.md 2013-07-04 01:31:47 +04:00
bzick 9600fc78d7 Fix docs, done #2 2013-07-04 01:28:10 +04:00
bzick 4b8b56482c Fix comments, remove old code 2013-07-03 12:22:35 +04:00
bzick 0457d5c379 Fix indents 2013-07-03 12:10:50 +04:00
bzick c76f5c8be0 Add checking nested level for {use} and {extends}
Add more docs
2013-07-02 11:07:33 +04:00
bzick 27d7110690 Renaming - done 2013-06-28 12:04:42 +04:00
bzick 7d93afe7ca Add old tag 2013-06-28 11:56:54 +04:00
bzick b9ac24bb5b Rename Cytro to Fenom 2013-06-28 11:53:53 +04:00
bzick f36cecaaea Upd changelog 2013-06-20 11:11:37 +04:00
bzick 2e4ce13c10 Add dynamic modifier support 2013-06-20 10:36:35 +04:00
bzick f6512fccfc Upd docs 2013-06-19 10:56:28 +04:00
Ivan Shalganov 4d6a9ee444 Update benchmark.md 2013-06-19 09:35:08 +04:00
Ivan Shalganov b29a1d5b8d Update var.md 2013-06-18 18:50:24 +04:00
bzick 1daeb0168f Remove debug 2013-06-18 18:43:43 +04:00
bzick a515c8e969 Optimize extends 2013-06-08 00:08:00 +04:00
bzick f42d0cff5d Fix: cycle tag. Update comments. Add tests. 2013-06-01 02:00:43 +04:00
bzick 7453dbcf2b Update changelog 2013-05-30 23:37:39 +04:00
bzick 69fdfc3794 Fix composer stability 2013-05-30 23:28:51 +04:00
bzick 0bb4589d23 Fix: comments parsing 2013-05-30 23:23:22 +04:00
bzick 15744665a5 Fix: comments parsing 2013-05-30 22:41:58 +04:00
bzick dad1a0ba73 Set version for composer 2013-05-30 20:03:26 +04:00
bzick dbae3bf1e4 Fix documentation 2013-05-30 20:00:52 +04:00
bzick 32ccaa91f0 Fix: reparse close tag, custom provider, simplify compile method, add providers and tests 2013-05-30 19:00:00 +04:00
bzick 707a13cd08 Fix: invalid key on adding render 2013-05-20 20:36:03 +04:00
bzick 319bf568ba Done typical extends 2013-05-19 02:04:52 +04:00
bzick 12a0c9589f Fix extends with dynamic blocks 2013-05-17 22:20:29 +04:00