Commit Graph

  • c91cb8af6c released new gem v2.3.0 Tobias Lütke 2011-10-16 09:16:23 -04:00
  • bb73198b4f Fix servlet strip example Jonathan Rudenberg 2011-10-15 22:59:58 -04:00
  • f0f2e56369 Merge pull request #76 from trans/master Jonathan Rudenberg 2011-10-15 19:58:40 -07:00
  • b816521563 Merge pull request #72 from zacstewart/patch-1 Jonathan Rudenberg 2011-10-15 17:25:48 -07:00
  • 4026f6c340 Update history file Jonathan Rudenberg 2011-10-15 20:18:00 -04:00
  • 05a20c627d Clean up test suite Jonathan Rudenberg 2011-10-15 20:04:27 -04:00
  • 8e3f0c122e Clean up Rakefile and gemspec Jonathan Rudenberg 2011-10-15 19:56:03 -04:00
  • 487b240404 Fix another drop call regression Jonathan Rudenberg 2011-10-14 11:21:22 -04:00
  • f129ee33f2 Remove 1.8.6 (unsupported) from Travis Jonathan Rudenberg 2011-10-13 12:03:08 -04:00
  • cdf7f5b6a7 Fix UTC time for Travis Jonathan Rudenberg 2011-10-13 12:00:42 -04:00
  • 204d876187 Don't use the rubygems version of liquid in performance test Jonathan Rudenberg 2011-10-13 11:48:24 -04:00
  • 8b5cf73ccc Fix regression with calling a drop with a empty string Jonathan Rudenberg 2011-10-13 11:25:35 -04:00
  • edebcaa603 Add split example to example servlet. 7rans 2011-09-29 18:41:47 -04:00
  • 6cf6d8b990 Correct formatting for doc comments Zac 2011-09-10 10:36:22 -03:00
  • ba56db81e1 Doesn't look like you can have multiple CNAMEs listed John Duff 2011-09-07 12:20:02 -04:00
  • 8de5aa2fb4 Add liquidmarkup.com to CNAME as well John Duff 2011-09-07 12:08:41 -04:00
  • 64b297a180 Move liquidmarkup.org to github pages John Duff 2011-09-07 11:44:28 -04:00
  • 0239efd826 github generated gh-pages branch Emanuele Vicentini 2011-09-07 08:15:23 -07:00
  • 1379061398 Merge pull request #69 from trans/master Tobias Lütke 2011-09-05 13:01:15 -07:00
  • 4971b9e9bc Remove comment about stripping split results. 7rans 2011-09-01 12:03:27 -04:00
  • da34d27258 Add test for split filter. 7rans 2011-08-31 22:20:45 -04:00
  • cc7899aef5 Add split filter. 7rans 2011-08-24 10:53:31 -04:00
  • 0fc78a2dbb Merge pull request #65 from adomokos/add_rvmrc_to_gitignore Jonathan Rudenberg 2011-07-13 04:51:34 -07:00
  • c401ffb9c3 Add the .rvmrc to .gitignore Attila Domokos 2011-07-13 04:18:19 -04:00
  • 2434c3d0e0 Remove duplicate commas from StrictQuotedFragment. Closes #26. Jonathan Rudenberg 2011-07-12 09:18:15 -04:00
  • 352f83a9d2 Merge pull request #28 from mcr/mcr_inc_tag Tobias Lütke 2011-07-01 11:48:13 -07:00
  • 98c96ed86a Merge pull request #60 from a-team/master Tobias Lütke 2011-07-01 11:43:27 -07:00
  • 410cce9740 Merge pull request #56 from oozou/for-else Tobias Lütke 2011-07-01 11:42:17 -07:00
  • a8ed72a036 Add build status and small copy changes in the README Jonathan Rudenberg 2011-06-30 16:36:49 -04:00
  • 4aaf750fa8 Don't mess with the load path Jonathan Rudenberg 2011-06-30 16:31:37 -04:00
  • e5a3d67a32 Add Rubinius to Travis runs Jonathan Rudenberg 2011-06-30 16:25:55 -04:00
  • fe25644726 Rescue NameError for Rubinius Jonathan Rudenberg 2011-06-30 16:24:17 -04:00
  • c47eac1683 Add kind_of? and singleton_methods to Strainer so that Rubinius works Jonathan Rudenberg 2011-06-30 16:17:31 -04:00
  • c10a40f1fa Ignore rubinius bytecode files Jonathan Rudenberg 2011-06-30 16:16:35 -04:00
  • e4003a74a1 Remove failing Rubies from Travis run for now Jonathan Rudenberg 2011-06-29 15:08:44 -04:00
  • 03065274d8 Use Travis CI Jonathan Rudenberg 2011-06-29 11:06:05 -04:00
  • 00afc9dd8a Merge pull request #62 from rmetzler/master Jonathan Rudenberg 2011-06-19 20:48:03 -07:00
  • 6bfdda9e17 html highlighting Richard Metzler 2011-06-19 03:50:52 -07:00
  • 00da0b6a42 ruby highlighting Richard Metzler 2011-06-19 03:50:08 -07:00
  • 39174ccee6 code blocks in github flavored markdown Richard Metzler 2011-06-19 03:49:37 -07:00
  • c7033ff4c8 Avoid creating singleton classes on nil, true and false objects. Instead extend their respective classes. Just because those objects are singletons in current Ruby implementations doesn't mean we should rely on that. Fixes liquid on Maglev. Tim Felgentreff 2011-06-13 18:13:47 +02:00
  • f85bea2902 Remove literal tag (raw is more performant) Jonathan Rudenberg 2011-06-13 09:34:15 -04:00
  • 17922273e1 Merge old Shopify/liquid Jonathan Rudenberg 2011-06-13 09:14:14 -04:00
  • 4087a94d88 Add raw tag. Fixes #37. Jonathan Rudenberg 2011-06-12 11:12:32 -04:00
  • 1a4ff9547a render_all should internally always return strings. This eases some 1.9 compatability issues. Steven Soroka 2011-05-02 10:58:27 -04:00
  • 888cbe8f09 fix next if /^__.+__$/ to /^(__.+__|object_id)$/, since object_id will complain if it is removed Steven Soroka 2011-04-28 15:24:50 -05:00
  • 2f11364417 make ruby-debug optional Steven Soroka 2011-04-28 15:18:59 -05:00
  • 74cdfc6718 Fix commit 7bbb4ff84f so it's backwards-compatible Steven Soroka 2011-04-28 15:18:51 -05:00
  • d19213177a Added documentation for for-else Prathan Thananart 2011-04-28 13:11:13 +07:00
  • caf59940d3 Added code to make for-else work Prathan Thananart 2011-04-28 13:07:41 +07:00
  • 8319d78c2e Added a failing test case for for-else Prathan Thananart 2011-04-28 12:00:21 +07:00
  • bc55c4d348 Merged pull request #34 from claco/date-epoch. Tobias Lütke 2011-04-25 09:03:30 -07:00
  • 017f0dc342 Merged pull request #53 from mhw/fix-stacklevelerror-test. Tobias Lütke 2011-04-25 09:00:00 -07:00
  • ab556cbdd9 Merged pull request #54 from mhw/fix-drop-numeric-parameter. Tobias Lütke 2011-04-25 08:59:10 -07:00
  • 82e4904403 Merged pull request #55 from ssoroka/master. Tobias Lütke 2011-04-25 08:58:13 -07:00
  • 59a63e0fe5 fix failing test "recursively_included_template_does_not_produce_endless_loop", push needs to come before exception raise since pop is in ensure block and always happens. Steven Soroka 2011-04-24 01:09:56 -05:00
  • aafb3ed9f2 Fix behaviour of Context#stack when Context#push raises. Mark H. Wilkinson 2011-04-12 14:24:26 +01:00
  • 935d3530af Handle invoking drops for keys that are not strings. Mark H. Wilkinson 2011-04-12 14:11:06 +01:00
  • 662b2983fe Failing test for integer drop lookup. Mark H. Wilkinson 2011-04-12 13:50:50 +01:00
  • 37a0fe213b Fix text method name clash. Mark H. Wilkinson 2011-04-12 13:47:27 +01:00
  • 7bbb4ff84f Context is no longer lost when moving into a Liquid FileSystem. David Turnbull 2010-08-24 16:31:33 -07:00
  • 9926d86c91 Fix rake file, add rake benchmark:run Tobias Lütke 2011-01-28 21:18:07 -05:00
  • 9c49b8bbb2 improved benchmark suite Tobias Lütke 2011-01-28 21:14:38 -05:00
  • f7ff9c81d3 Make use of the Module#public_method_defined?. thedarkone 2011-01-29 00:02:05 +01:00
  • a65c4f51bc These are strings already. thedarkone 2011-01-28 23:24:18 +01:00
  • a24049906b Resolve literals faster. thedarkone 2011-01-28 23:22:47 +01:00
  • aa678302d6 Fix comments. thedarkone 2011-01-28 23:03:10 +01:00
  • 6d0bb3303c Clean-up Context#stack. thedarkone 2011-01-28 23:01:23 +01:00
  • 4fec29f288 OPS-250 Modifying liquid error handling so that it no longer captures Exceptions that are not subclasses of StandardError (previously, it was rescuing things like Interrupt and NoMemoryError). Austin Mills 2011-01-10 14:55:05 -06:00
  • 33ecb29d49 Update date to accept epoch Christopher H. Laco 2010-11-07 20:41:41 -05:00
  • 58e5820e7a thought that these were turned off, removed Michael Richardson 2010-09-03 10:54:29 -04:00
  • bb035d96e1 ignore backups Michael Richardson 2010-09-02 09:46:21 -04:00
  • 3919ff6bc3 renamed inc -> increment added decrement as well (pre-decremented) Michael Richardson 2010-09-02 09:41:43 -04:00
  • 381b4f5268 adjusted test case to have third argument Michael Richardson 2010-08-31 19:42:13 -04:00
  • 97f18112b2 the variables should be stored in the normal environment, not in the register Michael Richardson 2010-08-31 17:26:41 -04:00
  • ca2fa587cf added tag to increment a variable each time it is referenced Michael Richardson 2010-08-31 16:17:12 -04:00
  • 0526348cae Gemspec - rewritten v2.2.2 v2.2.1 DBA 2010-08-24 09:43:53 +08:00
  • a3fb7ba2b3 Merge branch 'master' of github.com:tobi/liquid Tobias Lütke 2010-08-23 20:22:58 -04:00
  • 77cc0f2ed9 Version bump v2.2.0 Tobias Lütke 2010-08-23 20:22:35 -04:00
  • 3d43efe2bc Ruby compatibility issues - regexp engines are different from 1.8 to 1.9, fixed the literal shorthand regexp accordingly - changed the shorthand regexp text from a match to a string scan - test_helper now loads rubygems unless RUBY_VERSION is > 1.9 DBA 2010-08-24 06:47:31 +08:00
  • 772233d881 Readme: pre to code DBA 2010-08-24 06:27:24 +08:00
  • 90d1bc26d8 History - updated (2.2.0 & 2.2.1) DBA 2010-08-24 06:25:15 +08:00
  • c00a650492 Literal - added support for literals [closes #6] DBA 2010-08-24 05:39:07 +08:00
  • 4819eb1a92 IF tag - now properly allows operands to have conditions (eg and, or) [closes #13] DBA 2010-08-24 01:19:58 +08:00
  • 8579807d29 Conditions - added test to assert that conditions can contain conditions within its value (eg 'a-and-b') DBA 2010-08-23 22:04:08 +08:00
  • daf786fd28 Test Helper - added assert_template_result_matches - fixed indentation / white spacing DBA 2010-08-23 18:45:04 +08:00
  • 101137045e remove swp files Tobias Lütke 2010-08-22 13:33:26 -04:00
  • 8a0a8cfd99 FiltersTest - added test that asserts nonexistent filters are ignored DBA 2010-08-22 20:57:37 +08:00
  • 8304a046c9 Context - Check arity of proc before calling, to prevent error when using ruby 1.9.1+ DBA 2010-08-22 20:50:33 +08:00
  • c72c84ea9b Tests - Organized the files - Cleaned up some of the white spacing issues - A lot can still be done to make the tests more readable to the new developers DBA 2010-08-22 20:42:26 +08:00
  • 01145f872b Test Helper - Removed unnecessary test helper file. The file being used is helper.rb DBA 2010-08-22 20:01:20 +08:00
  • 5409814552 Code beautifier - standard_filter_test.rb DBA 2010-08-22 20:00:30 +08:00
  • 2d9331a234 StandardFilters - Ruby 1.9.2-rc changed the float precision, thus the tests are now more generic and backwards compatible. DBA 2010-08-22 19:59:53 +08:00
  • c59cde9d17 Code beautifier - standardfilters.rb - standard_filter_test.rb DBA 2010-08-22 19:55:43 +08:00
  • 29e140b655 StandardFilters - added escape_once, based on ActionView DBA 2010-08-22 19:55:02 +08:00
  • a48332871a Test helper - extras path now uses File.join instead of string concatenation - extras path is only loaded into $LOAD_PATH if it's not already part of it DBA 2010-08-22 19:50:39 +08:00
  • bd7f867759 Code beautifier - strainer_test.rb DBA 2010-08-22 19:48:34 +08:00
  • 8e4573a7bf Strainer - respond_to_missing? is now a required method DBA 2010-08-22 19:47:33 +08:00
  • 5425679a96 Rakefile - Updated to run with Ruby 1.9.2-p0 - Fixed some indentations / white spacing DBA 2010-08-22 19:35:46 +08:00
  • 6831eac902 Released gem 2.1.3 v2.1.3 Tobias Lütke 2010-08-05 18:06:40 -04:00