Commit Graph

  • 84461cc77a new line Maxim Kostjukevich 2013-07-24 13:49:35 +0300
  • 9b2dee22cf Merge 7143898cae into a1b6f5765b Max Kostjukevich 2013-07-24 03:42:23 -0700
  • 7143898cae error end line in file Maxim Kostjukevich 2013-07-24 13:40:57 +0300
  • 9dc5497247 Merge b8c2c694c9 into a1b6f5765b Max Kostjukevich 2013-07-24 03:31:21 -0700
  • b8c2c694c9 Ошибка конца файла Maxim Kostjukevich 2013-07-24 13:29:23 +0300
  • 0d8257ec5c Merge 888cc1c095 into a1b6f5765b Max Kostjukevich 2013-07-24 03:21:51 -0700
  • 3ec909bc43 Merge 888cc1c095 into a1b6f5765b Max Kostjukevich 2013-07-24 02:53:40 -0700
  • 888cc1c095 Ошибка в названии функции Maxim Kostjukevich 2013-07-24 12:53:12 +0300
  • 9e269b9233 implementation of auto loading modifiers Maxim Kostjukevich 2013-07-24 12:39:50 +0300
  • a1b6f5765b Uf, change pipe's arguments bzick 2013-07-24 00:26:39 +0400
  • fb9b0af3b2 Add adapters list bzick 2013-07-23 12:32:06 +0400
  • 3be704590f Update docs bzick 2013-07-23 11:33:21 +0400
  • 2537ae1716 Merge remote-tracking branch 'origin/master' bzick 2013-07-23 11:32:38 +0400
  • e37c8468eb Update docs and add tests bzick 2013-07-23 11:32:31 +0400
  • 0afb87a783 Update benchmark.md Ivan Shalganov 2013-07-22 18:54:41 +0400
  • a5f83a59b8 Merge remote-tracking branch 'refs/remotes/origin/develop' bzick 2013-07-22 18:44:51 +0400
  • 050523f249 Fix test operator for php 5.3 bzick 2013-07-22 18:36:48 +0400
  • 67e7ea0b9e Merge remote-tracking branch 'refs/remotes/origin/master' into develop bzick 2013-07-22 18:33:55 +0400
  • e41cca72a2 Merge branch 'develop' bzick 2013-07-22 18:08:01 +0400
  • c4610a7778 Update to 1.1 bzick 2013-07-22 18:03:43 +0400
  • a68a30bec5 Update docs bzick 2013-07-20 21:28:29 +0400
  • 0b4d026050 Add isIterable modifier bzick 2013-07-20 21:28:03 +0400
  • ed8098604b Add support options for TestCas::exec bzick 2013-07-20 21:27:31 +0400
  • 46f03c3bd2 Improve tokenizer bzick 2013-07-20 21:26:02 +0400
  • f6cc2d5993 Remove addTemplate method bzick 2013-07-20 21:25:32 +0400
  • 444e1d8ef9 Merge 98d4ead070 into ce8f0201cc Max Kostjukevich 2013-07-20 02:21:14 -0700
  • 98d4ead070 implementation of auto loading modifiers Maxim Kostjukevich 2013-07-20 12:17:20 +0300
  • 53add7c30a Cleanup render object after display bzick 2013-07-20 12:51:06 +0400
  • ce8f0201cc Merge pull request #15 from klkvsk/fix-functions-args Ivan Shalganov 2013-07-18 14:34:12 -0700
  • ded11a7421 Merge a2b5b43cb1 into 175902bf6e klkvsk 2013-07-18 14:30:30 -0700
  • 175902bf6e Merge pull request #20 from litvinenkow/patch-1 Ivan Shalganov 2013-07-18 02:00:47 -0700
  • 312a1098dd Merge 7e557df6ea into a0d84812af litvinenkow 2013-07-18 01:47:57 -0700
  • 7e557df6ea Update Fenom.php litvinenkow 2013-07-18 01:46:57 -0700
  • 617fc7324c Improve providers. Renders now use bulk checks via ::verify bzick 2013-07-13 12:00:19 +0400
  • a0d84812af Merge pull request #18 from klkvsk/fix-unary-before-brackets Ivan Shalganov 2013-07-12 02:44:02 -0700
  • 4c8f460b2d Merge ceedbd3372 into 3583a2cdfd klkvsk 2013-07-12 01:08:43 -0700
  • ceedbd3372 fix for expressions like "{if (!($a || $b))}" (were failing to compile), tests added klkvsk 2013-07-12 12:05:37 +0400
  • a2b5b43cb1 proper fix for array params (now works with both positional and named params), tests klkvsk 2013-07-11 16:13:11 +0400
  • eb1fa83174 add tests for custom functions in template klkvsk 2013-07-11 14:14:34 +0400
  • 803fd670cd fix use var_export for default params in function (nulls and empty arrays broke templates) klkvsk 2013-07-11 14:13:40 +0400
  • d307c808a0 fix parsing of array param in function (was falling in endless loop) klkvsk 2013-07-11 14:09:16 +0400
  • 0920284f22 fix huge performance loss when loading cached template with dependencies (should not compile them to check time) klkvsk 2013-07-10 16:45:42 +0400
  • 304f44a954 fix depends being saved in different format from as it's being read (should be ["<scm>:<templateName>" => <time>]) klkvsk 2013-07-10 16:39:59 +0400
  • 950175ce73 fix FORCE_COMPILE should have priority and ignore storage klkvsk 2013-07-10 13:46:25 +0400
  • 7a39a854d7 fix Render::isValid() should return true when times are equal klkvsk 2013-07-10 13:15:24 +0400
  • c8d668f3cc fix _load(): check if cached Render is valid if AUTO_RELOAD is on klkvsk 2013-07-10 13:12:53 +0400
  • 5c2685f1eb fix Fenom::_options not being merged in getTemplate(), but being merged in compile(), therefore_load() was looking up wrong filename when _options != 0 klkvsk 2013-07-09 15:10:12 +0400
  • 6c6bd27797 fix bitwise logic, AUTO_RELOAD should not imply FORCE_COMPILE klkvsk 2013-07-09 14:58:38 +0400
  • ab9fa6bf24 add stress test in benchmark to measure complete cycle (init + rendering) klkvsk 2013-07-09 14:56:10 +0400
  • 3583a2cdfd Merge pull request #12 from sectus/refactoring Ivan Shalganov 2013-07-08 04:15:18 -0700
  • 5ddbebf3db Merge 748ef29a1d into 41652ea48b Sergey 2013-07-07 20:51:14 -0700
  • 748ef29a1d Refactoring Fenom\Template::compile: Removed goto, $from Fixed issues with templates '{if 0}none{/if} literal: { $a}{$a}{ $a} end' '{* ' Sergey Beresnev 2013-07-08 12:43:20 +0900
  • 41652ea48b Merge remote-tracking branch 'origin/master' bzick 2013-07-07 11:29:55 +0400
  • 0bb82d9898 Fix escaping bzick 2013-07-07 11:29:26 +0400
  • d53bbdd939 Merge 11f1b284e4 into 22e388ec60 homm 2013-07-06 17:30:14 -0700
  • 11f1b284e4 Add more autoescape tests homm 2013-07-07 04:26:36 +0400
  • 22e388ec60 Update settings.md Ivan Shalganov 2013-07-07 02:00:02 +0400
  • b6bd77fd6d Update articles.md Ivan Shalganov 2013-07-07 01:46:09 +0400
  • 733bae6ac0 Update docs bzick 2013-07-07 01:41:53 +0400
  • 87662f83a1 Merge remote-tracking branch 'origin/master' bzick 2013-07-07 01:36:24 +0400
  • 6e011b1a44 Update docs bzick 2013-07-07 01:34:37 +0400
  • 968671d8a7 Add tests for auto escaping bzick 2013-07-07 01:34:19 +0400
  • 42b71ed644 Add {autoescape} block tag and {raw} inline pseudo tag. Improve auto escaping bzick 2013-07-07 01:29:33 +0400
  • b99b874d38 Remove |raw modifier. It is not good idea. Need tag {raw <expr>} bzick 2013-07-06 14:09:49 +0400
  • 3d0475e95c Add |raw modifier support bzick 2013-07-06 14:03:05 +0400
  • 0c961ce248 Merge pull request #9 from pborreli/typos Ivan Shalganov 2013-07-05 03:11:27 -0700
  • 9f22cfc0f0 Merge 4130a4c7dd into 68b892703d Pascal Borreli 2013-07-04 13:02:54 -0700
  • 4130a4c7dd Fixed typos Pascal Borreli 2013-07-04 21:02:24 +0100
  • 68b892703d Merge pull request #8 from hell0w0rd/tokenizer-misprint Ivan Shalganov 2013-07-04 06:38:32 -0700
  • 769d028e96 Merge 9774fac450 into 404ee7a819 Nikita 2013-07-04 04:38:29 -0700
  • e04d3f97ef Merge 704b930126 into 404ee7a819 Nikita 2013-07-04 04:37:47 -0700
  • 704b930126 remove T_UNSET repeating Nikita 2013-07-04 15:35:51 +0400
  • 404ee7a819 Fix: static modifier doesn't insert as is bzick 2013-07-04 10:56:21 +0400
  • 728e78c46d Merge remote-tracking branch 'origin/master' bzick 2013-07-04 10:38:23 +0400
  • eea3391c7d Fix: static modifier doesn't insert as is bzick 2013-07-04 10:37:14 +0400
  • c8f22e206e Merge cf6bae47cb into a10808d1f3 Nikita 2013-07-03 22:57:21 -0700
  • a10808d1f3 Update usage.md Ivan Shalganov 2013-07-04 09:57:07 +0400
  • cf6bae47cb fix Tokenizer Nikita 2013-07-04 03:14:50 +0400
  • dd95df8eb6 fix Template Nikita 2013-07-04 03:14:19 +0400
  • 35486b7370 fix Scope Nikita 2013-07-04 03:13:50 +0400
  • c283154fe4 fix Render Nikita 2013-07-04 03:13:29 +0400
  • 30e492ee09 fix Provider Nikita 2013-07-04 03:12:13 +0400
  • 43fc8b45b8 fix ProviderInterface Nikita 2013-07-04 03:11:20 +0400
  • 24b044fe85 fix Modifier Nikita 2013-07-04 03:11:09 +0400
  • 8d5c5ad2e9 fix Compiler Nikita 2013-07-04 03:10:16 +0400
  • 91bf32757e fix Fenom Nikita 2013-07-04 03:09:47 +0400
  • 9774fac450 init Nikita 2013-07-04 02:41:43 +0400
  • ec1dba923c Update authors.md Ivan Shalganov 2013-07-04 01:48:54 +0400
  • 965bb08272 Update CHANGELOG.md Ivan Shalganov 2013-07-04 01:48:25 +0400
  • 125908d0cf Update benchmark result Ivan Shalganov 2013-07-04 01:45:12 +0400
  • c439ef9345 Update extends.md Ivan Shalganov 2013-07-04 01:31:47 +0400
  • 9600fc78d7 Fix docs, done #2 bzick 2013-07-04 01:28:10 +0400
  • 4b8b56482c Fix comments, remove old code bzick 2013-07-03 12:22:35 +0400
  • 0457d5c379 Fix indents bzick 2013-07-03 12:10:50 +0400
  • c76f5c8be0 Add checking nested level for {use} and {extends} Add more docs bzick 2013-07-02 11:07:33 +0400
  • 27d7110690 Renaming - done bzick 2013-06-28 12:04:42 +0400
  • 7d93afe7ca Add old tag bzick 2013-06-28 11:56:54 +0400
  • b9ac24bb5b Rename Cytro to Fenom bzick 2013-06-28 11:53:53 +0400
  • f36cecaaea Upd changelog bzick 2013-06-20 11:11:37 +0400
  • 2e4ce13c10 Add dynamic modifier support bzick 2013-06-20 10:36:35 +0400