Revision
23686 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 12 19:41:56 2010 UTC
(11 years, 9 months ago)
by
wko
Diff to
previous 23685
HSTTWO-1158: Fixing unit test failure. Because FullReviewedActionWorkflow has changed to have multiple "requestPublication" methods, the reflection invocation on the method should find a proper method by itself.
Revision
23685 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 12 19:41:25 2010 UTC
(11 years, 9 months ago)
by
wko
Diff to
previous 23684
HSTTWO-1158: Fixing unit test failure. Because FullReviewedActionWorkflow has changed to have multiple "requestPublication" methods, the reflection invocation on the method should find a proper method by itself.
Revision
23684 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 12 19:41:00 2010 UTC
(11 years, 9 months ago)
by
wko
Diff to
previous 23667
HSTTWO-1158: Fixing unit test failure. Because FullReviewedActionWorkflow has changed to have multiple "requestPublication" methods, the reflection invocation on the method should find a proper method by itself.
Revision
23601 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 9 09:33:46 2010 UTC
(11 years, 9 months ago)
by
fvlankvelt
Diff to
previous 23586
ARCHE-13, ARCHE-10, ARCHE-16: mixed bag
- update to CMS 2.16, HST 2.05 (version numbers and templates)
- remove yui and webflow from dependencies and site
- add projectName property to generate meaningful project names
Revision
23527 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 20 08:09:54 2010 UTC
(11 years, 10 months ago)
by
fvlankvelt
Diff to
previous 23526
HSTCONFIGEDIT-20: don't include jcr and hippo-ecm-api; they should be provided by the containing application (container)
Revision
23526 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 20 08:08:55 2010 UTC
(11 years, 10 months ago)
by
fvlankvelt
Diff to
previous 23524
HSTCONFIGEDIT-20: don't include jcr and hippo-ecm-api; they should be provided by the containing application (container)
Revision
23489 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 15 17:55:16 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23485
HSTTWO-1003 the original design was that through this constant, you could runtime set a different page error handler in a component. Hence, we keep it instead of deprecating it
Revision
23481 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 15 08:24:43 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23480
HSTTWO-1007 changed the generic hst:script nodetype to contain at least two mandatory properties: language and template (= the script)
Revision
23431 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 12:33:14 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23430
HSTTWO-1137 backport: support for contextRelative linkrewriting: now, you can indicate a link should be created wrt its virtual location, which is important for example for faceted navigation where you might like to see the document in context of the current faceted location
Revision
23430 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 12:18:16 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23426
HSTTWO-1137 backport: support for contextRelative linkrewriting: now, you can indicate a link should be created wrt its virtual location, which is important for example for faceted navigation where you might like to see the document in context of the current faceted location
Revision
23426 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 12 10:25:47 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23425
HSTTWO-1137 support for contextRelative linkrewriting: now, you can indicate a link should be created wrt its virtual location, which is important for example for faceted navigation where you might like to see the document in context of the current faceted location
Revision
23415 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 8 20:40:08 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23414
HSTTWO-1140 Backport: fix the isAncestor and isDescendant which can fail when nodes start with the same path but for example are sibblings. Example:
/foo/bar/lux
/foo/bar/lux-lux
this used to give incorrect results as /foo/bar/lux-lux startswith /foo/bar/lux
Thx for finding and reporting Jasper de Vries
Revision
23414 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 8 20:39:50 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23413
HSTTWO-1140 Backport: fix the isAncestor and isDescendant which can fail when nodes start with the same path but for example are sibblings. Example:
/foo/bar/lux
/foo/bar/lux-lux
this used to give incorrect results as /foo/bar/lux-lux startswith /foo/bar/lux
Thx for finding and reporting Jasper de Vries
Revision
23413 -
Directory Listing
-
[select for diffs]
Modified
Thu Jul 8 20:37:46 2010 UTC
(11 years, 10 months ago)
by
aschrijvers
Diff to
previous 23412
HSTTWO-1140 fix the isAncestor and isDescendant which can fail when nodes start with the same path but for example are sibblings. Example:
/foo/bar/lux
/foo/bar/lux-lux
this used to give incorrect results as /foo/bar/lux-lux startswith /foo/bar/lux
Thx for finding and reporting Jasper de Vries