Branch: refs/heads/FORGEPLUGINS-126
Home: https://github.com/forge/angularjs-scaffoldx-plugin
Commit: e4858d825405fd3c40c0cf3cbcebe589c26e9d21
https://github.com/forge/angularjs-scaffoldx-plugin/commit/e4858d825405fd...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-08-11 (Sun, 11 Aug 2013)
Changed paths:
M src/main/resources/scaffold/scripts/controllers/editEntityController.js.ftl
M src/main/resources/scaffold/scripts/controllers/newEntityController.js.ftl
Log Message:
-----------
FORGEPLUGINS-126 Send only resource Ids for associations
Due to the changes in the REST plugin introduced by FORGE-1060, it is preferable to send only the Ids of the resources instead of sending the entire top-level resource representation to the server. This commit address that by ensuring that the AngularJS model contains only the resource Ids.
Branch: refs/heads/FORGEPLUGINS-128
Home: https://github.com/forge/angularjs-scaffoldx-plugin
Commit: eb0f8ff22698bafc4a17284cd697520713b77a3d
https://github.com/forge/angularjs-scaffoldx-plugin/commit/eb0f8ff22698ba...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-08-11 (Sun, 11 Aug 2013)
Changed paths:
M pom.xml
M src/main/java/org/jboss/forge/scaffold/angularjs/AngularScaffold.java
M src/main/java/org/jboss/forge/scaffold/angularjs/ResourceProvider.java
A src/main/resources/scaffold/setup.html.ftl
Log Message:
-----------
FORGEPLUGINS-128 Improved the installed Facet detection logic.
The plugin now depends on the ConfigurationFactory API provided
by Forge 1.4.0.
Branch: refs/heads/master
Home: https://github.com/forge/angularjs-scaffoldx-plugin
Commit: d724cbd9191cc2cffedaf7b5d5b90b7d4b43c2c3
https://github.com/forge/angularjs-scaffoldx-plugin/commit/d724cbd9191cc2...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-08-11 (Sun, 11 Aug 2013)
Changed paths:
M src/main/java/org/jboss/forge/scaffold/angularjs/InspectionResultProcessor.java
M src/main/resources/scaffold/views/includes/searchFormInput.html.ftl
M src/main/resources/scaffold/views/includes/searchResults.html.ftl
Log Message:
-----------
FORGEPLUGINS-125 Added enhanced support for datetime types
Temporal types are now detected and canonicalized. They are now
removed as search criteria until they are better supported.
Additionally, the AngularJS date filter is used to display dates
and times in a better format in search results.
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 747291844a585c664bcbe4fce03218561f5c728e
https://github.com/forge/core/commit/747291844a585c664bcbe4fce03218561f5c...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-08-10 (Sat, 10 Aug 2013)
Changed paths:
M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/rest/RestApplicationFacetImpl.java
M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/rest/RestFacetImpl.java
M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/rest/RestWebXmlFacetImpl.java
Log Message:
-----------
FORGE-1103 Introduced use of ConfigurationFactory in REST plugin.
This does away with the incorrect use of @Inject Configuration.
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: f3cc7f554c68e9ecbbe1a727569924ee595f7030
https://github.com/forge/core/commit/f3cc7f554c68e9ecbbe1a727569924ee595f...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-08-10 (Sat, 10 Aug 2013)
Changed paths:
M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/rest/RestApplicationFacetImpl.java
Log Message:
-----------
FORGE-1104 Store the simple name of the Activator class
Branch: refs/heads/master
Home: https://github.com/forge/addon-gradle
Commit: f222c71c4508469a934af2c372308d9603ee37ae
https://github.com/forge/addon-gradle/commit/f222c71c4508469a934af2c37230...
Author: Adam Wyłuda <adamwyl92(a)gmail.com>
Date: 2013-08-10 (Sat, 10 Aug 2013)
Changed paths:
M api/src/main/java/org/jboss/forge/addon/gradle/projects/GradleFacet.java
M api/src/main/java/org/jboss/forge/addon/gradle/projects/GradleManager.java
M impl-projects/src/main/java/org/jboss/forge/addon/gradle/projects/GradleFacetImpl.java
M impl-projects/src/main/java/org/jboss/forge/addon/gradle/projects/facets/GradlePackagingFacet.java
M impl/src/main/java/org/jboss/forge/addon/gradle/projects/GradleManagerImpl.java
Log Message:
-----------
Implement GradlePackagingFacet