You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by woonsan <gi...@git.apache.org> on 2018/01/03 04:07:51 UTC

[GitHub] incubator-freemarker pull request #41: FREEMARKER-55: Spring MVC Form Suppor...

GitHub user woonsan opened a pull request:

    https://github.com/apache/incubator-freemarker/pull/41

    FREEMARKER-55: Spring MVC Form Support (1) - :form and :input directives

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/woonsan/incubator-freemarker feature/FREEMARKER-55-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-freemarker/pull/41.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #41
    
----
commit 150ad7f6039446e2d0e3ee66010abe5be920d8d1
Author: Woonsan Ko <wo...@...>
Date:   2017-12-23T04:21:37Z

    FREEMARKER-55: skeletal design

commit fb2ae5cc81c4160c7bc694e0d85b8d979a61db49
Author: Woonsan Ko <wo...@...>
Date:   2017-12-23T22:43:33Z

    FREEMARKER-55: skeletal unit test for input tag

commit ff2feb0402d806731bd64e6132952d1c14026b85
Author: Woonsan Ko <wo...@...>
Date:   2017-12-27T05:29:52Z

    FREEMARKER-55: Adding TagOutputter

commit 2b5e9b7cb8bda5065e475339f3ec9dd854848b0a
Author: Woonsan Ko <wo...@...>
Date:   2017-12-28T06:26:54Z

    FREEMARKER-55: make attribute arguments explicit

commit ae94a3d494ac1da64c89e70a4f021170f064730c
Author: Woonsan Ko <wo...@...>
Date:   2017-12-30T04:54:07Z

    FREEMARKER-55: unit tests for form.input directive

commit aa264af1bce93e0891c9551b8c494185471e5727
Author: Woonsan Ko <wo...@...>
Date:   2017-12-30T04:59:13Z

    FREEMARKER-55: make it public for consistency

commit 1f7100cee9ca2e1c2c28e4bc5bded6e4857677ec
Author: Woonsan Ko <wo...@...>
Date:   2017-12-30T06:07:12Z

    FREEMARKER-55: Adding skeletal form directive

commit 045c980cfcbc96b258334aaf4671451111914864
Author: Woonsan Ko <wo...@...>
Date:   2018-01-03T04:03:55Z

    FREEMARKER-55: Adding tests and polishing

----


---

[GitHub] incubator-freemarker pull request #41: FREEMARKER-55: Spring MVC Form Suppor...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-freemarker/pull/41


---