Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream #1

Open
wants to merge 429 commits into
base: master
Choose a base branch
from
Open

Merge upstream #1

wants to merge 429 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 1, 2014

  1. Configuration menu
    Copy the full SHA
    e7638d8 View commit details
    Browse the repository at this point in the history
  2. Drop old tests (fixes #134)

    kaos committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    1a1140a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bug-fix-escape-quotes' of https://github.com/campanja/e…

    …rlydtl into campanja-bug-fix-escape-quotes
    
    Conflicts:
    	src/erlydtl_compiler.erl
    	src/erlydtl_filters.erl
    kaos committed Mar 1, 2014
    Configuration menu
    Copy the full SHA
    1b59f3c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2014

  1. Fix broken truncate filters (#138)

    ```erlang
    erlydtl_tests: all_defs_test_ (filters: |truncatewords:0)...*failed*
    in function erlydtl_eunit_testrunner:'-run_render/1-fun-0-'/2 (test/erlydtl_eunit_testrunner.erl, line 73)
    **error:{assertEqual_failed,[{module,erlydtl_eunit_testrunner},
                         {line,73},
                         {expression,"B"},
                         {expected,<<" ...">>},
                         {value,<<>>}]}
    ```
    kaos committed Mar 2, 2014
    Configuration menu
    Copy the full SHA
    a379a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88bcc77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e824d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b58de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a03a8a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9f2f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2014

  1. Configuration menu
    Copy the full SHA
    df1516c View commit details
    Browse the repository at this point in the history
  2. Add NEWS file.

    kaos committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    fe78fc7 View commit details
    Browse the repository at this point in the history
  3. Make NEWS pretty on github..

    kaos committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    28a3407 View commit details
    Browse the repository at this point in the history
  4. Fix formatting of NEWS file.

    kaos committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    4faff51 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2014

  1. Configuration menu
    Copy the full SHA
    1af6f8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #145 from snar/freebsd-uses-gmake

    When compiling on FreeBSD, use gmake instead of make.
    kaos committed Mar 6, 2014
    Configuration menu
    Copy the full SHA
    a32f352 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2014

  1. Configuration menu
    Copy the full SHA
    b86bd99 View commit details
    Browse the repository at this point in the history
  2. Add tests for compile_dir (fixes #146)

    The compile_dir functionality was broken (again).
    This test case was very much over due..
    kaos committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    76736d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15feec View commit details
    Browse the repository at this point in the history
  4. make clean also for slex.

    kaos committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    16f9978 View commit details
    Browse the repository at this point in the history
  5. Workaround for rebar/rebar#247.

    As `rebar eunit` doesn't compile .yrl files,
    we need to make sure those are already compiled
    when running the eunit tests.
    kaos committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    cf62dbe View commit details
    Browse the repository at this point in the history
  6. Update NEWS.

    kaos committed Mar 10, 2014
    Configuration menu
    Copy the full SHA
    94ce794 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2014

  1. Configuration menu
    Copy the full SHA
    fd79c34 View commit details
    Browse the repository at this point in the history
  2. Revert to previous compile_dir functionality (fixes #148)

    The backward incompatible change introduced in commit
    0b61b69 is reverted, and instead a
    new `render` function is added for those who wish to get the tagged
    result tuple `{ok, iolist()} | {error, Reason}`.
    kaos committed Mar 11, 2014
    Configuration menu
    Copy the full SHA
    6f5c9e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00599f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. Configuration menu
    Copy the full SHA
    bbe5be8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Configuration menu
    Copy the full SHA
    2bc8343 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2014

  1. New api for sources parser: add translators comments extraction.

    Old API still available: new api's responses are converted to
    old ones.
    There is phrase information fields added, which we currently don't
    extract, like 'msgid_plural', 'context'. Will be implemented later.
    seriyps authored and kaos committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    3b1fa97 View commit details
    Browse the repository at this point in the history
  2. Update NEWS

    kaos committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    dcf55ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c06240d View commit details
    Browse the repository at this point in the history
  4. Fix deps in rebar configs.

    kaos committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    c59b600 View commit details
    Browse the repository at this point in the history
  5. release 0.9.2

    kaos committed Mar 22, 2014
    Configuration menu
    Copy the full SHA
    49d910f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2014

  1. Configuration menu
    Copy the full SHA
    1149e0c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Run tests on make all.

    Also make sure that the needed source files are present
    when running the test suite.
    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    51bb1f2 View commit details
    Browse the repository at this point in the history
  2. Add failing test for #155.

    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    f7dab6a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/quasiconvex/erlydtl into …

    …quasiconvex-master
    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    1f56948 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc77e96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c39dfe5 View commit details
    Browse the repository at this point in the history
  6. Update NEWS.

    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    d0ddfb5 View commit details
    Browse the repository at this point in the history
  7. Update Release notes in NEWS.

    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    99afb82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bdfbfa View commit details
    Browse the repository at this point in the history
  9. Setup development branch.

    Dependencies are not pinned down, but follow their
    respective development branches.
    
    Our version is generated on build time using git
    (e.g. it requires a git cloned repository to build).
    
    The NEWS files is flushed, so it only contains the
    bullets of news since the last release merge.
    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    cdf7a5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e81342 View commit details
    Browse the repository at this point in the history
  11. Fix tuple access (related to #155)

    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    31b53b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad43f6e View commit details
    Browse the repository at this point in the history
  13. Merge branch 'master' into stable

    Conflicts:
    	NEWS.md
    	rebar.config
    	src/erlydtl.app.src
    
    Resolved conflicts to keep master a development branch, with a clean
    NEWS file, while the stable branch has the full NEWS history and
    pinned dependencies and a hard coded version in the .app.src file.
    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    282279b View commit details
    Browse the repository at this point in the history
  14. Flush NEWS.

    As the NEWS items are merged with stable and released,
    they are dropped from the master branch to keep it
    clean and tidy around here..
    kaos committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    25d632f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. erlydtl_beam_compiler: clean up meta forms.

    this makes the code so much more readable, and easier to tweak.
    kaos committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    dbb84fb View commit details
    Browse the repository at this point in the history
  2. Fix #61: add compile options default_vars and constants

    vars is deprecated (aliased to default_vars).
    
    The `forloop` variable is now marked as a reserved internal variable name,
    and can't be used default/constant variable.
    kaos committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    88d3fd4 View commit details
    Browse the repository at this point in the history
  3. clean up #ast_info.pre_render_asts

    it is no longer used.
    kaos committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    3b1e20a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82e3aa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2014

  1. fix #157: avoid broken R16B03

    kaos committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    6644221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e330fa8 View commit details
    Browse the repository at this point in the history
  3. drop bitdeli badge.

    kaos committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    4871ec7 View commit details
    Browse the repository at this point in the history
  4. avoid R15B and R15B01

    merl depends on changes in erl_syntax introduced in R15B02: erlang/otp@5374607
    kaos committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    7e0923b View commit details
    Browse the repository at this point in the history
  5. Run merl tests together with erlydtl tests.

    Avoid always running the merl tests when only compiling.
    
    cf. richcarl/merl#6
    kaos committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    424b0d9 View commit details
    Browse the repository at this point in the history
  6. make -> gmake typo for freebsd

    kaos committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    8bd8043 View commit details
    Browse the repository at this point in the history
  7. fix #153: parse (and unparse) comment tags {# .. #}

    call the {# .. #}-construct for comment tag (previously comment_inline).
    n.b. {% comment %} ... {% endcomment %} is a comment block.
    
    some cleanups in sources_parser + handle the new comment_tag token.
    
    beginnings of tests for the unparser (currently lives in the sources parser test suite).
    kaos committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    1ece0a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Configuration menu
    Copy the full SHA
    9242712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e135b32 View commit details
    Browse the repository at this point in the history
  3. support count and plural forms in blocktrans blocks (#131)

    open question: we ought to support multiple plural tags
      to support languages that have more than two variations
      dependent on the count.
    kaos committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    cc35ef8 View commit details
    Browse the repository at this point in the history
  4. fix blocktrans bugs (#131)

    kaos committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    490763f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2014

  1. test _(Value) translations (#131)

    Support trans_fun/1 as compile time translation fun too..
    kaos committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    b712972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b36c1 View commit details
    Browse the repository at this point in the history
  3. align compile vs render options for translation (#131)

    Print warning message to stderr on unclosed variable in block translation.
    kaos committed Apr 11, 2014
    Configuration menu
    Copy the full SHA
    51cc7e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2014

  1. Configuration menu
    Copy the full SHA
    fc5fb60 View commit details
    Browse the repository at this point in the history
  2. Preserve _ prefixed to variable names when generating erlang

    Completely backwards compatible, but means we can enable
    warnings_as_errors, and name unused variables with an underscore.
    (see 2 new tests)
    RJ committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    f38e759 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'unused-vars-fix' of https://github.com/irccloud/erlydtl

    …into irccloud-unused-vars-fix
    kaos committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    b04b238 View commit details
    Browse the repository at this point in the history
  4. rename varify/1 -> varname_ast/1

    kaos committed Apr 14, 2014
    Configuration menu
    Copy the full SHA
    4f0ea21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    580402d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2014

  1. Configuration menu
    Copy the full SHA
    497540b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a98a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    522e1c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3358f34 View commit details
    Browse the repository at this point in the history
  5. close #161

    kaos committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    e0208a3 View commit details
    Browse the repository at this point in the history
  6. Release 0.9.4

    Merge branch 'master' into stable
    
    Conflicts:
    	NEWS.md
    	rebar.config
    kaos committed Apr 15, 2014
    Configuration menu
    Copy the full SHA
    6280d21 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2014

  1. Fix ensure_dir when debug_root is specified

    Previously, we were checking if the directory exists, but not checking
    it with respect to the doc_root exists.  Instead, we were ensuring the
    directory with respect only to the originally provided "debug_root".
    
    This patch ensures (har har) that when we are ensuring the directory for
    debug purposes, that it includes the full path to the file.
    
    *Additionally* calling filelib:ensure_dir(Dir) will only ensure the
    directories up to the *parent* of Dir.  It's a little bit wonky, so
    typically one would append a "dummy" file to a Dir path.  But we don't
    need to do this since Abs is itself a file, so we ensure_dir(Abs), and
    it'll ensure all the directories correctly.
    
    Example: filelib:ensure_dir("/foo/bar/whatever/something"), will only
    ensure that the directories "/foo/bar/whatever" exist and will create
    them if necessary. "something" is not actually used.
    
    The short of it is that this will fix debug_root if a doc_root is
    specified, and the File to be compiled is specified with directories as
    well, such as "src/view/whatever.html".
    choptastic committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    99583b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from choptastic/ensure-dir

    Fix ensure_dir when debug_root is specified
    kaos committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    67daeaf View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2014

  1. Handle loops within {%block%} and {%extend%}

    When base and parent templates within {%block%} tags contain for loops,
    there is an 'unsafe L' error due to matched variables automatically
    being bound in case expressions.  This wraps the case statement in a
    function call, containing the 'L' variable, and preventing a crash.
    
    This also adds the relavent test.
    choptastic authored and kaos committed Apr 21, 2014
    Configuration menu
    Copy the full SHA
    fc7b5ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d3f60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9ec861 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2014

  1. Accept any identifier as attribute (Fixes #177)

    Now, the . for looking up an attribute of a variable will bypass any other reserved meaning that the
    indentifier may normally hold. So, in a way, the attribute lookup opertaion short-circuits the
    keyword mechanism. Which makes sense, as it won't make sense to put a keyword after the dot any way.
    kaos committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    96dccf6 View commit details
    Browse the repository at this point in the history
  2. Update README.markdown

    Added a note about why merl may fail to compile
    zkessin authored and kaos committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    7a230a2 View commit details
    Browse the repository at this point in the history
  3. Touch up README (close #179).

    kaos committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    d3f9491 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2014

  1. Configuration menu
    Copy the full SHA
    4f5fd21 View commit details
    Browse the repository at this point in the history
  2. improve debug dump of compiled templates.

    avoid duplicate entries in ast info.
    
    add trace message on includes.
    kaos committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    04595cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a0dea View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. We need merl?

    robashton committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    7b9d879 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Merge pull request #180 from robashton/master

    Merl is an application dependency
    kaos committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    961a8ed View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Configuration menu
    Copy the full SHA
    e9ef33c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    890f2b3 View commit details
    Browse the repository at this point in the history
  3. Add test confirming issue #185.

    kaos committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    64f9886 View commit details
    Browse the repository at this point in the history
  4. Fixes #185.

    kaos committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    88d87f4 View commit details
    Browse the repository at this point in the history
  5. Revert a change from commit 51bb1f2.

    Don't run tests by default.
    kaos committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    9b1a886 View commit details
    Browse the repository at this point in the history
  6. Test confirming issue #183.

    N.b. without auto_escape enabled, it works as expected.
    kaos committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    56fe3cd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Configuration menu
    Copy the full SHA
    742df67 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Merge pull request #186 from alexr/master

    Fix quoting in pre_hooks to get it compiling when folder name has spaces...
    kaos committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    d8738e3 View commit details
    Browse the repository at this point in the history
  2. Fix issue #183.

    Added optional list of filters to apply when looking up scoped
    variables.
    
    The `block.super` variable has the `safe` filter applied to it, to
    avoid further escaping.
    kaos committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    33b1fa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Fix #184

    kaos committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    85271f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Configuration menu
    Copy the full SHA
    6a15545 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #188 from andihit/master

    change $REBAR_DEPS_DIR to %REBAR_DEPS_DIR% for windows compatibility
    kaos committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    5347e87 View commit details
    Browse the repository at this point in the history
  3. remove unused create_scope/3.

    kaos committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    089d257 View commit details
    Browse the repository at this point in the history
  4. fix #171 by cleaning out some unused i18n files.

    the remaining files still need some work to be better integrated.
    kaos committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    0ba11ce View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. add more function for find_value

    dcy committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    c79fbc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd16da View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Configuration menu
    Copy the full SHA
    7d306fa View commit details
    Browse the repository at this point in the history
  2. touch up tests for pr #192

    kaos committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    7352409 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dcy-master'

    kaos committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    741d0a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Configuration menu
    Copy the full SHA
    aabdb72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e886c View commit details
    Browse the repository at this point in the history
  3. is_map --> erlang:is_map

    dcy committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    8123886 View commit details
    Browse the repository at this point in the history
  4. add test for maps

    dcy committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    0d96696 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Configuration menu
    Copy the full SHA
    48b256a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f8237 View commit details
    Browse the repository at this point in the history
  3. support silent option in cycle tag (close #195).

    Notice: we're still not supporting independently cycling the value
    using the `{% cycle varname %}` syntax (where `varname` is the name
    used in a previous `cycle .. as varname` tag).
    kaos committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    d8122aa View commit details
    Browse the repository at this point in the history
  4. update docs.

    kaos committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    5e49d7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad3a5ea View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. runtime: null is also false; important for dealing with json

    (cherry picked from commit 837c9d3)
    (close #170)
    jflatow authored and kaos committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    6b5e579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8d414 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dcy-master'

    kaos committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    91a5d1c View commit details
    Browse the repository at this point in the history
  4. update NEWS file.

    kaos committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    82b9238 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. a few more basic tests for maps.

    kaos committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    03af77f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2014

  1. Fix bug spotted by dialyzer.

    kaos committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    ffb6abd View commit details
    Browse the repository at this point in the history
  2. Release 0.10.0

    Merge branch 'master' into stable
    
    Conflicts:
    	NEWS.md (note to self to resolve: git co -- NEWS.md ; git show master:NEWS.md)
    
    Update:
            src/erlydtl.app.src
    kaos committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    dce7c95 View commit details
    Browse the repository at this point in the history
  3. flush news.

    kaos committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    dcb3762 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. Configuration menu
    Copy the full SHA
    aa1aaee View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Configuration menu
    Copy the full SHA
    558385d View commit details
    Browse the repository at this point in the history
  2. cleanup behaviour check.

    kaos committed Feb 11, 2015
    Configuration menu
    Copy the full SHA
    3f4005a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0611cf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. Configuration menu
    Copy the full SHA
    7e65825 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. Merge pull request #198 from nuex/change-include-path

    Remove Path Prefix in i18n Sources Parser
    kaos committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    484cf11 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. mostly travis-ci stuff

    create plt faster with minimal number of apps required
    dialyzer analysis logs are more verbose
    danikp authored and kaos committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    68f90ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'danikp-master'

    fixes #201
    kaos committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    d1da403 View commit details
    Browse the repository at this point in the history
  3. let travis make check to run the dialyzer too.

    Makefile tweaks so dialyze can be run after `make clean`.
    kaos committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    a4ac286 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. Configuration menu
    Copy the full SHA
    4466f0b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Adding support for "Assignment tags" (https://docs.djangoproject.com/…

    …en/1.6/howto/custom-template-tags/)
    
    example: {% custom_tag as var_tag %}{{ var_tag }} more {{ var_tag }}
    A40in committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    913fa69 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge pull request #203 from yegortimoschenko/license

    Extract LICENSE from src/erlydtl.erl
    kaos committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    d166fd5 View commit details
    Browse the repository at this point in the history
  2. close #202.

    kaos committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    5b96446 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #204 from A40in/custom_tag_var

    Adding  support for "Assignment tags"
    kaos committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    de00ccf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Configuration menu
    Copy the full SHA
    427db67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8dcc0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41018fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #206 from A40in/reader_options

    Adding Options to reader(reader_options) for more flexible custom rea…
    kaos committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    66f7818 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Configuration menu
    Copy the full SHA
    53fe2d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. Update .travis.yml

    ricecake committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    31ff5a5 View commit details
    Browse the repository at this point in the history
  2. Fix bug in truncatewords_html on closing tags

    `truncatewords_html` works as tested, but wasn't tested against one
    potential case of input: if there's a completed closed tag in place.
    erlydtl was throwing `function_clause` errors because it expected the
    very next characters after `/` to be `>`, when it will normally be the
    tag's name (i.e. the characters "strong" in "</strong>").
    
    This adds a test case where truncation doesn't occur, and several tags
    are opened and closed, as well as the function clause necessary to parse
    the tags correctly.
    pablo-meier committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    fb7c74c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2015

  1. Merge pull request #208 from pablo-meier/truncatewords_html_bugfix

    Fix bug in truncatewords_html on closing tags
    kaos committed Jul 8, 2015
    Configuration menu
    Copy the full SHA
    0c1dd00 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2015

  1. Configuration menu
    Copy the full SHA
    a68121b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2015

  1. Merge pull request #209 from alexr/recognize_behavior

    Allow custom library use either of behaviOUr or behaviOr.
    kaos committed Jul 12, 2015
    Configuration menu
    Copy the full SHA
    25da89d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2015

  1. Fix bug in truncatewords_html on closing tags

    `truncatewords_html` works as tested, but wasn't tested against one
    potential case of input: if there's a completed closed tag in place.
    erlydtl was throwing `function_clause` errors because it expected the
    very next characters after `/` to be `>`, when it will normally be the
    tag's name (i.e. the characters "strong" in "</strong>").
    
    This adds a test case where truncation doesn't occur, and several tags
    are opened and closed, as well as the function clause necessary to parse
    the tags correctly.
    pablo-meier authored and kaos committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    5ac3718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d4454 View commit details
    Browse the repository at this point in the history
  3. wrap block.super contents in a fun.

    So if block.super is never referenced, the contents doesn't have to
    get built, which ought to save quite a bit for larger more complicated
    blocks.
    
    Also, ignore all "a term is constructed, but never used" warnings in
    compiled test templates.
    kaos committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    75dbb00 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ricecake-patch-1'

    kaos committed Jul 18, 2015
    Configuration menu
    Copy the full SHA
    dd16a97 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2015

  1. Configuration menu
    Copy the full SHA
    b992c45 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Configuration menu
    Copy the full SHA
    f8602ca View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Configuration menu
    Copy the full SHA
    5c0793e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18d9017 View commit details
    Browse the repository at this point in the history
  3. translation tests

    brigadier committed Aug 17, 2015
    Configuration menu
    Copy the full SHA
    51aec30 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2015

  1. Configuration menu
    Copy the full SHA
    c078160 View commit details
    Browse the repository at this point in the history
  2. adding a test

    oxpa committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    41bb0c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #216 from oxpa/gb_tree

    Be precise about gb_trees struct to avoid problems with simple tuples
    kaos committed Aug 31, 2015
    Configuration menu
    Copy the full SHA
    5ac24d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2015

  1. Configuration menu
    Copy the full SHA
    7be5db2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81742fd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. Configuration menu
    Copy the full SHA
    1a99256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba06ff View commit details
    Browse the repository at this point in the history
  3. date translation with tests

    oxpa committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    e9257e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74dce77 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Configuration menu
    Copy the full SHA
    4d41709 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Configuration menu
    Copy the full SHA
    f81b7be View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Merge pull request #219 from oxpa/module_trans

    pass translation function into 'date' filter.
    kaos committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    ce2ba82 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Add test for #220

    kaos committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    6729a5b View commit details
    Browse the repository at this point in the history
  2. Add expected output for #220 on 0.9.4

    kaos committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    e353f37 View commit details
    Browse the repository at this point in the history
  3. fix #220

    begin/end does not create a new variable scope, so wrap blocks in
    `(fun () -> BLOCK end)()` instead of a `begin BLOCK end`.
    kaos committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    59cfc37 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'issue/220'

    kaos committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    f5f3267 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2015

  1. Configuration menu
    Copy the full SHA
    cb2cc0f View commit details
    Browse the repository at this point in the history
  2. Add missing functions in compile_dir template module. (#217)

    Added: `variables/0`, `default_variables/0`, `constants/0` and
    `translated_blocks/0`.
    kaos committed Oct 15, 2015
    Configuration menu
    Copy the full SHA
    17da86b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

  1. Merge pull request #215 from brigadier/master

    type interpolation and escaping in translations with parameters
    
    close #213
    kaos committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    f4cef9c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2015

  1. add language tag (#212).

    kaos committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    11f4bf0 View commit details
    Browse the repository at this point in the history
  2. Add trimmed option to blocktrans tag (#212).

    still need to write some tests.
    kaos committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    27cdc1c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2015

  1. Configuration menu
    Copy the full SHA
    8123a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d120c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. fix blocktrans unparser tests.

    kaos committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    c3138f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    802c1a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2015

  1. Configuration menu
    Copy the full SHA
    1b8ac20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0d8d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b58b6f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ed4b5 View commit details
    Browse the repository at this point in the history
  5. Release 0.11.0

    kaos committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    8093fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. Configuration menu
    Copy the full SHA
    05acba3 View commit details
    Browse the repository at this point in the history
  2. Fetch and compile test deps.

    kaos committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    f3f943a View commit details
    Browse the repository at this point in the history
  3. Doh. 05acba3 was a misfix.

    kaos committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    257ad37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e314f8 View commit details
    Browse the repository at this point in the history
  5. Release 0.11.1

    kaos committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    333025a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. Configuration menu
    Copy the full SHA
    1973e20 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Merge pull request #230 from ten0s/master

    Use phash2/1 explicitly. It's not in compat layer
    kaos committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    0b1cbeb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Make hex package

    Licenser committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    2c79692 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Fix url

    Licenser committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    25945a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #234 from project-fifo/hex

    Hex package support.
    kaos committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    e7c2de7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Update a link to Django documentation

    Documentation for unsupported versions of Django has been withdrawn from
    the official Django website, but it is available on Read the Docs.
    
    Fixes #235.
    KrzysiekJ committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    9032b1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #237 from KrzysiekJ/django-docs-link

    Update a link to Django documentation
    kaos committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    aecc1e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2016

  1. Support tuple wrapped list keyfind lookups

    This is useful for data decoded from JSON or prepared for encoding to JSON with jiffy.
    jwheare committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    0d7e0a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Merge pull request #239 from irccloud/tuple_wrapped_proplists

    Support tuple wrapped list keyfind lookups
    kaos committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    7633fb9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2016

  1. Configuration menu
    Copy the full SHA
    ea9f0dd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. Configuration menu
    Copy the full SHA
    067a109 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    7737254 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Merge pull request #246 from brigadier/patch-3

    make the 'join' filter work with numbers
    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    2aae623 View commit details
    Browse the repository at this point in the history
  2. Add failing test for #243.

    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    c2a560e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba4eb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1597b56 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'stable'

    master is the new stable branch, and stable will be discontinued.
    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    e5e2e13 View commit details
    Browse the repository at this point in the history
  6. Update NEWS.

    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    187ef06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7129c77 View commit details
    Browse the repository at this point in the history
  8. release v0.12.0

    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    cec398d View commit details
    Browse the repository at this point in the history
  9. tweak comment.

    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    87acc29 View commit details
    Browse the repository at this point in the history
  10. README: fix typos.

    kaos committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    0e926d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    ea955c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Merge branch 'develop'

    kaos committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    7e5058c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Update NEWS.

    kaos committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    b0d0975 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Fix random deprecation warning

    (cherry picked from commit 9fef6b0)
    Sébastien Fievet authored and kaos committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    ec2f60f View commit details
    Browse the repository at this point in the history
  2. release 0.12.1.

    kaos committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    bb1ae0f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. fix

    danikp committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    4e6e854 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Add 19.3 Travis build

    ten0s committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    a7209fc View commit details
    Browse the repository at this point in the history
  2. Support Erlang/OTP 20.0

    ten0s committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    41b5de0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Merge pull request #254 from danikp/fix-issue-231

    fix for Failed to extract name from erlydtl.app.src
    #fixes #231
    kaos committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    dd81263 View commit details
    Browse the repository at this point in the history
  2. Update README.markdown

    Call for maintainers.
    kaos committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    d3d0437 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #255 from ten0s/master

    Support Erlang/OTP 20.0
    kaos committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    960dc2b View commit details
    Browse the repository at this point in the history
  4. Update .travis.yml

    Reduce number of erlang versions we use for building on travis.
    kaos committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    032746b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. compatibility with OTP 21

    brigadier committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    bd3ce0f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. add OTP 21 to .travis.yml

    brigadier committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    7fa45ed View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Configuration menu
    Copy the full SHA
    c7d65a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Merge pull request #261 from brigadier/master

    compatibility with OTP 21
    seriyps committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    118c176 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Make sure that when checking if a function is exported that the modul…

    …e in question is loaded by the code server
    Seb Maynard committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    bf381a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Merge pull request #263 from sebmaynard/master

    Ensure modules are loaded when checking function_exported
    seriyps committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    6486b1e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Fix stacktrace warnings

    burbas committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    d4b20d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    eb29fbe View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Merge pull request #267 from novaframework/stacktrace

    Fix stacktrace warnings
    kaos committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    e16631d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Version bump 0.13.0

    seriyps committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    cd418c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473a457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb6dc12 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    2f19777 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Merge pull request #270 from Taure/nowarn_export_all

    Added nowarn flag to export all in erlydtl_runtime
    kaos committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    bbbcc22 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. support OTP 23 and modify only applications for spec

    Manuel Rubio committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    499dc44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from manuel-rubio/master

    Hex wrong vsn and support OTP 23
    kaos committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4279d94 View commit details
    Browse the repository at this point in the history
  3. release v0.14.0

    Signed-off-by: Andreas Stenius <[email protected]>
    kaos committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c1f3df8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Fix typos

    kianmeng committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    b033ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge pull request #273 from kianmeng/fix-typos

    Fix typos
    kaos committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3d21be0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. No such function exported gettext_compile:write_pretty/1

    Signed-off-by: Peter Lemenkov <[email protected]>
    lemenkov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    998658d View commit details
    Browse the repository at this point in the history
  2. No such function exported gettext_compile:fmt_fileinfo/1

    Signed-off-by: Peter Lemenkov <[email protected]>
    lemenkov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    53fc6b3 View commit details
    Browse the repository at this point in the history
  3. No such fun - gettext_compile:open_po_file/3

    Signed-off-by: Peter Lemenkov <[email protected]>
    lemenkov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    adba128 View commit details
    Browse the repository at this point in the history
  4. No such fun - gettext_compile:close_file/0

    Signed-off-by: Peter Lemenkov <[email protected]>
    lemenkov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9d83b67 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #274 from lemenkov/gettext_nonexisting_functions

    Fix calls to Gettext nonexisting functions
    kaos committed May 2, 2023
    Configuration menu
    Copy the full SHA
    55d93eb View commit details
    Browse the repository at this point in the history