Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/playframework/twirl

Twirl is Play's default template engine
https://github.com/playframework/twirl

Workaround for dbuild's scalaBinaryVersion mishandling.

This is another workaround for typesafehub/dbuild#145. This time we deal
with the problem of Sca...

3f62b1031da69948a701eee9011991ed794026a2 authored over 10 years ago
Merge pull request #44 from gkossakowski/master

Fix matching on scalaBinaryVersion in build.sbt

cd491c7ae5c3e9a6b69524185ef6f08b3ea6a25a authored over 10 years ago
Fix matching on scalaBinaryVersion in build.sbt

Dbuild manipulates scalaBinaryVersion which breaks twirl's matching when
selecting specs2 depend...

fdb8e633bd85adf265a443be5a1cfd5c301395e2 authored over 10 years ago
Merge pull request #43 from Banno/clarify-invalid-template-name-error

Clarify the exception thrown when template filenames have non accepted characters in them.

fb5aa26689af50dbd676ae8e8144a8fe7946763c authored over 10 years ago
Clarify the exception thrown when template filenames have non accepted

characters in them.

44d4c8bc4af5162587845ed9640b56f30c070b77 authored over 10 years ago
Merge pull request #41 from jroper/escape-closing-brace

Add support for escaping closing braces

1fa30516581167314f0ab5fdbd3e1ca249de2156 authored over 10 years ago
Merge pull request #40 from jroper/40-escape-triple-quotes

Support triple quotes in a template

3833df2362937f62b2f66636560db6ba217cb597 authored over 10 years ago
Add support for escaping closing braces

c0a2ee64b3159b9f6f4c950a5a1e944a271bb5a9 authored over 10 years ago
Implemented support for escaping triple quotes

Fixes #40

318624df132e7f1728141cca9ccd8daba79cf417 authored over 10 years ago
Merge pull request #39 from pvlugter/compiler-spec-spaces

Update compiler spec to support spaces in build path

c32bda29186d6c661b13167af729718424e187e8 authored over 10 years ago
Update compiler spec to support spaces in build path

94cbce1ee8a1af20d386a0f7af383b13876459b2 authored over 10 years ago
Update version in readme to 1.0.2

e36a84922f933bb441b736560c7a6fb22f2b934a authored over 10 years ago
Merge pull request #32 from pvlugter/import-test

Add test for import expressions

5995af5e22980eabfa87166e5fb971ebbd7abc28 authored over 10 years ago
Add test for import expressions with and without space

cef73d6a978e49f662fedf1425a95cd786d288a5 authored over 10 years ago
Merge pull request #31 from dragos/issue/fix-import-30

Fix #30. Import statement parsing.

8f56e067f3b922640210662067668f4a0a258ffd authored over 10 years ago
Fix #30. Import statement parsing.

`@importIdentifier` should not be parsed as an import statement, expect
a space after the keywor...

63fee8dd8b1e17f9ad2abc6fb4337f3d2a42139e authored over 10 years ago
Update version in readme to 1.0.1

ac1fafb144a123c01a2fff0c1188416509801bd8 authored over 10 years ago
Merge pull request #27 from pvlugter/js-case

Regress after unparsed case expressions

24cdec6403182a76c75bfde51f68b6d6c0da4224 authored over 10 years ago
Regress after unmatched case expressions

1b61712f43505f980101367ea0015b01d500373b authored over 10 years ago
Update version in readme to 1.0.0

79fe1d9d6b3fcc05dc4b3a4ecff255b62a3c6c40 authored over 10 years ago
Update to scala 2.11.1

459cecb2789b2fae943ed9f52ebc12eb2347583e authored over 10 years ago
Bump version to 1.1-SNAPSHOT

f5f2782bc8e4c2465ad0aacb5c0a2677961e0868 authored over 10 years ago
Merge pull request #25 from pvlugter/maybe-source

Add back MaybeGeneratedSource.unapply with default codec

2ab4dd543551392f6922ffaea6e62a6d6ea76c68 authored over 10 years ago
Add back MaybeGeneratedSource.unapply with default codec

7f38d75d2b5496b3f821225be3199f86536b5fee authored over 10 years ago
Merge pull request #24 from pvlugter/sbt-0.13.5

Update sbt version to 0.13.5

f5ce6242fb26b03e8f23371470b09a4374922743 authored over 10 years ago
Update sbt version to 0.13.5

c5d8e3529905acd585d149440488d5fdfff10d58 authored over 10 years ago
Merge pull request #23 from pvlugter/improved-source-encoding

Allow source encoding to be configured

72d2ee9449b20c974e327c78f99c012277b571d0 authored over 10 years ago
Allow source encoding to be configured

The source encoding is explicitly passed everywhere it's needed.

This allows sbt-twirl to confi...

d5b01d71dc76e365d5a1b40549556b3754a4d779 authored over 10 years ago
Merge pull request #22 from pvlugter/null-checks

Use empty string for null format text

ac08c159274b62a1d1c51fa102034d0e92ee669d authored over 10 years ago
Merge pull request #21 from pvlugter/source-encoding

Default to scalac source encoding

11b4516d79293fff28e0e1d77b7174aeabe5d123 authored over 10 years ago
Default to scalac source encoding

a64a5a242349649c95a988200895d9044c1f441a authored over 10 years ago
Use empty string for null format text

474862d96a70b637e889649b4bda59de119ffef2 authored over 10 years ago
Update version in readme to 1.0.0-RC3

3d201cd24054a2e3cde780b02a54efb9b2e27e54 authored over 10 years ago
Merge pull request #20 from pvlugter/sbt-settings

Move defaults for common sbt-twirl settings to global scope

afe603fed7daa846d9c348417295a49be132810d authored over 10 years ago
Merge pull request #19 from pvlugter/encoding

Fix file encoding mix ups

1083db53ce8cc1b42ff171959c2cdb0f78fa8488 authored over 10 years ago
Merge pull request #18 from pvlugter/errors

Improvements to error reporting

66adbacc61efc7cb5afa4616b73ada448ce0d31b authored over 10 years ago
Move defaults for common sbt-twirl settings to global scope

53c2d2c53fd7fa43bad8036beac379d51478775e authored over 10 years ago
Use the same default implicit codec for all file encoding

374db4d767f328000713edcef6fae81236b697ea authored over 10 years ago
Provide accurate position in invalid @ errors

529bd399c75fab5db511f9fba62815a3cf35e83c authored over 10 years ago
Convert to 0-based columns from 1-based parser error columns

4f07183dddde6de6b73174e36547b7e561bf8a2d authored over 10 years ago
Align "Expected ... but found ..." error messages

4f9f775e2a132fcea4d46ffa0db3798cf78020c4 authored over 10 years ago
Use error message from new parser directly without the preamble

09ed4baa713a28f9997f6d8025e7e5b1569ee9c5 authored over 10 years ago
Fix typo in new parser error message: ocurred -> occurred

9fd146b3d2dadb7e4e346c3db198a36af9f72d59 authored over 10 years ago
Remove '[ERROR]' from parser errors

6a60c6e8d3330dbf79063d609dde3ebe729be7d1 authored over 10 years ago
Add more robust template position mapping

3ba1f0dbd3f67dc8115d90cd3264900ac0ed6282 authored over 10 years ago
Merge pull request #15 from pvlugter/nulls2

Add null checks to _display_ methods

53e11b2ea6de2057d02ff4b3931c74ef37491fad authored over 10 years ago
Add null checks to overloaded _display_ alternatives

920eb28590c0cd7bf05b45b2f2fbc3488f30e6af authored over 10 years ago
Revert "Render null text values as "null" in html format"

This reverts commit cce3e8c07f9ce6ed47eda22fee5fd7f356a8923a.

ccf416634ceae11d58914a6934afdd6228b5112b authored over 10 years ago
Merge pull request #14 from pvlugter/nulls

Render null text values as "null" in html format

0aa201d6becaca849c5c05b51bf8af073d63747b authored over 10 years ago
Render null text values as "null" in html format

cce3e8c07f9ce6ed47eda22fee5fd7f356a8923a authored over 10 years ago
Point to 2.3.x template docs

7da8dceaf2f55a958af936887ab18db0bdae4f3d authored over 10 years ago
Update version in readme to 1.0.0-RC1

f7a66713d7050c75b97dcec7c0ee95682743ac36 authored over 10 years ago
Merge pull request #12 from pvlugter/top-imports

Support imports at the beginning of templates

b4d9dd27d3de9fb9540a0560bc984c02db92452e authored over 10 years ago
Update version in readme to 1.0-M3

a9268f6cdccc5b07cc9e83a80c13e1d375ce6d68 authored over 10 years ago
Support imports at the beginning of templates

fd35a3338141734f14e77ada3ced19e7f9062f2f authored over 10 years ago
Factor out checks for scala 2.11 only dependencies

f237c9fcdf471891842a6bbec5c50aedca663be3 authored over 10 years ago
Add readme with sbt plugin information

40c57ade2f7246bbf02582993034ed330389dea3 authored over 10 years ago
Update to sbt 0.13.5-RC1

a7be66809ad17ee6cda4b280b9c8048039aab0e8 authored over 10 years ago
Add typesafe contribution guidelines

2cc1f3fb0dc6da6a1b02f9c6cc12c8c256ea2004 authored over 10 years ago
Add licence file

957b4ce45ad84668645bf7914a3208efd59b0d52 authored over 10 years ago
Add setup for publishing to maven central

3910a9c47d9686c74750c445cebbb2e9ee4de5b2 authored over 10 years ago
Support inclusiveDot in compiler (for ide plugin)

c8961f2b694420132862aa5d43468d4820f5bf6f authored over 10 years ago
Generalise string literal parsing, accepting quote and escape chars

e907a29f2db3122f939406bcb27d15c124b587a4 authored over 10 years ago
Merge pull request #11 from jroper/scala-2.11-upgrade

Scala 2.11 cross build support

36e9f1f0d02dfed046e13201b4c072d4e665f3e4 authored almost 11 years ago
Scala 2.11 cross build support

Now cross builds against Scala 2.11 as well.

Removed dependency on scala-io.

f288c705172ea5909145ee7e78c1b00086409b11 authored almost 11 years ago
Merge pull request #9 from pvlugter/publishing

Add publishing settings

f54735272f02f03853c62d9c5fce74cdd43c8f68 authored almost 11 years ago
Add publishing settings

de05a0663edb3bbe7f4be3af3c831646cba5a163 authored almost 11 years ago
Merge pull request #8 from pvlugter/old-parser

Support both new and old parsers and align parsing

520477238ad42162c68eba1f5a1c73397202b4e6 authored almost 11 years ago
Match string literals within parentheses

70019d313763d65ccf77733b010c2cd9e6460501 authored almost 11 years ago
Avoid unnecessarily allocating StringBuffers when matching recursive tags

83551514c9ecf19f7beddae6a96ce3d6570c6135 authored almost 11 years ago
Return parser error on EOF when matching recursive tags

c4f3168191170d170be3dbadc85e35a8c807e45d authored almost 11 years ago
Add tests for string literals within parentheses

The new parser doesn't yet have support for this

a2e3f80a58a43d8dfd3effdbec823fd0480dc7a6 authored almost 11 years ago
Run tests against both new and old parsers

8f92c0744aa01ee185e30f5bb191ab8599ea8563 authored almost 11 years ago
Support switching to the old parser

b8c731099d2b5a9c53fdaa52506d8b74a3273cdf authored almost 11 years ago
Merge pull request #7 from pvlugter/scaladoc-warnings

Fix scaladoc warnings

e157d78283c68507933b199186cac30d5d940363 authored almost 11 years ago
Fix scaladoc warnings

4306771e9629f044550f6e1372cc491094b853a1 authored almost 11 years ago
Merge pull request #6 from pvlugter/format-spec

Add format tests from play

409a125e6413d880b6ac8df5192464683af827a6 authored almost 11 years ago
Add format tests from play

3d5d66746d0c443c11aeb8e1c02198a5267d336d authored almost 11 years ago
Merge pull request #5 from pvlugter/play-package

Move to play.twirl package

a0527629bbada914bd4dd2feeef9cd53281d6f11 authored almost 11 years ago
Move to play.twirl package

67b070d149109010cbfda84982d4e32584b92546 authored almost 11 years ago
Merge pull request #4 from pvlugter/errors

Fix compile and test errors

d2d745b5af91ff66af6ffeda0c16ae45a9e5aa60 authored almost 11 years ago
Use separate template for double rendering test

e6b2e2bd699940fd10f2a181533e5e8217915a58 authored almost 11 years ago
Fix scala 2.9 compilation

90a9c314e4583cd54a17d69285e4794095ecd80c authored almost 11 years ago
Add travis config

f6589be8f785100794e73b559188d942230740b9 authored almost 11 years ago
Merge pull request #3 from jroper/immutable-templates

Made rendered templates immutable

a27d90f61a161ba30a596d8a414d0ad9d4f75249 authored almost 11 years ago
Made rendered templates immutable

Fixes https://github.com/playframework/playframework/issues/2676

This makes rendered templates ...

064f43544d993b0d16e0822a58d731363c002793 authored almost 11 years ago
Merge pull request #2 from pvlugter/master

Add remaining twirl parts

b0912740ac1b58e65bba243e6275f62a070787eb authored almost 11 years ago
Combine template problems and position mapping

28456c114929ea11d4d9721683ebf58c8fef62e8 authored almost 11 years ago
Add problem reporting for twirl compilation errors

b0dd5f3dbd360983f25c294f5d93c05992f8fc9a authored almost 11 years ago
Use IO.readLines rather than splitting by newline manually

d8e258adc5d6a3782be6f4a108a030d7ef605802 authored almost 11 years ago
Add source position mapper for scala compile problems in templates

31e2e8a617b3a34119c3fecddaacefe3df698316 authored almost 11 years ago
Add scripted test for scala 2.9

66136ad1b185e35e1943ee0e6c621b3921ee5232 authored almost 11 years ago
Add template source files to watched sources

0e2cff0bd0319c3860e58ff77adc62d8defd4496 authored almost 11 years ago
Store twirl api version for sbt plugin in properties file

2cd7596ebea1e19d13efdff6c50e5ef10deff291 authored almost 11 years ago
Add scripted test for compiling templates with sbt plugin

f1213b03b7e2c27f3b8a61646c7a12eca91ac30d authored almost 11 years ago
Add basis of sbt plugin for compiling templates

309b058e55b711a56f2d535e12e4eeb7510ed988 authored almost 11 years ago
Switch back to new optimised parser

83dcdebbd32aea4d936183821fbdf1c1be336d6c authored almost 11 years ago
Allow match without block to be parsed as plain, rather than error

b160c59a2dafbfd5a76e872ce3f44c68fb3f342f authored almost 11 years ago
Fix whitespace loss in optimised parser by regressing positions

a7fcba169cfe1a72ccfcf5afd3b6b978ae3618c8 authored almost 11 years ago
Rename parser and compiler from ScalaTemplate to Twirl

91176d579eb6cf05a371e841948a974e9786c86d authored almost 11 years ago