[Pkg-javascript-commits] [mustache.js] 06/31: Merge tag 'upstream/0.4.0'
Martín Ferrari
tincho at debian.org
Sun Nov 13 22:20:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
tincho pushed a commit to branch master
in repository mustache.js.
commit b37b149849d62c1fc6aee323b2bdafaf8d374f48
Merge: d6abfcb 357153b
Author: David Paleino <dapal at debian.org>
Date: Wed Feb 22 18:15:27 2012 +0100
Merge tag 'upstream/0.4.0'
Upstream version 0.4.0
.gitignore | 7 +-
.travis.yml | 5 +
CHANGES.md | 11 +
LICENSE | 2 +
README.md | 191 +++++++-----
Rakefile | 56 ++--
TESTING.md | 62 ++++
THANKS.md | 20 --
mustache-commonjs/mustache.js.tpl.post | 7 -
mustache-commonjs/package.json | 7 -
mustache-dojo/mustache.js.tpl.post | 5 -
mustache.js | 324 ++++++++++++++-------
spec/_files/ampersand_escape.js | 3 +
spec/_files/ampersand_escape.mustache | 1 +
spec/_files/ampersand_escape.txt | 1 +
spec/_files/apostrophe.js | 1 +
spec/_files/apostrophe.mustache | 1 +
spec/_files/apostrophe.txt | 1 +
.../array_of_partials_implicit_partial.2.mustache | 0
.../_files}/array_of_partials_implicit_partial.js | 0
.../array_of_partials_implicit_partial.mustache | 0
.../_files}/array_of_partials_implicit_partial.txt | 0
.../_files/array_of_partials_partial.2.mustache | 0
.../_files}/array_of_partials_partial.js | 0
.../_files/array_of_partials_partial.mustache | 0
.../_files}/array_of_partials_partial.txt | 0
{examples => spec/_files}/array_of_strings.js | 0
.../_files/array_of_strings.mustache | 0
{examples => spec/_files}/array_of_strings.txt | 0
.../_files}/array_of_strings_options.js | 0
.../_files/array_of_strings_options.mustache | 0
.../_files}/array_of_strings_options.txt | 0
.../_files/array_partial.2.mustache | 0
{examples => spec/_files}/array_partial.js | 0
.../_files/array_partial.mustache | 0
{examples => spec/_files}/array_partial.txt | 0
.../_files}/bug_11_eating_whitespace.js | 0
.../_files/bug_11_eating_whitespace.mustache | 0
.../_files}/bug_11_eating_whitespace.txt | 0
{examples => spec/_files}/comments.js | 0
.../comments.html => spec/_files/comments.mustache | 0
{examples => spec/_files}/comments.txt | 0
{examples => spec/_files}/complex.js | 0
.../complex.html => spec/_files/complex.mustache | 0
{examples => spec/_files}/complex.txt | 0
{examples => spec/_files}/delimiters.js | 0
.../_files/delimiters.mustache | 0
{examples => spec/_files}/delimiters.txt | 0
spec/_files/dot_notation.js | 23 ++
spec/_files/dot_notation.mustache | 9 +
spec/_files/dot_notation.txt | 9 +
spec/_files/double_render.js | 5 +
spec/_files/double_render.mustache | 1 +
spec/_files/double_render.txt | 1 +
.../_files/empty_partial.2.mustache | 0
{examples => spec/_files}/empty_partial.js | 0
.../_files/empty_partial.mustache | 0
{examples => spec/_files}/empty_partial.txt | 0
spec/_files/empty_sections.js | 1 +
spec/_files/empty_sections.mustache | 1 +
spec/_files/empty_sections.txt | 1 +
{examples => spec/_files}/empty_template.js | 0
.../_files/empty_template.mustache | 0
{examples => spec/_files}/empty_template.txt | 0
{examples => spec/_files}/error_not_found.js | 0
.../_files/error_not_found.mustache | 0
{examples => spec/_files}/error_not_found.txt | 0
{examples => spec/_files}/escaped.js | 0
.../escaped.html => spec/_files/escaped.mustache | 0
{examples => spec/_files}/escaped.txt | 0
{examples => spec/_files}/higher_order_sections.js | 0
.../_files/higher_order_sections.mustache | 0
.../_files}/higher_order_sections.txt | 0
{examples => spec/_files}/inverted_section.js | 0
.../_files/inverted_section.mustache | 0
{examples => spec/_files}/inverted_section.txt | 0
spec/_files/keys_with_questionmarks.js | 5 +
spec/_files/keys_with_questionmarks.mustache | 3 +
spec/_files/keys_with_questionmarks.txt | 1 +
spec/_files/nesting.js | 7 +
spec/_files/nesting.mustache | 5 +
spec/_files/nesting.txt | 4 +
{examples => spec/_files}/null_string.js | 0
.../_files/null_string.mustache | 0
{examples => spec/_files}/null_string.txt | 0
.../_files/partial_recursion.2.mustache | 0
{examples => spec/_files}/partial_recursion.js | 0
.../_files/partial_recursion.mustache | 0
{examples => spec/_files}/partial_recursion.txt | 0
.../_files}/recursion_with_same_names.js | 0
.../_files/recursion_with_same_names.mustache | 0
.../_files}/recursion_with_same_names.txt | 0
{examples => spec/_files}/reuse_of_enumerables.js | 0
.../_files/reuse_of_enumerables.mustache | 0
{examples => spec/_files}/reuse_of_enumerables.txt | 0
{examples => spec/_files}/section_as_context.js | 0
.../_files/section_as_context.mustache | 0
{examples => spec/_files}/section_as_context.txt | 0
{examples => spec/_files}/simple.js | 0
.../simple.html => spec/_files/simple.mustache | 0
{examples => spec/_files}/simple.txt | 0
.../_files/template_partial.2.mustache | 0
{examples => spec/_files}/template_partial.js | 0
.../_files/template_partial.mustache | 0
{examples => spec/_files}/template_partial.txt | 0
{examples => spec/_files}/two_in_a_row.js | 0
.../_files/two_in_a_row.mustache | 0
{examples => spec/_files}/two_in_a_row.txt | 0
spec/_files/two_sections.js | 1 +
spec/_files/two_sections.mustache | 4 +
.../_files/two_sections.txt | 0
{examples => spec/_files}/unescaped.js | 0
.../_files/unescaped.mustache | 0
{examples => spec/_files}/unescaped.txt | 0
{examples => spec/_files}/unknown_pragma.js | 0
.../_files/unknown_pragma.mustache | 0
{examples => spec/_files}/unknown_pragma.txt | 0
.../_files/view_partial.2.mustache | 0
{examples => spec/_files}/view_partial.js | 0
.../_files/view_partial.mustache | 0
{examples => spec/_files}/view_partial.txt | 0
.../_files/whitespace_partial.2.mustache | 0
{examples => spec/_files}/whitespace_partial.js | 0
.../_files/whitespace_partial.mustache | 0
{examples => spec/_files}/whitespace_partial.txt | 0
spec/mustache_spec.rb | 276 ++++++++++++++++++
test/mustache_spec.rb | 156 ----------
wrappers/commonjs/mustache.js.tpl.post | 8 +
.../commonjs}/mustache.js.tpl.pre | 0
wrappers/commonjs/package.json | 8 +
wrappers/dojo/mustache.js.tpl.post | 4 +
.../dojo}/mustache.js.tpl.pre | 4 +-
.../jquery}/jquery.mustache.js.tpl.post | 0
.../jquery}/jquery.mustache.js.tpl.pre | 0
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.post | 9 +
wrappers/qooxdoo/qooxdoo.mustache.js.tpl.pre | 127 ++++++++
wrappers/requirejs/requirejs.mustache.js.tpl.post | 3 +
wrappers/requirejs/requirejs.mustache.js.tpl.pre | 6 +
.../yui3}/mustache.js.tpl.post | 0
.../yui3}/mustache.js.tpl.pre | 0
140 files changed, 975 insertions(+), 412 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mustache.js.git
More information about the Pkg-javascript-commits
mailing list