Branch: refs/heads/master
Home:
https://github.com/forge/angularjs-scaffoldx-plugin
Commit: 3ea3e917b58c6c8c6db4a20274fce8a1493a49c2
https://github.com/forge/angularjs-scaffoldx-plugin/commit/3ea3e917b58c6c...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2014-01-08 (Wed, 08 Jan 2014)
Changed paths:
M src/main/java/org/jboss/forge/scaffold/angularjs/ResourceProvider.java
M src/main/resources/scaffold/app.html.ftl
A src/main/resources/scaffold/scripts/directives/datepicker.js.ftl
M src/main/resources/scaffold/scripts/directives/datetimepicker.js.ftl
A src/main/resources/scaffold/scripts/directives/timepicker.js.ftl
M src/main/resources/scaffold/views/includes/basicPropertyDetail.html.ftl
M
src/test/java/org/jboss/forge/scaffold/angularjs/freemarker/FreemarkerClientPartialsBasicPropertyTest.java
M
src/test/resources/expected-scenario-outputs/many-to-one-required/views/Customer/detail.html
M
src/test/resources/expected-scenario-outputs/many-to-one-required/views/StoreOrder/detail.html
M src/test/resources/expected-scenario-outputs/many-to-one/views/Customer/detail.html
M
src/test/resources/expected-scenario-outputs/many-to-one/views/StoreOrder/detail.html
M src/test/resources/expected-scenario-outputs/one-to-many/views/Customer/detail.html
M
src/test/resources/expected-scenario-outputs/one-to-many/views/StoreOrder/detail.html
M
src/test/resources/expected-scenario-outputs/one-to-one-required/views/Customer/detail.html
M src/test/resources/expected-scenario-outputs/one-to-one/views/Customer/detail.html
M
src/test/resources/expected-scenario-outputs/single-entity-enum/views/Customer/detail.html
M
src/test/resources/expected-scenario-outputs/single-entity-validations/views/Customer/detail.html
M
src/test/resources/expected-scenario-outputs/single-entity/views/Customer/detail.html
Log Message:
-----------
FORGEPLUGINS-159 Support date and time HTML5 input types.
This adds support for HTML5 date and time input types for the JPA
DATE and TIME Temporal types, in addition to the datetime-local
support for DATETIME Temporal type.