Commit Graph

  • ce76dbf8d9 fixed the performance suite Tobias Lütke 2012-10-20 10:53:53 -04:00
  • 4df6cbb851 Capture should defer assignments if evaluated in a deferred conditional #147 Burke Libbey 2012-10-09 13:06:52 -05:00
  • 1c44acc957 Ifchanged should always defer execution until the final pass Burke Libbey 2012-10-09 13:00:44 -05:00
  • 8cffe5e2e5 Rename copied test method -- it clobbered another test Burke Libbey 2012-10-09 12:45:49 -05:00
  • 68b15465f1 Defer assignments done in branches of an indeterminate conditional Burke Libbey 2012-10-09 12:41:10 -05:00
  • cebf1ca95a Initial (rough) prototype work Burke Libbey 2012-10-05 11:27:43 -05:00
  • 271228b5b4 Merge fda424dbc0e4c7d4e4ce72176ca41d0258a6fcd3 into 661ff2ccdf93aa8e1fb9d9a2ba40d0819de4c32f #145 Tom Burns 2012-10-01 13:12:18 -07:00
  • fda424dbc0 if the following tag is ['first','last' or 'size] defer to_liquid #145 Tom Burns 2012-10-01 16:00:27 -04:00
  • 3b5bba9f13 added support for multi-line comments using the new syntax #141 Jon Daniel 2012-08-31 10:46:50 -04:00
  • 9f4601395e added new syntax for comments Jon Daniel 2012-08-30 17:40:26 -04:00
  • 661ff2ccdf Merge pull request #140 from binarycleric/feature/break_for_loop Steven Soroka 2012-08-21 13:22:24 -07:00
  • b17706d25c Merge 9c183bea835ebe4d77ad2c47aa257a3cbd6ab1ff into bf864594562288cebe55dfaf4da2542e5500117e #140 Jon Daniel 2012-08-21 11:18:42 -07:00
  • 9c183bea83 added interrupt class for continue/break statements #140 Jon Daniel 2012-08-21 13:14:27 -04:00
  • 484fd18612 added break and continue tags Jon Daniel 2012-08-20 23:59:01 -04:00
  • bf86459456 Merge pull request #139 from pjb3/fix_block_test_name Jonathan Rudenberg 2012-08-19 15:07:59 -07:00
  • 404b3f63c5 Merge d2827c561b8dcecff7a843bd6b99707649485690 into 16c34595a45d032dd0d54e5acb49fac442f578db #139 Paul Barry 2012-08-19 04:45:15 -07:00
  • d2827c561b Class name does not match file name #139 Paul Barry 2012-08-19 07:44:35 -04:00
  • 16c34595a4 fix mergeconflict Tobias Lütke 2012-08-07 13:21:31 -04:00
  • 6e091909ee Merge branch 'master' of github.com:Shopify/liquid Tobias Lütke 2012-08-07 13:20:37 -04:00
  • d7cb39ccb3 release 2.4.0 Tobias Lütke 2012-08-07 13:20:23 -04:00
  • f8d46804fd Fix rake test for broken version of rake on travis Jonathan Rudenberg 2012-08-07 09:49:22 -04:00
  • 5c6de2d919 Fix typo Jonathan Rudenberg 2012-08-07 09:37:19 -04:00
  • a8e9327f0b Update HISTORY.md for v2.4.0 release v2.4.0 Jonathan Rudenberg 2012-08-07 09:32:38 -04:00
  • 3168dedb16 Merge 234a344e42a0c48bdf970e69f19f764df96015fc into f5a20ff8e85b5238844f991714c2f51145585ac7 #87 Holger Just 2012-07-23 23:18:00 -07:00
  • 8ac5ce59d0 Merge 7f72c6271b7e262d03b66290d495cd46270bd640 into f5a20ff8e85b5238844f991714c2f51145585ac7 #90 Zeray Rice 2012-07-23 23:18:00 -07:00
  • 85d0269728 Merge 80179271d4959ba8060bb9fee73fa15e47b2b5eb into f5a20ff8e85b5238844f991714c2f51145585ac7 #104 John Allison 2012-07-23 23:17:54 -07:00
  • 1e9b69814d Merge cd1a2c8c7d180e4e3aac4b3bcf23a345186e6298 into f5a20ff8e85b5238844f991714c2f51145585ac7 #131 Daniel Schierbeck 2012-07-23 23:17:48 -07:00
  • e7f1908e99 Add EditorConfig file denoting indentation styles. #133 Hong Xu 2012-06-18 11:25:55 +08:00
  • f5a20ff8e8 Fix a regression in tablerow limit parameter. Dylan Smith 2012-06-21 14:56:05 -04:00
  • d0184555d9 Allow tablerow to work with any Enumerable. Closes #132 Dylan Smith 2012-06-20 11:07:11 -04:00
  • 5111bfdbd8 Merge 3c9207a01b55776cf9cf302750952c093fa9fc64 into 6ebdded8f220010a1ca3431089793ec00140530e #132 GitHub Merge Button 2012-06-18 14:39:54 -07:00
  • 3c9207a01b Remove slice_collection_using_each from Liquid::For class. #132 Dylan Smith 2012-06-18 17:38:22 -04:00
  • 2217f33a82 Handle the pathological case where offset is false. Dylan Smith 2012-06-18 17:35:06 -04:00
  • 6c528d4814 Return parameters for a function call for clarity. Dylan Smith 2012-06-18 17:16:06 -04:00
  • 9adfbaf228 Move function to slice collection using each for use in TableRow. Dylan Smith 2012-06-17 20:57:05 -04:00
  • 8478eac82b Add a test for an enumerable drop being used with a tablerow. Dylan Smith 2012-06-13 17:40:34 -04:00
  • 5b3113f348 Always convert the collection to an array in Liquid::TableRow#render. Dylan Smith 2012-06-13 17:15:35 -04:00
  • ab625681c7 Allow tablerow to work with any Enumerable. Dylan Smith 2012-06-13 09:30:34 -04:00
  • cd1a2c8c7d Allow custom formatting of rendered nodes #131 Daniel Schierbeck 2012-06-12 10:37:07 +02:00
  • 1e7b1ef181 Merge 72ddeb126a92d1fb7733461dd72746bf63311489 into 6ebdded8f220010a1ca3431089793ec00140530e #127 GitHub Merge Button 2012-06-11 07:43:49 -07:00
  • 6ebdded8f2 Merge branch 'issue_1650_strip_html_ignore_comments' Jason Normore 2012-06-11 10:33:00 -04:00
  • 515b31158e strip_html to ignore comments with html tags. fixes #1650 Jason Normore 2012-06-06 11:36:47 -04:00
  • 40cc799f3d Add example to split filter. 7rans 2012-02-10 13:45:35 -05:00
  • 5ac91e0837 Fix typo and add punctuation Daniel Schierbeck 2012-05-03 14:16:06 +03:00
  • f6cb54fa59 Merge pull request #93 from trans/master Jonathan Rudenberg 2012-06-07 12:21:40 -07:00
  • 6d4d0a5815 Merge 974ea40ccaafdaed87a37dadca2bade3a57eacb7 into 1606b4b705eaa4804f84083136dbb7b68f7f7dde #93 GitHub Merge Button 2012-06-07 12:21:23 -07:00
  • 1606b4b705 Merge pull request #118 from dasch/patch-1 Jonathan Rudenberg 2012-06-07 12:20:54 -07:00
  • 0e969087fe Merge b51b30fac14ea67357ade36f80d27c69d150b292 into 7cfd0f15d1f7c549a12d96fe40e7b2ca4e740368 #118 GitHub Merge Button 2012-06-07 12:20:43 -07:00
  • 7cfd0f15d1 Merge pull request #128 from andmej/patch-1 Jonathan Rudenberg 2012-06-07 12:18:09 -07:00
  • 55b9e8f2a6 Merge 6d02d59fbd02e2db433277ab60ab02cfec999ebf into 25ba54fc52ee2f665638cdc6d44828c7d51b7b83 #128 GitHub Merge Button 2012-06-07 12:17:47 -07:00
  • 25ba54fc52 Enable 19mode for travis rbx/jruby Jonathan Rudenberg 2012-06-07 15:16:01 -04:00
  • 1aff63ff57 Merge pull request #107 from amateurhuman/syntax-error-fixes-for-rubinius Jonathan Rudenberg 2012-06-07 12:14:35 -07:00
  • 6baac07ad1 Merge db07e2b67e12eef3524f78e6bad3ee8bc81b6fa7 into 08fdcbbf658a66d1fd2f8dbd8d7081e93c63bc49 #107 GitHub Merge Button 2012-06-07 12:07:09 -07:00
  • 08fdcbbf65 Merge pull request #120 from infospace/interpolate_regex_once Jonathan Rudenberg 2012-06-07 12:06:57 -07:00
  • ec8d360b28 Merge 281e3ea9c8e6cc46e3b6b5d8851bb62d874cd4d7 into 2dba9ed0ea31dae5e9468a12cfdb29808ae177e9 #120 GitHub Merge Button 2012-06-07 12:04:46 -07:00
  • 2dba9ed0ea Merge pull request #113 from arika/improve-process-time Jonathan Rudenberg 2012-06-07 12:04:28 -07:00
  • 6d02d59fbd Tpyo. #128 Andrés Mejía 2012-06-06 22:32:42 -05:00
  • 72ddeb126a strip_html to ignore comments with html tags. fixes #1650 #127 Jason Normore 2012-06-06 11:36:47 -04:00
  • 834c91d06b Merge 653948fc0a43d2778cd4aed7eb03771eaa827c9e into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #36 GitHub Merge Button 2012-05-28 15:56:09 -07:00
  • edfba026ea Merge bee0f539d6422dd67392475ebe78c66e6146e5c8 into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #49 GitHub Merge Button 2012-05-28 15:55:15 -07:00
  • f609cebd75 Merge a84d96668521927756d7baa1302d9446d70bfebb into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #78 GitHub Merge Button 2012-05-28 15:55:12 -07:00
  • 1ba919ba6a Merge 4a2bbafeb4782ac5ce9495b74de1cbce14374efe into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #97 GitHub Merge Button 2012-05-28 15:55:03 -07:00
  • 3142d07b2d Merge 84ed3d9964ef593f12d26bf67bf3bb562bf5717d into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #113 GitHub Merge Button 2012-05-28 15:54:56 -07:00
  • 281e3ea9c8 add interpolate once flag to regexes that never change #120 Michael Green 2012-05-08 16:27:50 -07:00
  • b51b30fac1 Fix typo and add punctuation #118 Daniel Schierbeck 2012-05-03 14:16:06 +03:00
  • 740cd6e762 Merge branch 'master' of git://github.com/Shopify/liquid #117 Jeremy Friesen 2012-04-19 10:59:44 -04:00
  • 5d0004a87e Added tests to verify that {{ 'now' | date :'%Y' }} and {{ 'today' | date :'%Y' }} work. Jeremy Friesen 2012-04-19 10:48:55 -04:00
  • e87d3accfd Merge b858783efe908860894069b1ea81310db5576141 into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #112 GitHub Merge Button 2012-04-14 09:31:28 -07:00
  • e3a5951732 Merge 12112dee357a9ac2083893160c904127d26cb532 into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #115 GitHub Merge Button 2012-04-11 08:27:15 -07:00
  • 12112dee35 Make strip_html filter strip contents of style tags #115 jamesallardice 2012-04-11 16:23:21 +01:00
  • 84ed3d9964 apply "o" option to regexps to improve process time #113 akira yamada 2012-04-02 19:31:55 +09:00
  • b858783efe Add I18n_date instead #112 Oscar Del Ben 2012-03-22 18:52:59 +01:00
  • 488bedc06f Merge 1b8712b5f4c823cdc718c34c15d3de842f30cbd7 into c10f936d2a06c849837fee4f4eb1c3b82665b1ee #111 GitHub Merge Button 2012-03-22 04:32:51 -07:00
  • 1b8712b5f4 Add support for I18n on the date filter #111 Oscar Del Ben 2012-03-22 12:28:55 +01:00
  • c10f936d2a Merge pull request #109 from DanAtkinson/patch-1 Dennis Theisen 2012-03-14 08:27:43 -07:00
  • 43a1a4e43f Merge 1ee342d83b3c32c05de3732246e745f560b3b779 into 0e3b522fe2caa7700f177913a85360a212930b77 #109 GitHub Merge Button 2012-03-14 07:59:06 -07:00
  • 1ee342d83b * Seperated 'Howto' into 'How to'. * Added periods to the second list as the first item has them. I guess I'm anally retentive like that. :) #109 Dan Atkinson 2012-03-14 14:58:12 +00:00
  • b757ebf244 Merge 0e3b522fe2caa7700f177913a85360a212930b77 into b8d7b9aeda0a6592780c42ebfdfc9c0bbe9138ee #108 GitHub Merge Button 2012-03-12 13:42:52 -07:00
  • 0e3b522fe2 Fix conditions using negative number comparisons #108 Dennis Theisen 2012-03-12 16:38:34 -04:00
  • db07e2b67e Fix syntax error in for and htmltags files for compatibility with Rubinius 2.0.0-dev #107 Chris Kelly 2012-03-09 00:24:31 -08:00
  • 5c4938f443 fix example servlet #106 Leo Wong 2012-03-08 01:29:50 +08:00
  • 80179271d4 Roll strict mode into the render! method John Allison 2012-03-04 21:07:14 -05:00
  • 7051eb4c64 Strict mode: raise error when variables aren't set John Allison 2012-03-03 22:41:36 -05:00
  • b8d7b9aeda Fix for-tag update to also work properly in Ruby 1.8. Dennis Theisen 2012-02-29 16:13:46 -05:00
  • d4b4b897bd Merge 3d7c1c80a0eb492ffe91466b3e5770ae63600b94 into 1b2d0198eaea92f92d14b6c848ed7e183f8cd973 #103 GitHub Merge Button 2012-02-29 12:17:36 -08:00
  • 3d7c1c80a0 Ruby 1.8 compatibility fix: Ensure for-loop on an empty string does not enter for-body. #103 Dennis Theisen 2012-02-29 14:41:21 -05:00
  • aff7ae36fc Merge c5e97559c4db946e932d5ffa7e6ebff980ade276 into 1b2d0198eaea92f92d14b6c848ed7e183f8cd973 #101 GitHub Merge Button 2012-02-24 12:30:55 -08:00
  • c5e97559c4 Support sorting the collection in a for loop tag. You can specify ascending or descending by doing order:ascending or order:descending. You can specify what attribute you want to search on by using the sort_by attribute. So "{% for item in collection sort_by:name order:descending %}" will iterate through the collection sorted by name in descending order. #101 Patrick Joyce 2012-02-23 17:14:11 -05:00
  • b4b2c8b59e Merge 1b2d0198eaea92f92d14b6c848ed7e183f8cd973 into d8b416187a4ad07c42e093136cc8c7a43c73e6f7 #100 GitHub Merge Button 2012-02-22 11:31:27 -08:00
  • 1b2d0198ea Added backwards compatibility test for tablerow tag update #100 Dennis Theisen 2012-02-22 14:30:19 -05:00
  • 043d816460 Fix tablerow block to work with collection names in quoted syntax. Dennis Theisen 2012-02-22 12:45:38 -05:00
  • 4a2bbafeb4 Make strip_html strip tags spread across lines #97 Jo Liss 2012-02-16 15:42:10 +01:00
  • 974ea40cca Add example to split filter. #93 7rans 2012-02-10 13:45:35 -05:00
  • aa62e88934 [bug] Fix issue with a context environment set to false returning nil instead. #94 Peter P. Gengler 2012-02-10 00:07:50 +00:00
  • d8b416187a Merge pull request #88 from kristianpd/master Kristian PD 2012-01-31 10:27:44 -08:00
  • 7f72c6271b fix #5... Unicode char in template file. #90 饭团 2012-01-31 23:51:22 +08:00
  • e29f80fa1c Merge 58ad90677b7c3d76b6e9a1aaa4f4306b97754433 into bce0033c6594d085088383526ad1b64e43aec133 #88 GitHub Merge Button 2012-01-20 14:22:46 -08:00
  • 58ad90677b Clarified compatibility comments, removed unused var from tag test. #88 Kristian PD 2012-01-20 17:22:23 -05:00
  • 2b04590d4b Revert "Revert "Added backwards compatibility for 1.8.7 String.each returning itself (and 1.9.3 not supporting .each)."" Kristian PD 2012-01-20 16:54:26 -05:00
  • bce0033c65 Revert "Added backwards compatibility for 1.8.7 String.each returning itself (and 1.9.3 not supporting .each)." Kristian PD 2012-01-20 16:47:34 -05:00