Commit Graph

  • 8ac4d6a92a cycle test coverage Tobias Lütke 2009-06-15 08:55:50 -04:00
  • 37e913f755 added 3 more themes to add veriety to the profiler run Tobias Lütke 2009-06-14 18:09:40 -04:00
  • 5e0ad75ff5 remove benchmark dir Tobias Lütke 2009-06-14 18:05:18 -04:00
  • 1b3b3e4958 added rake profile for easier invokation Tobias Lütke 2009-06-14 18:04:07 -04:00
  • 31a5606d42 fixed a bug with mock paginate tag Tobias Lütke 2009-06-14 17:42:28 -04:00
  • f65ce254c7 added full profiler suite to liquid based on real-world code form Shopify and vision Tobias Lütke 2009-06-14 17:32:50 -04:00
  • 01c25a11a3 Raise FilterNotFound on use of non-existent filter Brian Candler 2009-06-06 16:32:20 +01:00
  • f29b9335c5 Allow question-mark at end of variable name only Brian Candler 2009-06-06 16:20:34 +01:00
  • cfe3e6f3be Allow Hash with default value or default proc to be used Brian Candler 2009-06-06 16:04:22 +01:00
  • 09c0b3b391 Allow template to be re-used without persisting assigns Brian Candler 2009-06-06 15:59:53 +01:00
  • 678fdfdb8a Add test case for presetting assigns Brian Candler 2009-06-06 15:47:52 +01:00
  • ed1b542abf All tests pass on Ruby 1.9.1 Jakub Kuźma 2009-04-14 16:30:08 +08:00
  • 8d27864845 Ruby 1.9.1 bugfixes Jakub Kuźma 2009-04-14 16:05:03 +08:00
  • 37580976db regenerated gemspec Jakub Kuźma 2009-04-13 21:14:52 +08:00
  • daadb1a2d6 Ruby 1.9.1 bugfixes Jakub Kuźma 2009-04-13 20:46:14 +08:00
  • 68433a52a3 Some more documentation for regexpes Tobias Lütke 2009-04-06 08:45:04 -06:00
  • 075341d01c Fix for parsing spaces in fragments Tobias Lütke 2009-04-06 08:37:39 -06:00
  • 981831bc49 Corrected spelling mistake Tobias Lütke 2009-04-06 08:33:44 -06:00
  • edcc14f148 Reverted james filter in tags branch Tobias Lütke 2009-04-06 08:30:19 -06:00
  • e3fd003a74 Ignore pkg directory Tobias Lütke 2009-04-06 08:10:13 -06:00
  • 26faf512a1 bump v2.0.0 Tobias Lütke 2009-03-10 17:23:17 -04:00
  • 56f1aa9b4a Fix LiquidView for Rails 2.2. Fix local assigns for all versions of Rails Cody Fauser 2009-01-24 14:00:12 +08:00
  • 70ca647e1e Had the tests in the wrong file Tobias Lütke 2009-01-16 09:55:03 -05:00
  • 13ddc6d96b Added append/prepend filters Tobias Lütke 2009-01-15 16:59:18 -05:00
  • 88309cf415 Fixed some parse errors thanks to Daniel Sheppard [Closes #6] Tobias Lütke 2008-12-22 11:47:26 -05:00
  • 7b9b5f31fb Merge branch 'experimental' of git://github.com/jamesmacaulay/liquid into jamesmacaulay/experimental Tobias Lütke 2008-11-02 10:11:08 -08:00
  • b165599495 Merge branch 'master' of git://github.com/josephholsten/liquid into josephholsten/master Tobias Lütke 2008-11-02 10:08:55 -08:00
  • 96c998a944 Merge branch 'master' of git://github.com/mhw/liquid into mhw/master Tobias Lütke 2008-11-02 10:06:02 -08:00
  • 7031d8a49a Fix test not failing while in PST timezone Tobias Lütke 2008-11-02 10:05:10 -08:00
  • 7959664c9d Merge branch 'master' of git://github.com/EmmanuelOga/liquid into EmmanuelOga/master Tobias Lütke 2008-11-02 10:04:01 -08:00
  • c15a683063 Fixed Strainer#respond_to? to accept two parameters Joseph Anthony Pasquale Holsten 2008-11-02 06:24:07 -06:00
  • 36860eab57 added array sorting and mapping on properties James MacAulay 2008-10-28 10:36:05 -04:00
  • 3d8efe04a7 filtered variables in for loops James MacAulay 2008-10-24 14:50:59 -04:00
  • edf7b5577b filtered variables for assign, case, and cycle James MacAulay 2008-10-15 15:16:29 -04:00
  • 282786d7e2 if blocks work with filtered variables James MacAulay 2008-10-15 15:06:58 -04:00
  • 69bc84b777 Added filters for basic arithmetic James MacAulay 2008-05-12 17:11:42 -04:00
  • 3bfde37a53 Enable rails 2.1.x compaitibility by allowing the render method to accept an ActionView::Template object. Michael Klett 2008-09-22 09:48:15 -04:00
  • 24bf446b0e Refactor date filter to accept "Time types" other than Date, Time, and DateTime. For example, TzTime (http://github.com/rails/tztime/tree/master) is now supported. Zack Chandler 2008-09-05 11:16:24 -07:00
  • 916f501bde Fix spelling of FilterSeparator constant. Mark H. Wilkinson 2008-08-12 21:51:02 +01:00
  • 7eeb895192 Remove trailing whitespace. Mark H. Wilkinson 2008-08-12 18:17:47 +01:00
  • 7acdac2a1c Fix attribute expansion to index only once in all cases. Mark H. Wilkinson 2008-07-09 08:23:51 +01:00
  • 50edd0f5b9 Add some failing tests for Context. Mark H. Wilkinson 2008-07-08 17:35:36 +01:00
  • 819b70204f Fix syntax in doc comment; test same syntax. Mark H. Wilkinson 2008-07-08 09:06:21 +01:00
  • eb609ee4aa Strip trailing whitespace. Mark H. Wilkinson 2008-07-09 08:34:01 +01:00
  • 3eddf5fb9e adjusted parsing regex for syntax quirk Emmanuel Oga 2008-07-08 12:54:52 -03:00
  • 6dd4f716f8 Gemspecs make my brain hurt Tobias Lütke 2008-06-23 09:47:41 -04:00
  • 5c259a3f49 stip gemspec down to essentials Tobias Lütke 2008-06-23 09:43:25 -04:00
  • 1a160c5d84 Seriously... Tobias Lütke 2008-06-23 09:42:15 -04:00
  • 56caba720d Let hoe create the gemspec automatically Tobias Lütke 2008-06-23 09:39:35 -04:00
  • d28cbe6df7 remove gem from repository Tobias Lütke 2008-06-23 09:36:49 -04:00
  • 1ccb83d7cb Maybe now? Tobias Lütke 2008-06-23 09:36:31 -04:00
  • e0dd07811c Added gemspec for automatic rubygem github madness Tobias Lütke 2008-06-23 09:34:34 -04:00
  • 82e5e8c188 Ugly hack for compatibility with Rails 2.1, take two Stefano Cobianchi 2008-06-04 17:22:47 +02:00
  • 3ef9d2f4f9 Ugly hack for compatibility with Rails 2.1 Stefano Cobianchi 2008-06-04 17:18:41 +02:00
  • 4c30922d8e The if tag now raises Liquid::SyntaxError rather than a generic RuntimeError for syntax problems. Nathaniel Bibler 2008-05-21 23:58:12 -04:00
  • ed75a6d948 Make before_method work more like method_missing Tobias Lütke 2008-05-08 17:22:07 -04:00
  • 63f9a05223 Implemented reversed flag on for loops {% for a in b reversed %} Tobias Lütke 2008-05-08 17:17:41 -04:00
  • 8f45647aa3 Parse time errors should propagate to calling site Tobias Lütke 2008-05-08 12:35:17 -04:00
  • 4c0cfae0b7 Changed implementation of For in such a way that it only depends on the existence of a each method. This allows drops to simply implement each for enumeration Tobias Lütke 2008-05-08 12:30:48 -04:00
  • 7f58cbf82d Merged last set of changes from original SVN location Tobias Lütke 2008-05-08 11:34:43 -04:00
  • 1d647361e1 Initial github import of liquid Tobias Lütke 2008-05-08 11:28:13 -04:00