Tobias Lütke
96c998a944
Merge branch 'master' of git://github.com/mhw/liquid into mhw/master
2008-11-02 10:06:02 -08:00
Tobias Lütke
7031d8a49a
Fix test not failing while in PST timezone
2008-11-02 10:05:10 -08:00
Tobias Lütke
7959664c9d
Merge branch 'master' of git://github.com/EmmanuelOga/liquid into EmmanuelOga/master
2008-11-02 10:04:01 -08:00
Joseph Anthony Pasquale Holsten
c15a683063
Fixed Strainer#respond_to? to accept two parameters
2008-11-02 06:24:07 -06:00
James MacAulay
36860eab57
added array sorting and mapping on properties
2008-10-28 10:36:05 -04:00
James MacAulay
3d8efe04a7
filtered variables in for loops
2008-10-24 14:50:59 -04:00
James MacAulay
edf7b5577b
filtered variables for assign, case, and cycle
2008-10-15 17:02:26 -04:00
James MacAulay
282786d7e2
if blocks work with filtered variables
2008-10-15 17:02:26 -04:00
James MacAulay
69bc84b777
Added filters for basic arithmetic
2008-10-15 11:02:25 -04:00
Mark H. Wilkinson
7eeb895192
Remove trailing whitespace.
2008-08-18 20:32:30 +01:00
Mark H. Wilkinson
50edd0f5b9
Add some failing tests for Context.
...
Using an attribute should only cause the corresponding method to be invoked
once. Replacing a lambda with its return value should work for arrays.
Array index syntax shouldn't allow calls to special methods.
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
Emmanuel Oga
3eddf5fb9e
adjusted parsing regex for syntax quirk
2008-07-08 12:54:52 -03:00
Nathaniel Bibler
4c30922d8e
The if tag now raises Liquid::SyntaxError rather than a generic RuntimeError for syntax problems.
2008-05-21 23:58:12 -04:00
Tobias Lütke
ed75a6d948
Make before_method work more like method_missing
2008-05-08 17:22:07 -04:00
Tobias Lütke
63f9a05223
Implemented reversed flag on for loops {% for a in b reversed %}
2008-05-08 17:17:41 -04: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