Steven Soroka
|
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.
|
2011-04-24 01:09:56 -05:00 |
|
 thedarkoneandTobias Lütke
|
a65c4f51bc
|
These are strings already.
|
2011-01-28 21:16:22 -05:00 |
|
 thedarkoneandTobias Lütke
|
a24049906b
|
Resolve literals faster.
|
2011-01-28 21:16:22 -05:00 |
|
 thedarkoneandTobias Lütke
|
aa678302d6
|
Fix comments.
|
2011-01-28 21:16:22 -05:00 |
|
 thedarkoneandTobias Lütke
|
6d0bb3303c
|
Clean-up Context#stack.
|
2011-01-28 21:16:22 -05:00 |
|
 DBAandTobias Lütke
|
8304a046c9
|
Context
- Check arity of proc before calling, to prevent error when using ruby 1.9.1+
Code beautifer
- context.rb
|
2010-08-23 01:30:03 +08:00 |
|
James MacAulay
|
0150067c40
|
Revert "Raise FilterNotFound on use of non-existent filter"
This reverts commit 01c25a11a3.
Conflicts:
test/context_test.rb
|
2009-08-19 19:24:33 -04:00 |
|
James MacAulay
|
167825aa92
|
further differentiate between environments and only evaluate Procs once
|
2009-08-07 11:24:15 -04:00 |
|
James MacAulay
|
c792c29066
|
Templates and Contexts differentiate between different sources of assigns
|
2009-08-06 18:33:41 -04:00 |
|
Tobias Lütke
|
a65bd76e72
|
Merge branch 'master' of [email protected]:tobi/liquid
Conflicts:
lib/liquid.rb
lib/liquid/context.rb
lib/liquid/variable.rb
test/standard_tag_test.rb
|
2009-06-15 09:00:30 -04:00 |
|
Brian Candler
|
01c25a11a3
|
Raise FilterNotFound on use of non-existent filter
|
2009-06-06 16:32:20 +01:00 |
|
Brian Candler
|
cfe3e6f3be
|
Allow Hash with default value or default proc to be used
|
2009-06-06 16:16:06 +01:00 |
|
 Jakub KuźmaandTobias Lütke
|
8d27864845
|
Ruby 1.9.1 bugfixes
Signed-off-by: Tobias Lütke <[email protected]>
|
2009-04-17 06:33:25 +08:00 |
|
Tobias Lütke
|
edcc14f148
|
Reverted james filter in tags branch
This reverts commit 282786d7e2.
Conflicts:
lib/liquid.rb
lib/liquid/variable.rb
test/if_else_test.rb
|
2009-04-06 08:30:19 -06:00 |
|
James MacAulay
|
282786d7e2
|
if blocks work with filtered variables
|
2008-10-15 17:02:26 -04:00 |
|
Mark H. Wilkinson
|
7acdac2a1c
|
Fix attribute expansion to index only once in all cases.
Also drop array.<digits> syntax
|
2008-07-09 18:46:38 +01:00 |
|
Mark H. Wilkinson
|
819b70204f
|
Fix syntax in doc comment; test same syntax.
|
2008-07-09 18:34:41 +01:00 |
|
Mark H. Wilkinson
|
eb609ee4aa
|
Strip trailing whitespace.
|
2008-07-09 18:34:41 +01:00 |
|
Tobias Lütke
|
8f45647aa3
|
Parse time errors should propagate to calling site
|
2008-05-08 12:35:17 -04:00 |
|
Tobias Lütke
|
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
|
2008-05-08 12:30:48 -04:00 |
|
Tobias Lütke
|
7f58cbf82d
|
Merged last set of changes from original SVN location
|
2008-05-08 11:34:43 -04:00 |
|
Tobias Lütke
|
1d647361e1
|
Initial github import of liquid
|
2008-05-08 11:28:13 -04:00 |
|