Commit Graph

  • 618ec54490 Fix arguments parsing for "0" string Dmitriy Simushev 2014-09-08 13:23:19 +0000
  • ec108c0bac Merge branch 'Mibew-improved_arguments_parsing' fzerorubigd 2014-09-07 22:01:51 +0430
  • 614e8182f0 Add tests for combined arguments parsing Dmitriy Simushev 2014-09-02 13:48:09 +0000
  • 2ebc5bfda2 Add special variables detection Dmitriy Simushev 2014-09-02 13:08:20 +0000
  • 17dc20203b Improve arguments parsing Dmitriy Simushev 2014-09-02 09:34:38 +0000
  • bacde14221
    Some changes in tests provided in #80 fzerorubigd 2014-08-29 11:46:42 +0430
  • 1b491bf602 Merge branch 'subexpr_context_test' of github.com:Mibew/handlebars.php fzerorubigd 2014-08-29 11:21:17 +0430
  • de08528c2c
    add extra context layer for if and unless. (Toi match with handlebars.js) fzerorubigd 2014-08-29 11:17:31 +0430
  • cc5bb9bf87 Merge branch 'patch-4' of github.com:ulriklystbaek/handlebars.php fzerorubigd 2014-08-29 11:09:59 +0430
  • 77e71e6543 Merge branch 'patch-3' of github.com:ulriklystbaek/handlebars.php fzerorubigd 2014-08-29 11:08:49 +0430
  • d731f8d438
    Merge branch 'patch-6' of github.com:ulriklystbaek/handlebars.php fzerorubigd 2014-08-29 11:08:36 +0430
  • 9bebfa9a61
    remove an un-finished test fzerorubigd 2014-08-29 11:05:06 +0430
  • 4e81464c30 Update HandlebarsTest.php ulriklystbaek 2014-08-28 18:47:51 +0200
  • 0432d99d8a Add subexpressions with context tests Dmitriy Simushev 2014-08-28 13:10:45 +0000
  • 3710a50e41
    Use stable branch of phpunit and code sniffer fzerorubigd 2014-08-28 14:32:39 +0430
  • 8a669f3176 Merge pull request #79 from ulriklystbaek/patch-5 Fzerorubigd 2014-08-28 14:26:04 +0430
  • 122a8a9d7b Update Context.php ulriklystbaek 2014-08-28 10:10:05 +0200
  • abb88322e0 Update UnlessHelper.php ulriklystbaek 2014-08-28 09:50:53 +0200
  • 415a3b00b8 Update IfHelper.php ulriklystbaek 2014-08-28 09:49:32 +0200
  • c6f3e0fd5e Merge pull request #75 from Mibew/named_arguments Behrooz Shabani 2014-08-20 23:15:37 +0430
  • 07c49bbb3f make sure that buffer is always a string behrooz shabani (everplays) 2014-08-20 13:08:33 +0430
  • 35ea671fd7 fix 0 being treated as empty string, fixes #76 behrooz shabani (everplays) 2014-08-20 10:14:02 +0430
  • 92a3815d85 Add named arguments parser Dmitriy Simushev 2014-08-19 11:21:20 +0000
  • 84c6e3006c
    fix #71 fzerorubigd 2014-07-11 21:05:26 +0430
  • a9178d5f01
    fix phpcs fzerorubigd 2014-07-04 22:30:41 +0430
  • 0a35a913c2
    add more test and fix a wrong test, also comment some not-used-at-all codes. If need some of thease code back, create a test case for them. fzerorubigd 2014-07-04 21:50:30 +0430
  • a68318f4c5
    Support whitespace deletion Need more test :) fixes #61 fzerorubigd 2014-07-04 03:36:14 +0430
  • cd8cec42a0 Merge pull request #70 from Mibew/tests_for_issue_69 Fzerorubigd 2014-07-03 21:36:13 +0430
  • ff6e3dfe14 Add a test case for issue #69 Dmitriy Simushev 2014-07-03 16:53:49 +0000
  • 813143cf1d Merge pull request #69 from jslegers/master Fzerorubigd 2014-07-03 19:36:04 +0430
  • 182bfc9aea Patch 2 for arrays that contain only one elements John Slegers 2014-07-03 16:53:22 +0200
  • 021ca5f018 Merge pull request #67 from Mibew/each_helper_single_key_test Behrooz Shabani 2014-07-02 23:10:47 +0430
  • c5d09bd13a Add a test case for #66 Dmitriy Simushev 2014-07-02 18:35:00 +0000
  • bc56af2e83 Merge pull request #66 from jslegers/master Behrooz Shabani 2014-07-02 22:52:27 +0430
  • 9d0bb58d36 Adding author data John Slegers 2014-07-02 19:08:39 +0200
  • c28709eb76 Update EachHelper.php John Slegers 2014-07-02 18:59:58 +0200
  • 3c58c8eeed Merge pull request #64 from Mibew/fix_quotes_extra_escape Behrooz Shabani 2014-06-24 20:30:02 +0430
  • a6955b83a9 Fix quotes extra escape Dmitriy Simushev 2014-06-24 14:06:09 +0000
  • 93b6dd8cb6 fixes extra escaping of scalar arguments behrooz shabani (everplays) 2014-06-23 13:29:50 +0430
  • d92640890f Add tests for extra arguments escape problem Dmitriy Simushev 2014-06-20 14:03:19 +0000
  • 81f3efbb84 helpers with style of array(Object, methodName) behrooz shabani (everplays) 2014-03-27 12:03:17 +0430
  • a8f7b4a7a7 Merge pull request #60 from jeffturcotte/master Behrooz Shabani 2014-03-27 11:43:08 +0430
  • c166af1ed7 Added helper interface and converted all built in helpers Jeff Turcotte 2014-03-26 21:54:19 -0400
  • 4e0ed3c7ae more escaping related fixes behrooz shabani (everplays) 2014-03-21 03:29:31 +0330
  • d719bd12ca don't eat up backslashes. fixes #59 behrooz shabani (everplays) 2014-03-21 02:39:59 +0330
  • 97201fe861 local merge of #56 PR. fixes 54 behrooz shabani (everplays) 2014-03-20 22:53:31 +0330
  • ffcbecf346 Implemented proper treatment of brackets inside string arguments in subexpressions ( {{foo '(bar)'}} ) majortom731 2014-03-17 23:01:30 +0100
  • 5a58d27ad3 Added test for correctness of treatment of brackets inside string arguments ( {{foo '(bar)'}} ) majortom731 2014-03-17 23:00:36 +0100
  • 30f7afeb84 More code style / indentation fixes majortom731 2014-03-17 16:46:12 +0100
  • 5257701669 Fixed indentation / code style majortom731 2014-03-17 16:41:54 +0100
  • 7f6dcf6c3e final touch on fixing missing copyright notices behrooz shabani (everplays) 2014-03-17 13:44:21 +0330
  • 413585f9ce Added missing copyright notices. fixes #57 behrooz shabani (everplays) 2014-03-17 00:58:50 +0330
  • 41722af86d Added testHelperSubexpressions() majortom731 2014-03-12 19:39:05 +0100
  • 4bc443e834 Added testHelperSubexpressions() majortom731 2014-03-12 19:34:15 +0100
  • 3fc92fcdc5 Added support for subexpressions in helper calls. Not sure if Template.php is the best place to handle subexpressions... majortom731 2014-03-12 19:33:46 +0100
  • 5c3ea257b7 Changed the internal 'if' helper such that it can test not only paths/variable names, but also numeric constants. majortom731 2014-03-12 17:00:09 +0100
  • d7a9844e93 Changed the internal 'if' helper such that it can test not only paths/variable names, but also numeric constants. majortom731 2014-03-12 16:59:54 +0100
  • da443c5fd5 added support for escaping tags. fixes #53 behrooz shabani (everplays) 2014-03-08 14:47:06 +0330
  • 9c91ea7d64
    add another test fzerorubigd 2014-02-26 21:13:11 +0330
  • 939c58bbee
    Some test improvement and add an ArrayLoader fzerorubigd 2014-02-26 20:26:51 +0330
  • 3514a2b151 Merge pull request #51 from Mibew/each_special_variables Behrooz Shabani 2014-02-25 22:40:26 +0330
  • 39dd482df5 Add "@first" and "@last" values to "each" helper Dmitriy Simushev 2014-02-25 13:24:41 +0000
  • 9d62ffd581 Use both "@index" and "@key" for associative arrays Dmitriy Simushev 2014-02-25 12:40:47 +0000
  • 5b188ce19e Merge pull request #48 from Mibew/auto_esc_vars_tests Fzerorubigd 2014-02-05 23:10:31 +0330
  • 478d28b20f Add tests for auto escape variables content Dmitriy Simushev 2014-02-05 14:03:56 +0000
  • 40f0eb9b7b Merge pull request #47 from Mibew/improved_ids Behrooz Shabani 2014-02-05 13:11:12 +0330
  • b4c019372b Add segment-literal notation for expressions Dmitriy Simushev 2014-02-04 16:11:29 +0000
  • 6a3e666258
    add hhvm to build matrix fzerorubigd 2014-02-04 00:03:23 +0330
  • 0d90d4e294 Merge pull request #45 from Mibew/safe_string Fzerorubigd 2014-02-03 12:27:11 -0800
  • 79373a193a Add \Handlebars\SafeString class Dmitriy Simushev 2014-02-03 08:35:17 +0000
  • 8650422483 Merge pull request #43 from Mibew/fix_helpers_auto_esc Behrooz Shabani 2014-02-01 03:05:31 -0800
  • b6a903fee8 Use handlebars escape function for helpers' results Dmitriy Simushev 2014-02-01 10:44:23 +0000
  • 3a3ab36c5f escape helpers. fixes #42 behrooz shabani (everplays) 2014-02-01 11:29:52 +0330
  • 390bc70a0c Add test for helpers auto escaping Dmitriy Simushev 2014-01-31 15:12:44 +0000
  • 44a6f96e96 Merge pull request #41 from Mibew/each_reset_stop_token Behrooz Shabani 2014-01-28 07:45:19 -0800
  • f82c3a8098 Reset stop token after iterations in each helper Dmitriy Simushev 2014-01-28 15:11:17 +0000
  • 8c686a924a Merge pull request #40 from Mibew/each_else Behrooz Shabani 2014-01-23 08:07:48 -0800
  • 6e7f5459a3 Merge pull request #39 from Mibew/unless_else Behrooz Shabani 2014-01-23 06:01:16 -0800
  • 93884fb26b Add "else" block to "each" helper Dmitriy Simushev 2014-01-23 11:34:52 +0000
  • c5d6a482c1 Add "else" block to "unless" helper Dmitriy Simushev 2014-01-23 09:59:13 +0000
  • c83e0fbbf7 Merge pull request #38 from ulriklystbaek/patch-1 Fzerorubigd 2014-01-21 01:17:10 -0800
  • 7894899aba Update Context.php ulriklystbaek 2014-01-21 09:42:48 +0100
  • 4e2c869d3b Update Context.php ulriklystbaek 2014-01-21 09:23:54 +0100
  • 21b3bf9797 Merge pull request #37 from cgray/master Behrooz Shabani 2014-01-20 09:47:59 -0800
  • 4d5e433e61 Fixed formating. Chris Gray 2014-01-20 11:14:53 -0600
  • a44777f52f Added Tests and changed internal representation of quoted string literals from strangely quoted string to an instance of \Handlebars\String Chris Gray 2014-01-20 09:57:16 -0600
  • 49dcbb2573 Changed Internal representation of quoted string literals to be an instance of \Handlebars\String instead of strangely quoted string. Chris Gray 2014-01-20 09:04:31 -0600
  • ab2d5adbb6 Merge pull request #36 from cgray/master Fzerorubigd 2014-01-20 01:16:19 -0800
  • 054f2c75ee Added tests for .length property on arrays Chris Gray 2014-01-19 21:08:38 -0600
  • 3603a00ee6 Added support for .length as an alias to count on the current context in Context::_findVariableInContext Chris Gray 2014-01-19 21:07:03 -0600
  • 1bbe32b56e Updated docblock Chris Gray 2014-01-19 21:06:22 -0600
  • 58c33c1ba7 Merge pull request #35 from cgray/master Behrooz Shabani 2014-01-16 23:52:57 -0800
  • 415e642351 Fixed to conform to coding standards Chris Gray 2014-01-17 00:46:39 -0600
  • 78974dee1b Fixed edge case in Context::get where trim was eating trailing escaped quote in a quoted literal string that ends with an escaped quote Chris Gray 2014-01-17 00:30:14 -0600
  • da1cf77c58 Added string literal support in Context::get and added Template::parseArguments to ease plugin development Chris Gray 2014-01-16 23:28:48 -0600
  • 1119784549 Update Context::get to resolve @key and @index cgray 2014-01-16 12:41:02 -0600
  • 0f65f12db3 Merge pull request #34 from craigjbass/patch-1 Behrooz Shabani 2014-01-16 06:58:48 -0800
  • 689c9e51de Allow each helper to accept PHP Generators Craig Bass 2014-01-16 13:29:10 +0000
  • 94fbc01217 first part is going to be used, so ignore the rest behrooz shabani (everplays) 2013-12-13 23:09:06 +0330
  • df6ecac7df extracted processing of sections from variable processing behrooz shabani (everplays) 2013-12-13 23:04:31 +0330