Revision
44643 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 24 12:03:19 2014 UTC
(6 years, 9 months ago)
by
mdenburger
Original Path:
hippo-demos/hippo-go-green/trunk/etc/dependencies
Diff to
previous 44584
GOGREEN-1257: remove easy forms
All usage of forms based on easy forms has been removed too:
- the Contact Us page in the website channels
- the 'Subscribe' form at the right-hand side of Events, if a form was linked in an Event document
- the 'form' field in a 'simple document'
- the 'How to become a reseller' FAQ, which mentioned the 'contact us' form in the answer
- the 'Contact Us' and 'Book Now' pages in the Event subsite
- the filtering of ef:form types in the faceted navigation configuration
- the (parts of) components and beans that used forms
- the mentioning of easy forms in the LICENSE and NOTICE files
Revision
38652 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 28 09:33:15 2013 UTC
(7 years, 11 months ago)
by
mdenburger
Original Path:
hippo-demos/hippo-go-green/trunk/etc/dependencies
Diff to
previous 38242
GOGREEN-1113: added CORS support to the GoGreen REST API
When an 'Origin' header is set in a REST request, the server now automatically includes the header 'Access-Control-Allow-Origin: *' in the response. All domains can therefore now call the GoGreen REST API using Ajax.
This commit adds one more jar file to the site/WEB-INF/lib folder:
- cxf-rt-rs-security-cors-2.6.3.jar