Commit Graph

  • 7b71168ef0 Change category for escape/_once (other) and split (array) ADTC 2021-03-28 11:50:25 +08:00
  • 440e3b52a6 Add category for filters and display them by category in the sidebar ADTC 2021-03-28 11:12:48 +08:00
  • 1ca7ef3650 Clarify documentation for Template and Variable ADTC 2021-03-27 22:15:03 +08:00
  • d8e9144ad8 Make several improvements in the Filters section ADTC 2021-03-27 22:10:43 +08:00
  • 87347fe9f9 Explain liquid tag for whitespace control ADTC 2021-03-27 22:01:16 +08:00
  • 017c1b5e83
    Base64 Decode & Encode Filters (#1450) Daniel Insley 2021-06-03 10:23:11 -07:00
  • 6403490d5c Rubocop autocorrect #1450 Dylan Thacker-Smith 2021-06-03 13:00:03 -04:00
  • ed1de56b2d
    Updated changelog to include new base64 filters. Daniel Insley 2021-06-01 09:16:29 -07:00
  • 1d51e20352
    Added base64_url_safe_encode and base64_url_safe_decode, also handle invalid base64 on decode properly. Daniel Insley 2021-05-31 21:37:56 -07:00
  • 250555c9a8
    Merge pull request #1441 from Shopify/to-raw-value Michael Go 2021-05-27 10:21:05 -03:00
  • ac29d3afa7
    Added a basic base64 encode and decode tag Daniel Insley 2021-05-26 21:34:24 -07:00
  • e361a4d53c introduce to_liquid_value on variable look and conditional statements #1441 to-raw-value Michael Go 2021-05-26 17:27:18 -03:00
  • 4b36e34073
    note that Liquid is a superset of HTML #1449 Jason Kurian 2021-05-26 15:23:12 -04:00
  • be02670a54 Convert array to string interpolation, use 'unless' rather than 'if x !=' #1428 remove-extraneous-attributes-link-script Kaelig 2021-05-14 07:50:04 -07:00
  • b1cdd31858 Only output media attribute if needed, delete redundant type attribute in stylesheet_tag Kaelig 2021-04-12 14:10:01 -07:00
  • 8ece160330 Delete redudant type attribute in script_tag Kaelig 2021-04-12 14:09:20 -07:00
  • d5d96a2a76 Fix comment #1440 Steve Hull 2021-05-14 00:52:58 -07:00
  • 3909fe6d33 Update readme with helpful information about debugging Steve Hull 2021-05-14 00:48:35 -07:00
  • 575c5575a9 Don't raise unnecessarily because exceptions are slow Steve Hull 2021-05-14 00:40:12 -07:00
  • 0e03618c37 Refactor Anders Søgaard 2021-05-04 13:57:14 +02:00
  • e4d22d5349 Allow where filter to select deep Anders Søgaard 2021-05-04 10:05:22 +02:00
  • d0d195d0d0 Refactor standard functionality Anders Søgaard 2021-05-04 09:18:05 +02:00
  • e19019517a
    Merge pull request #1403 from EricFromCanada/gh-pages Adam Hollett 2021-04-28 14:52:03 -03:00
  • b98d3d6097
    Drop blank lines from input examples #1403 EricFromCanada 2021-04-22 17:08:46 -04:00
  • 77c2dfa989
    Add new Template page for comment, raw, liquid, echo, render, include EricFromCanada 2021-02-22 18:00:22 -05:00
  • d8f5d65e32
    Avoid anchor name conflict with introduction page EricFromCanada 2021-04-22 10:33:38 -04:00
  • c2fab68b85
    Improve wording & formatting EricFromCanada 2021-02-22 17:27:23 -05:00
  • c99ddcbfc8
    Fix wrong space characters & hard returns EricFromCanada 2021-02-22 17:20:21 -05:00
  • fb8432ca16
    Mention usage of empty and EmptyDrop EricFromCanada 2021-02-22 17:15:17 -05:00
  • 1b53edf052
    default now has an allow_false parameter EricFromCanada 2021-02-22 17:22:15 -05:00
  • b318616a97
    offset can have a continue value in for loops EricFromCanada 2021-02-22 17:07:48 -05:00
  • fc5d02fe1c
    capitalize also downcases each remaining letter EricFromCanada 2021-02-22 17:12:01 -05:00
  • 0f83e333c4
    Ranges can be assigned to variables EricFromCanada 2021-02-22 17:09:17 -05:00
  • 09e4fef712
    slice can be used with arrays EricFromCanada 2021-02-22 16:39:10 -05:00
  • 9e0dc135ca
    {% when %} can have multiple cases EricFromCanada 2021-02-22 16:34:14 -05:00
  • d4222ff2b6
    Numbers and array indices can be negative EricFromCanada 2021-02-22 16:23:05 -05:00
  • c4dce51f62
    Filters can be used during variable assignment EricFromCanada 2021-02-22 16:20:37 -05:00
  • 9542f1d961
    Show version badge on recently-added tags EricFromCanada 2021-02-22 14:14:20 -05:00
  • 32a327ed30
    Update URLs EricFromCanada 2021-02-22 14:04:31 -05:00
  • e47ea38940
    Condense and improve examples EricFromCanada 2021-02-22 13:53:20 -05:00
  • 537f53ef7c
    Remove ignored Gemfile.lock EricFromCanada 2021-01-25 16:34:29 -05:00
  • b9e0d28729 rubocop: Clarify that a config is a rubocop-shopify backport Dylan Thacker-Smith 2021-04-20 09:01:06 -07:00
  • 020f6b93c5 rubocop: Fix unsupported ruby version in TargetRubyVersion error Dylan Thacker-Smith 2021-04-20 09:00:20 -07:00
  • cfe1637bdd
    Translate RangeError to Liquid::Error for truncatewords with large int (#1431) Dylan Thacker-Smith 2021-04-20 08:48:22 -07:00
  • 898f48970b Translate RangeError to Liquid::Error for truncatewords with large int #1431 Dylan Thacker-Smith 2021-04-19 15:51:47 -07:00
  • b3d14e5b49 Update tests Anders Søgaard 2021-04-06 07:34:36 +02:00
  • efec04af06 add a test clearly showing and commiting to the order of and/or operations #1424 order-of-operations Mbarak Bujra 2021-04-05 20:55:10 +00:00
  • effee1ed50 Update tests Anders Søgaard 2021-04-02 20:15:13 +02:00
  • 38b7364f96 Improve tests Anders Søgaard 2021-04-02 20:11:38 +02:00
  • 8137ef8fef Fix the anchor links in Introduction and Template #1427 ADTC 2021-03-31 05:15:45 +08:00
  • bcf72e42d2
    Merge pull request #1419 from ADTC/ghp-readme-install Dylan Thacker-Smith 2021-03-30 09:34:29 -07:00
  • 7754a0fbee Use correct method Anders Søgaard 2021-03-30 12:37:44 +02:00
  • e575c1f131 Add replace_last and remove_last filters Anders Søgaard 2021-03-30 12:34:01 +02:00
  • 832516fb31 Add replace_last and remove_last tests Anders Søgaard 2021-03-30 12:23:45 +02:00
  • 1bd73b93f3 Add a "deprecated" badge on the "include" Template tag ADTC 2021-03-30 15:35:18 +08:00
  • 11a84c0f10 Add the note about optional "as" in the "render for" section ADTC 2021-03-30 14:49:17 +08:00
  • 7cfa4aa8bc Update README with first-time install instructions #1419 ADTC 2021-03-27 02:52:35 +08:00
  • cd467810fb Install wdm Ruby gem in Windows ADTC 2021-03-27 02:57:40 +08:00
  • 866a664766 Double the padding at the bottom of the sidebar menu ADTC 2021-03-30 09:31:13 +08:00
  • 35b9743e41 Add Template tag type and all filter types in the Introduction page ADTC 2021-03-30 01:27:37 +08:00
  • eab13a07d9 Add changelog entry for a recent fix Dylan Thacker-Smith 2021-03-29 13:43:01 -07:00
  • ca96ca0fef
    Fix support for using a String subclass for the liquid source (#1421) Dylan Thacker-Smith 2021-03-29 13:22:05 -07:00
  • 0101dcbbbc Fix support for using a String subclass for the liquid source #1421 Dylan Thacker-Smith 2021-03-29 10:52:16 -07:00
  • e5f8134a11 Change the style of filter subheadings to indicate them as such ADTC 2021-03-29 23:44:24 +08:00
  • 3a02cfce7e Fix the code block in EmptyDrop section in Types ADTC 2021-03-28 18:53:15 +08:00
  • 22c8bcb3ad Make the menu button sticky on mobile view ADTC 2021-03-28 16:05:50 +08:00
  • 44c41152fe Fix scrollbar and scrolling active link into view on the sidebar ADTC 2021-03-28 15:14:53 +08:00
  • 07a96202db Change category for escape/_once (other) and split (array) ADTC 2021-03-28 11:50:25 +08:00
  • fc10dfb9e8 Add category for filters and display them by category in the sidebar ADTC 2021-03-28 11:12:48 +08:00
  • d280238b8e Remove input whitespace; Add note about invalid syntax of liquid tag ADTC 2021-03-27 22:15:03 +08:00
  • 86463e3ff1 Remove input whitespace and make several improvements in the Filters section ADTC 2021-03-27 22:10:43 +08:00
  • 32709305bb Remove input whitespace; Explain liquid tag for whitespace control ADTC 2021-03-27 22:01:16 +08:00
  • 4e7a953e73
    Merge pull request #1417 from Shopify/prep-release v5.0.1 Marc-André Cournoyer 2021-03-24 16:55:10 -04:00
  • 6ac2499f7f
    Remove internal tokenizer fix from History.md #1417 Marc-André Cournoyer 2021-03-24 16:53:45 -04:00
  • ff70161512
    Remove internal fixes from History.md Marc-André Cournoyer 2021-03-24 16:52:57 -04:00
  • 026157e128 Bump to 5.0.1 and add changelog for release Marc-André Cournoyer 2021-03-24 15:36:07 -04:00
  • c1c5770bf8
    Add new Template page for comment, raw, liquid, echo, render, include EricFromCanada 2021-02-22 18:00:22 -05:00
  • 271f7ca918
    Improve wording & formatting EricFromCanada 2021-02-22 17:27:23 -05:00
  • 39829ece50
    Fix wrong space characters & hard returns EricFromCanada 2021-02-22 17:20:21 -05:00
  • bc0b2baa1d
    Mention usage of empty and EmptyDrop EricFromCanada 2021-02-22 17:15:17 -05:00
  • 5015ff6e37
    default now has an allow_false parameter EricFromCanada 2021-02-22 17:22:15 -05:00
  • 3d5e9664b1
    offset can have a continue value in for loops EricFromCanada 2021-02-22 17:07:48 -05:00
  • 299918f695
    capitalize also downcases each remaining letter EricFromCanada 2021-02-22 17:12:01 -05:00
  • 634c965f03
    Ranges can be assigned to variables EricFromCanada 2021-02-22 17:09:17 -05:00
  • b6570a0021
    {% ifchanged %} is available in for loops EricFromCanada 2021-02-22 16:49:46 -05:00
  • 33767f55b4
    slice can be used with arrays EricFromCanada 2021-02-22 16:39:10 -05:00
  • c9b52b9073
    {% when %} can have multiple cases EricFromCanada 2021-02-22 16:34:14 -05:00
  • d29ff53e28
    Numbers and array indices can be negative EricFromCanada 2021-02-22 16:23:05 -05:00
  • 14111338ae
    Filters can be used during variable assignment EricFromCanada 2021-02-22 16:20:37 -05:00
  • bcac0b29ef
    Show version badge on recently-added tags EricFromCanada 2021-02-22 14:14:20 -05:00
  • 17bc14747b
    Update URLs EricFromCanada 2021-02-22 14:04:31 -05:00
  • 78dc366d53
    Condense and improve examples EricFromCanada 2021-02-22 13:53:20 -05:00
  • 84266d98f8
    Remove ignored Gemfile.lock EricFromCanada 2021-01-25 16:34:29 -05:00
  • bf64239ea6
    Merge pull request #1414 from Shopify/fix/echo-parse-tree-visitor Charles-Philippe Clermont 2021-03-24 09:38:48 -04:00
  • c270a6f378 Add ParseTreeVisitor to Echo tag #1414 fix/echo-parse-tree-visitor Charles-P. Clermont 2021-03-22 14:19:10 -04:00
  • 109a1fe88a
    Ignore tags file to avoid conflicts with using ctags (#1411) Dylan Thacker-Smith 2021-03-17 03:44:19 -04:00
  • 3a62b23cd9 Ignore tags file to avoid conflicts with using ctags #1411 Dylan Thacker-Smith 2021-03-08 10:39:33 -08:00
  • 4fba61a802
    Merge pull request #1402 from Shopify/rubocop-shopify Dylan Thacker-Smith 2021-03-16 17:39:09 -04:00
  • 67f086040a
    Merge pull request #1410 from Shopify/gh-pages-fix-ci Dylan Thacker-Smith 2021-03-16 17:37:43 -04:00
  • aa6240f43c Upgrade local dependencies to match what github pages uses #1410 Dylan Thacker-Smith 2021-03-08 11:22:55 -08:00