Revision
33447 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 14 09:30:29 2012 UTC
(8 years, 11 months ago)
by
aschrijvers
Diff to
previous 33444
HSTTWO-1003 fix the pom of the testsuite because some snapshots of the 7.7.1-SNAPSHOT release are not deployed in mvn snapshot repo
Revision
33314 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 7 13:40:32 2012 UTC
(8 years, 11 months ago)
by
aschrijvers
Diff to
previous 33313
HSTTWO-1003 for performance, add
<sv:property sv:name="hippofacnav:skipresultsetfacetsavailable" sv:type="Boolean">
<sv:value>true</sv:value>
</sv:property>
Revision
33016 -
Directory Listing
-
[select for diffs]
Modified
Mon Feb 20 15:17:15 2012 UTC
(9 years ago)
by
fvlankvelt
Diff to
previous 32950
HSTTWO-2054: remove type properties
These are now also available for field plugins and are confusing them. They
are not needed for the rest of the editor.
Revision
32900 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 7 13:49:06 2012 UTC
(9 years ago)
by
aschrijvers
Diff to
previous 32899
:HSTTWO-2047 backport you can now add subsites over 127.0.0.1 and also 'TUTCH' the hst:hosts node to trigger a reload the hst in memory model
Revision
32899 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 7 13:45:50 2012 UTC
(9 years ago)
by
aschrijvers
Diff to
previous 32874
HSTTWO-2047 you can now add subsites over 127.0.0.1 and also 'TUTCH' the hst:hosts node to trigger a reload the hst in memory model
Revision
32492 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 12 05:36:36 2012 UTC
(9 years, 1 month ago)
by
wko
Diff to
previous 32487
HSTTWO-1965: Improving the JAX-RS Example codes by using @Persistable annotation
- So, we don't have to invoke ObjectBeanPersistenceManager#getObject() again in order to update the document;
we can simply re-use the retrieved content bean which was from #getContentBean() or from a query with default session.
- The error possibility is reduced because developers can have freedom to retrieve contents from the default session after updating;
previously, they might need to refresh the default session if they used a different writable session and retrieve the content bean again by the default session.
Revision
32486 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 11 16:59:22 2012 UTC
(9 years, 1 month ago)
by
wko
Diff to
previous 32474
HSTTWO-1970: Improving more on plain rest examples
- adds requestPublication, requestDepublication, publish and depublish example
- improves error messages
Revision
32448 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 10 08:35:01 2012 UTC
(9 years, 1 month ago)
by
svoortman
Diff to
previous 32440
HSTTWO-1971: Changed facets to be the first letter of the categories (A-Z only), to keep the number of facets down and allow for deeper traversal
Revision
32440 -
Directory Listing
-
[select for diffs]
Modified
Mon Jan 9 16:09:02 2012 UTC
(9 years, 1 month ago)
by
svoortman
Diff to
previous 32350
HSTTWO-1971: Adding wikipedia document type with bean, including a category.
When adding wikipedia documents, a category might be extracted (only the first word, to keep the number of categories down).
Adding faceted navigation on the abovementioned categories
Revision
32286 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 3 11:20:55 2012 UTC
(9 years, 2 months ago)
by
aschrijvers
Diff to
previous 32285
HSTTWO-1960 remove hst:componentclassname = org.hippoecm.hst.pagecomposer.builtin.components.StandardContainerComponent
Revision
32285 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 3 11:20:17 2012 UTC
(9 years, 2 months ago)
by
aschrijvers
Diff to
previous 32283
HSTTWO-1960 remove hst:componentclassname = org.hippoecm.hst.pagecomposer.builtin.components.StandardContainerComponent
Revision
31895 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 15 14:31:47 2011 UTC
(9 years, 2 months ago)
by
aschrijvers
Diff to
previous 31834
HSTTWO-1003 set random names for createdBy and lastModifiedBy for wiki content to have better meta data for faceted navigation
Revision
31812 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 10 03:23:54 2011 UTC
(9 years, 2 months ago)
by
wko
Diff to
previous 31792
HSTTWO-1916: Enabling JMX MBean exporting feature by default in the testsuite.
Also, adding -P dist option in order to test with tomcat deployment
Revision
31775 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 9 10:17:10 2011 UTC
(9 years, 2 months ago)
by
aschrijvers
Diff to
previous 31712
HSTTWO-1003 blueprints must not have an alias because you get conflicting aliases when adding multiple mounts from a blueprint
Revision
31702 -
Directory Listing
-
[select for diffs]
Added
Wed Dec 7 10:38:16 2011 UTC
(9 years, 2 months ago)
by
mdenburger
Diff to
previous 31688
CMS7-5684: removed environment-specific document url service configuration
A new document url service in the channel manager is used from now on, which does not need environment-specific plugin configuration anymore.