Revision
55321 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 14 14:25:22 2015 UTC
(5 years, 6 months ago)
by
jhoffman
Diff to
previous 55295
HIPPLUG-1177: in demo project, configure the titles of second taxonomy picker with a translator and the "captionKey" property, also just "caption" on the canontextpage type
Revision
54897 -
Directory Listing
-
[select for diffs]
Modified
Sat Jul 11 01:32:38 2015 UTC
(5 years, 7 months ago)
by
adouma
Original Path:
hippo-cms7/plugins/taxonomy/demo/trunk
Diff to
previous 54894
CMS7-9450: Switch to using semantic versioning for all CMS 10 modules
- old version x.y.z => (x+1).0.0
- bumped to latest project or release parent pom
- also updated copyright year where needed
- cleaned up/moved dependency version properties to main pom.xml from child pom(s)
Revision
52879 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 8 16:53:10 2015 UTC
(5 years, 10 months ago)
by
mmilicevic
Original Path:
hippo-cms7/plugins/taxonomy/demo/trunk
Diff to
previous 52862
HIPPLUG-1048 Unpublished taxonomies are shown in the site
- NOTE: old implementation is pretty much untouched, so, this will not brake existing (clients) implementations
- demo uses snapshot version
- added 2 new interface methods: org.onehippo.taxonomy.impl.TaxonomyManagerImpl.getTaxonomies(org.hippoecm.hst.core.request.HstRequestContext) and org.onehippo.taxonomy.impl.TaxonomyManagerImpl.getTaxonomies(javax.jcr.Session)
- 2 new Spring config properties: expireTimeSeconds and cacheSize properties
- added Guava cache to cache taxonomies per user (JCR session name)