Branch: refs/heads/master
Home: https://github.com/forge/furnace-cdi
Commit: 737e7aafaa71059f76dcd65bbc7ddffa77165952
https://github.com/forge/furnace-cdi/commit/737e7aafaa71059f76dcd65bbc7dd...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M impl/src/main/java/org/jboss/forge/furnace/container/cdi/impl/ServiceRegistryImpl.java
M impl/src/main/java/org/jboss/forge/furnace/container/cdi/lifecycle/WeldAddonLifecycleProvider.java
Log Message:
-----------
Minor refactoring in ServiceRegistryImpl. Should improve performance by
making services set unmodifiable and non-concurrent aware
Branch: refs/heads/master
Home: https://github.com/forge/angularjs-scaffoldx-plugin
Commit: 21a1c470d34f454987e2ad64f1b80e75098c13f7
https://github.com/forge/angularjs-scaffoldx-plugin/commit/21a1c470d34f45...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
Changed paths:
M src/main/resources/scaffold/scripts/controllers/editEntityController.js.ftl
M src/main/resources/scaffold/scripts/controllers/newEntityController.js.ftl
M src/main/resources/scaffold/views/includes/basicPropertyDetail.html.ftl
Log Message:
-----------
Added initial support for HTML5 datetime-local type.
This now enables date time values to be entered via the HTML5
widget if available. The date and time value is converted to UTC
and serialized as an ISO8601 string.