Revision
46615 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 6 10:59:08 2014 UTC
(6 years, 3 months ago)
by
meggermont
Original Path:
hippo-demos/hippo-go-green/trunk/site-assembly/src
Diff to
previous 38652
GOGREEN-1283 Add custom link rewriting for comments
Implement a custom link rewriter that demonstrates how you can override the default.
The CommentsResolvingLinkRewriterPathResolver will resolve to the path of the
document to which a comment belongs. I copied it from the testsuite and modified the
node types so that it works in GoGreen.
Revision
38652 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 28 09:33:15 2013 UTC
(7 years, 10 months ago)
by
mdenburger
Original Path:
hippo-demos/hippo-go-green/trunk/site-assembly/src
Diff to
previous 37846
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
Revision
32847 -
Directory Listing
-
[select for diffs]
Added
Tue Jan 31 16:06:50 2012 UTC
(8 years, 11 months ago)
by
mdenburger
Original Path:
hippo-demos/hippo-go-green/trunk/site-assembly/src
GOGREEN-894: moved HST Spring configuration to separate jar file
The only file in hst-assembly/overrides is now gogreen-hst-assembly.xml that imports all Spring configuration in the site-assembly jar. Overlays only have to copy (and possibly extend) gogreen-hst-assembly.xml without having to copy all Spring configuration itself. This is required to still being able to use JRebel in the overlay.